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