*** pmannidi|AFK is now known as pmannidi | 00:22 | |
opendevreview | David Hill proposed openstack/tripleo-ansible master: Added controller_group_name to override group name https://review.opendev.org/c/openstack/tripleo-ansible/+/823740 | 01:05 |
---|---|---|
opendevreview | David Hill proposed openstack/tripleo-ansible master: Added controller_group_name to override group name https://review.opendev.org/c/openstack/tripleo-ansible/+/823740 | 01:06 |
opendevreview | Merged openstack/tripleo-heat-templates stable/wallaby: Reduce frequency of task retries https://review.opendev.org/c/openstack/tripleo-heat-templates/+/824940 | 01:09 |
opendevreview | David Hill proposed openstack/tripleo-ansible master: Added controller_group_name to override group name https://review.opendev.org/c/openstack/tripleo-ansible/+/823740 | 01:11 |
opendevreview | John Fulton proposed openstack/python-tripleoclient master: Support Deployed Ceph container push_destination https://review.opendev.org/c/openstack/python-tripleoclient/+/825416 | 01:38 |
opendevreview | Merged openstack/tripleo-ansible master: Fix virtual host for image-serve https://review.opendev.org/c/openstack/tripleo-ansible/+/824794 | 01:38 |
opendevreview | Takashi Kajinami proposed openstack/tripleo-common master: Fix reference to undefined variables when heat-config times out https://review.opendev.org/c/openstack/tripleo-common/+/825418 | 01:56 |
opendevreview | Merged openstack/tripleo-heat-templates stable/victoria: Make sure libvirt guests shut down before network https://review.opendev.org/c/openstack/tripleo-heat-templates/+/824950 | 02:14 |
opendevreview | Merged openstack/tripleo-ansible master: Ensure firewall rules are saved https://review.opendev.org/c/openstack/tripleo-ansible/+/823893 | 02:14 |
opendevreview | Merged openstack/tripleo-heat-templates master: Disable libvirtd and stop it https://review.opendev.org/c/openstack/tripleo-heat-templates/+/824204 | 02:14 |
opendevreview | Eduardo Santos proposed openstack/diskimage-builder master: Fix openSUSE images and bump them to 15.3 https://review.opendev.org/c/openstack/diskimage-builder/+/825347 | 02:24 |
opendevreview | Merged openstack/ansible-role-chrony master: Replacing chrony-helper with chronyc https://review.opendev.org/c/openstack/ansible-role-chrony/+/825383 | 02:36 |
*** frenzy_friday is now known as frenzyfriday|ruck | 03:45 | |
*** ysandeep|away is now known as ysandeep | 05:36 | |
opendevreview | Saravanan KR proposed openstack/tripleo-heat-templates stable/wallaby: Align services of ControllerSriov role https://review.opendev.org/c/openstack/tripleo-heat-templates/+/825226 | 05:44 |
Tengu | rlandy|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|brb | 06:30 | |
opendevreview | waleed 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/+/825224 | 07:07 |
*** ysandeep|brb is now known as ysandeep | 07:14 | |
opendevreview | Sandeep Yadav proposed openstack/tripleo-common stable/wallaby: Add configs for RHEL 9 image https://review.opendev.org/c/openstack/tripleo-common/+/825227 | 07:45 |
opendevreview | Harald Jensås proposed openstack/tripleo-ansible stable/victoria: Add ping test for all networks gateway IPs https://review.opendev.org/c/openstack/tripleo-ansible/+/825228 | 07:48 |
opendevreview | Harald Jensås proposed openstack/tripleo-ansible stable/ussuri: Add ping test for all networks gateway IPs https://review.opendev.org/c/openstack/tripleo-ansible/+/825229 | 07:48 |
opendevreview | Harald Jensås proposed openstack/tripleo-ansible stable/train: Add ping test for all networks gateway IPs https://review.opendev.org/c/openstack/tripleo-ansible/+/825450 | 07:48 |
opendevreview | Takashi 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/+/825116 | 07:55 |
opendevreview | Harald 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/+/825432 | 07:55 |
opendevreview | Harald 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/+/825433 | 07:57 |
chkumar|rover | Tengu: needs +w https://review.opendev.org/c/openstack/tripleo-common/+/825038 on this, thanks! | 08:07 |
Tengu | lemme check | 08:10 |
Tengu | granted! | 08:11 |
chkumar|rover | thank you! | 08:11 |
chkumar|rover | Tengu: and this also https://review.opendev.org/c/openstack/tripleo-common/+/823148 | 08:13 |
*** amoralej|off is now known as amoralej | 08:16 | |
Tengu | done. | 08:16 |
Tengu | hmmm. I'll give a try to the newer dib. | 08:17 |
Tengu | chkumar|rover: btw - I think oooci-build-images/prep.yaml tasks should involve "--update" option for the pip install things. | 08:18 |
Tengu | That would ensure we can re-use an existing venv, while getting the latest content. WDYT? | 08:18 |
chkumar|rover | Tengu: you mean here? https://opendev.org/openstack/tripleo-ci/src/branch/master/roles/oooci-build-images/tasks/pre.yaml#L59 | 08:21 |
Tengu | chkumar|rover: as well as the 2 calls bellow, yeah | 08:21 |
chkumar|rover | or you mean using then better adding --upgrade-deps ? | 08:21 |
chkumar|rover | it will update pip and setuptools version in venv | 08:22 |
Tengu | chkumar|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|rover | Tengu: sounds good, please go ahead and patch it :-) | 08:23 |
Tengu | 'k | 08:23 |
Tengu | chkumar|rover: --upgrade-deps doesn't seem to exist? sounds more like "--upgrade --upgrade-strategy eager" | 08:24 |
chkumar|rover | Tengu: https://paste.openstack.org/raw/812252/ | 08:25 |
chkumar|rover | on fedora 35 I was checking | 08:25 |
Tengu | oh. hmm. | 08:25 |
chkumar|rover | may be on CS9 or cs8 does not exists | 08:25 |
Tengu | I was checking plain "pip install --help" | 08:25 |
Tengu | chkumar|rover: where's that ensure_pip_virtualenv_command defined? | 08:27 |
chkumar|rover | https://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#L75 | 08:28 |
Tengu | ouch... | 08:29 |
opendevreview | Sandeep Yadav proposed openstack/tripleo-puppet-elements master: Update overcloud-base element pkg-map https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/825259 | 08:29 |
opendevreview | Cedric Jeanneret proposed openstack/tripleo-ci master: Ensure we get a fully updated venv https://review.opendev.org/c/openstack/tripleo-ci/+/825437 | 08:30 |
Tengu | chkumar|rover: -^^ | 08:30 |
chkumar|rover | sure will take a look, thanks :-) | 08:35 |
*** jpena|off is now known as jpena | 08:37 | |
opendevreview | Sandeep Yadav proposed openstack/tripleo-puppet-elements master: Update overcloud-agent element pkg-map https://review.opendev.org/c/openstack/tripleo-puppet-elements/+/825263 | 08:41 |
opendevreview | Jiri Podivin proposed openstack/validations-common master: New validation for checking presence of running rsyslog service. https://review.opendev.org/c/openstack/validations-common/+/775822 | 08:59 |
opendevreview | Francesco Pantano proposed openstack/tripleo-ansible master: WIP - Add mds, nfs and ingress daemons to deployed ceph https://review.opendev.org/c/openstack/tripleo-ansible/+/825440 | 09:07 |
opendevreview | Francesco Pantano proposed openstack/tripleo-ansible master: WIP - Add mds, nfs and ingress daemons to deployed ceph https://review.opendev.org/c/openstack/tripleo-ansible/+/825440 | 09:09 |
opendevreview | Jiri Podivin proposed openstack/validations-common master: DNM - setting check mode for custom modules. https://review.opendev.org/c/openstack/validations-common/+/825444 | 09:41 |
opendevreview | Jiri Podivin proposed openstack/validations-libs master: Testing check mode enforcement https://review.opendev.org/c/openstack/validations-libs/+/825107 | 09:42 |
opendevreview | Marios 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/+/825220 | 09:47 |
opendevreview | Marios 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/+/825220 | 09:48 |
*** ysandeep is now known as ysandeep|lunch | 09:57 | |
opendevreview | Jiri Podivin proposed openstack/python-tripleoclient stable/wallaby: [Wallaby-only] Exposing validation init command https://review.opendev.org/c/openstack/python-tripleoclient/+/825477 | 10:33 |
opendevreview | Karthik 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/+/825224 | 10:38 |
opendevreview | David Vallee Delisle proposed openstack/tripleo-heat-templates stable/wallaby: Disable libvirtd and stop it https://review.opendev.org/c/openstack/tripleo-heat-templates/+/825463 | 10:39 |
opendevreview | Jiri Podivin proposed openstack/python-tripleoclient stable/ussuri: Overriding the log path argument for tripleoclient cli https://review.opendev.org/c/openstack/python-tripleoclient/+/823642 | 10:43 |
opendevreview | Jiri Podivin proposed openstack/python-tripleoclient stable/ussuri: Fix the validations_log_basedir overriding https://review.opendev.org/c/openstack/python-tripleoclient/+/823643 | 10:43 |
opendevreview | Jiri 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/+/823641 | 10:47 |
opendevreview | Jiri Podivin proposed openstack/python-tripleoclient stable/ussuri: Overriding the log path argument for tripleoclient cli https://review.opendev.org/c/openstack/python-tripleoclient/+/823642 | 10:47 |
opendevreview | Jiri Podivin proposed openstack/python-tripleoclient stable/ussuri: Fix the validations_log_basedir overriding https://review.opendev.org/c/openstack/python-tripleoclient/+/823643 | 10:47 |
*** ysandeep|lunch is now known as ysandeep | 10:48 | |
opendevreview | Jiri 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/+/823642 | 10:49 |
opendevreview | Jiri Podivin proposed openstack/python-tripleoclient stable/ussuri: Fix the validations_log_basedir overriding https://review.opendev.org/c/openstack/python-tripleoclient/+/823643 | 10:49 |
opendevreview | Jiri 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/+/823642 | 10:50 |
opendevreview | Jiri 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/+/823641 | 10:51 |
opendevreview | Jiri 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/+/823642 | 10:51 |
opendevreview | Jiri Podivin proposed openstack/python-tripleoclient stable/ussuri: Fix the validations_log_basedir overriding https://review.opendev.org/c/openstack/python-tripleoclient/+/823643 | 10:51 |
opendevreview | Karthik 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/+/825224 | 10:56 |
opendevreview | Merged 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/+/825220 | 10:58 |
*** rlandy|out is now known as rlandy|ruck | 11:15 | |
*** dviroel__ is now known as dviroel | 11:25 | |
opendevreview | Douglas 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/+/825307 | 11:35 |
*** frenzy_friday is now known as frenzyfriday|ruck | 11:42 | |
*** bhagyashris__ is now known as bhagyashris | 11:49 | |
*** ysandeep is now known as ysandeep|brb | 12:06 | |
opendevreview | Jiri Podivin proposed openstack/validations-common master: Migrate jobs from CentOS 8 to CentOS 8 Stream https://review.opendev.org/c/openstack/validations-common/+/824263 | 12:29 |
opendevreview | Brendan Shephard proposed openstack/tripleo-docs master: Updated supported version references https://review.opendev.org/c/openstack/tripleo-docs/+/825494 | 12:50 |
*** amoralej is now known as amoralej|lunch | 13:04 | |
*** dasm|off is now known as dasm | 13:09 | |
*** pmannidi is now known as dsedgmen | 13:16 | |
*** dsedgmen is now known as pmannidi | 13:17 | |
*** pmannidi is now known as pmannidi|AFK | 13:17 | |
cloudnull | mornings | 13:26 |
opendevreview | Douglas Viroel proposed openstack/tripleo-ci master: [WIP] Loads dependency vars before start repo-setup tasks https://review.opendev.org/c/openstack/tripleo-ci/+/820584 | 13:31 |
Tengu | fultonj: heya! fyi, centos-9 branch just merged on master for tripleo-lab. happy hacking! | 13:41 |
fultonj | thanks Tengu | 13:41 |
opendevreview | Francesco Pantano proposed openstack/tripleo-ansible master: Provision VIPs for ceph related services https://review.opendev.org/c/openstack/tripleo-ansible/+/825502 | 13:44 |
*** ysandeep|brb is now known as ysandeep | 13:47 | |
opendevreview | Marios 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/+/825506 | 13:55 |
opendevreview | Marios 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/+/825507 | 13:55 |
opendevreview | Marios Andreou proposed openstack/openstack-tempest-skiplist master: Revert "Move volume tests to skip lists" https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/825508 | 13:55 |
*** amoralej|lunch is now known as amoralej | 14:00 | |
Tengu | fultonj: though I still hit issues when trying to provision the OC nodes. | 14:06 |
Tengu | that one isn't out of the way, but I think Steve is on it. | 14:06 |
opendevreview | Vijayalakshmi proposed openstack/tripleo-heat-templates master: Update dervice_pci script to handle pci address formats https://review.opendev.org/c/openstack/tripleo-heat-templates/+/799318 | 14:08 |
rlandy|ruck | dvd: hello ... looks like our wallaby c9 tests are falling over on "Enable chrony-online.service" | 14:12 |
rlandy|ruck | full 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.gz | 14:12 |
Tengu | rlandy|ruck: oh no.... please... no... | 14:13 |
rlandy|ruck | Merged openstack/ansible-role-chrony master: Replacing chrony-helper with chronyc https://review.opendev.org/c/openstack/ansible-role-chrony/+/825383 | 14:13 |
rlandy|ruck | ^^ merged last yesterday | 14:13 |
rlandy|ruck | Tengu: and the fun keep rolling | 14:13 |
rlandy|ruck | dasm: bhagyashris: ^^ | 14:13 |
rlandy|ruck | dasm: ^^ want to write a up launchpad bug on that so we track what needs to be done | 14:14 |
rlandy|ruck | may need a fix on our side, not sure yet | 14:14 |
Tengu | rlandy|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 |
Tengu | and why I didn't hit it at all with my (upstream) deploy. | 14:15 |
rlandy|ruck | Tengu++ for following that up | 14:15 |
Tengu | rlandy|ruck: let's wait for the package maintainer to step in and correct/revert his patch. | 14:15 |
Tengu | you're in Cc of the BZ | 14:15 |
rlandy|ruck | yep - following that | 14:15 |
Tengu | that's one less headache. | 14:15 |
rlandy|ruck | arxcruz and frenzyfriday|ruck actually found why tempest was hanging on c9 | 14:16 |
rlandy|ruck | so that was a good find | 14:16 |
rlandy|ruck | after the qcow was updated | 14:16 |
Tengu | cool :) | 14:16 |
Tengu | now.... I'd love to know why I'm still unable to provision my OC nodes. | 14:16 |
Tengu | guess I'll have to stay up one night and debug this live with Steve. | 14:16 |
Tengu | that will probably be the fastest way. | 14:16 |
Tengu | rlandy|ruck: stupid question: are the CI jobs using uefi, or are they still using the (legacy) bios for the VMs? | 14:18 |
opendevreview | Harald 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/+/825225 | 14:18 |
* Tengu wants to understand why CI is apparently working while his lab isn't | 14:18 | |
rlandy|ruck | Tengu: mixed situation | 14:18 |
Tengu | rlandy|ruck: "great" - the best ones :) | 14:18 |
rlandy|ruck | OVB uses the old way and libvirt on the new ci.centos uses the new way | 14:18 |
rlandy|ruck | so - I just put in a review on #rdo | 14:19 |
rlandy|ruck | to add libvirt jobs for c9 | 14:19 |
Tengu | hmmm. this might explain some things. | 14:19 |
rlandy|ruck | so we will be right there with you in your misery | 14:19 |
Tengu | expect failure with OC provisioning. "hopefully" - else it means I'm doing things wrong :D | 14:19 |
rlandy|ruck | Tengu: we've been bugging steve a lot with a bunch of patches - that should clear shortly | 14:20 |
rlandy|ruck | will concentrate on your request when I touch base with him tonight | 14:20 |
Tengu | rlandy|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 |
Tengu | it'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 |
opendevreview | Harald 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/+/825432 | 14:21 |
rlandy|ruck | Tengu: just got some comments from joe on my ci.centos patch | 14:22 |
rlandy|ruck | if I can get that merged, w will have another env | 14:22 |
Tengu | yup, I'm on the patch, reading and trying to understand :) | 14:22 |
rlandy|ruck | give me a few | 14:22 |
rlandy|ruck | Tengu: I'm planning a rather huge party when c9/rhel9 is done | 14:23 |
dasm | rlandy|ruck: the CI bug for chrony-online: https://bugs.launchpad.net/tripleo/+bug/1958535 | 14:23 |
rlandy|ruck | for the whole tripleo-ci team | 14:23 |
Tengu | rlandy|ruck: lemme know when it happens, I'll bring some beers :) | 14:23 |
rlandy|ruck | dasm: thanks - pls see pvt - sending some traige info | 14:24 |
opendevreview | Harald 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/+/825433 | 14:24 |
opendevreview | Ananya 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/+/825510 | 14:26 |
rlandy|ruck | Tengu: yep - you're invited - since you're right there in this pain | 14:26 |
Tengu | rlandy|ruck: thanks :) | 14:26 |
dasm | rlandy|ruck++ thanks for the help with a proper bug report | 14:30 |
frenzyfriday|ruck | gthiemonge, 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.56 | 14:30 |
frenzyfriday|ruck | rlandy|ruck, the skipliast for ^ https://review.opendev.org/c/openstack/openstack-tempest-skiplist/+/825510 | 14:31 |
rlandy|ruck | frenzyfriday|ruck: great - hopefully the next time, the test will pass | 14:32 |
rlandy|ruck | and we can add to criteria | 14:32 |
hjensas | marios++ Awesome catch that .flattened() fix from dviroel was missing in those ping test backups! Thanks! | 14:32 |
hjensas | s/backups/backports/ .. | 14:33 |
marios | hjensas: thanks for checking | 14:33 |
gthiemonge | frenzyfriday|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-plugin | 14:33 |
marios | hjensas: not that awesome but i'll take it ;) | 14:33 |
hjensas | marios: you saved me some embarrassment later. ;) | 14:33 |
marios | hjensas: :) | 14:33 |
gthiemonge | frenzyfriday|ruck: from the comment, I understand that the ssh key works from the CLI, but not in the tempest test, right? | 14:34 |
opendevreview | mbu proposed openstack/python-tripleoclient stable/ussuri: Use Validations libs Client for main validation entry point https://review.opendev.org/c/openstack/python-tripleoclient/+/823641 | 14:34 |
Tengu | w00t! my container-copy thing is working great! | 14:34 |
frenzyfriday|ruck | gthiemonge, 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 well | 14:36 |
gthiemonge | frenzyfriday|ruck: ok | 14:37 |
opendevreview | mbu proposed openstack/python-tripleoclient stable/ussuri: Overriding the log path argument for tripleoclient cli https://review.opendev.org/c/openstack/python-tripleoclient/+/823642 | 14:40 |
opendevreview | mbu proposed openstack/python-tripleoclient stable/ussuri: Overriding the log path argument for tripleoclient cli https://review.opendev.org/c/openstack/python-tripleoclient/+/823642 | 14:41 |
opendevreview | mbu proposed openstack/python-tripleoclient stable/ussuri: Fix the validations_log_basedir overriding https://review.opendev.org/c/openstack/python-tripleoclient/+/823643 | 14:41 |
opendevreview | Alex Schultz proposed openstack/tripleo-ansible stable/wallaby: Fix virtual host for image-serve https://review.opendev.org/c/openstack/tripleo-ansible/+/825465 | 14:49 |
mwhahaha | rlandy|ruck, https://review.opendev.org/c/openstack/ansible-role-chrony/+/825384/1 to catch https://bugs.launchpad.net/tripleo/+bug/1958535 | 14:54 |
rlandy|ruck | mwhahaha: thanks - voted | 14:55 |
rlandy|ruck | mwhahaha: some more mirror joy today - this time c8 | 14:56 |
mwhahaha | cloudnull: -^ plz vote | 14:56 |
rlandy|ruck | should be clearing now | 14:56 |
mwhahaha | fun | 14:56 |
opendevreview | Merged openstack/tripleo-validations stable/train: fix(ci): Install python3 package first https://review.opendev.org/c/openstack/tripleo-validations/+/825287 | 14:57 |
dasm | mwhahaha++ that was quick! thx | 14:57 |
mwhahaha | rlandy|ruck: https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/824996 for the ipa stuff | 14:59 |
rlandy|ruck | mwhahaha: ok - I've been holding on the /etc/hosts patch .... | 15:01 |
mwhahaha | that one seems to be working but merging it will help test better | 15:02 |
rlandy|ruck | mwhahaha: if this fixed the multinode-ipa job, I'll abandon that | 15:02 |
rlandy|ruck | tripleo-ci-centos-8-standalone-on-multinode-ipa https://zuul.opendev.org/t/openstack/build/81a78db22ce5417e9ef3879a373b47ae : SUCCESS in 1h | 15:02 |
rlandy|ruck | ok - great | 15:02 |
rlandy|ruck | let's merge and watch the job results | 15:02 |
mwhahaha | indeed | 15:02 |
rlandy|ruck | then will revert the non-voting patch | 15:02 |
rlandy|ruck | dviroel: ^^ hey - could you review/vote on above as well pls | 15:03 |
dviroel | rlandy|ruck: ipa one? added to my list | 15:06 |
rlandy|ruck | dviroel: pls - to clear the multinode-ipa job | 15:06 |
dviroel | ack | 15:06 |
rlandy|ruck | still non-voting atm | 15:06 |
rlandy|ruck | if this fixes that job - we can get it back to voting/gating | 15:06 |
opendevreview | Merged openstack/tripleo-repos master: Fix ceph repos for stream https://review.opendev.org/c/openstack/tripleo-repos/+/825402 | 15:07 |
opendevreview | Merged openstack/tripleo-validations stable/wallaby: fix(ci): Install python3 package first https://review.opendev.org/c/openstack/tripleo-validations/+/825280 | 15:07 |
opendevreview | Merged openstack/tripleo-validations stable/victoria: fix(ci): Install python3 package first https://review.opendev.org/c/openstack/tripleo-validations/+/825282 | 15:11 |
*** frenzyfriday|ruck is now known as frenzyfriday | 15:16 | |
*** bhagyashris is now known as bhagyashris|ruck | 15:17 | |
*** rcastillo is now known as rcastillo|rover | 15:18 | |
*** ysandeep is now known as ysandeep|away | 15:25 | |
jpodivin | marios: 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/+/36861 | 15:27 |
opendevreview | mbu proposed openstack/python-tripleoclient stable/wallaby: Exposes the community validation init command https://review.opendev.org/c/openstack/python-tripleoclient/+/825477 | 15:28 |
marios | jpodivin: ack noting to revisit the patch in my next reviews | 15:30 |
marios | cc rlandy|ruck https://review.rdoproject.org/r/c/rdo-infra/ci-config/+/36861 | 15:30 |
rlandy|ruck | k - will look in a bit | 15:32 |
marios | jpodivin: k voted lgtm | 15:32 |
opendevreview | Merged openstack/tripleo-validations stable/ussuri: fix(ci): Install python3 package first https://review.opendev.org/c/openstack/tripleo-validations/+/825284 | 15:37 |
opendevreview | mbu proposed openstack/python-tripleoclient stable/wallaby: Exposes the community validation init command https://review.opendev.org/c/openstack/python-tripleoclient/+/825477 | 15:37 |
opendevreview | mbu proposed openstack/python-tripleoclient stable/victoria: Exposes the community validation init command https://review.opendev.org/c/openstack/python-tripleoclient/+/825466 | 15:37 |
jpodivin | marios: thanks | 15:39 |
opendevreview | mbu proposed openstack/python-tripleoclient stable/victoria: Exposes the community validation init command https://review.opendev.org/c/openstack/python-tripleoclient/+/825466 | 15:43 |
opendevreview | mbu proposed openstack/python-tripleoclient stable/victoria: Exposes the community validation init command https://review.opendev.org/c/openstack/python-tripleoclient/+/825466 | 15:45 |
EmilienM | rlandy|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=tags | 15:49 |
rlandy|ruck | EmilienM: arxcruz is working on getting those containers pushed | 15:51 |
EmilienM | oh cool. thx | 15:51 |
rlandy|ruck | we just started copying containers there | 15:52 |
opendevreview | mbu proposed openstack/python-tripleoclient stable/ussuri: Exposes the community validation init command https://review.opendev.org/c/openstack/python-tripleoclient/+/825536 | 15:52 |
EmilienM | rlandy|ruck: does it mean that CI currently deploys c8 containers on c9 ? | 15:56 |
rlandy|ruck | EmilienM: 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=0 | 15:57 |
rlandy|ruck | in RDo for promotions etc. we reference the rdo registry | 15:58 |
EmilienM | oh ok, right. I remember now :D | 15:58 |
rlandy|ruck | EmilienM: https://hub.docker.com/u/tripleomastercentos9 - also there - it's just the tagging | 16:00 |
rlandy|ruck | arxcruz: ^^ can you update on where you are with container copy to quay | 16:00 |
rlandy|ruck | so basically we resolve the hash | 16:01 |
rlandy|ruck | and then pull containers via hash | 16:01 |
*** marios is now known as marios|out | 16:03 | |
EmilienM | ok | 16:03 |
EmilienM | no rush on my side btw; i was wondering. thanks :) | 16:03 |
mwhahaha | cloudnull: https://review.opendev.org/c/openstack/tripleo-ansible/+/825020/ | 16:11 |
cloudnull | done | 16:11 |
mwhahaha | gracias | 16:12 |
opendevreview | Alex Schultz proposed openstack/tripleo-ansible stable/victoria: Default route on ctlplane in CI ipv6 nic config https://review.opendev.org/c/openstack/tripleo-ansible/+/824961 | 16:13 |
slagle | with tripleo-repos, rhel8 is trying to use trunk.rdoproject.org for the ceph repos, and there are none | 16:25 |
rlandy|ruck | EmilienM: np - will ping you when those tags are available - you can reference the RDO registry if needed before | 16:31 |
EmilienM | ok | 16:33 |
EmilienM | slagle: i heard the cool kids use https://github.com/redhat-openstack/rhos-bootstrap to install repos on rhel :P | 16:33 |
opendevreview | John Eckersberg proposed openstack/puppet-tripleo master: Add flag for rabbitmq fips_mode, defaulting to false https://review.opendev.org/c/openstack/puppet-tripleo/+/825632 | 16:39 |
opendevreview | John Eckersberg proposed openstack/tripleo-heat-templates master: Add RabbitFIPS parameter https://review.opendev.org/c/openstack/tripleo-heat-templates/+/818625 | 16:40 |
bogdando | mwhahaha: 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 |
bogdando | missing binary | 16:41 |
bogdando | chrony-helper... | 16:41 |
mwhahaha | yes patch has already landed | 16:42 |
bogdando | oh, ok | 16:42 |
mwhahaha | https://review.opendev.org/c/openstack/ansible-role-chrony/+/825383 | 16:42 |
slagle | EmilienM: welcome to tripleo. are you a new contributor? | 16:44 |
bogdando | :D | 16:44 |
EmilienM | slagle: yes, i'm having "No valid host found", should I file a bug against heat? | 16:45 |
opendevreview | Merged openstack/ansible-role-chrony master: Add centos9 converage https://review.opendev.org/c/openstack/ansible-role-chrony/+/825384 | 16:45 |
opendevreview | Merged openstack/tripleo-validations stable/wallaby: fix(molecule): Add ability to run molecule on Fedora https://review.opendev.org/c/openstack/tripleo-validations/+/825281 | 17:14 |
opendevreview | Merged openstack/tripleo-validations stable/victoria: fix(molecule): Add ability to run molecule on Fedora https://review.opendev.org/c/openstack/tripleo-validations/+/825283 | 17:14 |
opendevreview | Takashi Kajinami proposed openstack/tripleo-heat-templates master: Do not run puppet in docker_config https://review.opendev.org/c/openstack/tripleo-heat-templates/+/825116 | 17:22 |
opendevreview | Merged openstack/tripleo-validations stable/ussuri: fix(molecule): Add ability to run molecule on Fedora https://review.opendev.org/c/openstack/tripleo-validations/+/825285 | 17:24 |
*** jpena is now known as jpena|off | 17:37 | |
opendevreview | Merged openstack/tripleo-validations stable/train: fix(molecule): Add ability to run molecule on Fedora https://review.opendev.org/c/openstack/tripleo-validations/+/825288 | 17:38 |
opendevreview | Francesco Pantano proposed openstack/tripleo-ansible master: Provision VIPs for ceph related services https://review.opendev.org/c/openstack/tripleo-ansible/+/825502 | 17:48 |
opendevreview | Francesco Pantano proposed openstack/tripleo-ansible master: Provision VIPs for ceph related services https://review.opendev.org/c/openstack/tripleo-ansible/+/825502 | 17:52 |
*** amoralej is now known as amoralej|off | 18:35 | |
rlandy|ruck | Tengu: ha - we do have OVB master node provision failing now | 19:27 |
rlandy|ruck | checking why | 19:27 |
rlandy|ruck | latest integration run | 19:27 |
dvd | is there anything equivalent to lte gte or just gt/lt in heat when we want to compare numbers? | 19:42 |
mwhahaha | you'd have to use yaql | 19:47 |
mwhahaha | and hate life | 19:47 |
dvd | yeah that's what I thought, I just wanted to make sure before I jump off a bridge | 19:47 |
dvd | btw this is humor, no need to raise any kind of flag | 19:48 |
mwhahaha | yaql will do that to you | 19:54 |
mwhahaha | dvd: what are you comparing? that logic should probably live in a lower level puppet/ansible | 20:13 |
Tengu | rlandy|ruck: not sur if I must cry or laugh (diabolically).... | 20:44 |
rlandy|ruck | either or | 20:44 |
rlandy|ruck | doesn't help | 20:44 |
Tengu | pfff. we can work together tomorrow if you want some of my time | 20:45 |
rlandy|ruck | yeah will probably just hope the next run clear its | 20:45 |
rlandy|ruck | got to clear the wallaby c8 promotion now to eunblock rhos-17 | 20:46 |
rlandy|ruck | so it's a series of what to cry about first | 20:46 |
rlandy|ruck | Tengu: will leave you notes with last status | 20:46 |
Tengu | heh. master will probably not clear itself like that. images are mostly not working. | 20:46 |
opendevreview | Douglas 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/+/825307 | 20:46 |
Tengu | ok! ill check tomorrow. about to go to sleep now. | 20:47 |
rlandy|ruck | good night | 20:47 |
Tengu | thx | 20:47 |
*** artom__ is now known as artom | 20:47 | |
opendevreview | Harald 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/+/825432 | 20:53 |
opendevreview | Gael Chamoulaud proposed openstack/tripleo-validations stable/wallaby: feat(removal): tox-ansible support https://review.opendev.org/c/openstack/tripleo-validations/+/825265 | 20:59 |
opendevreview | Gael Chamoulaud proposed openstack/tripleo-validations stable/victoria: feat(removal): tox-ansible support https://review.opendev.org/c/openstack/tripleo-validations/+/825267 | 21:04 |
opendevreview | Gael Chamoulaud proposed openstack/tripleo-validations stable/ussuri: feat(removal): tox-ansible support https://review.opendev.org/c/openstack/tripleo-validations/+/825268 | 21:06 |
opendevreview | Gael Chamoulaud proposed openstack/tripleo-validations stable/train: feat(removal): tox-ansible support https://review.opendev.org/c/openstack/tripleo-validations/+/825275 | 21:08 |
opendevreview | Harald Jensås proposed openstack/python-tripleoclient stable/ussuri: ctlplane network attributes in overcloud environment https://review.opendev.org/c/openstack/python-tripleoclient/+/825676 | 21:16 |
opendevreview | Douglas 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/+/825307 | 21:16 |
rlandy|ruck | artom: hello ... one more for nova/compute team ... https://bugs.launchpad.net/tripleo/+bug/1958580 | 21:19 |
artom | rlandy|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 time | 21:21 |
rlandy|ruck | artom: mostly upgrades - going to contact jfrancoa | 21:21 |
artom | rlandy|ruck, ack, yeah | 21:22 |
opendevreview | Harald Jensås proposed openstack/python-tripleoclient stable/ussuri: ctlplane network attributes in overcloud environment https://review.opendev.org/c/openstack/python-tripleoclient/+/825676 | 21:22 |
opendevreview | Harald Jensås proposed openstack/python-tripleoclient stable/ussuri: ctlplane network attributes in overcloud environment https://review.opendev.org/c/openstack/python-tripleoclient/+/825676 | 21:24 |
rlandy|ruck | https://opendev.org/openstack/tripleo-heat-templates/commit/78a309e9e483999a8aa0decee7d27f4904dd70cd | 21:24 |
rlandy|ruck | or that | 21:24 |
opendevreview | Francesco Pantano proposed openstack/python-tripleoclient master: Introduce tripleo ceph vip provision command https://review.opendev.org/c/openstack/python-tripleoclient/+/825679 | 21:24 |
opendevreview | Harald 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/+/825432 | 21:25 |
opendevreview | Douglas 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/+/825307 | 21:26 |
rlandy|ruck | merged on the 17th - so timing matches | 21:26 |
rlandy|ruck | Merge "Update cell0 db connection, if required" into stable/wallaby | 21:26 |
dvd | artom, rlandy|ruck I'll take a look | 21:39 |
rlandy|ruck | dvd: thanks - I left a note for bogdan | 21:40 |
rlandy|ruck | it looks like that job did pass on his patch - but the failure looks related | 21:40 |
opendevreview | Douglas 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/+/825307 | 21:41 |
opendevreview | Merged openstack/tripleo-quickstart-extras master: Add ipa named recursion back into the config https://review.opendev.org/c/openstack/tripleo-quickstart-extras/+/824996 | 21:50 |
opendevreview | Merged openstack/os-net-config stable/wallaby: Adding steering_mode config to sriov_pf object https://review.opendev.org/c/openstack/os-net-config/+/825221 | 21:50 |
opendevreview | Merged openstack/os-net-config stable/victoria: Adding steering_mode config to sriov_pf object https://review.opendev.org/c/openstack/os-net-config/+/825222 | 21:50 |
opendevreview | Merged openstack/os-net-config stable/ussuri: Adding steering_mode config to sriov_pf object https://review.opendev.org/c/openstack/os-net-config/+/825223 | 21:50 |
dvd | rlandy|ruck, yup I think so | 22:01 |
rlandy|ruck | dvd: we could try a flat revert | 22:02 |
rlandy|ruck | but interestingly enough, the same test passed on the patch itself | 22:02 |
dvd | rlandy|ruck, it looks like the ci that merged it didn't apply that patch | 22:07 |
dvd | rlandy|ruck, otherwise it would have failed me believe | 22:07 |
rlandy|ruck | well that's possible | 22:07 |
dvd | rlandy|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 fix | 22:07 |
dvd | but I understand if you wanna flat revert | 22:07 |
rlandy|ruck | dvd: let's propose the revert and let it start testing - we won;t merge it - and will wait for your fix | 22:08 |
rlandy|ruck | tomorrow morning we can decide we one goes in | 22:08 |
rlandy|ruck | ok? | 22:08 |
dvd | rlandy|ruck, ack sure | 22:08 |
dvd | works for me thanks | 22:08 |
rlandy|ruck | dvd: great - thanks | 22:08 |
* rlandy|ruck proposes revert - with -1 | 22:09 | |
dvd | added -1 on train change as well | 22:09 |
opendevreview | Ronelle Landy proposed openstack/tripleo-heat-templates stable/wallaby: Revert "Update cell0 db connection, if required" https://review.opendev.org/c/openstack/tripleo-heat-templates/+/825468 | 22:09 |
opendevreview | David Vallee Delisle proposed openstack/tripleo-heat-templates master: Revert "Update cell0 db connection, if required" https://review.opendev.org/c/openstack/tripleo-heat-templates/+/825469 | 22:10 |
dvd | lol | 22:10 |
dvd | dropping mine | 22:10 |
rlandy|ruck | :) ok | 22:11 |
opendevreview | Douglas 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/+/825307 | 22:20 |
opendevreview | David Vallee Delisle proposed openstack/tripleo-heat-templates master: DNM Adding debug to cell script https://review.opendev.org/c/openstack/tripleo-heat-templates/+/825687 | 22:33 |
*** dviroel is now known as dviroel|out | 22:34 | |
opendevreview | David Vallee Delisle proposed openstack/tripleo-heat-templates master: DNM Adding debug to cell script https://review.opendev.org/c/openstack/tripleo-heat-templates/+/825687 | 22:36 |
opendevreview | Harald Jensås proposed openstack/python-tripleoclient stable/ussuri: ctlplane network attributes in overcloud environment https://review.opendev.org/c/openstack/python-tripleoclient/+/825676 | 22:56 |
opendevreview | Harald Jensås proposed openstack/python-tripleoclient stable/train: ctlplane network attributes in overcloud environment https://review.opendev.org/c/openstack/python-tripleoclient/+/825689 | 22:59 |
*** rcastillo|rover is now known as rcastillo|out | 23:01 | |
opendevreview | Harald 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/+/825432 | 23:05 |
*** dasm is now known as dasm|off | 23:13 | |
*** ysandeep|away is now known as ysandeep | 23:52 | |
ysandeep | stevebaker[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: looking | 23:53 |
ysandeep | thanks | 23:54 |
stevebaker[m] | ysandeep: replied | 23:59 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!