*** pmannidi|AFK is now known as pmannidi | 00:01 | |
*** pmannidi is now known as pmannidi|brb | 00:38 | |
*** pmannidi|brb is now known as pmannidi | 01:58 | |
opendevreview | amolkahat proposed openstack/tripleo-quickstart-extras master: Added stack_name variable to overcloud-delete defaults https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/805260 | 03:11 |
---|---|---|
*** pmannidi is now known as pmannidi|Lunch | 03:14 | |
*** pmannidi|Lunch is now known as pmannidi | 04:24 | |
opendevreview | amolkahat proposed openstack/tripleo-quickstart-extras master: Added stack_name variable to overcloud-delete defaults https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/805260 | 04:49 |
opendevreview | amolkahat proposed openstack/tripleo-quickstart-extras master: [WIP] Migrate overcloud-deploy.sh shell script to ansible roles part-4 https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/800338 | 04:52 |
*** ysandeep|out is now known as ysandeep | 05:07 | |
bandini | chandankumar: o/ is there a new tag I should be using for cs9 container images? I just got Not found image: https://trunk.registry.rdoproject.org/v2/tripleomastercentos9/openstack-neutron-l3-agent/manifests/a8b72470998eaa3e1039457bf1eb53f2 which worked yesterday | 05:41 |
chandankumar | bandini: https://review.opendev.org/c/openstack/tripleo-common/+/807577 please merge this | 05:42 |
* bandini looks | 05:42 | |
bandini | chandankumar: done | 05:42 |
chandankumar | bandini: once it gets merged, we can rebuild the new containers | 05:42 |
bandini | chandankumar: ok | 05:43 |
opendevreview | Rajesh Tailor proposed openstack/tripleo-heat-templates master: Enable support for Libvirt modular daemons https://review.opendev.org/c/openstack/tripleo-heat-templates/+/803915 | 05:54 |
bandini | chandankumar: do you know if there are any cs9 tags that exist at all? (So I can keep trying to fix stuff?) | 05:54 |
bandini | while the other review merges | 05:56 |
chandankumar | bandini: those containers got missing | 05:57 |
chandankumar | give me 30 mins | 05:57 |
bandini | ah ok. | 05:57 |
chandankumar | I will get the containers with new tag | 05:57 |
bandini | w00t chandankumar++ | 05:57 |
opendevreview | chandan kumar proposed openstack/tripleo-common master: temp DNM: Temp patch to test c9 container builds https://review.opendev.org/c/openstack/tripleo-common/+/800580 | 06:01 |
opendevreview | chandan kumar proposed openstack/tripleo-ci master: [WIP]Added pre from centos 9 container builds https://review.opendev.org/c/openstack/tripleo-ci/+/800577 | 06:05 |
*** amoralej|off is now known as amoralej | 06:12 | |
opendevreview | Vijayalakshmi proposed openstack/os-net-config master: Update sriov config service to handle nic partitioned PF https://review.opendev.org/c/openstack/os-net-config/+/806561 | 07:08 |
chandankumar | bandini: podman pull trunk.registry.rdoproject.org/tripleomastercentos9/openstack-ovn-nb-db-server:a8b72470998eaa3e1039457bf1eb53f2 | 07:15 |
chandankumar | bandini: this tag does not contain mariadb debian file | 07:16 |
chandankumar | rest of the stuff is there | 07:16 |
bandini | chandankumar: ack. on it, thanks! | 07:16 |
opendevreview | Ananya proposed openstack/tripleo-ci-health-queries master: Updating the queries https://review.opendev.org/c/openstack/tripleo-ci-health-queries/+/807281 | 07:28 |
opendevreview | Ananya proposed openstack/tripleo-ci-health-queries master: Updating the queries https://review.opendev.org/c/openstack/tripleo-ci-health-queries/+/807281 | 07:33 |
*** pojadhav is now known as pojadhav|lunch | 07:35 | |
opendevreview | chandan kumar proposed openstack/tripleo-quickstart master: Use pip-compile to generate dependency list https://review.opendev.org/c/openstack/tripleo-quickstart/+/807491 | 07:36 |
*** jpena|off is now known as jpena | 07:39 | |
Tengu | bandini: heya! fyi, deploying an UC on a cs9 VM [with cs8 containers] using container-tools:3.0 | 07:44 |
Tengu | not sure it will help on anything though, especially with the "Old" containers - will need to get chandankumar patches on my builders to get the cs9 images builds.. | 07:45 |
opendevreview | mbu proposed openstack/validations-libs master: Provide a way to run non-Ansible Validation https://review.opendev.org/c/openstack/validations-libs/+/792257 | 07:49 |
opendevreview | chandan kumar proposed openstack/tripleo-quickstart master: Use pip-compile to generate dependency list https://review.opendev.org/c/openstack/tripleo-quickstart/+/807491 | 07:53 |
opendevreview | Bhagyashri Shewale proposed openstack/tripleo-repos master: Add module to generate CentOS Compose repos https://review.opendev.org/c/openstack/tripleo-repos/+/804306 | 08:04 |
opendevreview | Pranali Deore proposed openstack/tripleo-heat-templates master: Allow configuring distributed image import https://review.opendev.org/c/openstack/tripleo-heat-templates/+/782636 | 08:06 |
dciabrin | marios, hey I'm not sure I got your point on https://review.opendev.org/c/openstack/tripleo-ansible/+/806610? we don't want quotes in the variable passed to the shell. We use \" because we want to pass this string rather than letting ansible coerce a boolean into a string | 08:10 |
Tengu | dciabrin: wondering if "{{ (true or false)|quote }}" is what marios is thinking about | 08:14 |
opendevreview | Pranali Deore proposed openstack/tripleo-heat-templates master: Allow configuring secure RBAC in glance https://review.opendev.org/c/openstack/tripleo-heat-templates/+/783623 | 08:15 |
Tengu | dciabrin: though "{{ 'true' if .. else 'false' }}" might also be a thing. | 08:15 |
Tengu | that backslash is.. meh. | 08:15 |
Tengu | OR.... "{{ (pcs_resource_.. == 0)|quote }}" :) | 08:16 |
dciabrin | Tengu, will the |quote yield True or true? | 08:17 |
opendevreview | Pranali Deore proposed openstack/tripleo-heat-templates master: Allow configuring secure RBAC in glance https://review.opendev.org/c/openstack/tripleo-heat-templates/+/783623 | 08:17 |
Tengu | dciabrin: that's a good question. it's python. I'm afraid it will yield True :/ | 08:17 |
Tengu | dciabrin: oh. "true" actually. | 08:19 |
dciabrin | ohhh | 08:19 |
Tengu | dciabrin: https://paste.openstack.org/show/808614/ | 08:19 |
Tengu | though..... it doesn't seem to be quoted. | 08:20 |
Tengu | that's painful. | 08:20 |
Tengu | and annoying. | 08:20 |
Tengu | dang. | 08:21 |
Tengu | dciabrin: |string adds the quotes. But then it's "True" | 08:21 |
dciabrin | we don't want the quotes | 08:21 |
Tengu | dciabrin: "{{ (foo == 0)|string|lower }}" => "true" | 08:21 |
Tengu | ah? you don't? soooo...... "{{ (foo == 0) }}" | 08:22 |
dciabrin | I'll check the options with bandini when he's back | 08:22 |
dciabrin | yeah that looks simpler indeed | 08:22 |
Tengu | you can play a bit with that stupid simple playbook I've pasted. | 08:22 |
Tengu | but frankly... true if true else false sounds like.... | 08:22 |
Tengu | well. | 08:22 |
Tengu | you know | 08:22 |
marios | dciabrin: Tengu: i think {{ 'true'|quote }} is what we want | 08:22 |
marios | dciabrin: it should work fine as you have it but if we want to avoid the escapes we can use ^ | 08:22 |
Tengu | marios: apparently nope. but I'll let dciabrin and bandini double-check | 08:23 |
Tengu | marios: apparently, just "{{ foo == 0 }}" seems fine. | 08:23 |
dciabrin | marios, yeah we'll clean up the review a bit, thx for the input gents | 08:23 |
Tengu | :) | 08:23 |
marios | Tengu: ah so we no longer need the quotes then? | 08:23 |
marios | dciabrin: ack | 08:23 |
marios | thanks | 08:23 |
Tengu | marios: apparently... | 08:23 |
Tengu | marios: """[10:21] < dciabrin> we don't want the quotes""" | 08:24 |
marios | ack | 08:24 |
Tengu | can't say more ;). but if really quotes are needed, a |string|lower is possible. | 08:24 |
Tengu | convert the bool to a string, and lower it. since a plain |string == "True" | 08:24 |
Tengu | |quote doesn't seem to do the needed task. | 08:25 |
marios | quote was just referring to the \" | 08:25 |
Tengu | at least, "{{ (foo == 0) | quote }}" doesn't add any quote. | 08:25 |
Tengu | anyway... they'll check. | 08:25 |
Tengu | playing with strings in ansible is always a nice journey. | 08:25 |
opendevreview | mbu proposed openstack/python-tripleoclient stable/train: [Train-Only] Run Validations outside of mistral for the deployment https://review.opendev.org/c/openstack/python-tripleoclient/+/807125 | 08:27 |
Tengu | added a comment with the possibilities. | 08:27 |
Tengu | have to drop - back after lunch. | 08:27 |
opendevreview | Sandeep Yadav proposed openstack/tripleo-quickstart-extras master: Override default network_data/vip yaml for downstream bm jobs https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/806724 | 08:33 |
opendevreview | Sandeep Yadav proposed openstack/tripleo-quickstart-extras master: Override default network_data/vip yaml for downstream bm jobs https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/806724 | 08:35 |
opendevreview | Jiri Podivin proposed openstack/validations-libs master: Simple schema validation mechanism https://review.opendev.org/c/openstack/validations-libs/+/796271 | 09:00 |
opendevreview | Bhagyashri Shewale proposed openstack/tripleo-repos master: Add module to generate CentOS Compose repos https://review.opendev.org/c/openstack/tripleo-repos/+/804306 | 09:01 |
opendevreview | chandan kumar proposed openstack/tripleo-quickstart master: Use pip-compile to generate dependency list https://review.opendev.org/c/openstack/tripleo-quickstart/+/807491 | 09:06 |
opendevreview | Jiri Podivin proposed openstack/tripleo-ci master: WIP/DNM - Add fips job https://review.opendev.org/c/openstack/tripleo-ci/+/798948 | 09:16 |
opendevreview | Merged openstack/tripleo-common master: Add security_reset.expect.10.5 from kolla for mariadb>10.5 https://review.opendev.org/c/openstack/tripleo-common/+/807577 | 09:17 |
opendevreview | Merged openstack/tripleo-ci-health-queries master: Updating the queries https://review.opendev.org/c/openstack/tripleo-ci-health-queries/+/807281 | 09:26 |
*** pojadhav|lunch is now known as pojadhav | 09:53 | |
opendevreview | chandan kumar proposed openstack/tripleo-quickstart master: Use pip-compile to generate dependency list https://review.opendev.org/c/openstack/tripleo-quickstart/+/807491 | 09:55 |
opendevreview | amolkahat proposed openstack/tripleo-quickstart-extras master: Added stack_name variable to overcloud-delete defaults https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/805260 | 10:02 |
opendevreview | Merged openstack/tripleo-heat-templates master: Do not create mysql user if it already exists https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807576 | 10:05 |
opendevreview | Slawek Kaplonski proposed openstack/tripleo-heat-templates master: Allow neutron to configure secure RBAC options https://review.opendev.org/c/openstack/tripleo-heat-templates/+/806547 | 10:18 |
opendevreview | Bhagyashri Shewale proposed openstack/tripleo-repos master: Add module to generate CentOS Compose repos https://review.opendev.org/c/openstack/tripleo-repos/+/804306 | 10:21 |
opendevreview | Merged openstack/tripleo-ansible stable/wallaby: Update stack delete to support local stacks https://review.opendev.org/c/openstack/tripleo-ansible/+/807264 | 10:32 |
*** jcapitao is now known as jcapitao_lunch | 10:43 | |
opendevreview | chandan kumar proposed openstack/tripleo-quickstart master: Use pip-compile to generate dependency list https://review.opendev.org/c/openstack/tripleo-quickstart/+/807491 | 10:47 |
opendevreview | Sorin Sbârnea proposed openstack/tripleo-repos master: WIP: Improve get_hash module testing https://review.opendev.org/c/openstack/tripleo-repos/+/807700 | 10:47 |
opendevreview | Sorin Sbârnea proposed openstack/tripleo-repos master: WIP: Improve get_hash module testing https://review.opendev.org/c/openstack/tripleo-repos/+/807700 | 10:54 |
opendevreview | Jesse Pretorius proposed openstack/tripleo-heat-templates master: Install python3-openstackclient after the leapp upgrade https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807701 | 10:58 |
hjensas | Which featureset is tripleo-ci-centos-8-containers-multinode ? | 11:09 |
*** pojadhav is now known as pojadhav|afk | 11:10 | |
ysandeep | hjensas, fs010 but let me cross check | 11:10 |
ysandeep | hjensas: yes fs010 https://opendev.org/openstack/tripleo-ci/src/branch/master/zuul.d/multinode-jobs.yaml#L230-L236 | 11:11 |
hjensas | ysandeep: thanks, hopefully I will remember where to look next time! | 11:12 |
ysandeep | :D | 11:13 |
hjensas | ysandeep: we don't test anything older than train now right? | 11:13 |
ysandeep | hjensas: correct | 11:14 |
opendevreview | Harald Jensås proposed openstack/tripleo-quickstart master: Disable protected resourced types in fs010 https://review.opendev.org/c/openstack/tripleo-quickstart/+/807703 | 11:20 |
opendevreview | Harald Jensås proposed openstack/python-tripleoclient master: Dynamic defaults for roles, networks, vips and bm https://review.opendev.org/c/openstack/python-tripleoclient/+/797979 | 11:21 |
opendevreview | Harald Jensås proposed openstack/python-tripleoclient master: Deprecate network data v1 definition https://review.opendev.org/c/openstack/python-tripleoclient/+/798642 | 11:21 |
opendevreview | Harald Jensås proposed openstack/tripleo-quickstart master: Re-enable protected resource types https://review.opendev.org/c/openstack/tripleo-quickstart/+/807704 | 11:21 |
opendevreview | Harald Jensås proposed openstack/tripleo-quickstart-extras master: Use network-v2 workflow for Controlplane VIP https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/806562 | 11:22 |
opendevreview | chandan kumar proposed openstack/tripleo-quickstart master: Use pip-compile to generate dependency list https://review.opendev.org/c/openstack/tripleo-quickstart/+/807491 | 11:25 |
*** jpena is now known as jpena|lunch | 11:26 | |
opendevreview | Merged openstack/tripleo-heat-templates master: GnocchiArchivePolicy has been removed https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807492 | 11:29 |
*** pojadhav|afk is now known as pojadhav | 11:30 | |
opendevreview | amolkahat proposed openstack/tripleo-quickstart-extras master: Added stack_name variable to overcloud-delete defaults https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/805260 | 11:51 |
opendevreview | Michele Baldessari proposed openstack/tripleo-heat-templates stable/wallaby: Do not create mysql user if it already exists https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807642 | 12:01 |
opendevreview | Marios Andreou proposed openstack/tripleo-repos master: Fix config issue loaded default config and ignoring overrides https://review.opendev.org/c/openstack/tripleo-repos/+/807709 | 12:08 |
marios | zbr: ^^ | 12:08 |
*** jcapitao_lunch is now known as jcapitao | 12:11 | |
*** amoralej is now known as amoralej|lunch | 12:12 | |
opendevreview | Merged openstack/tripleo-upgrade stable/victoria: Move pre overcloud upgrade task https://review.opendev.org/c/openstack/tripleo-upgrade/+/807389 | 12:18 |
opendevreview | Merged openstack/tripleo-upgrade stable/ussuri: Move pre overcloud upgrade task https://review.opendev.org/c/openstack/tripleo-upgrade/+/807630 | 12:18 |
opendevreview | Marios Andreou proposed openstack/tripleo-quickstart master: Use tripleo.repos.get_hash in repo-setup role https://review.opendev.org/c/openstack/tripleo-quickstart/+/791486 | 12:19 |
*** jpena|lunch is now known as jpena | 12:24 | |
*** eagles_ is now known as eagles | 12:25 | |
*** amoralej|lunch is now known as amoralej | 12:41 | |
zbr | marios: i seen it but i will avoid adding a -1 to it due to no tests added to cover the modified code | 12:47 |
marios | zbr: i want to rebase your review onto it | 12:47 |
marios | zbr: trouble is we cant have depends-on as build-test-packages comes after repo-setup... so the depends-on in https://review.opendev.org/c/openstack/tripleo-quickstart/+/791486 wont be tested we need it merged first before the d/stream will work (so left my -2 there) | 12:48 |
opendevreview | Merged openstack/tripleo-common stable/train: [Train-only] Upload validation container in swift https://review.opendev.org/c/openstack/tripleo-common/+/806878 | 12:48 |
opendevreview | Michele Baldessari proposed openstack/tripleo-heat-templates master: DNM quick override to deploy mariadb on centos9 https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807181 | 12:53 |
*** ysandeep is now known as ysandeep|out | 13:07 | |
cloudnull | mornings | 13:16 |
opendevreview | Kevin Carter proposed openstack/tripleo-heat-templates master: Add a configuration option to enable secure RBAC in Heat https://review.opendev.org/c/openstack/tripleo-heat-templates/+/804279 | 13:19 |
opendevreview | Kevin Carter proposed openstack/tripleo-heat-templates master: Allow configuring secure RBAC in placement https://review.opendev.org/c/openstack/tripleo-heat-templates/+/804259 | 13:22 |
opendevreview | Kevin Carter proposed openstack/tripleo-heat-templates master: Allow configuring secure RBAC in nova https://review.opendev.org/c/openstack/tripleo-heat-templates/+/804254 | 13:23 |
opendevreview | Kevin Carter proposed openstack/tripleo-heat-templates master: Allow barbican to configure secure RBAC options https://review.opendev.org/c/openstack/tripleo-heat-templates/+/804277 | 13:24 |
opendevreview | Kevin Carter proposed openstack/tripleo-heat-templates master: Allow configuring secure RBAC in glance https://review.opendev.org/c/openstack/tripleo-heat-templates/+/783623 | 13:25 |
opendevreview | Kevin Carter proposed openstack/tripleo-heat-templates master: Allow neutron to configure secure RBAC options https://review.opendev.org/c/openstack/tripleo-heat-templates/+/806547 | 13:25 |
marios | Tengu: totally joined the wrong call ;) | 13:31 |
marios | Tengu: i blame the google interface ;) sure i clicked on the ci call :) | 13:31 |
Tengu | marios: :D | 13:32 |
Tengu | marios: go grab some more coffee :D | 13:32 |
*** Lewis_ is now known as Guest6596 | 13:33 | |
opendevreview | Juan Badia Payno proposed openstack/tripleo-ansible master: bnr: Fixed the ERROR 1141 when users has fqdn https://review.opendev.org/c/openstack/tripleo-ansible/+/807727 | 14:11 |
opendevreview | Lance Bragstad proposed openstack/tripleo-heat-templates master: DNM: Provide a template to enable project personas https://review.opendev.org/c/openstack/tripleo-heat-templates/+/781571 | 14:17 |
lbragstad | cloudnull ^ that's getting pretty long - i imagine i'm going to have to break that into separate files, yeah? | 14:18 |
cloudnull | slagle ^ | 14:18 |
cloudnull | lbragstad I updated all of those rbac reviews to use the consistent global this morning | 14:19 |
cloudnull | J FYI | 14:19 |
lbragstad | cloudnull nice - thank you | 14:19 |
cloudnull | slagle qq- lbragstad is working on that templte which create a mess of policy, it is a BIG template which i think is going to trigger a failure similar to what we had when I was running with the pre-generated roles file. i.e. https://bugs.launchpad.net/tripleo/+bug/1936677 | 14:21 |
opendevreview | Merged openstack/tripleo-upgrade stable/victoria: Allow applying workaround patches in containers. https://review.opendev.org/c/openstack/tripleo-upgrade/+/807384 | 14:22 |
opendevreview | Merged openstack/tripleo-validations stable/wallaby: Fail validation if pacemaker service is not active https://review.opendev.org/c/openstack/tripleo-validations/+/806903 | 14:22 |
cloudnull | thoughts on how we can break that up, increase the size limits, or if there's a good way to wrangle all this? | 14:22 |
lbragstad | i think it makes sense to break the policies into separate files based on the service, but it would require you to pass in all those templates for all the services in your deployment | 14:24 |
lbragstad | and that kinda seems like a pain | 14:25 |
opendevreview | Bogdan Dobrelya proposed openstack/tripleo-ansible master: Wrap stopping podman -t with systemd timeouts https://review.opendev.org/c/openstack/tripleo-ansible/+/806753 | 14:25 |
slagle | cloudnull: that's an environment file, not a template, but I wonder if the limit still applies | 14:26 |
opendevreview | Michele Baldessari proposed openstack/tripleo-ansible master: Check whether an HA resource already exists explicitly https://review.opendev.org/c/openstack/tripleo-ansible/+/806610 | 14:26 |
slagle | heat does store the environment in the db, might be a different limit though | 14:26 |
cloudnull | + + | 14:26 |
opendevreview | David Hill proposed openstack/tripleo-heat-templates master: Configure api_base_uri to DesignateEndpoint URI https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807732 | 14:31 |
hjensas | template max size is 512 KiB by default right? lbragstad's file is still "just" 90.1 kB (90,149 bytes). So should be fine? | 14:41 |
lbragstad | https://github.com/openstack/heat/blob/master/heat/common/config.py#L91-L93 | 14:42 |
lbragstad | i'm trying to run it in a deploy now to see if it breaks | 14:42 |
opendevreview | Jiri Podivin proposed openstack/tripleo-ci master: WIP/DNM - Add fips job https://review.opendev.org/c/openstack/tripleo-ci/+/798948 | 14:48 |
lbragstad | well - i'm into the ansible bits of the deploy, so i don't think heat blew up with an environment that large | 14:54 |
* lbragstad shrugs | 14:54 | |
lbragstad | unless there is a better way to verify that? | 14:55 |
jpodivin | ade_lee_: quick update on the tripleo-ci jobs, seems like we have issue with package sig. In retrospect I should have thought of that. https://zuul.opendev.org/t/zuul/build/1ccde297cf46481281021a7040034ccd | 14:57 |
ade_lee_ | jpodivin, can you tell it to ignore signature validation? | 14:58 |
* jpodivin checking docs | 14:58 | |
jpodivin | done, | 14:59 |
opendevreview | alexey-mr proposed openstack/os-net-config stable/wallaby: Allow linux tap to use routes https://review.opendev.org/c/openstack/os-net-config/+/807648 | 14:59 |
ade_lee_ | jpodivin, cool | 14:59 |
opendevreview | alexey-mr proposed openstack/os-net-config stable/ussuri: Allow linux tap to use routes https://review.opendev.org/c/openstack/os-net-config/+/807649 | 14:59 |
opendevreview | alexey-mr proposed openstack/os-net-config stable/victoria: Allow linux tap to use routes https://review.opendev.org/c/openstack/os-net-config/+/807750 | 15:00 |
ade_lee_ | jpodivin, at least we know it can get there | 15:00 |
opendevreview | alexey-mr proposed openstack/os-net-config stable/train: Allow linux tap to use routes https://review.opendev.org/c/openstack/os-net-config/+/807751 | 15:00 |
jpodivin | ade_lee_: yep | 15:01 |
opendevreview | Merged openstack/tripleo-ansible master: The ceph dashboard backends should listen on the storage network https://review.opendev.org/c/openstack/tripleo-ansible/+/807607 | 15:34 |
opendevreview | Merged openstack/tripleo-heat-templates master: Fix the CephDashboardNetwork default https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807610 | 15:34 |
opendevreview | Francesco Pantano proposed openstack/tripleo-ansible stable/wallaby: The ceph dashboard backends should listen on the storage network https://review.opendev.org/c/openstack/tripleo-ansible/+/807753 | 15:35 |
opendevreview | Francesco Pantano proposed openstack/tripleo-heat-templates stable/wallaby: Fix the CephDashboardNetwork default https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807747 | 15:39 |
opendevreview | Francesco Pantano proposed openstack/tripleo-heat-templates stable/wallaby: Fix the CephDashboardNetwork default https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807747 | 15:47 |
opendevreview | Ananya proposed openstack/openstack-tempest-skiplist master: Adding periodic-tripleo-ci-centos-8-scenario010-standalone-ussuri to octavia_tempest_plugin.tests.scenario.v2.test_traffic_ops.TrafficOperationsScenarioTest skiplist https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/807770 | 15:52 |
opendevreview | Merged openstack/tripleo-specs master: Add spec for keystoneless undercloud https://review.opendev.org/c/openstack/tripleo-specs/+/796619 | 16:00 |
*** marios is now known as marios|out | 16:01 | |
*** amoralej is now known as amoralej|off | 16:05 | |
opendevreview | Brent Eagles proposed openstack/tripleo-heat-templates master: Ensure startup files exist before containers might be started https://review.opendev.org/c/openstack/tripleo-heat-templates/+/800511 | 16:42 |
*** jpena is now known as jpena|off | 16:46 | |
cloudnull | anyone recently seen - Error: Error initializing source docker://localhost/tripleo/openstack-heat-api:ephemeral: error pinging docker registry localhost: Get "https://localhost/v2/": dial tcp [::1]:443: connect: connection refused - upgraded the undercloud to head, it now seems we're expecting the local registry to have TLS? | 17:16 |
cloudnull | my registry is up and running on :8787 but i've nothing listening on 443 | 17:16 |
cloudnull | error is originating from the following command | 17:18 |
cloudnull | $ sudo podman run --rm --user heat --volume /home/centos/overcloud-deploy/rk-openstack-0/heat-launcher/heat.conf:/etc/heat/heat.conf:z --volume /home/centos/overcloud-deploy/rk-openstack-0/heat-launcher:/home/centos/overcloud-deploy/rk-openstack-0/heat-launcher:z localhost/tripleo/openstack-heat-api:ephemeral heat-manage db_sync | 17:18 |
cloudnull | something new with ephemeral heat? | 17:18 |
slagle | it shouldn't be trying to contact any registry | 17:18 |
slagle | the image should have been prepared in the local storage during the uc install | 17:19 |
slagle | "podman images" should show the needed images for ephem heat, if not, something didn't work during uc install | 17:19 |
cloudnull | this was a uc upgrade. so maybe I'm missing that image | 17:19 |
cloudnull | ranL openstack undercloud upgrade --yes | 17:19 |
slagle | cip should take care of it. does that run during upgrade? | 17:20 |
cloudnull | idk? | 17:22 |
mwhahaha | someone hit that recently and i was user error iirc | 17:23 |
mwhahaha | we manually create the image locally in some step | 17:23 |
mwhahaha | it might be missing from upgrades tho? | 17:23 |
cloudnull | I'll rerun undercloud install (not upgrade) and see if it corrects itself | 17:25 |
opendevreview | amolkahat proposed openstack/tripleo-operator-ansible master: Modified shell_args plugin for nested lists. https://review.opendev.org/c/openstack/tripleo-operator-ansible/+/807778 | 17:29 |
cloudnull | mwhahaha slagle so rerunning overcloud deploy (after the upgrade) seems to have solved the issue. | 17:42 |
cloudnull | the migration succeeded at-least | 17:42 |
slagle | uc install or oc deploy? | 17:43 |
cloudnull | Process: | 17:47 |
cloudnull | UC upgrade + OC deploy = Fail | 17:48 |
cloudnull | UC upgrade + UC install + OC deploy = Success | 17:48 |
opendevreview | Ananya proposed openstack/openstack-tempest-skiplist master: Adding Periodic SC10 standalone ussuri job to skiplist https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/807770 | 17:53 |
mwhahaha | we're missing the hostprep task that creates the image | 18:00 |
mwhahaha | (should be in the upgrade tho) | 18:00 |
mwhahaha | https://github.com/openstack/tripleo-heat-templates/blob/master/deployment/heat/heat-ephemeral-container-ansible.yaml | 18:00 |
mwhahaha | maybe bad roles file? | 18:00 |
opendevreview | Merged openstack/python-tripleoclient stable/victoria: Remove name parameter from cell export https://review.opendev.org/c/openstack/python-tripleoclient/+/807250 | 18:01 |
opendevreview | Lance Bragstad proposed openstack/tripleo-heat-templates master: DNM: Provide a template to enable project personas https://review.opendev.org/c/openstack/tripleo-heat-templates/+/781571 | 18:03 |
opendevreview | Brent Eagles proposed openstack/tripleo-heat-templates master: Allow configuration of the managed resource email address https://review.opendev.org/c/openstack/tripleo-heat-templates/+/801391 | 18:12 |
opendevreview | David Vallee Delisle proposed openstack/tripleo-heat-templates master: Enable support for Libvirt modular daemons https://review.opendev.org/c/openstack/tripleo-heat-templates/+/803915 | 18:13 |
cloudnull | mwhahaha https://github.com/cloudnull/tripleo-deployment-templates/blob/main/roles-data.yaml this is my roles file | 18:14 |
mwhahaha | it's on the undercloud | 18:14 |
mwhahaha | not overcloud | 18:14 |
cloudnull | oh , could be . | 18:15 |
mwhahaha | basically its like you didn't have https://github.com/openstack/tripleo-heat-templates/blob/master/deployment/heat/heat-ephemeral-container-ansible.yaml#L59-L80 execute | 18:15 |
mwhahaha | and undercloud upgrade is upgrade tasks + install tasks so that seems weird | 18:16 |
cloudnull | idk ? | 18:17 |
cloudnull | this is running the head of master, so maybe something isn't quite right after installing the updated packages / running upgrade? | 18:18 |
opendevreview | David Vallee Delisle proposed openstack/tripleo-heat-templates master: Enable support for Libvirt modular daemons https://review.opendev.org/c/openstack/tripleo-heat-templates/+/803915 | 18:26 |
opendevreview | Brent Eagles proposed openstack/tripleo-puppet-elements master: Add octavia client to the installed packages for the overcloud-image https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/807791 | 18:38 |
opendevreview | Lance Bragstad proposed openstack/tripleo-heat-templates master: DNM: Provide a template to enable project personas https://review.opendev.org/c/openstack/tripleo-heat-templates/+/781571 | 18:59 |
fultonj | cloudnull: my overcloud deplpoy also failed on docker://localhost/tripleo/openstack-heat-api:ephemeral | 19:04 |
fultonj | i used overrides to workaround it | 19:05 |
fultonj | --heat-type pod --skip-heat-pull --heat-container-engine-image quay.io/tripleomaster/openstack-heat-all:current-tripleo --heat-container-api-image quay.io/tripleomaster/openstack-heat-api:current-tripleo | 19:05 |
fultonj | where i had 'podman pull'd quay.io/tripleomaster/openstack-heat-api:current-tripleo' prior to deploying with ^ | 19:06 |
fultonj | i am now rebuilding my env w/ latest to see if i hit that again | 19:06 |
fultonj | cloudnull: did you open a bug for this? | 19:07 |
* fultonj assumes not because you got it working and your env might have been in a bad state | 19:11 | |
* fultonj hopes heat-ephemeral-container-ansible.yaml#L59-L80 will put the container at localhost/ this time around | 19:13 | |
opendevreview | Chris Sibbitt proposed openstack/tripleo-ansible master: WIP/DNM Testing fips playbook with metrics_qdr https://review.opendev.org/c/openstack/tripleo-ansible/+/806268 | 19:28 |
opendevreview | James Parker proposed openstack/tripleo-upgrade master: Add different migration actions based on guest https://review.opendev.org/c/openstack/tripleo-upgrade/+/798373 | 19:30 |
cloudnull | fultonj no i didn't open an issue for it, rerunning undercloud install seemed to pull the appropriate image. sadly it doesn't seem to pull new images on undercloud upgrade. for whatever reason | 19:36 |
fultonj | cloudnull: ok, thanks for letting me know. i'll see if i run into it again in my new env | 19:37 |
opendevreview | Brendan Shephard proposed openstack/python-tripleoclient master: Fix update run for Ephemeral Heat https://review.opendev.org/c/openstack/python-tripleoclient/+/805575 | 20:32 |
slagle | cloudnull: this was victoria -> master? or something else? | 20:41 |
cloudnull | slagle no it was master (two weeks ago) > master (today) | 20:42 |
slagle | oh, strange. master 2 weeks ago would have had the images prepared. | 20:43 |
slagle | do we have something that prunes unused images? | 20:43 |
cloudnull | Idk. | 20:48 |
cloudnull | I wouldn’t think so? | 20:48 |
opendevreview | Merged openstack/tripleo-heat-templates stable/victoria: NovaLiveMigrationPermitAutoConverge should default to True https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807267 | 20:59 |
opendevreview | Merged openstack/tripleo-heat-templates master: Explicitly set ironic::json_rpc::project_name https://review.opendev.org/c/openstack/tripleo-heat-templates/+/806420 | 20:59 |
opendevreview | Merged openstack/os-net-config master: Allow linux tap to use routes https://review.opendev.org/c/openstack/os-net-config/+/807160 | 20:59 |
opendevreview | Merged openstack/tripleo-heat-templates stable/wallaby: Revert "Disable postcopy for ovn/ovs-dpdk" https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807055 | 20:59 |
opendevreview | Merged openstack/tripleo-heat-templates stable/victoria: Revert "Disable postcopy for ovn/ovs-dpdk" https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807056 | 20:59 |
opendevreview | Merged openstack/tripleo-ci master: Use jinja for image build conditionals https://review.opendev.org/c/openstack/tripleo-ci/+/805772 | 20:59 |
opendevreview | Merged openstack/python-tripleoclient master: Remove --standalone option https://review.opendev.org/c/openstack/python-tripleoclient/+/753447 | 20:59 |
opendevreview | Merged openstack/python-tripleoclient master: Eliminating a race condition in the export_stack function https://review.opendev.org/c/openstack/python-tripleoclient/+/805409 | 20:59 |
opendevreview | Merged openstack/python-tripleoclient stable/train: Revert "[train-only] post stack creation tsx validation" https://review.opendev.org/c/openstack/python-tripleoclient/+/807066 | 20:59 |
opendevreview | Merged openstack/tripleo-heat-templates stable/train: Revert "[train-only] Adding ForceNoTsx flag" https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807065 | 20:59 |
opendevreview | Harald Jensås proposed openstack/tripleo-quickstart master: Disable protected resourced types in fs010 https://review.opendev.org/c/openstack/tripleo-quickstart/+/807703 | 20:59 |
opendevreview | Harald Jensås proposed openstack/tripleo-quickstart master: Re-enable protected resource types https://review.opendev.org/c/openstack/tripleo-quickstart/+/807704 | 20:59 |
opendevreview | Merged openstack/tripleo-heat-templates master: Allow configuring distributed image import https://review.opendev.org/c/openstack/tripleo-heat-templates/+/782636 | 20:59 |
opendevreview | Merged openstack/tripleo-heat-templates master: Revert "tripleo-podman: Enable podman.socket" https://review.opendev.org/c/openstack/tripleo-heat-templates/+/807376 | 21:00 |
opendevreview | Merged openstack/puppet-tripleo master: [c9] wrappers should start containers with host's cgroupns https://review.opendev.org/c/openstack/puppet-tripleo/+/802531 | 21:00 |
opendevreview | Lance Bragstad proposed openstack/tripleo-heat-templates master: DNM: Provide a template to enable project personas https://review.opendev.org/c/openstack/tripleo-heat-templates/+/781571 | 21:09 |
lbragstad | cloudnull ok - i think ^ has just about every service we looked at initially | 21:10 |
lbragstad | and attempts to implement project personas across the board consistently for them | 21:10 |
cloudnull | nice! | 21:11 |
lbragstad | i guess the trick now will be seeing how that breaks when we include it in a run | 21:14 |
cloudnull | 🤞 | 21:17 |
opendevreview | Merged openstack/tripleo-ansible master: Enforce root user at the beginning of container build https://review.opendev.org/c/openstack/tripleo-ansible/+/807297 | 22:22 |
opendevreview | Brendan Shephard proposed openstack/python-tripleoclient master: Fix update run for Ephemeral Heat https://review.opendev.org/c/openstack/python-tripleoclient/+/805575 | 22:50 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!