15:00:19 <noonedeadpunk> #startmeeting openstack_ansible_meeting
15:00:19 <opendevmeet> Meeting started Tue Mar  7 15:00:19 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:19 <opendevmeet> Useful Commands: #action #agreed #help #info #idea #link #topic #startvote.
15:00:19 <opendevmeet> The meeting name has been set to 'openstack_ansible_meeting'
15:00:24 <noonedeadpunk> #topic rollcall
15:00:25 <noonedeadpunk> o/
15:02:18 <ebbex> o/
15:03:46 <opendevreview> Dmitriy Rabotyagov proposed openstack/openstack-ansible-rabbitmq_server stable/xena: Restore integrated jobs  https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/876748
15:04:08 <noonedeadpunk> #topic office hours
15:04:28 <noonedeadpunk> We don't have any new reported bugs for discussion
15:04:33 <NeilHanlon> o/ heyo
15:05:06 <noonedeadpunk> But we're having broken stables branches due to rabbit and changes to the neutron tempest plugin
15:05:39 <noonedeadpunk> Also this becomes harder to sort out due to upgrade jobs that require to fix prior branches as well
15:05:54 <noonedeadpunk> So we can't merge Xena fix due to Wallaby that is currently under EM
15:06:33 <noonedeadpunk> I'm going to push changes to W now, but I assume that prior ones are also broken.
15:06:54 <ebbex> probably
15:06:59 <noonedeadpunk> With that I do have a proposal to remove upgrade jobs from releases that are already on EM
15:07:33 <noonedeadpunk> Which would mean we should stop testing from Wallaby to Xena and all prior ones as of today
15:08:21 <noonedeadpunk> As EM basically means community support, so it should not blocking actively supported ones from my perspective
15:08:51 <ebbex> Yep, is victoria in em aswell?
15:08:57 <noonedeadpunk> Yep
15:09:13 <noonedeadpunk> V, U, W....
15:09:38 <ebbex> ah, then disable upgrade-jobs from EM seems fair
15:10:14 <noonedeadpunk> lol, sorry, U, V, W ofc
15:10:36 <noonedeadpunk> but you got the gist :)
15:10:49 <ebbex> yup
15:11:40 <opendevreview> Jonathan Rosser proposed openstack/openstack-ansible-haproxy_server master: Add support for haproxy map files  https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/876749
15:11:50 <noonedeadpunk> At the same time I will try to fix what is possible to fix with little blood
15:11:58 <jrosser> o/ hello
15:14:10 <noonedeadpunk> Next thing - we should pick up time for the PTG.
15:15:09 <noonedeadpunk> I wonder how much time we need. As it feels we have plenty of things going on, but not sure if we have much to discuss on them rather then keep working on implementation
15:15:51 <jrosser> getting these haproxy changed landed is enough maybe
15:16:34 <noonedeadpunk> Well. How about breaking smth last minute? :D
15:17:08 <noonedeadpunk> But eventually I'm also thinking about covering systemd bug when services are not restarted
15:17:13 <noonedeadpunk> And new mariadb LTS
15:17:20 <noonedeadpunk> And quorum queues....
15:18:38 <noonedeadpunk> But I'm fine cutting smth out
15:19:17 <noonedeadpunk> So maybe we should be fine withing 3 hours? Alss it seems there's no operator hours this year
15:20:38 <noonedeadpunk> So I'm thinking 15-17 UTC?
15:21:34 <jrosser> feels like none of the things you list are totally unknown
15:21:38 <jrosser> so thats good
15:22:34 <noonedeadpunk> We have quite uknown which is modular libvirt...
15:22:47 <noonedeadpunk> But things seems to be working as of today, so maybe there's no rush...
15:23:49 <noonedeadpunk> Ah, lol, and PKI to use pipes. But realistically - there's no time for that
15:24:14 <jrosser> tbh i am the most concerned about the haproxy changes
15:24:18 <jrosser> and not making a huge mess
15:24:19 <noonedeadpunk> ++
15:24:51 <jrosser> i would like to merge the stepca stuff soon so we have some coverage in CI for all certbot stuff
15:25:45 <jrosser> and then 876749 is the starting point for a bunch more tidyness
15:27:46 <noonedeadpunk> Ok, improving coverage is always good thing to do
15:28:57 <noonedeadpunk> So, should we vote on vPTG time ? :)
15:29:15 <noonedeadpunk> March 28, 15-17 UTC?
15:29:25 <noonedeadpunk> or any alternative proposals?
15:29:48 <jrosser> thats ok for me
15:30:16 <ebbex> same
15:30:27 <noonedeadpunk> ok, great
15:31:39 <noonedeadpunk> I'll try to invest some more time into haproxy stuff later this week or early next one
15:32:54 <noonedeadpunk> We're also in shortage of reviewers right now, so all cores are welcome to do some
15:33:01 <noonedeadpunk> #link http://bit.ly/osa-review-board-v4_1
15:43:41 <Elnaz> running `ansible-playbook site.yml $USER_VARS`, It encounters with these errors:
15:43:41 <Elnaz> `ansible.errors.AnsibleUndefinedVariable: 'ansible_memtotal_mb' is undefined`
15:44:07 <Elnaz> `ansible.errors.AnsibleUndefinedVariable: {{ (((ansible_memtotal_mb | int) * 0.35) // 1) | int }}: 'ansible_memtotal_mb' is undefined`
15:44:20 <Elnaz> that seems something has not been loaded!
15:47:44 <jrosser> Elnaz: that might mean that facts have not been gathered
15:49:31 <noonedeadpunk> #endmeeting