| *** fdaencar_ has quit IRC | 00:05 | |
| rlandy | cloudnull: still around? | 00:14 |
|---|---|---|
| cloudnull | yup | 00:14 |
| cloudnull | what's going on ? | 00:14 |
| rlandy | cloudnull: container builds in rhos-16.2 fail with | 00:15 |
| rlandy | ERROR! the role 'tripleo-container-image-build' was not found in /tmp/tripleo47g9n6wp/roles:/root/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles:/usr/share/openstack-tripleo-validations/roles:/tmp/tripleo47g9n6wp[00m | 00:15 |
| rlandy | so ... here is what I see | 00:15 |
| rlandy | (they work fine on rhos-17) | 00:15 |
| rlandy | http://git.app.eng.bos.redhat.com/git/python-tripleoclient.git/tree/tripleoclient/utils.py?h=rhos-17.0-trunk-patches | 00:15 |
| rlandy | http://git.app.eng.bos.redhat.com/git/python-tripleoclient.git/tree/tripleoclient/utils.py?h=rhos-17.0-trunk-patches#n545 | 00:16 |
| rlandy | vs | 00:16 |
| rlandy | http://git.app.eng.bos.redhat.com/git/python-tripleoclient.git/tree/tripleoclient/utils.py?h=rhos-16.2-trunk-patches#n283 | 00:16 |
| rlandy | it looks like the ANSIBLE_ROLES_PATH is read from ^^ | 00:16 |
| rlandy | why is https://github.com/openstack/tripleo-ci/blob/master/roles/build-containers/templates/build.sh.j2#L47 not overriding it? | 00:17 |
| rlandy | or ... | 00:17 |
| rlandy | should the 16.2 ANSIBLE_ROLES_PATH be updated to match 17? | 00:17 |
| rlandy | (where 17 is master and 16.2 is stable/train) | 00:17 |
| rlandy | cloudnull: if it's too late for all this, we can pick it up in the morning | 00:18 |
| * cloudnull looking | 00:18 | |
| cloudnull | it seems like the role is missing. | 00:19 |
| * cloudnull still looking | 00:19 | |
| cloudnull | maybe we're missing a review for the downstream 16.2 sync? | 00:19 |
| rlandy | it's in tripleo-ansible | 00:19 |
| rlandy | http://git.app.eng.bos.redhat.com/git/tripleo-ansible.git/tree/tripleo_ansible/roles?h=rhos-16.2-trunk-patches | 00:20 |
| rlandy | ^^ role is there | 00:20 |
| rlandy | tripleo-container-image-build | 00:20 |
| cloudnull | ok | 00:20 |
| cloudnull | then it must be the ANSIBLE_ROLES_PATH settings | 00:21 |
| rlandy | it should be installed in https://github.com/openstack/tripleo-ci/blob/master/roles/build-containers/tasks/venv_setup.yml#L42 | 00:21 |
| rlandy | in venv | 00:21 |
| rlandy | so either ANSIBLE_ROLES_PATH never gets overriden | 00:21 |
| rlandy | or it needs to be updated to match master (17) | 00:21 |
| cloudnull | however, all tripleo-ansible roles should be installed under /usr/share/ansible/roles/ | 00:21 |
| rlandy | how does that installation happen? | 00:22 |
| rlandy | I see the install to venv | 00:22 |
| cloudnull | oh, its installed in a venv. | 00:22 |
| cloudnull | the package puts the role in /usr/share/ansible/roles | 00:22 |
| cloudnull | in a venv it'd be something like $VENV_PATH/usr/share/ansible/roles | 00:23 |
| rlandy | https://github.com/openstack/tripleo-ci/blob/master/roles/build-containers/tasks/venv_setup.yml#L44 | 00:23 |
| rlandy | ^^ in venv | 00:23 |
| * cloudnull thought we had some of that logic somewhere already ? | 00:23 | |
| rlandy | http://git.app.eng.bos.redhat.com/git/tripleo-ansible.git/tree/setup.cfg?h=rhos-16.2-trunk-patches#n23 | 00:24 |
| rlandy | if we do a package install | 00:24 |
| rlandy | ha - so we install tripleo-ansible ... looking | 00:25 |
| cloudnull | ++ that bit will transfer the roles | 00:25 |
| rlandy | | LOOP [Install Buildah and ansible] | 00:26 |
| cloudnull | specifically https://github.com/openstack/tripleo-ansible/blob/stable/train/setup.cfg#L23-L27 | 00:26 |
| rlandy | but not tripleo-ansible | 00:26 |
| cloudnull | however, the usr/ path is padded within a venv | 00:26 |
| rlandy | right - so - we could install tripleo-ansible ... | 00:26 |
| rlandy | from package but we're doing a source install | 00:27 |
| rlandy | and ANSIBLE_ROLES_PATH should be overriden to read the venv | 00:27 |
| rlandy | but I can test this with a package install | 00:27 |
| cloudnull | ++ | 00:28 |
| * cloudnull looking for what we did in quickstart to solve this | 00:28 | |
| cloudnull | we had some logic that was in one the scripts (which i thought was in quickstart) but i cant seem to find it | 00:31 |
| rlandy | I'll try the package install - we can touch base tomorrow | 00:34 |
| cloudnull | i just built a quick venv with tripleo-ansible to test. so to make it go you'll need to extend the role path with $VIRTUAL_ENV/share/ansible/roles | 00:34 |
| cloudnull | when the venv is activated, VIRTUAL_ENV should automatically be set . | 00:35 |
| cloudnull | you may also wanted to extend the various plugins path too - - with $VIRTUAL_ENV/share/ansible/plugins/ | 00:36 |
| cloudnull | but i think just addeding the role path will make it go | 00:37 |
| openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: WIP: Testing change of roles path https://review.opendev.org/744786 | 00:40 |
| cloudnull | rlandy nice ^ | 00:42 |
| cloudnull | I'm going to take off, lets sync up tomorrow ? | 00:42 |
| rlandy | cloudnull: yep - have a good night | 00:45 |
| cloudnull | you too | 00:45 |
| *** rlandy has quit IRC | 00:50 | |
| openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: WIP: Testing change of roles path https://review.opendev.org/744786 | 00:58 |
| *** fmount|afk has quit IRC | 01:09 | |
| *** fmount has joined #tripleo | 01:09 | |
| *** gthiemonge has quit IRC | 01:24 | |
| *** gthiemonge has joined #tripleo | 01:24 | |
| *** rfolco has quit IRC | 01:39 | |
| *** ekultails has quit IRC | 01:57 | |
| *** d34dh0r53 has quit IRC | 02:01 | |
| *** d34dh0r53 has joined #tripleo | 02:04 | |
| openstackgerrit | Chandan Kumar (raukadah) proposed openstack/ansible-role-collect-logs master: Added sova pattern for failed containers https://review.opendev.org/744688 | 02:13 |
| *** apetrich has quit IRC | 02:14 | |
| *** ramishra has joined #tripleo | 02:24 | |
| openstackgerrit | Chandan Kumar (raukadah) proposed openstack/tripleo-quickstart master: [DNM] ironic full coverage https://review.opendev.org/744819 | 02:25 |
| *** psahoo has joined #tripleo | 02:39 | |
| openstackgerrit | Chandan Kumar (raukadah) proposed openstack/ansible-role-collect-logs master: Added sova pattern for failed containers https://review.opendev.org/744688 | 02:55 |
| *** rcernin has joined #tripleo | 03:07 | |
| *** skramaja has joined #tripleo | 03:21 | |
| *** psachin has joined #tripleo | 03:34 | |
| *** skramaja has quit IRC | 03:36 | |
| *** skramaja has joined #tripleo | 03:36 | |
| *** tkajinam has quit IRC | 03:51 | |
| *** tkajinam has joined #tripleo | 03:52 | |
| *** ramishra has quit IRC | 04:16 | |
| *** jfrancoa has joined #tripleo | 04:30 | |
| *** udesale has joined #tripleo | 04:33 | |
| *** evrardjp has quit IRC | 04:33 | |
| *** evrardjp has joined #tripleo | 04:33 | |
| *** ykarel|away has joined #tripleo | 04:43 | |
| *** ramishra has joined #tripleo | 04:44 | |
| *** ykarel|away is now known as ykarel | 04:46 | |
| openstackgerrit | Ronelle Landy proposed openstack/tripleo-ci master: WIP: Testing change of roles path https://review.opendev.org/744786 | 04:48 |
| openstackgerrit | Merged openstack/tripleo-common stable/train: Handle redirects for blobs better https://review.opendev.org/744467 | 04:51 |
| *** saneax has joined #tripleo | 04:52 | |
| *** raukadah is now known as chkumar|rover | 04:54 | |
| *** ratailor has joined #tripleo | 04:56 | |
| *** ratailor has quit IRC | 04:59 | |
| *** ratailor has joined #tripleo | 04:59 | |
| *** lbragstad_ has joined #tripleo | 05:04 | |
| *** rh-jelabarre has quit IRC | 05:05 | |
| *** lbragstad has quit IRC | 05:07 | |
| *** marios has joined #tripleo | 05:08 | |
| *** marios is now known as marios|ruck | 05:08 | |
| *** waleedm has joined #tripleo | 05:12 | |
| *** waleedm_ has joined #tripleo | 05:12 | |
| *** psahoo has quit IRC | 05:23 | |
| *** ykarel has quit IRC | 05:24 | |
| *** ykarel has joined #tripleo | 05:29 | |
| *** lmiccini has joined #tripleo | 05:29 | |
| *** waleedm_ has quit IRC | 05:37 | |
| *** waleedm__ has joined #tripleo | 05:37 | |
| *** skramaja_ has joined #tripleo | 05:39 | |
| *** tremble has quit IRC | 05:39 | |
| *** skramaja has quit IRC | 05:39 | |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-ansible master: Fix podman version https://review.opendev.org/744732 | 05:40 |
| Tengu | cloudnull, mwhahaha -^ this is probably the easiest, cleanest way for this issue. | 05:41 |
| *** udesale_ has joined #tripleo | 05:45 | |
| *** udesale has quit IRC | 05:47 | |
| *** psahoo has joined #tripleo | 05:50 | |
| openstackgerrit | yatin proposed openstack/tripleo-quickstart master: [Ussuri/Train] ansible-2.9.11 testing https://review.opendev.org/722218 | 06:14 |
| *** skramaja_ has quit IRC | 06:19 | |
| *** skramaja has joined #tripleo | 06:19 | |
| *** udesale_ has quit IRC | 06:24 | |
| *** maciejjozefczyk has joined #tripleo | 06:28 | |
| openstackgerrit | Rabi Mishra proposed openstack/tripleo-common master: Don't pass dry_run to image upload tasks https://review.opendev.org/744824 | 06:31 |
| openstackgerrit | yatin proposed openstack/tripleo-common stable/train: [DNM] Test ansible-2.9.11 Train https://review.opendev.org/744825 | 06:31 |
| *** jcapitao has joined #tripleo | 06:32 | |
| openstackgerrit | yatin proposed openstack/tripleo-common stable/ussuri: [DNM] Test ansible-2.9.11 Ussuri https://review.opendev.org/744826 | 06:34 |
| *** marios|ruck has quit IRC | 06:40 | |
| *** marios has joined #tripleo | 06:44 | |
| *** marios is now known as marios|ruck | 06:44 | |
| *** udesale has joined #tripleo | 06:52 | |
| *** rcernin has quit IRC | 06:58 | |
| *** rcernin_ has joined #tripleo | 06:59 | |
| *** ntt_ has joined #tripleo | 07:00 | |
| *** rcernin_ has quit IRC | 07:05 | |
| *** apetrich has joined #tripleo | 07:06 | |
| *** rcernin has joined #tripleo | 07:06 | |
| *** slaweq has joined #tripleo | 07:07 | |
| *** tremble has joined #tripleo | 07:08 | |
| *** skramaja has quit IRC | 07:13 | |
| *** psahoo has quit IRC | 07:21 | |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-validations master: New validation: Ensure sVirt is active https://review.opendev.org/744835 | 07:28 |
| *** bogdando has joined #tripleo | 07:30 | |
| openstackgerrit | Rabi Mishra proposed openstack/python-tripleoclient master: Don't build image upload tasks when dry_run is True https://review.opendev.org/744836 | 07:33 |
| openstackgerrit | Rabi Mishra proposed openstack/tripleo-common master: Don't build image upload tasks when dry_run=True https://review.opendev.org/744824 | 07:34 |
| *** psahoo has joined #tripleo | 07:34 | |
| dciabrin | marios|ruck, morning :) https://review.opendev.org/#/c/725782/ to fix half of tripleo-ci-centos-8-standalone-upgrade problems | 07:37 |
| *** tosky has joined #tripleo | 07:38 | |
| marios|ruck | thanks dciabrin will check in a bit | 07:39 |
| dciabrin | marios|ruck, thx! | 07:39 |
| *** suuuper has joined #tripleo | 07:45 | |
| *** psahoo has quit IRC | 07:52 | |
| *** jpena|off is now known as jpena | 07:54 | |
| *** skramaja has joined #tripleo | 07:56 | |
| *** ntt_ has quit IRC | 07:58 | |
| *** ntt_ has joined #tripleo | 07:58 | |
| *** jpich has joined #tripleo | 08:00 | |
| *** gfidente|afk is now known as gfidente | 08:03 | |
| *** dtantsur|afk is now known as dtantsur | 08:04 | |
| *** psahoo has joined #tripleo | 08:08 | |
| *** thegodfather has joined #tripleo | 08:09 | |
| *** pkopec has joined #tripleo | 08:11 | |
| openstackgerrit | Damien Ciabrini proposed openstack/tripleo-quickstart-extras master: Pass proper VIPs on Standalone https://review.opendev.org/725782 | 08:12 |
| *** lucasagomes has joined #tripleo | 08:15 | |
| *** xek has joined #tripleo | 08:21 | |
| *** tosky has quit IRC | 08:26 | |
| *** tosky has joined #tripleo | 08:27 | |
| *** thegodfather has quit IRC | 08:27 | |
| openstackgerrit | Bernard Cafarelli proposed openstack/tripleo-validations stable/ussuri: Fix neutron_sanity_check for ML2/OVS overcloud https://review.opendev.org/744856 | 08:43 |
| openstackgerrit | Bernard Cafarelli proposed openstack/tripleo-validations stable/train: Fix neutron_sanity_check for ML2/OVS overcloud https://review.opendev.org/744857 | 08:43 |
| *** holser has joined #tripleo | 08:48 | |
| *** derekh has joined #tripleo | 08:51 | |
| *** sshnaidm|afk is now known as sshnaidm | 08:56 | |
| *** devep has joined #tripleo | 08:57 | |
| *** devep has quit IRC | 08:59 | |
| *** devep has joined #tripleo | 08:59 | |
| openstackgerrit | Daniel Bengtsson proposed openstack/python-tripleoclient master: Stop configuring install_command in tox. https://review.opendev.org/693502 | 08:59 |
| *** rcernin has quit IRC | 09:04 | |
| openstackgerrit | Sagi Shnaidman proposed openstack/tripleo-ansible stable/ussuri: Fix introspection restart with unlocking node https://review.opendev.org/744860 | 09:04 |
| *** rcernin has joined #tripleo | 09:04 | |
| *** devep_ has joined #tripleo | 09:04 | |
| *** rcernin has quit IRC | 09:05 | |
| *** rcernin has joined #tripleo | 09:05 | |
| openstackgerrit | Zhu Sheng Li proposed openstack/tripleo-heat-templates stable/train: Add non-string value support for CephAnsibleEnvironmentVariables https://review.opendev.org/744861 | 09:06 |
| *** devep__ has joined #tripleo | 09:07 | |
| *** devep has quit IRC | 09:07 | |
| *** devep__ has quit IRC | 09:07 | |
| *** devep_ has quit IRC | 09:09 | |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-validations master: New validation: Ensure sVirt is active https://review.opendev.org/744835 | 09:17 |
| openstackgerrit | yatin proposed openstack/tripleo-quickstart-extras master: Honour standalone updates too for container-prep https://review.opendev.org/744864 | 09:18 |
| *** jpich has quit IRC | 09:26 | |
| *** jpich has joined #tripleo | 09:27 | |
| *** ntt__ has joined #tripleo | 09:28 | |
| *** ntt_ has quit IRC | 09:28 | |
| openstackgerrit | yatin proposed openstack/tripleo-quickstart master: Switch Standalone environment to centos8 https://review.opendev.org/743919 | 09:34 |
| mrunge | hi there, anyone up for a quick review? https://review.opendev.org/#/c/734009/ | 09:39 |
| mrunge | already has a +2 | 09:39 |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-validations master: New validation: Ensure sVirt is active https://review.opendev.org/744835 | 09:52 |
| openstackgerrit | Damien Ciabrini proposed openstack/tripleo-quickstart-extras master: Pass proper VIPs on Standalone https://review.opendev.org/725782 | 10:14 |
| *** tkajinam has quit IRC | 10:15 | |
| *** marios|ruck is now known as marios|ruck|afk | 10:16 | |
| *** rcernin has quit IRC | 10:23 | |
| *** xek has quit IRC | 10:24 | |
| openstackgerrit | Chandan Kumar (raukadah) proposed openstack/ansible-role-collect-logs master: Added sova pattern for failed containers https://review.opendev.org/744688 | 10:25 |
| *** marios|ruck|afk is now known as marios|ruck | 10:33 | |
| openstackgerrit | amolkahat proposed openstack/tripleo-quickstart master: Added ironic specific variables in the featureset060 file. https://review.opendev.org/731704 | 10:34 |
| openstackgerrit | Emma Foley proposed openstack/tripleo-heat-templates master: [WIP][collectd][ansible] Add template to deploy collectd using ansible https://review.opendev.org/737100 | 10:34 |
| openstackgerrit | amolkahat proposed openstack/openstack-tempest-skiplist master: Adding ironic chessis_node_list test to skiplist. https://review.opendev.org/744882 | 10:41 |
| openstackgerrit | amolkahat proposed openstack/tripleo-ci master: [DNM] Making tempest_public_net_name variable ovarridable. https://review.opendev.org/723876 | 10:43 |
| openstackgerrit | Lukas Bezdicka proposed openstack/tripleo-upgrade master: WIP: test vm_ip cleanup https://review.opendev.org/744293 | 10:45 |
| openstackgerrit | Lukas Bezdicka proposed openstack/tripleo-upgrade master: WIP: upgrade converge cleanup https://review.opendev.org/744884 | 10:45 |
| openstackgerrit | Sergii Golovatiuk proposed openstack/tripleo-heat-templates stable/ussuri: Fix HA resource restart when no replicas are running https://review.opendev.org/744676 | 10:51 |
| openstackgerrit | Marios Andreou proposed openstack/tripleo-ci master: Make centos-8 standalone-upgrade-ussuri voting and gating https://review.opendev.org/742418 | 10:54 |
| openstackgerrit | Marios Andreou proposed openstack/tripleo-ci master: Centos8 undercloud upgrade - rename & split ussuri voting/gating https://review.opendev.org/742419 | 10:54 |
| openstackgerrit | Marios Andreou proposed openstack/tripleo-ci master: Make train centos-8 scen0 overcloud update job voting/gating https://review.opendev.org/742420 | 10:54 |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-validations master: New validation: Ensure sVirt is active https://review.opendev.org/744835 | 11:02 |
| *** lmiccini has quit IRC | 11:04 | |
| openstackgerrit | Merged openstack/tripleo-ci master: Add buildimage hardened job to buildimages project template https://review.opendev.org/742662 | 11:11 |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-validations master: Correct role name in generated playbook https://review.opendev.org/744886 | 11:15 |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-validations master: Correct role name in generated playbook https://review.opendev.org/744886 | 11:17 |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-validations master: New validation: Ensure sVirt is active https://review.opendev.org/744835 | 11:17 |
| *** lmiccini has joined #tripleo | 11:19 | |
| *** raildo has joined #tripleo | 11:21 | |
| *** psahoo has quit IRC | 11:27 | |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-validations master: Correct role name in generated playbook https://review.opendev.org/744886 | 11:30 |
| Tengu | ok, last spam hopefully -.-. doing 10 things in // is bad. | 11:32 |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-validations master: New validation: Ensure sVirt is active https://review.opendev.org/744835 | 11:32 |
| *** jpena is now known as jpena|lunch | 11:39 | |
| *** xek has joined #tripleo | 11:40 | |
| *** jpich has quit IRC | 11:41 | |
| *** jcapitao is now known as jcapitao_lunch | 11:42 | |
| *** psahoo has joined #tripleo | 11:42 | |
| *** jpich has joined #tripleo | 11:42 | |
| *** rfolco has joined #tripleo | 11:51 | |
| *** ekultails has joined #tripleo | 11:53 | |
| *** aedc has joined #tripleo | 11:56 | |
| *** aedc has quit IRC | 11:56 | |
| *** xek has quit IRC | 11:56 | |
| *** pcaruana has quit IRC | 11:57 | |
| *** rcernin has joined #tripleo | 11:57 | |
| *** rh-jelabarre has joined #tripleo | 11:58 | |
| *** rh-jelabarre has quit IRC | 11:58 | |
| *** rh-jelabarre has joined #tripleo | 11:59 | |
| *** rcernin has quit IRC | 12:02 | |
| *** rlandy has joined #tripleo | 12:03 | |
| *** fdaencar_ has joined #tripleo | 12:04 | |
| *** pcaruana has joined #tripleo | 12:12 | |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-heat-templates stable/ussuri: Modify how libvirt related containers use SELinux https://review.opendev.org/739471 | 12:12 |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-heat-templates stable/train: Modify how libvirt related containers use SELinux https://review.opendev.org/739481 | 12:12 |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-heat-templates master: Modify how libvirt related containers use SELinux https://review.opendev.org/736173 | 12:12 |
| openstackgerrit | Zhu Sheng Li proposed openstack/tripleo-heat-templates stable/train: Add non-string value support for CephAnsibleEnvironmentVariables https://review.opendev.org/744861 | 12:15 |
| *** suuuper has quit IRC | 12:17 | |
| *** suuuper has joined #tripleo | 12:20 | |
| *** psahoo has quit IRC | 12:22 | |
| openstackgerrit | amolkahat proposed openstack/openstack-tempest-skiplist master: Adding ironic chessis_node_list test to skiplist. https://review.opendev.org/744882 | 12:23 |
| *** derekh has quit IRC | 12:24 | |
| openstackgerrit | amolkahat proposed openstack/openstack-tempest-skiplist master: Adding ironic chessis_node_list test to skiplist. https://review.opendev.org/744882 | 12:25 |
| openstackgerrit | amolkahat proposed openstack/openstack-tempest-skiplist master: Adding ironic chessis_node_list test to skiplist. https://review.opendev.org/744882 | 12:30 |
| *** psahoo has joined #tripleo | 12:33 | |
| *** ade_lee has quit IRC | 12:33 | |
| *** ade_lee has joined #tripleo | 12:34 | |
| *** udesale has quit IRC | 12:37 | |
| *** udesale has joined #tripleo | 12:38 | |
| cloudnull | mornings all | 12:46 |
| *** jpena|lunch is now known as jpena | 12:46 | |
| cloudnull | rlandy when you're up and about, and fully caffeinated (no rush) let me know. I'd be good to sync up regarding those 16.x VENV issues you were seeing last night. | 12:47 |
| cloudnull | Tengu looking | 12:49 |
| *** dprince has joined #tripleo | 12:49 | |
| rlandy | cloudnull: hey - so the symlink hack worked | 12:51 |
| rlandy | although it shouldn't be needed | 12:52 |
| rlandy | I'm updating the 16.2 hash to make sure I got the latest rebased patches | 12:52 |
| rlandy | also has to set selinux to premissive - was not needed for 17 either ... | 12:53 |
| rlandy | but on the upside, the build step is still running :) | 12:53 |
| openstackgerrit | Bogdan Dobrelya (bogdando) proposed openstack/tripleo-common master: Less workers, longer exp. failback upon reconnects https://review.opendev.org/743704 | 12:53 |
| rlandy | will ping you with latest results | 12:53 |
| openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack/python-tripleoclient stable/train: Rename UpgradeConvergeOvercloud into UpgradeConverge. https://review.opendev.org/740913 | 12:54 |
| bogdando | mwhahaha: ^^ | 12:55 |
| bogdando | mwhahaha: https://bugs.launchpad.net/tripleo/+bug/1889122/comments/18 | 12:59 |
| openstack | Launchpad bug 1889122 in tripleo "mirror timeouts in upstream causing undercloud and standalone failures" [Critical,Triaged] - Assigned to chandan kumar (chkumar246) | 12:59 |
| bogdando | oops wrong patch linked | 12:59 |
| *** rcernin has joined #tripleo | 13:01 | |
| openstackgerrit | Lukas Bezdicka proposed openstack/tripleo-upgrade master: Remove skip ceph-validations and --playbook for system_upgrade. https://review.opendev.org/744496 | 13:01 |
| openstackgerrit | Lukas Bezdicka proposed openstack/tripleo-upgrade master: Evacuate computes before RHEL upgrade https://review.opendev.org/743951 | 13:01 |
| openstackgerrit | Lukas Bezdicka proposed openstack/tripleo-upgrade master: Refactor FFWD run to run on 1/3rd of controlplane https://review.opendev.org/743952 | 13:01 |
| *** jcapitao_lunch is now known as jcapitao | 13:06 | |
| *** derekh has joined #tripleo | 13:09 | |
| openstackgerrit | Chandan Kumar (raukadah) proposed openstack/ansible-role-collect-logs master: Added sova pattern for failed containers https://review.opendev.org/744688 | 13:11 |
| *** iurygregory has quit IRC | 13:12 | |
| *** rcernin has quit IRC | 13:15 | |
| *** xek has joined #tripleo | 13:18 | |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-validations master: New validation: Ensure sVirt is active https://review.opendev.org/744835 | 13:18 |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-validations master: Add new dependency for the tests: lxml https://review.opendev.org/744903 | 13:18 |
| *** iurygregory has joined #tripleo | 13:18 | |
| bogdando | mwhahaha: I think https://review.opendev.org/#/c/743629/12/tripleo_common/image/image_uploader.py@294 (and https://review.opendev.org/#/c/743629/12/tripleo_common/image/image_uploader.py@1810 ?) should also "attempt a single re-authentication if the initial request | fails with a 401", see | 13:20 |
| bogdando | http://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_d11/743260/3/gate/tripleo-ci-centos-7-standalone-upgrade-train/d11c9ef/logs/undercloud/home/zuul/standalone_deploy.log - there is "unescaped" 401 in the _inspect | 13:20 |
| openstackgerrit | wes hayutin proposed openstack/puppet-tripleo stable/train: Fix up cluster_setup_extras usage https://review.opendev.org/744192 | 13:21 |
| bogdando | or it spams reauth attemts full ahead | 13:21 |
| *** udesale has quit IRC | 13:21 | |
| *** udesale has joined #tripleo | 13:22 | |
| rlandy | cloudnull: ok - we did better this time ... build 108 out of 109 containers ... https://sf.hosted.upshift.rdu2.redhat.com/logs/02/207802/12/check/tripleo-build-containers-ubi-8-internal-rhel-8-rhos-16.2/a57518d/logs/build.log | 13:25 |
| openstackgerrit | Merged openstack/tripleo-ansible stable/ussuri: Fix introspection restart with unlocking node https://review.opendev.org/744860 | 13:30 |
| *** ayoung has joined #tripleo | 13:32 | |
| mwhahaha | bogdando: the problem with the whole thing is the stupid 5 minute timeout on requests, unfortunately we don't get the luxury to just do a single one. ideally we would be able to limit the tokens but the scope is per image so we end up having to auth alot | 13:33 |
| mwhahaha | bogdando: we need less jobs, not to make this slower | 13:33 |
| bogdando | mwhahaha: sure thing, but that's a different aspect | 13:34 |
| bogdando | that I'm talking about is too much reconnects upon 401 | 13:34 |
| bogdando | that needs to be fixed | 13:34 |
| mwhahaha | no because we're getting nailed because the volume of requests from the mirror | 13:34 |
| mwhahaha | we're partially hurting ourselves by funneling through a single ip | 13:35 |
| mwhahaha | 429 may not just be us | 13:35 |
| *** raildo has quit IRC | 13:35 | |
| bogdando | hm, shouldn't re-auth happen just not too often to not trigger rate-limiting? | 13:35 |
| mwhahaha | who says it's re-auth | 13:35 |
| bogdando | see the log | 13:35 |
| bogdando | or re _inspect | 13:35 |
| mwhahaha | i will eventually | 13:35 |
| bogdando | whatever | 13:35 |
| mwhahaha | but i think ti's not as simple as you think | 13:35 |
| bogdando | that's for sure :) | 13:36 |
| cloudnull | rlandy woot! | 13:36 |
| bogdando | just noticed there is a comment related | 13:36 |
| * cloudnull looks at logs what 110 wasn't built | 13:36 | |
| cloudnull | **109 | 13:36 |
| bogdando | mwhahaha: https://opendev.org/openstack/tripleo-common/src/branch/master/tripleo_common/image/image_uploader.py#L304 | 13:36 |
| bogdando | so may be similar approach is needed every time we call that check_status and expect 401 | 13:37 |
| bogdando | ? | 13:37 |
| bogdando | or at least retry less often for that expecptional case | 13:37 |
| *** raildo has joined #tripleo | 13:38 | |
| cloudnull | rlandy https://pasted.tech/pastes/c8d6d0335aaa78d8fcfeb358c82662a821cfd739.raw -- there was a missing layer? | 13:39 |
| bogdando | mwhahaha: sorry If I'm just telling nonsense :D | 13:39 |
| bogdando | some code there still hasn't been wrapped around my head | 13:40 |
| rlandy | cloudnull: how does that happen - that we miss a layer? I'm running again with an updated tripleo-ci-testing hash | 13:40 |
| mwhahaha | bogdando: i'll look later after i catch up with things | 13:40 |
| bogdando | k thanks | 13:40 |
| cloudnull | I'm not quite sure why a layer would be missing. | 13:41 |
| cloudnull | that's pretty suspect. | 13:41 |
| rlandy | checking build tree | 13:41 |
| *** ratailor has quit IRC | 13:42 | |
| cloudnull | https://sf.hosted.upshift.rdu2.redhat.com/logs/02/207802/12/check/tripleo-build-containers-ubi-8-internal-rhel-8-rhos-16.2/a57518d/logs/buildah-builds/container-builds/856761bf-8e84-4b0e-9dcd-bc1161983a3e/base/os/designate-base/designate-producer/designate-producer-build.log - the container where it choked has nothing eventful in the logs. | 13:42 |
| *** pcaruana has quit IRC | 13:42 | |
| *** raildo has quit IRC | 13:43 | |
| *** raildo has joined #tripleo | 13:43 | |
| rlandy | cloudnull: I'm rerunning with an updated hash - let's see if it dies again | 13:43 |
| rlandy | also I know there are some outstanding stable/train patches - but I can't use them until they are merged and rebased downstream | 13:44 |
| *** raildo has quit IRC | 13:44 | |
| *** raildo has joined #tripleo | 13:44 | |
| cloudnull | I think most of them have been merged upstream (checks) | 13:46 |
| *** raildo_ has joined #tripleo | 13:46 | |
| cloudnull | do you know if we're doing a bulk import for 16.2 or should we cherry-pick some of these extra changes? | 13:47 |
| *** raildo_ has quit IRC | 13:50 | |
| Tengu | cloudnull: would you be able to check https://review.opendev.org/#/c/743990/ when you have some time? owalsh - would be nice having you on that one as well :) | 13:51 |
| openstackgerrit | Sagi Shnaidman proposed openstack/ansible-role-collect-logs master: Add patterns for sova https://review.opendev.org/744669 | 13:52 |
| *** pcaruana has joined #tripleo | 13:54 | |
| *** TrevorV has joined #tripleo | 13:56 | |
| cloudnull | Tengu on it | 14:03 |
| Tengu | thanks :) | 14:04 |
| owalsh | cloudnull, Tengu: could you hold on that for a minute? | 14:05 |
| cloudnull | owalsh ++ | 14:05 |
| *** xek has quit IRC | 14:06 | |
| mwhahaha | bogdando: so i think a better solution is that if we get a 429 to pause a long time and retry slowly | 14:06 |
| mwhahaha | we don't respect 429s | 14:06 |
| bogdando | mwhahaha: yeah, something like that! | 14:06 |
| mwhahaha | so they just trigger a flood of retries | 14:06 |
| bogdando | but in the logs there was 401 | 14:06 |
| mwhahaha | yea cause teh reauth keeps trying i think | 14:07 |
| bogdando | ah | 14:07 |
| mwhahaha | i'm going to dig a bit more into the logs and throw up a patch today | 14:07 |
| bogdando | mwhahaha.TNA.guru++ (like TLA but for numbers) | 14:07 |
| Tengu | owalsh: ah, thanks for the leftover - missed it -.-. | 14:07 |
| *** dprince has quit IRC | 14:08 | |
| mwhahaha | bogdando: this also comes from having to lookup tags. i think in the upstream they are universal (downstream not so much) so we likely could cheat a bit upstream and skip this part and only discover once | 14:09 |
| mwhahaha | or not at all | 14:09 |
| mwhahaha | weshay|ruck: are container tags consistent upstream for a given promotion? or can they vary | 14:09 |
| weshay|ruck | mwhahaha, they are all tagged w/ the md5 sum of the dlrn_repo | 14:13 |
| mwhahaha | weshay|ruck: can we cheat and not have to do discovery upstream? | 14:13 |
| *** skramaja has quit IRC | 14:13 | |
| mwhahaha | e.g. get a hash and put it in the container-image-prepare.yaml | 14:13 |
| weshay|ruck | mwhahaha, they should also be tagged w/ current-tripleo | 14:13 |
| mwhahaha | and drop tags_from_label | 14:13 |
| * weshay|ruck checks | 14:13 | |
| mwhahaha | ok i know the bug then | 14:14 |
| mwhahaha | we specify a tag and tag_from_label | 14:14 |
| mwhahaha | tag_From_label triggers inspection of tags | 14:14 |
| * mwhahaha shall fix | 14:14 | |
| mwhahaha | i hit this downstream all the time | 14:14 |
| mwhahaha | if tag is specify, tag_from_label should be ignored | 14:14 |
| mwhahaha | so much for being productive this week | 14:15 |
| weshay|ruck | tripleomaster/centos-binary-tripleoclient:current-tripleo | 14:15 |
| weshay|ruck | DIGEST:sha256:0a2586238bdb96eb531d9b631e949b122f727f44cf2cd6aeaeef4286ac593f86 | 14:15 |
| weshay|ruck | tripleomaster/centos-binary-tripleoclient:1454d01ab7b923258838c6f1863a6c80 | 14:15 |
| weshay|ruck | DIGEST:sha256:0a2586238bdb96eb531d9b631e949b122f727f44cf2cd6aeaeef4286ac593f86 | 14:15 |
| weshay|ruck | https://trunk.rdoproject.org/centos8-master/current-tripleo/delorean.repo.md5 | 14:16 |
| mwhahaha | http://storage.gra.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_d11/743260/3/gate/tripleo-ci-centos-7-standalone-upgrade-train/d11c9ef/logs/undercloud/home/zuul/containers-prepare-parameters.yaml | 14:16 |
| weshay|ruck | mwhahaha, not sure I totally grok.. yet.. did I answer your question? | 14:17 |
| mwhahaha | yea you did | 14:17 |
| *** waleedm__ has quit IRC | 14:20 | |
| *** waleedm has quit IRC | 14:20 | |
| openstackgerrit | Maciej Józefczyk proposed openstack/tripleo-ansible master: Set the OpenFlow protocol while upgrading OVS from 2.11 https://review.opendev.org/744910 | 14:23 |
| *** sshnaidm is now known as sshnaidm|afk | 14:24 | |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-common master: Correct the inventory generation https://review.opendev.org/743990 | 14:25 |
| Tengu | owalsh: updated - just tested tox + live env, seems to work as expected. hopefully this is the last time I have to dig in this thing X( | 14:25 |
| bogdando | mwhahaha: > if tag is specify, tag_from_label should be ignored | 14:25 |
| bogdando | makes absolute sense | 14:25 |
| mwhahaha | pretty much. i also spotted another issue | 14:26 |
| mwhahaha | we use 16 threads for the label lookups | 14:26 |
| mwhahaha | that needs to be reduced or limited for things liek docker.io/quay.io | 14:26 |
| * mwhahaha is patching | 14:27 | |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-common master: Correct the inventory generation https://review.opendev.org/743990 | 14:28 |
| Tengu | owalsh: ah, and moving the block doesn't do anything. I was probably lost in the unit-testing -^ | 14:28 |
| owalsh | Tengu: ack, was worried that could have issues for the special keys such as _meta and overcloud but probably just evals to false | 14:29 |
| openstackgerrit | Alex Schultz proposed openstack/tripleo-common master: Reduce workers for label lookups https://review.opendev.org/744913 | 14:29 |
| mwhahaha | bogdando: -^ will help, i'll fix the tags thing in a different patch | 14:30 |
| Tengu | owalsh: yeah - basically no effect, according to the unit tests | 14:30 |
| rlandy | cloudnull: well .. it's reproducible ... :rhel-binary-designate-base-working-container-83: error extracting layer "76fdb57b1ddb3c1742b97909522f282b29e8a9424ceeb7083ed3df555f3e699a": no such file or director ... https://sf.hosted.upshift.rdu2.redhat.com/logs/02/207802/12/check/tripleo-build-containers-ubi-8-internal-rhel-8-rhos-16.2/a487b1c/logs/build.log | 14:30 |
| Tengu | owalsh: that damned vars() function and its vars representation..... | 14:30 |
| cloudnull | rlandy well thats no good | 14:31 |
| owalsh | Tengu: yea errr probably my bad | 14:31 |
| Tengu | owalsh: (won't say but.... yeah ;) that's why I wanted you to have a look ;)) | 14:31 |
| owalsh | I blame python and ducks | 14:32 |
| Tengu | hehehe | 14:32 |
| *** redrobot has joined #tripleo | 14:32 | |
| cloudnull | rlandy are we able to hold an environment where this is happening? | 14:33 |
| Tengu | owalsh: I was first like "what's going on, why is it not presenting that container_cli.... oh... oooohhhh nasty python" :) | 14:33 |
| cloudnull | something we can login to | 14:33 |
| openstackgerrit | Maciej Józefczyk proposed openstack/tripleo-ansible master: Set the OpenFlow protocol while upgrading OVS from 2.11 https://review.opendev.org/744910 | 14:33 |
| Tengu | anyway. corrected. | 14:33 |
| rlandy | cloudnull: yep - will get that | 14:33 |
| owalsh | Tengu++ ack | 14:34 |
| *** lmiccini has quit IRC | 14:34 | |
| owalsh | Tengu: ansible_ssh_user being set per service is really noisy too, but lets deal with that in a follow up patch | 14:36 |
| Tengu | owalsh: yeah - also my thought, but I didn't have the courage to dig in it | 14:36 |
| owalsh | Tengu: just always been that way AFAICT | 14:37 |
| Tengu | yeah, probably, or at least should have been ;) | 14:37 |
| Tengu | getting the "container_cli" is THE thing, since many validations rely on it. | 14:37 |
| Tengu | that's all I care for right now - and getting it in train and osp-16.1.2 asap | 14:38 |
| owalsh | Tengu: ack, LGTM | 14:38 |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-validations master: Add new dependency for the tests: lxml https://review.opendev.org/744903 | 14:44 |
| Tengu | grumpf... | 14:44 |
| openstackgerrit | Alex Schultz proposed openstack/tripleo-common master: Stop doing tag_from_label lookup with tag https://review.opendev.org/744918 | 14:44 |
| mwhahaha | bogdando: -^ | 14:44 |
| bogdando | fruitful, thanks! | 14:46 |
| *** lmiccini has joined #tripleo | 14:49 | |
| *** xek has joined #tripleo | 14:54 | |
| openstackgerrit | Cédric Jeanneret (Tengu) proposed openstack/tripleo-validations master: Updated "overcloud" to "allovercloud" group https://review.opendev.org/744922 | 14:55 |
| *** psachin has quit IRC | 14:57 | |
| weshay|ruck | mwhahaha, should we get your container lookup/upload patches cherry-picked now for ussuri / train perhaps get more results? | 14:57 |
| mwhahaha | i can pre-emptively cp once they pass master | 14:57 |
| mwhahaha | i don't want to unless i know they are good | 14:58 |
| *** ayoung has quit IRC | 15:11 | |
| *** ayoung has joined #tripleo | 15:12 | |
| *** toure|gone is now known as toure | 15:19 | |
| rlandy | cloudnull: pls send me your keys - I have a node held running container builds | 15:20 |
| *** waleedm has joined #tripleo | 15:20 | |
| *** waleedm__ has joined #tripleo | 15:20 | |
| *** ykarel is now known as ykarel|away | 15:21 | |
| *** ayoung has quit IRC | 15:22 | |
| *** ayoung has joined #tripleo | 15:24 | |
| cloudnull | rlandy - https://github.com/cloudnull.keys | 15:24 |
| rlandy | cloudnull: thanks - see pvt | 15:25 |
| *** chkumar|rover is now known as raukadah | 15:26 | |
| *** tosky has quit IRC | 15:31 | |
| *** lmiccini has quit IRC | 15:31 | |
| *** aedc has joined #tripleo | 15:34 | |
| *** aedc has quit IRC | 15:36 | |
| *** pcaruana has quit IRC | 15:38 | |
| *** tremble has quit IRC | 15:38 | |
| *** lbragstad_ is now known as lbragstad | 15:42 | |
| *** suuuper has quit IRC | 15:42 | |
| *** slaweq_ has joined #tripleo | 15:45 | |
| *** slaweq has quit IRC | 15:45 | |
| *** slaweq_ is now known as slaweq | 15:45 | |
| openstackgerrit | wes hayutin proposed openstack/ansible-role-collect-logs master: add provision failures in deployment https://review.opendev.org/744931 | 15:49 |
| *** jcapitao has quit IRC | 15:50 | |
| *** pcaruana has joined #tripleo | 15:51 | |
| *** ntt__ has quit IRC | 15:52 | |
| *** marios|ruck is now known as marios|out | 15:54 | |
| *** ayoung has quit IRC | 15:54 | |
| *** pkopec has quit IRC | 15:55 | |
| *** ayoung has joined #tripleo | 15:57 | |
| *** xek_ has joined #tripleo | 15:57 | |
| *** ykarel|away has quit IRC | 15:58 | |
| *** maciejjozefczyk has quit IRC | 15:59 | |
| *** xek has quit IRC | 16:00 | |
| *** psahoo has quit IRC | 16:00 | |
| *** lucasagomes has quit IRC | 16:00 | |
| openstackgerrit | Julia Kreger proposed openstack/tripleo-common master: Change default DHCP timeout for ironic-python-agent https://review.opendev.org/744939 | 16:05 |
| openstackgerrit | Julia Kreger proposed openstack/tripleo-common master: Change default DHCP timeout for ironic-python-agent https://review.opendev.org/744939 | 16:06 |
| *** bogdando has quit IRC | 16:08 | |
| *** jpena is now known as jpena|off | 16:12 | |
| *** jmasud has quit IRC | 16:14 | |
| weshay|ruck | mwhahaha, https://review.opendev.org/#/c/744939/ | 16:15 |
| *** jmasud has joined #tripleo | 16:16 | |
| *** mcornea has joined #tripleo | 16:21 | |
| *** 18VABDA9G has joined #tripleo | 16:25 | |
| *** 92AAA3746 has joined #tripleo | 16:25 | |
| *** marios|out has quit IRC | 16:26 | |
| *** waleedm has quit IRC | 16:29 | |
| *** waleedm__ has quit IRC | 16:29 | |
| *** tosky has joined #tripleo | 16:29 | |
| *** udesale has quit IRC | 16:32 | |
| *** dtantsur is now known as dtantsur|afk | 16:39 | |
| *** maciejjozefczyk has joined #tripleo | 16:42 | |
| *** gfidente is now known as gfidente|afk | 16:44 | |
| *** mcornea has quit IRC | 16:57 | |
| *** derekh has quit IRC | 17:00 | |
| openstackgerrit | Alex Schultz proposed openstack/tripleo-common stable/ussuri: Reduce workers for label lookups https://review.opendev.org/744952 | 17:05 |
| openstackgerrit | Alex Schultz proposed openstack/tripleo-common stable/ussuri: Stop doing tag_from_label lookup with tag https://review.opendev.org/744953 | 17:05 |
| openstackgerrit | Alex Schultz proposed openstack/tripleo-common stable/train: Reduce workers for label lookups https://review.opendev.org/744954 | 17:06 |
| openstackgerrit | Alex Schultz proposed openstack/tripleo-common stable/train: Stop doing tag_from_label lookup with tag https://review.opendev.org/744955 | 17:06 |
| mwhahaha | weshay|ruck: -^ pre-emptive backports | 17:06 |
| weshay|ruck | you rock | 17:06 |
| weshay|ruck | mwhahaha++ | 17:06 |
| *** jpich has quit IRC | 17:16 | |
| *** sshnaidm|afk is now known as sshnaidm | 17:19 | |
| openstackgerrit | Sagi Shnaidman proposed openstack/ansible-role-collect-logs master: Added sova pattern for failed containers https://review.opendev.org/744688 | 17:37 |
| openstackgerrit | Kevin Carter (cloudnull) proposed openstack/tripleo-heat-templates master: [WIP] Remove YAQL queries for RabbitCookie https://review.opendev.org/744957 | 17:42 |
| openstackgerrit | Lukas Bezdicka proposed openstack/tripleo-upgrade stable/ussuri: Remove skip ceph-validations and --playbook for system_upgrade. https://review.opendev.org/744959 | 17:55 |
| openstackgerrit | Lukas Bezdicka proposed openstack/tripleo-upgrade stable/train: Remove skip ceph-validations and --playbook for system_upgrade. https://review.opendev.org/744960 | 17:56 |
| *** dciabrin has quit IRC | 17:57 | |
| *** dciabrin has joined #tripleo | 17:58 | |
| *** raildo has quit IRC | 18:03 | |
| *** raildo has joined #tripleo | 18:08 | |
| *** raildo_ has joined #tripleo | 18:11 | |
| *** raildo_ has quit IRC | 18:13 | |
| openstackgerrit | Merged openstack/tripleo-heat-templates stable/ussuri: Add CephAnsibleRepo warning to make this validation more flexible https://review.opendev.org/744469 | 18:14 |
| openstackgerrit | Merged openstack/tripleo-upgrade master: Add BootParams service to all roles https://review.opendev.org/744388 | 18:14 |
| *** rh-jelabarre has quit IRC | 18:16 | |
| *** rh-jelabarre has joined #tripleo | 18:16 | |
| *** ayoung has quit IRC | 18:20 | |
| *** ayoung has joined #tripleo | 18:23 | |
| *** aedc has joined #tripleo | 18:30 | |
| *** aedc has quit IRC | 18:30 | |
| openstackgerrit | Merged openstack/tripleo-heat-templates stable/train: [TRAIN-ONLY] Set the right container_client when set/unset noout https://review.opendev.org/744018 | 18:34 |
| openstackgerrit | Merged openstack/tripleo-heat-templates master: Add support for Gnocchi NFS Backend https://review.opendev.org/734009 | 18:34 |
| openstackgerrit | Merged openstack/puppet-tripleo stable/train: Make promote timeout configurable https://review.opendev.org/742376 | 18:34 |
| openstackgerrit | Merged openstack/puppet-tripleo stable/train: Ensure post-save certmonger scripts target the right HA container https://review.opendev.org/742362 | 18:34 |
| openstackgerrit | Merged openstack/tripleo-heat-templates master: Align kernel args for system upgrade using leapp https://review.opendev.org/742625 | 18:34 |
| openstackgerrit | Merged openstack/tripleo-upgrade master: Remove skip ceph-validations and --playbook for system_upgrade. https://review.opendev.org/744496 | 18:34 |
| openstackgerrit | Merged openstack/tripleo-heat-templates stable/ussuri: Fix HA resource restart when no replicas are running https://review.opendev.org/744676 | 18:34 |
| openstackgerrit | Merged openstack/tripleo-common stable/train: Don't disable centos-rabbitmq-38 repo in base image https://review.opendev.org/742613 | 18:34 |
| *** waleedm_ has joined #tripleo | 18:40 | |
| *** waleedm has joined #tripleo | 18:41 | |
| *** 92AAA3746 has quit IRC | 18:44 | |
| openstackgerrit | Brent Eagles proposed openstack/tripleo-ansible master: WIP: add unit tests for tripleo_ovs_package module https://review.opendev.org/743836 | 18:44 |
| *** 18VABDA9G has quit IRC | 18:44 | |
| *** raildo has quit IRC | 18:46 | |
| *** raildo has joined #tripleo | 18:48 | |
| mwhahaha | weshay|ruck: https://review.opendev.org/#/c/744913/ plz4me | 18:54 |
| weshay|ruck | mwhahaha, done | 18:55 |
| openstackgerrit | Sergii Golovatiuk proposed openstack/tripleo-ci master: Make ussuri scen0 multinode upgrade job voting and gating https://review.opendev.org/742182 | 18:56 |
| weshay|ruck | short queue.. /me grabs lunch and will get these through.. | 18:56 |
| weshay|ruck | holser, if you want do a depends on mwhahaha's patches | 18:57 |
| *** stevebaker has joined #tripleo | 18:57 | |
| weshay|ruck | for train, ussuri | 18:57 |
| holser | weshay|ruck sure, if/when it fails | 18:59 |
| holser | now I crossed fingers | 19:00 |
| holser | :D | 19:00 |
| *** xek_ has quit IRC | 19:06 | |
| openstackgerrit | Oliver Walsh proposed openstack/tripleo-heat-templates master: WIP: refactor nova db config https://review.opendev.org/718552 | 19:09 |
| openstackgerrit | Paul Leimer proposed openstack/tripleo-heat-templates master: Mount libpod container volume into collectd container https://review.opendev.org/744977 | 19:25 |
| *** tosky has quit IRC | 19:39 | |
| openstackgerrit | Merged openstack/tripleo-common stable/train: Add update and post update tasks to step generated file. https://review.opendev.org/744141 | 20:09 |
| *** raildo has quit IRC | 20:40 | |
| *** raildo has joined #tripleo | 20:40 | |
| *** cfontain has joined #tripleo | 20:43 | |
| *** jidar has quit IRC | 20:51 | |
| *** jidar has joined #tripleo | 20:52 | |
| *** raildo has quit IRC | 20:57 | |
| *** maciejjozefczyk has quit IRC | 21:00 | |
| openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates stable/ussuri: Stop using a conditional for role tasks https://review.opendev.org/744988 | 21:07 |
| openstackgerrit | Alex Schultz proposed openstack/tripleo-heat-templates stable/train: Stop using a conditional for role tasks https://review.opendev.org/744989 | 21:07 |
| openstackgerrit | Merged openstack/tripleo-common master: Reduce workers for label lookups https://review.opendev.org/744913 | 21:07 |
| *** ayoung has quit IRC | 21:10 | |
| *** slaweq has quit IRC | 21:18 | |
| *** waleedm has quit IRC | 21:18 | |
| *** waleedm_ has quit IRC | 21:18 | |
| *** xek has joined #tripleo | 21:19 | |
| *** saneax has quit IRC | 21:24 | |
| *** tosky has joined #tripleo | 21:25 | |
| *** gthiemonge has quit IRC | 21:25 | |
| *** gthiemonge has joined #tripleo | 21:26 | |
| *** rcernin has joined #tripleo | 21:36 | |
| *** xek has quit IRC | 21:47 | |
| *** TrevorV has quit IRC | 21:57 | |
| *** cfontain has quit IRC | 22:02 | |
| *** cfontain has joined #tripleo | 22:02 | |
| *** rcernin has quit IRC | 22:03 | |
| *** rcernin has joined #tripleo | 22:17 | |
| *** rlandy is now known as rlandy|bbl | 22:17 | |
| *** rcernin has quit IRC | 22:40 | |
| *** rcernin has joined #tripleo | 22:40 | |
| *** rcernin has quit IRC | 22:40 | |
| *** rcernin has joined #tripleo | 22:44 | |
| *** artom has quit IRC | 22:45 | |
| *** artom has joined #tripleo | 22:46 | |
| *** jbadiapa has joined #tripleo | 22:49 | |
| *** jbadiapa has quit IRC | 22:50 | |
| *** tkajinam has joined #tripleo | 23:00 | |
| *** tosky has quit IRC | 23:14 | |
| *** ayoung has joined #tripleo | 23:26 | |
| *** irclogbot_0 has quit IRC | 23:34 | |
| *** irclogbot_3 has joined #tripleo | 23:38 | |
| openstackgerrit | Takashi Kajinami proposed openstack/python-tripleoclient master: Fix ignored parameters in create_deployment_plan https://review.opendev.org/737677 | 23:52 |
| *** rlandy|bbl is now known as rlandy | 23:53 | |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!