opendevreview | Merged openstack/kayobe stable/xena: Remove unused parameter from seed container example https://review.opendev.org/c/openstack/kayobe/+/854800 | 00:01 |
---|---|---|
usr2038 | Hi, Can i use kolla-ansible in ubuntu 18? | 06:26 |
congnt | admin1: You can only install openstack version victoria on Ubuntu 18 (https://github.com/openstack/kolla-ansible/blob/stable/victoria/ansible/roles/prechecks/vars/main.yml) | 06:33 |
congnt | usr2038: You can only install openstack version victoria on Ubuntu 18 (https://github.com/openstack/kolla-ansible/blob/stable/victoria/ansible/roles/prechecks/vars/main.yml) | 06:33 |
frickler | note that both stable/victoria and Ubuntu 18.04 LTS (there is no "ubuntu 18") are close to the end of their life, so it makes no sense at all to start a new deployment on this | 06:45 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible master: [CI] Run the cells scenario on Ubuntu https://review.opendev.org/c/openstack/kolla-ansible/+/848486 | 06:56 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible master: [CI] Run the cells scenario on Ubuntu https://review.opendev.org/c/openstack/kolla-ansible/+/848486 | 06:56 |
opendevreview | Michal Nasiadka proposed openstack/kolla stable/xena: mariadb: Fix RPM repository URLs https://review.opendev.org/c/openstack/kolla/+/855332 | 07:04 |
opendevreview | Michal Nasiadka proposed openstack/kolla stable/xena: mariadb: Fix RPM repository URLs https://review.opendev.org/c/openstack/kolla/+/855332 | 07:06 |
mnasiadka | hrw, yoctozepto, mgoddard: Basically Rocky9 multinode CI fails on MariaDB (with c8s images), I did set up some environment, and it seems sst transfer is failing - so I don't think we should merge that yet. | 07:12 |
yoctozepto | mnasiadka: whaaa; if the images have not changed, what could be affecting the sst transfer? | 07:15 |
yoctozepto | maybe ulimits again? | 07:16 |
opendevreview | Merged openstack/kolla master: Bump prometheus services to latest version https://review.opendev.org/c/openstack/kolla/+/854347 | 07:18 |
yoctozepto | btw, should we backport the bump? ^ | 07:19 |
mnasiadka | we should | 07:20 |
mnasiadka | yoctozepto: maybe ulimits again, let me try to limit them :D | 07:20 |
yoctozepto | mnasiadka: :D | 07:20 |
yoctozepto | mnasiadka: if so, it might be a crazy ride, where we need to limit them also for services like redis and etcd as they all do seriosuly customised memory management; similarly for elastic I guess | 07:22 |
yoctozepto | oh the joys of global changes | 07:22 |
mnasiadka | maybe we need a global ulimit for each container :D | 07:22 |
yoctozepto | yeah, that could be what it will boil down to | 07:23 |
yoctozepto | let's see | 07:23 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/ussuri: [CI] Stop testing upgrades https://review.opendev.org/c/openstack/kolla-ansible/+/855316 | 07:28 |
yoctozepto | ^ ussuri kolla-ansible gate unblocker | 07:33 |
opendevreview | Radosław Piliszek proposed openstack/kolla stable/ussuri: [CI] Stop testing upgrades https://review.opendev.org/c/openstack/kolla/+/855317 | 07:35 |
yoctozepto | and the same for kolla ^ | 07:35 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/ussuri: Fix haproxy prechecks after deployment https://review.opendev.org/c/openstack/kolla-ansible/+/855249 | 07:36 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/ussuri: keystone: Remove redundant 'when' https://review.opendev.org/c/openstack/kolla-ansible/+/855244 | 07:36 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/ussuri: [security] Make Ironic tftpd run as nobody https://review.opendev.org/c/openstack/kolla-ansible/+/855239 | 07:36 |
opendevreview | Merged openstack/kolla-ansible master: [CI] Run the cells scenario on Ubuntu https://review.opendev.org/c/openstack/kolla-ansible/+/848486 | 08:07 |
*** jopdorp_ is now known as jopdorp | 08:07 | |
opendevreview | Michal Nasiadka proposed openstack/kayobe master: nclu-switch: Fix order in template https://review.opendev.org/c/openstack/kayobe/+/855318 | 08:10 |
clayjar | I've reached the pinnacle of tech success: Fallen onto a new IRC client and managed to get connected. | 08:48 |
yoctozepto | clayjar: congrats! and welcome, good humour is welcome as well | 08:52 |
clayjar | Motivated by a question of course: On a brand new deployment, neutron-openvswitch-agent is restarting. Can't connect to MySQL server on '10.4.77.1' in logs. That's the internal keepalived VIP. | 08:55 |
yoctozepto | the obvious counter-question is whether you can actually reach that VIP from that node (as the containers simply utilise the host networking) | 08:56 |
clayjar | Yes indeed, and no I can't. However I can't reach the equivalent IP on another cluster, and neutron is happy :/ But if that's a red herring, I'll focus on this cluster. | 08:57 |
clayjar | `ss -tlnp | grep :3306` shows haproxy listening on that IP:port, on both hosts running haproxy containers. But I can't see where the IP would be assigned - possibly my keepalived ignorance. | 09:00 |
yoctozepto | odd, it's required to be reachable as the services talk to the database via vip unless haproxy is disabled | 09:00 |
clayjar | Yeah, so I've got somethingw rong. | 09:00 |
yoctozepto | does `ip -4 a` show this address anywhere? | 09:00 |
clayjar | Sure enough, a reconfigure run fails the 'wait for MariaDB to be available via HAProxy' task. | 09:00 |
clayjar | No | 09:01 |
yoctozepto | then need to see what keepalived is doing | 09:01 |
yoctozepto | it should be activating this address on one of the haproxy nodes | 09:01 |
clayjar | keepalived container is running on the same 2 hosts as haproxy | 09:02 |
clayjar | `docker exec -u 0 -it keepalived bash -c 'kill -USR2 $(cat /var/run/keepalived.pid) && cat /tmp/keepalived.stats'` shows the second one has `Became master: 1`, Advertisements: .. Sent: 177199, all else 0. Received: 177195 on the other one, all else 0. | 09:06 |
yoctozepto | hmm, you can try restarting both keepaliveds to see if they get to set this address anywhere | 09:07 |
yoctozepto | also then check their logs | 09:07 |
yoctozepto | they should negotiate who the master is and do all the necessary dance | 09:07 |
clayjar | scratching my head looking for logs. /var/log/kolla/ has no file or content saying keepalive | 09:11 |
yoctozepto | docker logs | 09:11 |
yoctozepto | (I agree that might not have been obvious enough) | 09:12 |
yoctozepto | `docker logs keepalived` | 09:12 |
clayjar | oh dear, sorry :s | 09:12 |
clayjar | Sure enough 'VRRP_Instance(kolla_internal_vip_51) Entering MASTER STATE' | 09:14 |
yoctozepto | and the address got assigned finally? | 09:17 |
clayjar | no unfortunately | 09:17 |
yoctozepto | and no other messages that could indicate a failure? | 09:18 |
clayjar | WARNING - default user 'keepalived_script' for script execution does not exist - please create. | 09:21 |
clayjar | same message on working cluster's keepalived logs | 09:22 |
yoctozepto | it's harmless | 09:22 |
clayjar | fwiw I've stopped keepalived & haproxy containers, running reconfigure | 09:25 |
clayjar | IP exists! | 09:25 |
yoctozepto | awesome! | 09:27 |
clayjar | I wouldn't mind knowing how and why it didn't get one earlier - or in fact would have had and lost it, otherwise that check task would have failed on previous runs - but I don't know what I don't know at this stage. | 09:28 |
yoctozepto | no idea here either, looks like something got stuck in the networking stack, might be a finicky bug | 09:29 |
clayjar | yeah. I'll get this (basically eol) train job done, then hurry up with upgrades before worrying about finicky things | 09:29 |
clayjar | okay COB is upon me. Thank you for the support | 09:30 |
yoctozepto | yw | 09:32 |
clayjar | job for another day: local irc jumphost to run weechat off. For now, farewell | 09:33 |
opendevreview | Mark Goddard proposed openstack/kolla stable/xena: mariadb: Fix RPM repository URLs https://review.opendev.org/c/openstack/kolla/+/855332 | 10:48 |
opendevreview | Doug Szumski proposed openstack/kolla-ansible stable/ussuri: Update ironic iPXE configuration https://review.opendev.org/c/openstack/kolla-ansible/+/855338 | 11:01 |
opendevreview | Verification of a change to openstack/kayobe stable/yoga failed: Remove unused parameter from seed container example https://review.opendev.org/c/openstack/kayobe/+/854799 | 11:19 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/ussuri: Update ironic iPXE configuration https://review.opendev.org/c/openstack/kolla-ansible/+/855338 | 11:56 |
usr2038 | congnt: thanks congnt. i have missed to strain kolla-ansible version. now its ok, but i encountered new things. first bootstrap-servers complained about that it couldn't remove chrony apparmor profile(because chrony is not installed). i bypassed it by installing before bootstrap. than precheck complained about that there is no docker package. virtual environment have that package but it checks system. is there a place that i inform kolla that i | 11:57 |
opendevreview | Merged openstack/kolla master: Make keystone_bootstrap accept no ADMIN_URL too https://review.opendev.org/c/openstack/kolla/+/854837 | 12:15 |
opendevreview | Merged openstack/kolla stable/ussuri: [CI] Stop testing upgrades https://review.opendev.org/c/openstack/kolla/+/855317 | 12:15 |
opendevreview | Merged openstack/kolla-ansible stable/ussuri: [CI] Stop testing upgrades https://review.opendev.org/c/openstack/kolla-ansible/+/855316 | 12:15 |
opendevreview | Merged openstack/kolla-ansible stable/yoga: Fix haproxy prechecks after deployment https://review.opendev.org/c/openstack/kolla-ansible/+/855245 | 12:35 |
opendevreview | Verification of a change to openstack/kolla-ansible stable/xena failed: Fix haproxy prechecks after deployment https://review.opendev.org/c/openstack/kolla-ansible/+/855246 | 12:35 |
opendevreview | Merged openstack/kolla-ansible stable/ussuri: Fix haproxy prechecks after deployment https://review.opendev.org/c/openstack/kolla-ansible/+/855249 | 12:37 |
opendevreview | Verification of a change to openstack/kolla-ansible stable/wallaby failed: Fix haproxy prechecks after deployment https://review.opendev.org/c/openstack/kolla-ansible/+/855247 | 12:38 |
opendevreview | Radosław Piliszek proposed openstack/kolla stable/xena: mariadb: Fix RPM repository URLs https://review.opendev.org/c/openstack/kolla/+/855332 | 12:42 |
opendevreview | Radosław Piliszek proposed openstack/kolla stable/wallaby: mariadb: Fix RPM repository URLs https://review.opendev.org/c/openstack/kolla/+/855341 | 12:44 |
opendevreview | Radosław Piliszek proposed openstack/kolla stable/wallaby: mariadb: Fix repository URLs https://review.opendev.org/c/openstack/kolla/+/855341 | 12:49 |
opendevreview | Radosław Piliszek proposed openstack/kolla stable/victoria: mariadb: Fix repository URLs https://review.opendev.org/c/openstack/kolla/+/855342 | 12:49 |
opendevreview | Radosław Piliszek proposed openstack/kolla stable/wallaby: mariadb: Fix repository URLs https://review.opendev.org/c/openstack/kolla/+/855341 | 12:51 |
opendevreview | Radosław Piliszek proposed openstack/kolla stable/victoria: mariadb: Fix repository URLs https://review.opendev.org/c/openstack/kolla/+/855342 | 12:52 |
opendevreview | Radosław Piliszek proposed openstack/kolla stable/ussuri: mariadb: Fix repository URLs https://review.opendev.org/c/openstack/kolla/+/855343 | 12:52 |
opendevreview | Radosław Piliszek proposed openstack/kolla stable/ussuri: mariadb: Fix repository URLs https://review.opendev.org/c/openstack/kolla/+/855343 | 12:56 |
opendevreview | Verification of a change to openstack/kolla-ansible stable/victoria failed: Fix haproxy prechecks after deployment https://review.opendev.org/c/openstack/kolla-ansible/+/855248 | 12:57 |
yoctozepto | let's first patch kolla to avoid these surprises, eh | 12:57 |
opendevreview | Merged openstack/kolla-ansible stable/ussuri: keystone: Remove redundant 'when' https://review.opendev.org/c/openstack/kolla-ansible/+/855244 | 12:59 |
opendevreview | Merged openstack/kayobe stable/xena: Fix IP allocation limit in overcloud inventory discover https://review.opendev.org/c/openstack/kayobe/+/855144 | 13:09 |
opendevreview | Merged openstack/kayobe stable/yoga: Fix IP allocation limit in overcloud inventory discover https://review.opendev.org/c/openstack/kayobe/+/855143 | 13:09 |
opendevreview | Merged openstack/kayobe stable/wallaby: Fix IP allocation limit in overcloud inventory discover https://review.opendev.org/c/openstack/kayobe/+/855145 | 13:09 |
opendevreview | Merged openstack/kayobe stable/xena: Fix use of become_user by installing acl package https://review.opendev.org/c/openstack/kayobe/+/855148 | 13:09 |
opendevreview | Merged openstack/kayobe stable/wallaby: Fix use of become_user by installing acl package https://review.opendev.org/c/openstack/kayobe/+/855149 | 13:09 |
opendevreview | Merged openstack/kolla-ansible stable/yoga: keystone: Remove redundant 'when' https://review.opendev.org/c/openstack/kolla-ansible/+/855240 | 13:18 |
opendevreview | Verification of a change to openstack/kolla-ansible stable/xena failed: keystone: Remove redundant 'when' https://review.opendev.org/c/openstack/kolla-ansible/+/855241 | 13:18 |
opendevreview | Verification of a change to openstack/kolla-ansible stable/wallaby failed: keystone: Remove redundant 'when' https://review.opendev.org/c/openstack/kolla-ansible/+/855242 | 13:26 |
opendevreview | Merged openstack/kolla-ansible stable/victoria: keystone: Remove redundant 'when' https://review.opendev.org/c/openstack/kolla-ansible/+/855243 | 13:30 |
opendevreview | Merged openstack/kolla-ansible stable/yoga: [security] Make Ironic tftpd run as nobody https://review.opendev.org/c/openstack/kolla-ansible/+/855235 | 13:40 |
opendevreview | Merged openstack/kolla-ansible stable/xena: [security] Make Ironic tftpd run as nobody https://review.opendev.org/c/openstack/kolla-ansible/+/855236 | 13:40 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: [security] Make Ironic tftpd run as nobody https://review.opendev.org/c/openstack/kolla-ansible/+/855237 | 13:40 |
opendevreview | Merged openstack/kolla-ansible stable/victoria: [security] Make Ironic tftpd run as nobody https://review.opendev.org/c/openstack/kolla-ansible/+/855238 | 13:40 |
opendevreview | Merged openstack/kolla-ansible stable/ussuri: [security] Make Ironic tftpd run as nobody https://review.opendev.org/c/openstack/kolla-ansible/+/855239 | 13:40 |
opendevreview | Merged openstack/kolla master: Revert "Workaround setuptools==60.0.0 breakages" https://review.opendev.org/c/openstack/kolla/+/822248 | 13:40 |
opendevreview | Merged openstack/kolla master: Drop centos8s jobs from experimental pipeline https://review.opendev.org/c/openstack/kolla/+/855128 | 13:40 |
mnasiadka | mgoddard mnasiadka hrw yoctozepto bbezak parallax Fl1nt frickler adrian-a - meeting in 10 | 13:51 |
mnasiadka | #startmeeting kolla | 14:00 |
opendevmeet | Meeting started Wed Aug 31 14:00:01 2022 UTC and is due to finish in 60 minutes. The chair is mnasiadka. Information about MeetBot at http://wiki.debian.org/MeetBot. | 14:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 14:00 |
opendevmeet | The meeting name has been set to 'kolla' | 14:00 |
mnasiadka | #topic rollcall | 14:00 |
mnasiadka | o/ | 14:00 |
TimBeermann[m] | o& | 14:01 |
TimBeermann[m] | *o/ | 14:01 |
mgoddard | \o | 14:02 |
frickler | o/ | 14:03 |
yoctozepto | o/ | 14:03 |
mnasiadka | #topic agenda | 14:04 |
mnasiadka | * CI status | 14:04 |
mnasiadka | * Release tasks | 14:04 |
mnasiadka | * Regular stable releases (first meeting in a month) | 14:04 |
mnasiadka | * Current cycle planning | 14:04 |
mnasiadka | * Additional agenda (from whiteboard) | 14:04 |
mnasiadka | * Open discussion | 14:04 |
mnasiadka | #topic CI Status | 14:04 |
mnasiadka | So how is CI? All branches broken by MariaDB repo change and docker-py 6? | 14:05 |
frickler | at least prometheus seems to be fixed | 14:07 |
yoctozepto | yeah, merging url and docker fixes | 14:08 |
mnasiadka | Ok then, seems we have everything covered in CI | 14:08 |
mnasiadka | #topic Release tasks | 14:08 |
yoctozepto | monasca-grafana fails in victoria centos8 | 14:09 |
mnasiadka | I think we need to do a stable release dance after we merge docker-py 6 fix | 14:09 |
yoctozepto | blocks the other patch | 14:09 |
yoctozepto | aye, agreed | 14:09 |
mnasiadka | yoctozepto: we could change it to non-voting or just remove it - it's victoria-em... | 14:09 |
yoctozepto | removing sounds good to me | 14:10 |
mnasiadka | anybody opposes? | 14:10 |
mnasiadka | (I hope not) | 14:10 |
mnasiadka | ok, done deal | 14:11 |
mnasiadka | yoctozepto: I guess you'll do it? | 14:11 |
yoctozepto | yeah | 14:12 |
frickler | do we have plans to EOL u+v? | 14:13 |
opendevreview | Radosław Piliszek proposed openstack/kolla stable/victoria: mariadb: Fix repository URLs https://review.opendev.org/c/openstack/kolla/+/855342 | 14:13 |
mnasiadka | We EOLed Train I think, that's probably enough | 14:14 |
yoctozepto | yeah, they mostly fare well | 14:14 |
mnasiadka | So - cycle highlights | 14:14 |
mnasiadka | Anybody willing to raise a patch for them or should I? | 14:14 |
yoctozepto | no bandwidth for it left | 14:15 |
mnasiadka | Ok, that's on me | 14:17 |
mnasiadka | #todo mnasiadka raise a patch for cycle highlights | 14:17 |
mnasiadka | Reminder - feature freeze is R-2 - so it's basically 3 weeks time | 14:17 |
mnasiadka | #topic Current cycle planning | 14:18 |
mnasiadka | So, I'm still fighting a bit with Rocky Linux 9, probably MariaDB is suffering from raised ulimit in EL9 (and god knows what other issues lie ahead). | 14:18 |
mnasiadka | Might be merging it will drag a bit... | 14:19 |
mnasiadka | Any other features that need attention? | 14:19 |
yoctozepto | surely the podman stuff | 14:20 |
opendevreview | Merged openstack/kolla-ansible stable/ussuri: Update ironic iPXE configuration https://review.opendev.org/c/openstack/kolla-ansible/+/855338 | 14:20 |
mnasiadka | Yes, that would be nice - I guess systemd patch should go first? | 14:22 |
yoctozepto | I guess so too | 14:22 |
mnasiadka | So, if cores have capacity - it would be nice to get reviewed https://review.opendev.org/c/openstack/kolla-ansible/+/816724 until next meeting | 14:23 |
mnasiadka | ok, no additional agenda (apart cycle highlights) | 14:23 |
mnasiadka | #topic Open Discussion | 14:23 |
mnasiadka | Anybody? Anything? | 14:24 |
headphoneJames | Let's encrypt patch would be nice to have some eyes on | 14:24 |
mnasiadka | headphoneJames: yes, that's true | 14:24 |
headphoneJames | It should be ready to go | 14:24 |
hrw | how we are with CS9? I see that zuul gave +1 to both kolla and k-a | 14:25 |
mnasiadka | Yes, but multinode on RL9 is failing | 14:25 |
mnasiadka | in k-a | 14:25 |
mnasiadka | I'm working on this | 14:25 |
hrw | thx | 14:25 |
mnasiadka | centos-release-* packages are already in RL9, so once k-a part is working, I'll also upload a patch for Rocky images on top of CS9 change | 14:26 |
hrw | cool | 14:27 |
mnasiadka | btw, it seems this year I need to talk with ptgbot to schedule Kolla session - I'm planning to schedule the same slots as last PTG | 14:28 |
mnasiadka | I hope that's ok | 14:28 |
opendevreview | Marcin Juszkiewicz proposed openstack/kolla master: Move to CentOS Stream 9 https://review.opendev.org/c/openstack/kolla/+/836664 | 14:28 |
hrw | rebased to get rid of conflicts | 14:29 |
mnasiadka | ok | 14:29 |
mnasiadka | Let's finish for today - thanks for coming! | 14:29 |
mnasiadka | #endmeeting | 14:29 |
opendevmeet | Meeting ended Wed Aug 31 14:29:30 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:29 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/kolla/2022/kolla.2022-08-31-14.00.html | 14:29 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/kolla/2022/kolla.2022-08-31-14.00.txt | 14:29 |
opendevmeet | Log: https://meetings.opendev.org/meetings/kolla/2022/kolla.2022-08-31-14.00.log.html | 14:29 |
hrw | mnasiadka: ptg? fine for me - we are good at handling 'o, someone is not present' situation | 14:29 |
* hrw out | 14:30 | |
yoctozepto | thanks mnasiadka | 14:32 |
opendevreview | Merged openstack/kolla stable/ussuri: mariadb: Fix repository URLs https://review.opendev.org/c/openstack/kolla/+/855343 | 15:21 |
opendevreview | Merged openstack/kolla stable/xena: mariadb: Fix RPM repository URLs https://review.opendev.org/c/openstack/kolla/+/855332 | 15:31 |
opendevreview | Martin Hiner proposed openstack/kolla-ansible master: Add systemd container control https://review.opendev.org/c/openstack/kolla-ansible/+/816724 | 15:40 |
opendevreview | Franco Mariotti proposed openstack/kolla-ansible master: Allow exposing OpenStack exporter via HAProxy https://review.opendev.org/c/openstack/kolla-ansible/+/851553 | 16:28 |
opendevreview | Franco Mariotti proposed openstack/kolla-ansible master: Allow exposing OpenStack exporter via HAProxy https://review.opendev.org/c/openstack/kolla-ansible/+/851553 | 16:29 |
opendevreview | Merged openstack/kolla stable/victoria: mariadb: Fix repository URLs https://review.opendev.org/c/openstack/kolla/+/855342 | 16:52 |
opendevreview | Merged openstack/kayobe stable/yoga: Fix use of become_user by installing acl package https://review.opendev.org/c/openstack/kayobe/+/855147 | 17:46 |
opendevreview | Merged openstack/kolla-ansible master: [TrivialFix] Fix task name in Ironic config https://review.opendev.org/c/openstack/kolla-ansible/+/854763 | 18:07 |
opendevreview | Merged openstack/kayobe stable/yoga: Remove unused parameter from seed container example https://review.opendev.org/c/openstack/kayobe/+/854799 | 19:18 |
opendevreview | Radosław Piliszek proposed openstack/kolla-ansible stable/yoga: [TrivialFix] Fix task name in Ironic config https://review.opendev.org/c/openstack/kolla-ansible/+/855345 | 20:01 |
underknowledge[m] | test for client | 20:15 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: keystone: Remove redundant 'when' https://review.opendev.org/c/openstack/kolla-ansible/+/855242 | 22:32 |
opendevreview | Merged openstack/kolla-ansible stable/victoria: Fix haproxy prechecks after deployment https://review.opendev.org/c/openstack/kolla-ansible/+/855248 | 22:56 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: Fix haproxy prechecks after deployment https://review.opendev.org/c/openstack/kolla-ansible/+/855247 | 22:56 |
opendevreview | Merged openstack/kolla-ansible stable/xena: keystone: Remove redundant 'when' https://review.opendev.org/c/openstack/kolla-ansible/+/855241 | 23:10 |
opendevreview | Merged openstack/kolla-ansible stable/yoga: [TrivialFix] Fix task name in Ironic config https://review.opendev.org/c/openstack/kolla-ansible/+/855345 | 23:11 |
opendevreview | Merged openstack/kolla-ansible stable/xena: Fix haproxy prechecks after deployment https://review.opendev.org/c/openstack/kolla-ansible/+/855246 | 23:11 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!