opendevreview | OpenStack Proposal Bot proposed openstack/openstack-ansible master: Imported Translations from Zanata https://review.opendev.org/c/openstack/openstack-ansible/+/949692 | 03:47 |
---|---|---|
jrosser | Wirednull: the ovs scenario tests the ovs ml2 plugin. The default, if you don't specify anything is to use OVN, so by putting 'ovs' in your SCENARIO string you move away from that default. | 06:13 |
jrosser | for the other bridges its important to distinguish between using ovs on the controllers for the LXC bridges, or not, as you prefer | 06:14 |
jrosser | you can set that up either way, if you using dedicated network nodes might also influence where ovs is running, and also you might prefer to have ovs everywhere including controllers for consistency. But on the other hand you might want regular linux bridges for lxc on the controllers for simplicity. | 06:16 |
jrosser | essentially, you can configure it whichever way you want (usual story with OSA!) | 06:17 |
noonedeadpunk | good morning | 06:46 |
opendevreview | Daniel Preussker proposed openstack/openstack-ansible-os_swift master: swift-object-expirer is its own distro package https://review.opendev.org/c/openstack/openstack-ansible-os_swift/+/947048 | 07:00 |
WireLost | jrosser, thank you! | 08:01 |
jrosser | WireLost: unfortunately it is really very configurable and you have a lot of options | 08:05 |
jrosser | sticking with the defaults would give you OVN for neutron and linux bridges for the control plane LXC containers | 08:05 |
jrosser | and there are times when those two worlds need to join properly, like octavia or ironic, which need some planning | 08:06 |
WireLost | Cool! Sounds good. I'm interested in a simpler OVS setup without OVN, which if I remember well would still use the Neutron agents, in a more similar architecture when with Linux Bridges. But if OVS+OVN is the default these days, I'll stick with it! | 08:33 |
noonedeadpunk | WireLost: most of big companies using and providing openstack migrated most of their customers to OVN already | 08:35 |
noonedeadpunk | as namespaces is actually the problem, despite them being easy to debug | 08:35 |
noonedeadpunk | as when you have like thousands namespaces per net node, each l3 restart brings pain and suffer | 08:36 |
noonedeadpunk | or well. I jsut don't like OVS.... I liked LXB, OVN is fine, but OVS is weird, imo... | 08:38 |
WireLost | But doesn't OVN depends on OVS? I also like LBR... =P | 08:39 |
noonedeadpunk | You don't get OVN benefits of resilient failovers and DVR, but you already introduce OVS complexity partially | 08:39 |
WireLost | Right, yeah, I can see that... | 08:39 |
noonedeadpunk | Yes, it does. But it also uses OpenFlows rather then using OVS as a regular LXB | 08:39 |
WireLost | Hmm... Good to know! lol | 08:40 |
noonedeadpunk | So it's more cumbersome to debug and understand traffic flows in OVN | 08:41 |
WireLost | Makes sense | 08:41 |
noonedeadpunk | But then you can make path way more efficient by serving FIPs from computes where VM is and not pass traffic around the cluster for no reason | 08:41 |
noonedeadpunk | but dunno. | 08:42 |
noonedeadpunk | OVS is way more alike to LXB indeed, so for ops people it will be easier to switch/learn | 08:43 |
WireLost | But is it simple to use OVS without OVN with OSA? Perhaps another SCENARIO? | 08:47 |
jrosser | that is what happens when you put 'ovs' in the scenario | 08:48 |
WireLost | But doesn't it also enables OVN? | 08:53 |
WireLost | Maybe I should invert the question then... lol - How do enable OVN with OSA/AIO? :-P | 08:54 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: wip https://review.opendev.org/c/openstack/openstack-ansible/+/949712 | 09:00 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: wip https://review.opendev.org/c/openstack/openstack-ansible/+/949712 | 09:01 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: remove xen info https://review.opendev.org/c/openstack/openstack-ansible/+/949712 | 09:02 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: remove XEN info https://review.opendev.org/c/openstack/openstack-ansible/+/949712 | 09:05 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: remove Xen info https://review.opendev.org/c/openstack/openstack-ansible/+/949712 | 09:05 |
jrosser | WireLost: you don't explicitly enable it, its the default for the AIO | 09:07 |
jrosser | SCENARIO=aio_lxc -> lxc control plane with OVN networking | 09:07 |
noonedeadpunk | we really should document somewhere that ovn is the default | 09:17 |
noonedeadpunk | and reference to os_neutron docs for more details | 09:18 |
WireLost | Ahh ok, thanks! | 09:32 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: replace broken url to "Getting Started with MariaDB Galera Cluster" https://review.opendev.org/c/openstack/openstack-ansible/+/949683 | 10:22 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: fix for problem with duplicating the language switch https://review.opendev.org/c/openstack/openstack-ansible/+/949410 | 10:24 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: wip https://review.opendev.org/c/openstack/openstack-ansible/+/949727 | 11:07 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: wip https://review.opendev.org/c/openstack/openstack-ansible/+/949727 | 11:08 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: fix for small mistake in text https://review.opendev.org/c/openstack/openstack-ansible/+/949727 | 11:08 |
noonedeadpunk | huh. So I'm debugging the ovs lxc thing. and the VM seems to be getting just the wrong IP address | 11:19 |
opendevreview | Merged openstack/openstack-ansible master: Ensure /etc permissions in CI https://review.opendev.org/c/openstack/openstack-ansible/+/949647 | 11:19 |
noonedeadpunk | so the port connected to the VM has IP 192.168.19.207 and then inside of the VM the IP is from 169.254 | 11:19 |
jrosser | oh thats link local | 11:21 |
jrosser | so dhcp failure | 11:21 |
noonedeadpunk | yeah, and it provided by DHCP, jsut tested with dhcpd -T | 11:21 |
noonedeadpunk | or well | 11:21 |
jrosser | dhclient -v | 11:22 |
noonedeadpunk | eh. it's cirros | 11:22 |
jrosser | blargh | 11:22 |
noonedeadpunk | https://ibb.co/B2K6Rm28 | 11:22 |
jrosser | i usually see 169.254 anywhere on a system that was expecting to dhcp but for some reason that fails, and link local is the fallback | 11:23 |
noonedeadpunk | right... | 11:23 |
noonedeadpunk | ok, let me try to assign the expected address as alias and check wtf with dhcp namespace is happening | 11:23 |
jrosser | it could also be thats there just no L2 between the VM and wherever the dhcp should be | 11:25 |
jrosser | like tunnel fail or something | 11:25 |
noonedeadpunk | I mean. It;s aio | 11:26 |
jrosser | oh sure, but project network is geneve? | 11:26 |
noonedeadpunk | vxlan, yeah | 11:26 |
jrosser | oh sure - ovs | 11:26 |
noonedeadpunk | but it somehow easier and messier at the same time | 11:26 |
jrosser | so it should be possible to be in the l3 agent namespace and ping the vm | 11:27 |
jrosser | (once manually assigned IP) | 11:27 |
noonedeadpunk | there's no l3 as I didn't create it | 11:27 |
noonedeadpunk | but there's dhcp one :) | 11:27 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: wip https://review.opendev.org/c/openstack/openstack-ansible/+/949728 | 11:31 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: wip https://review.opendev.org/c/openstack/openstack-ansible/+/949728 | 11:33 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: fix for small mistake in text (with OpenStack) https://review.opendev.org/c/openstack/openstack-ansible/+/949727 | 11:33 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: fix for small mistake in text (with Open vSwitch) https://review.opendev.org/c/openstack/openstack-ansible/+/949728 | 11:33 |
noonedeadpunk | jrosser: I think you;'re right as it seems that dnsmasq is not running in namespace | 11:34 |
jrosser | ah I wonder if we collide with the lxc one | 11:35 |
noonedeadpunk | dnsmasq: cannot read /etc/neutron/dnsmasq-neutron.conf: Permission denied | 11:36 |
noonedeadpunk | https://paste.openstack.org/show/bGjduWq7edtzo4JRfz4c/ | 11:37 |
noonedeadpunk | I wonder if that's actually something with apparmor | 11:39 |
noonedeadpunk | does not look like it | 11:44 |
noonedeadpunk | hm https://paste.openstack.org/show/bFmzYinmqeph5IekEMss/ | 11:48 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: wip https://review.opendev.org/c/openstack/openstack-ansible/+/949732 | 11:52 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: wip https://review.opendev.org/c/openstack/openstack-ansible/+/949732 | 11:52 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: fix small mistake with : https://review.opendev.org/c/openstack/openstack-ansible/+/949732 | 11:52 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: wip https://review.opendev.org/c/openstack/openstack-ansible/+/949733 | 11:57 |
noonedeadpunk | ok, it's apparmor | 11:57 |
noonedeadpunk | type=AVC msg=audit(1747223843.455:128039): apparmor="DENIED" operation="open" class="file" profile="dnsmasq" name="/openstack/venvs/neutron-31.0.0.0b2.dev92/etc/neutron/dnsmasq-neutron.conf" pid=392391 comm="dnsmasq" requested_mask="r" denied_mask="r" fsuid=0 ouid=0FSUID="root" OUID="root" | 11:57 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: wip https://review.opendev.org/c/openstack/openstack-ansible/+/949733 | 11:58 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: fix small mistake with MariaDB https://review.opendev.org/c/openstack/openstack-ansible/+/949733 | 11:58 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Update Admi https://review.opendev.org/c/openstack/openstack-ansible/+/949734 | 12:00 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: fix small mistake with MariaDB https://review.opendev.org/c/openstack/openstack-ansible/+/949733 | 12:05 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: docs: fix small mistake with MariaDB and RabbitMQ https://review.opendev.org/c/openstack/openstack-ansible/+/949733 | 12:05 |
NeilHanlon | please do ping me if anything needs reviewing. i'll do my best to check but am gonna be pretty swamped with RH releasing 9.6 *and* 10.0 yesterday... | 12:05 |
noonedeadpunk | we have couple of things, so I will do a list and ping you explicitly :) | 12:10 |
noonedeadpunk | so, I figured out the apparmor requirements... | 12:11 |
noonedeadpunk | oh, well, we do have a code to just disable apparmor for dnsmasq | 12:16 |
opendevreview | Merged openstack/openstack-ansible master: docs: fix for problem with duplicating the language switch https://review.opendev.org/c/openstack/openstack-ansible/+/949410 | 12:22 |
opendevreview | Merged openstack/openstack-ansible master: docs: replace broken url to "Getting Started with MariaDB Galera Cluster" https://review.opendev.org/c/openstack/openstack-ansible/+/949683 | 12:22 |
noonedeadpunk | ok, so pretty much our disablement of apparmor does not work because of conflict error on lxc | 12:22 |
noonedeadpunk | https://paste.openstack.org/show/bCO8TLSQCcdpETH2IV8q/ | 12:22 |
noonedeadpunk | https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/2110635 | 12:40 |
noonedeadpunk | dohy | 12:40 |
NeilHanlon | security was and remains to be a mistake | 12:42 |
noonedeadpunk | I just kinda wonder how to workaround that.... | 12:42 |
noonedeadpunk | also in fact we should configure rather then disable apparmor... | 12:53 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-lxc_hosts master: Path the usr.bin.lxc-copy apparmor profile https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/949740 | 12:58 |
opendevreview | Merged openstack/openstack-ansible-os_swift master: swift-object-expirer is its own distro package https://review.opendev.org/c/openstack/openstack-ansible-os_swift/+/947048 | 13:02 |
opendevreview | Merged openstack/openstack-ansible-os_swift master: Remove seemingly unsused mlocate cronjob https://review.opendev.org/c/openstack/openstack-ansible-os_swift/+/947050 | 13:02 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: Move deploy-guide under docs for translation https://review.opendev.org/c/openstack/openstack-ansible/+/949497 | 13:04 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: Move deploy-guide under docs for translation https://review.opendev.org/c/openstack/openstack-ansible/+/949497 | 13:04 |
opendevreview | Ivan Anfimov proposed openstack/openstack-ansible master: Move deploy-guide under docs for translation https://review.opendev.org/c/openstack/openstack-ansible/+/949497 | 13:04 |
opendevreview | Merged openstack/openstack-ansible-os_swift master: Migrate ring distribution to SSHCA https://review.opendev.org/c/openstack/openstack-ansible-os_swift/+/946990 | 13:05 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Add OVS Ubuntu 24.04 jobs https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/948702 | 13:11 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Respect aa-disable exit code when disabling profiles https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/949743 | 13:11 |
noonedeadpunk | Also I kind of wonder what exactly should be backport to 2024.2 | 13:16 |
noonedeadpunk | just https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/949740 ? | 13:16 |
noonedeadpunk | then I probably need to writesome renos | 13:17 |
kleini | Is there already somewhere a guide for OSA how to migrate from OVS to OVN? I just read quickly through https://www.jimmdenton.com/migrating-lxb-to-ovn/ and it should be doable in a similar manner even without the database changes for LXB. | 13:22 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Update Admi https://review.opendev.org/c/openstack/openstack-ansible/+/949734 | 13:24 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Update Manage Cloud https://review.opendev.org/c/openstack/openstack-ansible/+/949734 | 13:25 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Update Manage Instances https://review.opendev.org/c/openstack/openstack-ansible/+/949734 | 13:25 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Update Manage Instances https://review.opendev.org/c/openstack/openstack-ansible/+/949734 | 13:26 |
noonedeadpunk | kleini: unfortunatelly there's not so far | 13:30 |
noonedeadpunk | we'd gladly accept a contribution, but I don't think we digged deep into that so far | 13:31 |
noonedeadpunk | I personally don't even a deployment with LXB on maintenance right now | 13:31 |
noonedeadpunk | oh, wait, you asked from OVS :) | 13:32 |
noonedeadpunk | OVS -> OVN I planned to check on in Q3 I guess, but I have no idea if I will be able to | 13:32 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-lxc_hosts master: Path the usr.bin.lxc-copy apparmor profile https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/949740 | 13:38 |
jrosser | noonedeadpunk: "Patch" not Path? | 13:40 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Update Manage Instances https://review.opendev.org/c/openstack/openstack-ansible/+/949734 | 13:40 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-lxc_hosts master: Patch the usr.bin.lxc-copy apparmor profile https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/949740 | 13:40 |
noonedeadpunk | right | 13:40 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Respect aa-disable exit code when disabling profiles https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/949743 | 13:43 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Update Manage Instances Page https://review.opendev.org/c/openstack/openstack-ansible/+/949734 | 13:44 |
noonedeadpunk | actually this can explain a lot of weird intermittent things I saw with metadata on OVN as well... | 13:44 |
noonedeadpunk | as haproxy also should be affected | 13:44 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Update uwsgi re-disable reno to contain bug ID https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/949749 | 13:51 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Update Manage Instances Page https://review.opendev.org/c/openstack/openstack-ansible/+/949734 | 14:04 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Simplify logic of including apparmor tasks https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/949760 | 14:17 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Simplify logic of including apparmor tasks https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/949760 | 14:20 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Update Manage Instances Page https://review.opendev.org/c/openstack/openstack-ansible/+/949734 | 14:23 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP docs: Update Scale Environment https://review.opendev.org/c/openstack/openstack-ansible/+/949763 | 14:30 |
noonedeadpunk | jrosser: do you see anywhere `usr.sbin.haproxy` apparmor profile? | 14:37 |
jrosser | whereabouts? | 14:38 |
noonedeadpunk | I'm just not sure if it's even a thing | 14:38 |
noonedeadpunk | we disable it here https://opendev.org/openstack/openstack-ansible-os_neutron/src/branch/master/tasks/neutron_apparmor.yml#L56-L57 | 14:39 |
noonedeadpunk | but seems it kind of noop thing | 14:39 |
noonedeadpunk | and commit was 7y ago | 14:40 |
jrosser | i don't seem to have that in /etc/ or /usr/share | 14:41 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP docs: Update Scale Environment https://review.opendev.org/c/openstack/openstack-ansible/+/949763 | 14:42 |
noonedeadpunk | ah, actually found it in /usr/share/apparmor/extra-profiles/usr.sbin.haproxy | 14:42 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Update Manage Instances Page https://review.opendev.org/c/openstack/openstack-ansible/+/949734 | 14:50 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Update Manage Instances Page https://review.opendev.org/c/openstack/openstack-ansible/+/949734 | 15:44 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Troubleshooting https://review.opendev.org/c/openstack/openstack-ansible/+/949779 | 16:12 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Configure apparmor for dnsmasq https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/949780 | 16:20 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Configure apparmor for dnsmasq https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/949780 | 16:26 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron master: Configure apparmor for haproxy https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/949781 | 16:29 |
noonedeadpunk | I somehow hope that freezed roles won't cause troubles for us.... | 16:34 |
noonedeadpunk | (ie https://review.opendev.org/c/openstack/openstack-ansible/+/946281 ) | 16:34 |
noonedeadpunk | as we're not testing latest master roles right now | 16:34 |
noonedeadpunk | but also https://zuul.opendev.org/t/openstack/build/c3289a96dbb749378893110e84cffb62 is weired | 16:34 |
noonedeadpunk | ah, forget it | 16:35 |
noonedeadpunk | I mixed up the job with https://zuul.opendev.org/t/openstack/build/44008bc78e30420890725917e9aa0615 | 16:35 |
noonedeadpunk | NeilHanlon: btw. Another opportunity for the rant about https://zuul.opendev.org/t/openstack/build/c3289a96dbb749378893110e84cffb62 | 16:36 |
noonedeadpunk | I'm really o_O how ceph folks don't care much to build backages not against EL, but against CentOS | 16:37 |
noonedeadpunk | And also how RHEL is actually handling all these things.... | 16:37 |
noonedeadpunk | or they just don't care today about their distro at all? | 16:37 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Troubleshooting https://review.opendev.org/c/openstack/openstack-ansible/+/949779 | 16:44 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: docs: update Scaling Environment page grammar and console display https://review.opendev.org/c/openstack/openstack-ansible/+/949763 | 16:52 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: docs: update environment scaling page https://review.opendev.org/c/openstack/openstack-ansible/+/949763 | 16:52 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: docs: update environment scaling page https://review.opendev.org/c/openstack/openstack-ansible/+/949763 | 16:53 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: docs: update troubleshooting page https://review.opendev.org/c/openstack/openstack-ansible/+/949779 | 16:55 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: docs: Update Manage Instances Page https://review.opendev.org/c/openstack/openstack-ansible/+/949734 | 16:59 |
noonedeadpunk | NeilHanlon: about reviews - there is this patch https://review.opendev.org/q/project:openstack/openstack-ansible-lxc_hosts and then pushed couple with fixes for Neutron https://review.opendev.org/q/project:openstack/openstack-ansible-os_neutron+status:open+label:Verified | 17:00 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: docs: update managing instances page https://review.opendev.org/c/openstack/openstack-ansible/+/949734 | 17:02 |
NeilHanlon | thanks noonedeadpunk -- gave the first a review and will move along the other stack | 19:21 |
opendevreview | Merged openstack/openstack-ansible-os_swift master: Remove md5 checks of rings/builders https://review.opendev.org/c/openstack/openstack-ansible-os_swift/+/947021 | 20:26 |
opendevreview | Merged openstack/openstack-ansible-os_neutron master: Respect aa-disable exit code when disabling profiles https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/949743 | 20:48 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: WIP: fix link https://review.opendev.org/c/openstack/openstack-ansible/+/949807 | 21:34 |
opendevreview | Dmitriy Chubinidze proposed openstack/openstack-ansible master: docs: fix broken links on Galera Cluster page https://review.opendev.org/c/openstack/openstack-ansible/+/949807 | 21:39 |
-opendevstatus- NOTICE: Setuptools 80.7.0 broke python package installs for many affecting CI jobs. That release has been yanked and it should be safe to recheck failed changes. | 21:59 | |
opendevreview | Merged openstack/openstack-ansible-os_neutron master: Simplify logic of including apparmor tasks https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/949760 | 22:50 |
opendevreview | Merged openstack/openstack-ansible-lxc_hosts master: Patch the usr.bin.lxc-copy apparmor profile https://review.opendev.org/c/openstack/openstack-ansible-lxc_hosts/+/949740 | 23:21 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!