15:00:22 <noonedeadpunk> #startmeeting openstack_ansible_meeting
15:00:22 <opendevmeet> Meeting started Tue Sep 26 15:00:22 2023 UTC and is due to finish in 60 minutes.  The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot.
15:00:22 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:00:22 <opendevmeet> The meeting name has been set to 'openstack_ansible_meeting'
15:00:27 <noonedeadpunk> #topic rollcall
15:00:28 <noonedeadpunk> o/
15:00:34 <jrosser> o/ hello
15:00:52 <mgariepy> hello
15:02:05 <noonedeadpunk> to be frank - I have no idea what's going on as I wasn't around for 2 weeks almost...
15:03:31 <NeilHanlon> o/ hiya
15:03:33 <NeilHanlon> same
15:04:03 <jrosser> we have debian bookworm - ovs issue still i guess
15:06:16 <jrosser> and a bunch of stuff is broken due to some difference between with_items: and loop:
15:06:36 <jrosser> this is the fix but i do not understand why it was working, and why it is now broken https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/896017
15:07:27 <jrosser> with loop: the loop var is evaluated even if the task is skipped, which makes it fail
15:07:49 <jrosser> "evaluated" -> some loop operation that fails if it's not a loop
15:07:52 <jrosser> *list
15:08:22 <noonedeadpunk> maybe ansible 2.15 has landed?
15:08:46 <noonedeadpunk> for bookworm - I guess we should have same kind of workaround we had for ubuntu and centos...
15:10:13 <noonedeadpunk> yup, it's fully merged!
15:10:16 <noonedeadpunk> hurray!
15:11:29 <noonedeadpunk> but it could possible break usecases with octavia
15:11:40 <jrosser> i tried some other versions and that behaviour seems the same regardless
15:11:42 <noonedeadpunk> as we had just integrated tests, not specific ones
15:11:46 <noonedeadpunk> huh
15:11:49 <noonedeadpunk> then dunno...
15:11:50 <jrosser> indeed
15:12:05 <jrosser> maybe we changed the keystone role stuff but never really looked at those jobs
15:12:12 <jrosser> anyway, its very broken as it stands
15:13:23 <noonedeadpunk> I'm looking at Damian's comment here: https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/876302/7/tasks/main.yml And I kind of wonder if 02755 is even a valid mode? Shouldn't that be jsut "2755"?
15:15:50 <noonedeadpunk> though... if it works now...
15:16:21 <jrosser> hmm well i didnt change that
15:16:44 <jrosser> oh /o\ wrong patch
15:17:10 <jrosser> i would expect thats just leading octal zeros
15:20:45 <noonedeadpunk> yeah, though got confused also by that slightly https://github.com/ansible/ansible-lint/issues/266
15:21:58 <noonedeadpunk> I _think_ I managed to push cycle highlights
15:25:37 <noonedeadpunk> though wasn't able to follow up on that
15:26:19 <noonedeadpunk> Also I haven't booked PTG slot yet
15:27:42 <noonedeadpunk> I will try to catch up with things soonish
15:30:51 <noonedeadpunk> Also need to continue pushing patches for quorum queues
15:32:59 <jrosser> yes there is a bunch to get done for release time
15:33:03 <jrosser> and need to try to get ahead on it
15:38:52 <noonedeadpunk> ++
15:39:22 <NeilHanlon> i have some dedicated
15:39:27 <NeilHanlon> time to work on this*
15:39:31 <NeilHanlon> oops. hit send too early :)
15:41:52 <noonedeadpunk> sweet - some more hands :)
15:54:26 <NeilHanlon> do we have a topic tracking stuff for bobcat?
15:56:39 <opendevreview> Dmitriy Rabotyagov proposed openstack/openstack-ansible-haproxy_server master: Apply haproxy-service-config tag on include  https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/896569
15:57:29 <noonedeadpunk> NeilHanlon: no, not sure
15:57:39 <noonedeadpunk> I was going to create one for PTG, but haven't yet
15:58:10 <NeilHanlon> yea i know we have that etherpad from last ptg about what we wanted to do for this release
15:59:34 <noonedeadpunk> here's the list: https://etherpad.opendev.org/p/osa-bobcat-ptg
15:59:52 <noonedeadpunk> NeilHanlon: actually, one thing we didn't sorted out, that affects rhel mainly, is modular libvirt
16:00:21 <NeilHanlon> ah, right. yep. I will figure out what the deal is and how it affects rhel
16:00:22 <noonedeadpunk> as that would be sweet if you could cover that - I assume it's also in zone of your interests :p
16:00:49 <noonedeadpunk> #endmeeting