rdogerrit | rdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for bobcat-9s-testing https://review.rdoproject.org/r/c/rdoinfo/+/48714 | 00:19 |
---|---|---|
rdogerrit | rdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for antelope-9s-testing https://review.rdoproject.org/r/c/rdoinfo/+/48672 | 00:20 |
rdogerrit | rdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for yoga-9s-testing https://review.rdoproject.org/r/c/rdoinfo/+/48674 | 00:21 |
rdogerrit | rdo-trunk rdo-trunk proposed rdoinfo master: Promote CBS tags update for yoga-8s-testing https://review.rdoproject.org/r/c/rdoinfo/+/48675 | 00:23 |
rdogerrit | Merged config master: Add localhost to resolv.conf for dataplane job https://review.rdoproject.org/r/c/config/+/48711 | 07:11 |
rdogerrit | Joan Francesc Gilabert proposed rdo-jobs master: [WIP] [DNM] Use network isolation in podified deployment https://review.rdoproject.org/r/c/rdo-jobs/+/48543 | 07:25 |
rdogerrit | Merged rdoinfo master: Promote CBS tags update for yoga-8s-testing https://review.rdoproject.org/r/c/rdoinfo/+/48675 | 07:29 |
rdogerrit | Merged rdoinfo master: Promote CBS tags update for yoga-9s-testing https://review.rdoproject.org/r/c/rdoinfo/+/48674 | 07:29 |
jcapitao[m] | re: FYI, puppet-promotion from master down to Yoga are failing since https://review.opendev.org/q/I612905a1bf4a1706cce913c0d8a6df7a240d599a were merged, the WIP patch https://review.opendev.org/c/openstack/tempest/+/882876 should fix it, we need to wait until then - it's now fixed in master, I managed to have a promotion yesterday | 07:32 |
jcapitao[m] | amoralej: ^ | 07:34 |
jcapitao[m] | but, for the other releases Antelope down to Yoga, we'll have to wait the patch to be included in new tempest release | 07:34 |
jcapitao[m] | which will take time | 07:34 |
jcapitao[m] | I'm wondering whether or not we should pin cinder to last good known commit for those stable release | 07:36 |
jcapitao[m] | I'd say we should, last puppet promotion for Antelope was 2023-05-11 | 07:37 |
tkajinam | centos removed legacy libvirt daemons. fun time | 07:57 |
tkajinam | ^^^ amoralej jcapitao[m] we probably have to fix this in older branches because it likely kills all deployments with c9s | 08:01 |
tkajinam | https://github.com/libvirt/libvirt/commit/5358618b1cd0afc126aed313249bf2134731665f | 08:02 |
tkajinam | hm. we can probably attempt to install libvirt-daemon | 08:03 |
rdogerrit | Joan Francesc Gilabert proposed config master: Add become to task modifying /etc/resolv.conf https://review.rdoproject.org/r/c/config/+/48715 | 08:07 |
rdogerrit | Merged config master: Add become to task modifying /etc/resolv.conf https://review.rdoproject.org/r/c/config/+/48715 | 08:13 |
amoralej | thanks jcapitao[m] | 08:16 |
amoralej | jcapitao[m], we have been pushing patches to p-o-i for that cinder one | 08:17 |
amoralej | i sent the cherrypick to yoga yesterday | 08:17 |
amoralej | https://review.opendev.org/c/openstack/puppet-openstack-integration/+/884170 should fix it | 08:17 |
amoralej | zed promoted after the fix, master is pending now on other issues, karolinku[m] has been working on it | 08:18 |
amoralej | tkajinam, wrt that libvirt issue, are you hitting the issue in some job? | 08:20 |
amoralej | there should not be backwards incompatible in C9S, i'd say | 08:20 |
tkajinam | amoralej, I found the failure in master but I believe it affects stable branches with c9s | 08:21 |
tkajinam | my firefox is dying... | 08:21 |
tkajinam | amoralej, https://review.opendev.org/c/openstack/puppet-nova/+/884320 this hopefully fixes the current issue | 08:22 |
tkajinam | https://review.opendev.org/c/openstack/puppet-openstack-integration/+/884317?tab=change-view-tab-header-zuul-results-summary | 08:23 |
tkajinam | scenarion jobs 001-004 are all failing because of missing libvirtd.socket ^^^ | 08:23 |
tkajinam | 005 is not affected because we use modular libvirt in that scenario | 08:24 |
amoralej | karolinku[m], jcapitao[m] ^ if you find issues in c9s jobs | 08:27 |
jcapitao[m] | amoralej: okk I was lost when I saw zed was promoted yesterday, thanks | 08:28 |
jcapitao[m] | ack for the libvirt issues | 08:29 |
amoralej | sorry, we were working in the issue last days with cinder and puppet guys but didn't share it here | 08:30 |
amoralej | tkajinam, so last passing jobs were using libvirt-daemon-9.0.0-7.el9.x86_64, breaking one is libvirt-daemon-common-9.3.0-2.el9.x86_64 | 08:31 |
amoralej | tkajinam, so, iiuc what we were installing until now was "libvirt-daemon-kvm", that was pulling libvirt-daemon in 9.0.0 but now it pulls libvirt-daemon-common in 9.3.0 which does not work | 08:35 |
amoralej | i wonder if that's a bug | 08:35 |
amoralej | i have doubts that's the expected behavir | 08:35 |
amoralej | behavior | 08:35 |
amoralej | it's hard to know as libvirt-daemon is not mentioned in the official doc https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/configuring_and_managing_virtualization/index | 08:49 |
amoralej | tkajinam, i've reported in https://bugzilla.redhat.com/show_bug.cgi?id=2209936 | 09:03 |
tkajinam | amoralej, according to that github commit I earlier posted that looks like what they want but we'll see how they reply to that bug. | 09:20 |
tkajinam | amoralej, no problem about the cinder issue. I actually got some pre-notice about that change. As we have the capability to configure the required options but I was aware that requires some changes in our p-o-i and likely in packstack | 09:22 |
tkajinam | As we have th capability to configure the required options *I was not making much work before the change was made* | 09:23 |
amoralej | tkajinam, in any case i think it's good they are aware that it's changing the behavior, imo those changes shouldn't be made in the middle of a centos major release | 09:34 |
tkajinam | amoralej, yeah though I know they have done a lot in the past related to libvirt (eg. tcp/tls socket) so I'm not sure if they really care about it seriously. | 09:35 |
amoralej | well, at least we can report it | 09:35 |
tkajinam | yup | 09:35 |
tkajinam | totally agree with it | 09:35 |
amoralej | jcapitao[m], https://review.opendev.org/c/openstack/puppet-openstack-integration/+/884328 for Xena | 09:53 |
jcapitao[m] | good | 09:58 |
amoralej | jcapitao[m], karolinku[m] i've created https://issues.redhat.com/browse/RDO-124 to report the issue discovered in https://bugs.launchpad.net/neutron/+bug/2020661 | 10:08 |
amoralej | jcapitao[m], one more thing https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/880473 is merged in case you want to start investigating how to run weirdo jobs with it | 10:14 |
rdogerrit | Alfredo Moralejo proposed rdo-website master: Add May 24 meeting https://review.rdoproject.org/r/c/rdo-website/+/48716 | 10:19 |
rdogerrit | Marios Andreou proposed rdo-jobs master: WIP switching to ci-framework install_yamls role https://review.rdoproject.org/r/c/rdo-jobs/+/48514 | 10:28 |
*** amoralej is now known as amoralej|lunch | 11:06 | |
rdogerrit | Jiří Podivín proposed rdo-jobs master: Setting edpm-ansible-github-rdo-integration-centos-8-crc-singlenode-centos-9-external-compute as non-voting https://review.rdoproject.org/r/c/rdo-jobs/+/48717 | 11:54 |
jcapitao[m] | amoralej: ack for both | 11:59 |
*** amoralej|lunch is now known as amoralej | 12:49 | |
*** amoralej|off is now known as amoralej | 12:52 | |
rdogerrit | Karolina Kula proposed deps/python-httpx c9s-bobcat-rdo: Update to 0.24.0 https://review.rdoproject.org/r/c/deps/python-httpx/+/48696 | 13:27 |
rdogerrit | Alfredo Moralejo proposed rdoinfo master: Pin tripleo-ipa to the last commit before master branch removal https://review.rdoproject.org/r/c/rdoinfo/+/48718 | 13:38 |
rdogerrit | Karolina Kula proposed rdo-website master: New documentation about RDO's deliverables comparison https://review.rdoproject.org/r/c/rdo-website/+/48604 | 14:00 |
rdogerrit | Merged rdoinfo master: Pin tripleo-ipa to the last commit before master branch removal https://review.rdoproject.org/r/c/rdoinfo/+/48718 | 14:55 |
noonedeadpunk | Hey folks! Do you know anything about pushing forward only libvirt modular approach for centos stream? | 15:04 |
noonedeadpunk | As it seems that libvirtd.service has just vanished in our CI | 15:05 |
rdogerrit | Chandan Kumar proposed config master: Run check localhost ip in /etc/resolv.conf task only for dpa jobs https://review.rdoproject.org/r/c/config/+/48719 | 15:35 |
amoralej | noonedeadpunk, https://bugzilla.redhat.com/show_bug.cgi?id=2209936 | 15:37 |
amoralej | there is in-flight patch for puppet-nova https://review.opendev.org/c/openstack/puppet-nova/+/884320 | 15:37 |
amoralej | you need to install libvirt-daemon | 15:37 |
*** amoralej is now known as amoralej|off | 15:38 | |
noonedeadpunk | aha | 15:38 |
noonedeadpunk | we're installing libvirt-daemon-kvm... | 15:39 |
rdogerrit | Chandan Kumar proposed config master: Run check localhost ip in /etc/resolv.conf task only for dpa jobs https://review.rdoproject.org/r/c/config/+/48719 | 15:39 |
NeilHanlon | ty amoralej|off | 15:41 |
rdogerrit | Merged config master: Run check localhost ip in /etc/resolv.conf task only for dpa jobs https://review.rdoproject.org/r/c/config/+/48719 | 15:49 |
*** tosky_ is now known as tosky | 16:20 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!