Thursday, 2022-01-20

*** pmannidi|AFK is now known as pmannidi00:22
opendevreviewDavid Hill proposed openstack/tripleo-ansible master: Added controller_group_name to override group name  https://review.opendev.org/c/openstack/tripleo-ansible/+/82374001:05
opendevreviewDavid Hill proposed openstack/tripleo-ansible master: Added controller_group_name to override group name  https://review.opendev.org/c/openstack/tripleo-ansible/+/82374001:06
opendevreviewMerged openstack/tripleo-heat-templates stable/wallaby: Reduce frequency of task retries  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82494001:09
opendevreviewDavid Hill proposed openstack/tripleo-ansible master: Added controller_group_name to override group name  https://review.opendev.org/c/openstack/tripleo-ansible/+/82374001:11
opendevreviewJohn Fulton proposed openstack/python-tripleoclient master: Support Deployed Ceph container push_destination  https://review.opendev.org/c/openstack/python-tripleoclient/+/82541601:38
opendevreviewMerged openstack/tripleo-ansible master: Fix virtual host for image-serve  https://review.opendev.org/c/openstack/tripleo-ansible/+/82479401:38
opendevreviewTakashi Kajinami proposed openstack/tripleo-common master: Fix reference to undefined variables when heat-config times out  https://review.opendev.org/c/openstack/tripleo-common/+/82541801:56
opendevreviewMerged openstack/tripleo-heat-templates stable/victoria: Make sure libvirt guests shut down before network  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82495002:14
opendevreviewMerged openstack/tripleo-ansible master: Ensure firewall rules are saved  https://review.opendev.org/c/openstack/tripleo-ansible/+/82389302:14
opendevreviewMerged openstack/tripleo-heat-templates master: Disable libvirtd and stop it  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82420402:14
opendevreviewEduardo Santos proposed openstack/diskimage-builder master: Fix openSUSE images and bump them to 15.3  https://review.opendev.org/c/openstack/diskimage-builder/+/82534702:24
opendevreviewMerged openstack/ansible-role-chrony master: Replacing chrony-helper with chronyc  https://review.opendev.org/c/openstack/ansible-role-chrony/+/82538302:36
*** frenzy_friday is now known as frenzyfriday|ruck03:45
*** ysandeep|away is now known as ysandeep05:36
opendevreviewSaravanan KR proposed openstack/tripleo-heat-templates stable/wallaby: Align services of ControllerSriov role  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82522605:44
Tengurlandy|out: hey, good news then! Though.... newer image was also failing here. weird. I'll do some more tests and checks and related.05:54
*** ysandeep is now known as ysandeep|brb06:30
opendevreviewwaleed mousa proposed openstack/os-net-config stable/train: Adding steering_mode config to sriov_pf object  https://review.opendev.org/c/openstack/os-net-config/+/82522407:07
*** ysandeep|brb is now known as ysandeep07:14
opendevreviewSandeep Yadav proposed openstack/tripleo-common stable/wallaby: Add configs for RHEL 9 image  https://review.opendev.org/c/openstack/tripleo-common/+/82522707:45
opendevreviewHarald Jensås proposed openstack/tripleo-ansible stable/victoria: Add ping test for all networks gateway IPs  https://review.opendev.org/c/openstack/tripleo-ansible/+/82522807:48
opendevreviewHarald Jensås proposed openstack/tripleo-ansible stable/ussuri: Add ping test for all networks gateway IPs  https://review.opendev.org/c/openstack/tripleo-ansible/+/82522907:48
opendevreviewHarald Jensås proposed openstack/tripleo-ansible stable/train: Add ping test for all networks gateway IPs  https://review.opendev.org/c/openstack/tripleo-ansible/+/82545007:48
opendevreviewTakashi Kajinami proposed openstack/tripleo-heat-templates master: WIP: Use container_puppet_task to run puppet in containers  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82511607:55
opendevreviewHarald Jensås proposed openstack/tripleo-heat-templates stable/ussuri: Add ping test for all networks gateway IPs  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82543207:55
opendevreviewHarald Jensås proposed openstack/tripleo-heat-templates stable/train: Add ping test for all networks gateway IPs  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82543307:57
chkumar|roverTengu: needs +w https://review.opendev.org/c/openstack/tripleo-common/+/825038 on this, thanks!08:07
Tengulemme check08:10
Tengugranted!08:11
chkumar|roverthank you!08:11
chkumar|roverTengu: and this also https://review.opendev.org/c/openstack/tripleo-common/+/82314808:13
*** amoralej|off is now known as amoralej08:16
Tengudone.08:16
Tenguhmmm. I'll give a try to the newer dib.08:17
Tenguchkumar|rover: btw - I think oooci-build-images/prep.yaml tasks should involve "--update" option for the pip install things.08:18
TenguThat would ensure we can re-use an existing venv, while getting the latest content. WDYT?08:18
chkumar|roverTengu: you mean here? https://opendev.org/openstack/tripleo-ci/src/branch/master/roles/oooci-build-images/tasks/pre.yaml#L5908:21
Tenguchkumar|rover: as well as the 2 calls bellow, yeah08:21
chkumar|roveror you mean using then better adding --upgrade-deps ?08:21
chkumar|roverit will update pip and setuptools version in venv08:22
Tenguchkumar|rover: for pip + setuptools, that's a good idea. But for the 2 bellow on L65 and L78, adding the extra_args: '--upgrade' would be nice.08:22
chkumar|roverTengu: sounds good, please go ahead and patch it :-)08:23
Tengu'k08:23
Tenguchkumar|rover: --upgrade-deps doesn't seem to exist? sounds more like "--upgrade --upgrade-strategy eager"08:24
chkumar|roverTengu: https://paste.openstack.org/raw/812252/08:25
chkumar|roveron fedora 35 I was checking08:25
Tenguoh. hmm.08:25
chkumar|rovermay be on CS9 or cs8 does not exists08:25
TenguI was checking plain "pip install --help"08:25
Tenguchkumar|rover: where's that ensure_pip_virtualenv_command defined?08:27
chkumar|roverhttps://opendev.org/zuul/zuul-jobs/src/branch/master/roles/ensure-pip/tasks/main.yaml#L79 -> https://opendev.org/zuul/zuul-jobs/src/branch/master/roles/ensure-pip/tasks/main.yaml#L7508:28
Tenguouch...08:29
opendevreviewSandeep Yadav proposed openstack/tripleo-puppet-elements master: Update overcloud-base element pkg-map  https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/82525908:29
opendevreviewCedric Jeanneret proposed openstack/tripleo-ci master: Ensure we get a fully updated venv  https://review.opendev.org/c/openstack/tripleo-ci/+/82543708:30
Tenguchkumar|rover: -^^08:30
chkumar|roversure will take a look, thanks :-)08:35
*** jpena|off is now known as jpena08:37
opendevreviewSandeep Yadav proposed openstack/tripleo-puppet-elements master: Update overcloud-agent element pkg-map  https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/82526308:41
opendevreviewJiri Podivin proposed openstack/validations-common master: New validation for checking presence of running rsyslog service.  https://review.opendev.org/c/openstack/validations-common/+/77582208:59
opendevreviewFrancesco Pantano proposed openstack/tripleo-ansible master: WIP - Add mds, nfs and ingress daemons to deployed ceph  https://review.opendev.org/c/openstack/tripleo-ansible/+/82544009:07
opendevreviewFrancesco Pantano proposed openstack/tripleo-ansible master: WIP - Add mds, nfs and ingress daemons to deployed ceph  https://review.opendev.org/c/openstack/tripleo-ansible/+/82544009:09
opendevreviewJiri Podivin proposed openstack/validations-common master: DNM - setting check mode for custom modules.  https://review.opendev.org/c/openstack/validations-common/+/82544409:41
opendevreviewJiri Podivin proposed openstack/validations-libs master: Testing check mode enforcement  https://review.opendev.org/c/openstack/validations-libs/+/82510709:42
opendevreviewMarios Andreou proposed openstack/openstack-tempest-skiplist master: Revert "Add fs1 centos 9 to tempest.api.compute tests skip for bug"  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/82522009:47
opendevreviewMarios Andreou proposed openstack/openstack-tempest-skiplist master: Revert "Add fs1 centos 9 to tempest.api.compute tests skip for bug"  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/82522009:48
*** ysandeep is now known as ysandeep|lunch09:57
opendevreviewJiri Podivin proposed openstack/python-tripleoclient stable/wallaby: [Wallaby-only] Exposing validation init command  https://review.opendev.org/c/openstack/python-tripleoclient/+/82547710:33
opendevreviewKarthik S proposed openstack/os-net-config stable/train: Adding steering_mode config to sriov_pf object  https://review.opendev.org/c/openstack/os-net-config/+/82522410:38
opendevreviewDavid Vallee Delisle proposed openstack/tripleo-heat-templates stable/wallaby: Disable libvirtd and stop it  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82546310:39
opendevreviewJiri Podivin proposed openstack/python-tripleoclient stable/ussuri: Overriding the log path argument for tripleoclient cli  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364210:43
opendevreviewJiri Podivin proposed openstack/python-tripleoclient stable/ussuri: Fix the validations_log_basedir overriding  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364310:43
opendevreviewJiri Podivin proposed openstack/python-tripleoclient stable/ussuri: [Wallaby-only] Use Validations libs Client for main validation entry point  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364110:47
opendevreviewJiri Podivin proposed openstack/python-tripleoclient stable/ussuri: Overriding the log path argument for tripleoclient cli  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364210:47
opendevreviewJiri Podivin proposed openstack/python-tripleoclient stable/ussuri: Fix the validations_log_basedir overriding  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364310:47
*** ysandeep|lunch is now known as ysandeep10:48
opendevreviewJiri Podivin proposed openstack/python-tripleoclient stable/ussuri: [Wallaby-only] Overriding the log path argument for tripleoclient cli  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364210:49
opendevreviewJiri Podivin proposed openstack/python-tripleoclient stable/ussuri: Fix the validations_log_basedir overriding  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364310:49
opendevreviewJiri Podivin proposed openstack/python-tripleoclient stable/ussuri: [Ussuri-only] Overriding the log path argument for tripleoclient cli  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364210:50
opendevreviewJiri Podivin proposed openstack/python-tripleoclient stable/ussuri: [Ussuri-only] Use Validations libs Client for main validation entry point  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364110:51
opendevreviewJiri Podivin proposed openstack/python-tripleoclient stable/ussuri: [Ussuri-only] Overriding the log path argument for tripleoclient cli  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364210:51
opendevreviewJiri Podivin proposed openstack/python-tripleoclient stable/ussuri: Fix the validations_log_basedir overriding  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364310:51
opendevreviewKarthik S proposed openstack/os-net-config stable/train: Adding steering_mode config to sriov_pf object  https://review.opendev.org/c/openstack/os-net-config/+/82522410:56
opendevreviewMerged openstack/openstack-tempest-skiplist master: Revert "Add fs1 centos 9 to tempest.api.compute tests skip for bug"  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/82522010:58
*** rlandy|out is now known as rlandy|ruck11:15
*** dviroel__ is now known as dviroel11:25
opendevreviewDouglas Viroel proposed openstack/tripleo-quickstart master: Extend repo-setup role to use yum-config cli when needed  https://review.opendev.org/c/openstack/tripleo-quickstart/+/82530711:35
*** frenzy_friday is now known as frenzyfriday|ruck11:42
*** bhagyashris__ is now known as bhagyashris11:49
*** ysandeep is now known as ysandeep|brb12:06
opendevreviewJiri Podivin proposed openstack/validations-common master: Migrate jobs from CentOS 8 to CentOS 8 Stream  https://review.opendev.org/c/openstack/validations-common/+/82426312:29
opendevreviewBrendan Shephard proposed openstack/tripleo-docs master: Updated supported version references  https://review.opendev.org/c/openstack/tripleo-docs/+/82549412:50
*** amoralej is now known as amoralej|lunch13:04
*** dasm|off is now known as dasm13:09
*** pmannidi is now known as dsedgmen13:16
*** dsedgmen is now known as pmannidi13:17
*** pmannidi is now known as pmannidi|AFK13:17
cloudnullmornings 13:26
opendevreviewDouglas Viroel proposed openstack/tripleo-ci master: [WIP] Loads dependency vars before start repo-setup tasks  https://review.opendev.org/c/openstack/tripleo-ci/+/82058413:31
Tengufultonj: heya! fyi, centos-9 branch just merged on master for tripleo-lab. happy hacking!13:41
fultonjthanks  Tengu 13:41
opendevreviewFrancesco Pantano proposed openstack/tripleo-ansible master: Provision VIPs for ceph related services  https://review.opendev.org/c/openstack/tripleo-ansible/+/82550213:44
*** ysandeep|brb is now known as ysandeep13:47
opendevreviewMarios Andreou proposed openstack/openstack-tempest-skiplist master: Partial Revert "Adding CentOS 9 jobs to existing skip list"  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/82550613:55
opendevreviewMarios Andreou proposed openstack/openstack-tempest-skiplist master: Revert "Adding periodic-tripleo-ci-centos-9-ovb-3ctlr_1comp-featureset035-master to existing compute tests"  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/82550713:55
opendevreviewMarios Andreou proposed openstack/openstack-tempest-skiplist master: Revert "Move volume tests to skip lists"  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/82550813:55
*** amoralej|lunch is now known as amoralej14:00
Tengufultonj: though I still hit issues when trying to provision the OC nodes.14:06
Tenguthat one isn't out of the way, but I think Steve is on it.14:06
opendevreviewVijayalakshmi proposed openstack/tripleo-heat-templates master: Update dervice_pci script to handle pci address formats  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/79931814:08
rlandy|ruckdvd: hello ... looks like our wallaby c9 tests are falling over on "Enable chrony-online.service"14:12
rlandy|ruckfull log: https://logserver.rdoproject.org/openstack-periodic-integration-stable1-cs9/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-9-standalone-wallaby/af473c7/logs/undercloud/home/zuul/standalone_deploy.log.txt.gz14:12
Tengurlandy|ruck: oh no.... please... no... 14:13
rlandy|ruckMerged openstack/ansible-role-chrony master: Replacing chrony-helper with chronyc  https://review.opendev.org/c/openstack/ansible-role-chrony/+/82538314:13
rlandy|ruck^^ merged last yesterday14:13
rlandy|ruckTengu: and the fun keep rolling14:13
rlandy|ruckdasm: bhagyashris: ^^14:13
rlandy|ruckdasm: ^^ want to write a up launchpad bug on that so we track what needs to be done14:14
rlandy|ruckmay need a fix on our side, not sure yet14:14
Tengurlandy|ruck: heh. jpich and I have found some more data about the lockdown, and I've filled a bz against that openvswitch-selinux-extra-policy - it's a downstream-only thing, this also explains why upstream is all happy.14:14
Tenguand why I didn't hit it at all with my (upstream) deploy.14:15
rlandy|ruckTengu++ for following that up14:15
Tengurlandy|ruck: let's wait for the package maintainer to step in and correct/revert his patch.14:15
Tenguyou're in Cc of the BZ14:15
rlandy|ruckyep - following that 14:15
Tenguthat's one less headache.14:15
rlandy|ruckarxcruz and frenzyfriday|ruck actually found why tempest was hanging on c914:16
rlandy|ruckso that was a good find14:16
rlandy|ruckafter the qcow was updated14:16
Tengucool :)14:16
Tengunow.... I'd love to know why I'm still unable to provision my OC nodes.14:16
Tenguguess I'll have to stay up one night and debug this live with Steve.14:16
Tenguthat will probably be the fastest way.14:16
Tengurlandy|ruck: stupid question: are the CI jobs using uefi, or are they still using the (legacy) bios for the VMs?14:18
opendevreviewHarald Jensås proposed openstack/tripleo-heat-templates stable/victoria: Add ping test for all networks gateway IPs  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82522514:18
* Tengu wants to understand why CI is apparently working while his lab isn't14:18
rlandy|ruckTengu: mixed situation14:18
Tengurlandy|ruck: "great" - the best ones :)14:18
rlandy|ruckOVB uses the old way and libvirt on the new ci.centos uses the new way14:18
rlandy|ruckso  - I just put in a review on #rdo14:19
rlandy|ruckto add libvirt jobs for c914:19
Tenguhmmm. this might explain some things.14:19
rlandy|ruckso we will be right there with you in your misery14:19
Tenguexpect failure with OC provisioning. "hopefully" - else it means I'm doing things wrong :D14:19
rlandy|ruckTengu: we've been bugging steve a lot with a bunch of patches - that should clear shortly14:20
rlandy|ruckwill concentrate on your request when I touch base with him tonight14:20
Tengurlandy|ruck: np - please, lemme know if he wants some live env from me so that he can get a hand, with actual virsh console and related accesses.14:21
Tenguit's not a big deal for me to create that and "give the keys" - as long as I get his ssh pub key.14:21
opendevreviewHarald Jensås proposed openstack/tripleo-heat-templates stable/ussuri: Add ping test for all networks gateway IPs  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82543214:21
rlandy|ruckTengu: just got some comments from joe on my ci.centos patch14:22
rlandy|ruckif I can get that merged, w will have another env14:22
Tenguyup, I'm on the patch, reading and trying to understand :)14:22
rlandy|ruckgive me a few14:22
rlandy|ruckTengu: I'm planning a rather huge party when c9/rhel9 is done14:23
dasmrlandy|ruck: the CI bug for chrony-online: https://bugs.launchpad.net/tripleo/+bug/195853514:23
rlandy|ruckfor the whole tripleo-ci team14:23
Tengurlandy|ruck: lemme know when it happens, I'll bring some beers :)14:23
rlandy|ruckdasm: thanks - pls see pvt - sending some traige info14:24
opendevreviewHarald Jensås proposed openstack/tripleo-heat-templates stable/train: Add ping test for all networks gateway IPs  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82543314:24
opendevreviewAnanya proposed openstack/openstack-tempest-skiplist master: Adds c9 sc 10 kvm master to octavia test_basic_http_traffic  https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/82551014:26
rlandy|ruckTengu: yep - you're invited - since you're right there in this pain14:26
Tengurlandy|ruck: thanks :)14:26
dasmrlandy|ruck++ thanks for the help with a proper bug report14:30
frenzyfriday|ruckgthiemonge, Hey, could you pls take a look at https://launchpad.net/bugs/1958531 (octavia tempest test - asking for passwd) We still have the node on hold if you want to debug ssh zuul@10.0.109.5614:30
frenzyfriday|ruckrlandy|ruck, the skipliast for ^ https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/82551014:31
rlandy|ruckfrenzyfriday|ruck: great - hopefully the next time, the test will pass14:32
rlandy|ruckand we can add to criteria14:32
hjensasmarios++ Awesome catch that .flattened() fix from dviroel was missing in those ping test backups! Thanks!14:32
hjensass/backups/backports/ ..14:33
marioshjensas: thanks for checking14:33
gthiemongefrenzyfriday|ruck: Hi, we have the same issue with our c9s job in Octavia, probably the cirros ssh server is not compatible with the c9s ssh client. We need to address it in octavia-tempest-plugin14:33
marioshjensas: not that awesome but i'll take it ;)14:33
hjensasmarios: you saved me some embarrassment later. ;)14:33
marioshjensas: :) 14:33
gthiemongefrenzyfriday|ruck: from the comment, I understand that the ssh key works from the CLI, but not in the tempest test, right?14:34
opendevreviewmbu proposed openstack/python-tripleoclient stable/ussuri: Use Validations libs Client for main validation entry point  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364114:34
Tenguw00t! my container-copy thing is working great!14:34
frenzyfriday|ruckgthiemonge, no, we tried adding a different ssh key to authorized keys in the vm and tried accessing with its private key - that didnot work as well14:36
gthiemongefrenzyfriday|ruck: ok14:37
opendevreviewmbu proposed openstack/python-tripleoclient stable/ussuri: Overriding the log path argument for tripleoclient cli  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364214:40
opendevreviewmbu proposed openstack/python-tripleoclient stable/ussuri: Overriding the log path argument for tripleoclient cli  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364214:41
opendevreviewmbu proposed openstack/python-tripleoclient stable/ussuri: Fix the validations_log_basedir overriding  https://review.opendev.org/c/openstack/python-tripleoclient/+/82364314:41
opendevreviewAlex Schultz proposed openstack/tripleo-ansible stable/wallaby: Fix virtual host for image-serve  https://review.opendev.org/c/openstack/tripleo-ansible/+/82546514:49
mwhahaharlandy|ruck,  https://review.opendev.org/c/openstack/ansible-role-chrony/+/825384/1 to catch https://bugs.launchpad.net/tripleo/+bug/195853514:54
rlandy|ruckmwhahaha: thanks - voted 14:55
rlandy|ruckmwhahaha: some more mirror joy today - this time c814:56
mwhahahacloudnull: -^ plz vote14:56
rlandy|ruckshould be clearing now14:56
mwhahahafun14:56
opendevreviewMerged openstack/tripleo-validations stable/train: fix(ci): Install python3 package first  https://review.opendev.org/c/openstack/tripleo-validations/+/82528714:57
dasmmwhahaha++  that was quick! thx14:57
mwhahaharlandy|ruck: https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/824996 for the ipa stuff 14:59
rlandy|ruckmwhahaha: ok - I've been holding on the /etc/hosts patch ....15:01
mwhahahathat one seems to be working but merging it will help test better15:02
rlandy|ruckmwhahaha: if this fixed the multinode-ipa job, I'll abandon that15:02
rlandy|rucktripleo-ci-centos-8-standalone-on-multinode-ipa https://zuul.opendev.org/t/openstack/build/81a78db22ce5417e9ef3879a373b47ae : SUCCESS in 1h 15:02
rlandy|ruckok - great15:02
rlandy|rucklet's merge and watch the job results15:02
mwhahahaindeed15:02
rlandy|ruckthen will revert the non-voting patch15:02
rlandy|ruckdviroel: ^^ hey - could you review/vote on above as well pls15:03
dviroelrlandy|ruck: ipa one? added to my list15:06
rlandy|ruckdviroel: pls - to clear the multinode-ipa job15:06
dviroelack15:06
rlandy|ruckstill non-voting atm15:06
rlandy|ruckif this fixes that job - we can get it back to voting/gating15:06
opendevreviewMerged openstack/tripleo-repos master: Fix ceph repos for stream  https://review.opendev.org/c/openstack/tripleo-repos/+/82540215:07
opendevreviewMerged openstack/tripleo-validations stable/wallaby: fix(ci): Install python3 package first  https://review.opendev.org/c/openstack/tripleo-validations/+/82528015:07
opendevreviewMerged openstack/tripleo-validations stable/victoria: fix(ci): Install python3 package first  https://review.opendev.org/c/openstack/tripleo-validations/+/82528215:11
*** frenzyfriday|ruck is now known as frenzyfriday15:16
*** bhagyashris is now known as bhagyashris|ruck15:17
*** rcastillo is now known as rcastillo|rover15:18
*** ysandeep is now known as ysandeep|away15:25
jpodivinmarios: Hi, I was wondering if it's time to get more validation jobs into promotion criteria. They have been running for a while now and seem to be fairly stable. https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3686115:27
opendevreviewmbu proposed openstack/python-tripleoclient stable/wallaby: Exposes the community validation init command  https://review.opendev.org/c/openstack/python-tripleoclient/+/82547715:28
mariosjpodivin: ack noting to revisit the patch in my next reviews 15:30
marioscc rlandy|ruck                   https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/3686115:30
rlandy|ruckk - will look in a bit15:32
mariosjpodivin: k voted lgtm 15:32
opendevreviewMerged openstack/tripleo-validations stable/ussuri: fix(ci): Install python3 package first  https://review.opendev.org/c/openstack/tripleo-validations/+/82528415:37
opendevreviewmbu proposed openstack/python-tripleoclient stable/wallaby: Exposes the community validation init command  https://review.opendev.org/c/openstack/python-tripleoclient/+/82547715:37
opendevreviewmbu proposed openstack/python-tripleoclient stable/victoria: Exposes the community validation init command  https://review.opendev.org/c/openstack/python-tripleoclient/+/82546615:37
jpodivinmarios: thanks15:39
opendevreviewmbu proposed openstack/python-tripleoclient stable/victoria: Exposes the community validation init command  https://review.opendev.org/c/openstack/python-tripleoclient/+/82546615:43
opendevreviewmbu proposed openstack/python-tripleoclient stable/victoria: Exposes the community validation init command  https://review.opendev.org/c/openstack/python-tripleoclient/+/82546615:45
EmilienMrlandy|ruck: hello! I'm curious why we don't see current-tripleo tag in centos9 container images yet: https://quay.io/repository/tripleomastercentos9/openstack-nova-compute?tab=tags15:49
rlandy|ruckEmilienM: arxcruz is working on getting those containers pushed15:51
EmilienMoh cool. thx15:51
rlandy|ruckwe just started copying containers there15:52
opendevreviewmbu proposed openstack/python-tripleoclient stable/ussuri: Exposes the community validation init command  https://review.opendev.org/c/openstack/python-tripleoclient/+/82553615:52
EmilienMrlandy|ruck: does it mean that CI currently deploys c8 containers on c9 ?15:56
rlandy|ruckEmilienM: we're running a content-provider job for c9 ... https://zuul.opendev.org/t/openstack/builds?job_name=tripleo-ci-centos-9-content-provider&skip=015:57
rlandy|ruckin RDo for promotions etc. we reference the rdo registry15:58
EmilienMoh ok, right. I remember now :D15:58
rlandy|ruckEmilienM: https://hub.docker.com/u/tripleomastercentos9 - also there - it's just the tagging16:00
rlandy|ruckarxcruz: ^^ can you update on where you are with container copy to quay16:00
rlandy|ruckso basically we resolve the hash16:01
rlandy|ruckand then pull containers via hash16:01
*** marios is now known as marios|out16:03
EmilienMok16:03
EmilienMno rush on my side btw; i was wondering. thanks :)16:03
mwhahahacloudnull: https://review.opendev.org/c/openstack/tripleo-ansible/+/825020/16:11
cloudnulldone16:11
mwhahahagracias16:12
opendevreviewAlex Schultz proposed openstack/tripleo-ansible stable/victoria: Default route on ctlplane in CI ipv6 nic config  https://review.opendev.org/c/openstack/tripleo-ansible/+/82496116:13
slaglewith tripleo-repos, rhel8 is trying to use trunk.rdoproject.org for the ceph repos, and there are none16:25
rlandy|ruckEmilienM: np - will ping you when those tags are available  - you can reference the RDO registry if needed before16:31
EmilienMok16:33
EmilienMslagle: i heard the cool kids use https://github.com/redhat-openstack/rhos-bootstrap to install repos on rhel :P16:33
opendevreviewJohn Eckersberg proposed openstack/puppet-tripleo master: Add flag for rabbitmq fips_mode, defaulting to false  https://review.opendev.org/c/openstack/puppet-tripleo/+/82563216:39
opendevreviewJohn Eckersberg proposed openstack/tripleo-heat-templates master: Add RabbitFIPS parameter  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/81862516:40
bogdandomwhahaha: hi, did you see https://logserver.rdoproject.org/openstack-periodic-integration-stable1-cs9/opendev.org/openstack/tripleo-ci/master/periodic-tripleo-ci-centos-9-standalone-wallaby/af473c7/logs/undercloud/var/log/extra/journal_errors.txt.gz ?16:41
bogdandomissing binary16:41
bogdandochrony-helper...16:41
mwhahahayes patch has already landed16:42
bogdandooh, ok16:42
mwhahahahttps://review.opendev.org/c/openstack/ansible-role-chrony/+/82538316:42
slagleEmilienM: welcome to tripleo. are you a new contributor?16:44
bogdando:D16:44
EmilienMslagle: yes, i'm having "No valid host found", should I file a bug against heat?16:45
opendevreviewMerged openstack/ansible-role-chrony master: Add centos9 converage  https://review.opendev.org/c/openstack/ansible-role-chrony/+/82538416:45
opendevreviewMerged openstack/tripleo-validations stable/wallaby: fix(molecule): Add ability to run molecule on Fedora  https://review.opendev.org/c/openstack/tripleo-validations/+/82528117:14
opendevreviewMerged openstack/tripleo-validations stable/victoria: fix(molecule): Add ability to run molecule on Fedora  https://review.opendev.org/c/openstack/tripleo-validations/+/82528317:14
opendevreviewTakashi Kajinami proposed openstack/tripleo-heat-templates master: Do not run puppet in docker_config  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82511617:22
opendevreviewMerged openstack/tripleo-validations stable/ussuri: fix(molecule): Add ability to run molecule on Fedora  https://review.opendev.org/c/openstack/tripleo-validations/+/82528517:24
*** jpena is now known as jpena|off17:37
opendevreviewMerged openstack/tripleo-validations stable/train: fix(molecule): Add ability to run molecule on Fedora  https://review.opendev.org/c/openstack/tripleo-validations/+/82528817:38
opendevreviewFrancesco Pantano proposed openstack/tripleo-ansible master: Provision VIPs for ceph related services  https://review.opendev.org/c/openstack/tripleo-ansible/+/82550217:48
opendevreviewFrancesco Pantano proposed openstack/tripleo-ansible master: Provision VIPs for ceph related services  https://review.opendev.org/c/openstack/tripleo-ansible/+/82550217:52
*** amoralej is now known as amoralej|off18:35
rlandy|ruckTengu: ha  - we do have OVB master node provision failing now19:27
rlandy|ruckchecking why19:27
rlandy|rucklatest integration run19:27
dvdis there anything equivalent to lte gte or just gt/lt in heat when we want to compare numbers?19:42
mwhahahayou'd have to use yaql19:47
mwhahahaand hate life19:47
dvdyeah that's what I thought, I just wanted to make sure before I jump off a bridge19:47
dvdbtw this is humor, no need to raise any kind of flag19:48
mwhahahayaql will do that to you19:54
mwhahahadvd: what are you comparing? that logic should probably live in a lower level puppet/ansible20:13
Tengurlandy|ruck: not sur if I must cry or laugh (diabolically)....20:44
rlandy|ruckeither or20:44
rlandy|ruckdoesn't help20:44
Tengupfff. we can work together tomorrow if you want some of my time20:45
rlandy|ruckyeah  will probably just hope the next run clear its20:45
rlandy|ruckgot to clear the wallaby c8 promotion now to eunblock rhos-1720:46
rlandy|ruckso it's a series of what to cry about first20:46
rlandy|ruckTengu: will leave you notes with last status20:46
Tenguheh. master will probably not clear itself like that. images are mostly not working. 20:46
opendevreviewDouglas Viroel proposed openstack/tripleo-quickstart master: Extend repo-setup role to use yum-config cli when needed  https://review.opendev.org/c/openstack/tripleo-quickstart/+/82530720:46
Tenguok! ill check tomorrow. about to go to sleep now.20:47
rlandy|ruckgood night20:47
Tenguthx20:47
*** artom__ is now known as artom20:47
opendevreviewHarald Jensås proposed openstack/tripleo-heat-templates stable/ussuri: Add ping test for all networks gateway IPs  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82543220:53
opendevreviewGael Chamoulaud proposed openstack/tripleo-validations stable/wallaby: feat(removal): tox-ansible support  https://review.opendev.org/c/openstack/tripleo-validations/+/82526520:59
opendevreviewGael Chamoulaud proposed openstack/tripleo-validations stable/victoria: feat(removal): tox-ansible support  https://review.opendev.org/c/openstack/tripleo-validations/+/82526721:04
opendevreviewGael Chamoulaud proposed openstack/tripleo-validations stable/ussuri: feat(removal): tox-ansible support  https://review.opendev.org/c/openstack/tripleo-validations/+/82526821:06
opendevreviewGael Chamoulaud proposed openstack/tripleo-validations stable/train: feat(removal): tox-ansible support  https://review.opendev.org/c/openstack/tripleo-validations/+/82527521:08
opendevreviewHarald Jensås proposed openstack/python-tripleoclient stable/ussuri: ctlplane network attributes in overcloud environment  https://review.opendev.org/c/openstack/python-tripleoclient/+/82567621:16
opendevreviewDouglas Viroel proposed openstack/tripleo-quickstart master: Extend repo-setup role to use yum-config cli when needed  https://review.opendev.org/c/openstack/tripleo-quickstart/+/82530721:16
rlandy|ruckartom: hello ... one more for nova/compute team ... https://bugs.launchpad.net/tripleo/+bug/195858021:19
artomrlandy|ruck, sounds like a deployment thing at first glance, wonder if I can get bogando or dvd to take a look... tomorrow, looking at the time21:21
rlandy|ruckartom: mostly upgrades - going to contact jfrancoa21:21
artomrlandy|ruck, ack, yeah21:22
opendevreviewHarald Jensås proposed openstack/python-tripleoclient stable/ussuri: ctlplane network attributes in overcloud environment  https://review.opendev.org/c/openstack/python-tripleoclient/+/82567621:22
opendevreviewHarald Jensås proposed openstack/python-tripleoclient stable/ussuri: ctlplane network attributes in overcloud environment  https://review.opendev.org/c/openstack/python-tripleoclient/+/82567621:24
rlandy|ruckhttps://opendev.org/openstack/tripleo-heat-templates/commit/78a309e9e483999a8aa0decee7d27f4904dd70cd21:24
rlandy|ruckor that21:24
opendevreviewFrancesco Pantano proposed openstack/python-tripleoclient master: Introduce tripleo ceph vip provision command  https://review.opendev.org/c/openstack/python-tripleoclient/+/82567921:24
opendevreviewHarald Jensås proposed openstack/tripleo-heat-templates stable/ussuri: Add ping test for all networks gateway IPs  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82543221:25
opendevreviewDouglas Viroel proposed openstack/tripleo-quickstart master: Extend repo-setup role to use yum-config cli when needed  https://review.opendev.org/c/openstack/tripleo-quickstart/+/82530721:26
rlandy|ruckmerged on the 17th - so timing matches21:26
rlandy|ruckMerge "Update cell0 db connection, if required" into stable/wallaby21:26
dvdartom, rlandy|ruck I'll take a look21:39
rlandy|ruckdvd: thanks - I left a note for bogdan21:40
rlandy|ruckit looks like that job did pass on his patch - but the failure looks related21:40
opendevreviewDouglas Viroel proposed openstack/tripleo-quickstart master: Extend repo-setup role to use yum-config cli when needed  https://review.opendev.org/c/openstack/tripleo-quickstart/+/82530721:41
opendevreviewMerged openstack/tripleo-quickstart-extras master: Add ipa named recursion back into the config  https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/82499621:50
opendevreviewMerged openstack/os-net-config stable/wallaby: Adding steering_mode config to sriov_pf object  https://review.opendev.org/c/openstack/os-net-config/+/82522121:50
opendevreviewMerged openstack/os-net-config stable/victoria: Adding steering_mode config to sriov_pf object  https://review.opendev.org/c/openstack/os-net-config/+/82522221:50
opendevreviewMerged openstack/os-net-config stable/ussuri: Adding steering_mode config to sriov_pf object  https://review.opendev.org/c/openstack/os-net-config/+/82522321:50
dvdrlandy|ruck, yup I think so22:01
rlandy|ruckdvd: we could try a flat revert22:02
rlandy|ruckbut interestingly enough, the same test passed on the patch itself22:02
dvdrlandy|ruck, it looks like the ci that merged it didn't apply that patch22:07
dvdrlandy|ruck, otherwise it would have failed me believe22:07
rlandy|ruckwell that's possible22:07
dvdrlandy|ruck, if it's a rush for you we can flat revert but if we have a bit of time I'd like to understand and maybe propose a fix22:07
dvdbut I understand if you wanna flat revert22:07
rlandy|ruckdvd: let's propose the revert and let it start testing - we won;t merge it - and will wait for your fix22:08
rlandy|rucktomorrow morning we can decide we one goes in22:08
rlandy|ruckok?22:08
dvdrlandy|ruck, ack sure22:08
dvdworks for me thanks22:08
rlandy|ruckdvd: great - thanks22:08
* rlandy|ruck proposes revert - with -122:09
dvdadded -1 on train change as well22:09
opendevreviewRonelle Landy proposed openstack/tripleo-heat-templates stable/wallaby: Revert "Update cell0 db connection, if required"  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82546822:09
opendevreviewDavid Vallee Delisle proposed openstack/tripleo-heat-templates master: Revert "Update cell0 db connection, if required"  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82546922:10
dvdlol22:10
dvddropping mine22:10
rlandy|ruck:) ok22:11
opendevreviewDouglas Viroel proposed openstack/tripleo-quickstart master: Extend repo-setup role to use yum-config cli when needed  https://review.opendev.org/c/openstack/tripleo-quickstart/+/82530722:20
opendevreviewDavid Vallee Delisle proposed openstack/tripleo-heat-templates master: DNM Adding debug to cell script  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82568722:33
*** dviroel is now known as dviroel|out22:34
opendevreviewDavid Vallee Delisle proposed openstack/tripleo-heat-templates master: DNM Adding debug to cell script  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82568722:36
opendevreviewHarald Jensås proposed openstack/python-tripleoclient stable/ussuri: ctlplane network attributes in overcloud environment  https://review.opendev.org/c/openstack/python-tripleoclient/+/82567622:56
opendevreviewHarald Jensås proposed openstack/python-tripleoclient stable/train: ctlplane network attributes in overcloud environment  https://review.opendev.org/c/openstack/python-tripleoclient/+/82568922:59
*** rcastillo|rover is now known as rcastillo|out23:01
opendevreviewHarald Jensås proposed openstack/tripleo-heat-templates stable/ussuri: Add ping test for all networks gateway IPs  https://review.opendev.org/c/openstack/tripleo-heat-templates/+/82543223:05
*** dasm is now known as dasm|off23:13
*** ysandeep|away is now known as ysandeep23:52
ysandeepstevebaker[m], hey o/ thanks for review on https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/825259 , When you have time I have some clarifying queries, commented on patch.23:53
stevebaker[m]ysandeep: looking23:53
ysandeepthanks23:54
stevebaker[m]ysandeep: replied23:59

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!