opendevreview | Rafael Lopez proposed openstack/kolla-ansible master: Add nova-metadata to nova_services_require_policy_json https://review.opendev.org/c/openstack/kolla-ansible/+/944957 | 01:35 |
---|---|---|
opendevreview | Merged openstack/kolla-ansible master: CI: Fix documentation jobs https://review.opendev.org/c/openstack/kolla-ansible/+/944632 | 08:10 |
frickler | yay | 08:11 |
frickler | mnasiadka: MattCrees[m]: maybe you can recheck https://review.opendev.org/c/openstack/kolla-ansible/+/937038 so that if we cannot get consensus there, we might have a majority vote instead? do we need to discuss in the meeting? (not sure if I'll make it today, though) | 08:21 |
mnasiadka | frickler: I will surely not make it today, bbezak is going to run it | 08:48 |
frickler | mnasiadka: woa, 513 files, are you serious? https://review.opendev.org/c/openstack/kolla-ansible/+/920159 I'm certainly fine with a lot of the changes, but I don't understand some empty-line-removals and I'm also questioning some dict-reformatting | 08:50 |
mnasiadka | frickler: I mistakenly trusted ansible-lint --fix :) I will have a look into that tomorrow | 08:51 |
frickler | mnasiadka: o.k., I'm happen to treat that as wip for now ;) | 08:52 |
mnasiadka | ok :) | 08:52 |
frickler | s/happen/happy/ | 08:52 |
frickler | bbezak: if you are around today, maybe we can talk about https://review.opendev.org/c/openstack/kolla/+/933860 ? I'm actually no longer sure whether we should move the packages into the base images, so I maybe could just update it with the other changes I proposed? | 08:58 |
bbezak | Morning. Yes I'm here. I'll be responding with some delays - got couple of morning meetings | 09:00 |
yuval | Guys thank you for all the hard work mnasiadka, frickler, priteau | 10:20 |
frickler | it looks like https://zuul.opendev.org/t/openstack/build/37421e61a5054739940f76aba05cfd84 could have passed with a higher timeout, so I'm going to propose some bump(s) now. rax nodes are definitely slower than other providers | 11:45 |
bbezak | frickler: ok I'll add a comment that you requested. however you wanted a mtools also in the conductor? | 11:45 |
frickler | bbezak: yes, that's https://review.opendev.org/c/openstack/kolla/+/942785, please review that one also. I'm not against combining these, but maybe it is also not necessary | 11:47 |
opendevreview | Verification of a change to openstack/kolla-ansible master failed: Fix boolean representation in all configurations https://review.opendev.org/c/openstack/kolla-ansible/+/944124 | 11:52 |
bbezak | let's leave it separated. ironic-api don't need those packages. btw. you've mentioned in the bug that Supermicro wants 1440kb floppy files. ours is 8mb, as even 4mb suggested in the ironic docs was not enough | 11:53 |
bbezak | frickler: | 11:53 |
frickler | bbezak: hmm, so ironic needs to make it cinfigurable after all? what vendor is that? | 11:55 |
frickler | I don't remember whether I tested with even larger files, might be they would work in my case, too | 11:56 |
bbezak | by not enough I meant that size of *.efi was bigger then that | 11:57 |
bbezak | it was lenovo | 11:57 |
bbezak | maybe there was a minimum size needed for supermicro? | 11:57 |
frickler | bbezak: ah, in my case the floppy image is only for config-drive. boot/deploy isos are another thing. this is what I did in ironic https://review.opendev.org/c/openstack/ironic/+/942787 | 11:58 |
bbezak | right, makes sense. yeah I was referring to that patch indeed | 11:58 |
frickler | so that's likely a different issue | 11:58 |
frickler | btw. this might also be interesting for you https://bugs.launchpad.net/ironic/+bug/2102245 | 12:00 |
opendevreview | Dr. Jens Harbott proposed openstack/kolla-ansible master: zuul: Bump base job timeout to 2.5h https://review.opendev.org/c/openstack/kolla-ansible/+/944992 | 12:06 |
frickler | ^^ another thing to consider is maybe moving more of the non-voting jobs into experimental. but that would require reviewers to be aware of it and actually trigger and looks at those jobs when the patch demands it | 12:07 |
frickler | maybe a good PTG topic | 12:07 |
bbezak | (virtual-media image bundle) looks interesting - it is basically transferring the image before deployment for ipa - and via different network (out of band). IPA still needs to contact back the conductor, so dhcp still needs to occur on the IPA anyway | 12:12 |
frickler | bbezak: yes, the IPA callback is still another thing I would like to get rid of, but one step at a time ;) also I'm not doing DHCP, but some L3 BGP setup ... | 12:21 |
rhavrk | Hey all o/ | 12:33 |
rhavrk | We're running openstack with calico for networking and are looking now at building with kolla-ansible. Anyone here that attepmted kolla-ansible+calico as core plugin? | 12:34 |
opendevreview | Merged openstack/kolla master: CI: Add qemu-user-static back https://review.opendev.org/c/openstack/kolla/+/944273 | 12:48 |
mnasiadka | rhavrk: building with kolla (not kolla-ansible), you can use the Kolla plugin image build options to add calico in the neutron-server image most probably - and override the neutron.conf file in kolla-ansible - but that's a long shot (as in I never used Calico) | 13:07 |
rhavrk | mnasiadka: any chance you've got some examples of that in the docs? | 13:10 |
mnasiadka | rhavrk: https://docs.openstack.org/kolla/latest/admin/image-building.html#plugin-functionality | 13:11 |
rhavrk | cool, thanks | 13:15 |
frickler | rhavrk: just being curious, how did you deploy your openstack so far? also do you intend to migrate existing deployments or create new ones? | 13:25 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: CI: Remove usage of Ubuntu workarounds https://review.opendev.org/c/openstack/kolla-ansible/+/933402 | 13:31 |
rhavrk | frickler: in house ansible playbooks, for now we're just hacking a bit but if we move we do intend to migrate existing workloads yes | 13:35 |
opendevreview | Bartosz Bezak proposed openstack/kolla master: Ironic: Add ESP image for UEFI virtual media https://review.opendev.org/c/openstack/kolla/+/933860 | 13:36 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Run ML2/OVS agents processes in separate containers https://review.opendev.org/c/openstack/kolla-ansible/+/864780 | 13:38 |
priteau | Hello. Could someone please review this trivial doc patch? https://review.opendev.org/c/openstack/kolla-ansible/+/940125 | 13:47 |
bbezak | mnasiadka bbezak frickler kevko SvenKieske mmalchuk gkoper jangutter jsuazo jovial osmanlicilegi mattcrees dougszu darmach pabloclsn meeting in 9 | 13:52 |
bbezak | #startmeeting kolla | 14:00 |
opendevmeet | Meeting started Wed Mar 19 14:00:25 2025 UTC and is due to finish in 60 minutes. The chair is bbezak. 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 |
bbezak | #topic rollcall | 14:00 |
r-krcek | o/ | 14:00 |
frickler | \o | 14:01 |
bbezak | #topic agenda | 14:03 |
bbezak_2 | * Roll-call * Agenda * Announcements * Review action items from the last meeting * CI status * Release tasks * Regular stable releases (first meeting in a month) * Current cycle planning * Additional agenda (from whiteboard) * Open discussion | 14:03 |
bbezak | #topic CI status | 14:04 |
bbezak | Neutron bug has been fixed | 14:04 |
bbezak | so it is better | 14:04 |
frickler | back to just the usual issues ;) | 14:05 |
bbezak | There are some fixes/tunings from frickler and mnasiadka to make it even better | 14:05 |
bbezak | indeed ;) | 14:05 |
frickler | #link https://review.opendev.org/c/openstack/kolla-ansible/+/944992 bump timeout | 14:05 |
opendevreview | Roman Krcek proposed openstack/kolla-ansible master: Merge of container_facts modules https://review.opendev.org/c/openstack/kolla-ansible/+/912460 | 14:06 |
bbezak | idea of moving non-voting to experimental is tempting. however in reality those won't probably run until releases | 14:06 |
frickler | oh, that's approved already, thx | 14:06 |
bbezak | but indeed, let's add it to PTG topic | 14:06 |
frickler | maybe we could do a monthly check at least like we kind of do for stable releases | 14:07 |
frickler | might work with the same frequency then ;) | 14:07 |
bbezak | maybe | 14:07 |
priteau | What about using periodic-weekly? | 14:07 |
frickler | needs someone to look at the result, but might be a good addition, yes | 14:08 |
bbezak | it is also a possibility. we would need to look into those more :) | 14:08 |
priteau | Although it could also be a todo item in the meeting to run `check experimental` | 14:08 |
bbezak | let's discuss that on PTG | 14:09 |
bbezak | #topic Release tasks | 14:09 |
bbezak | we're R-2 | 14:10 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible master: cyborg: support for dev mode https://review.opendev.org/c/openstack/kolla-ansible/+/890883 | 14:10 |
bbezak | so we're in R-2: Feature freeze | 14:10 |
bbezak | we're moving towards branching | 14:10 |
bbezak | slowly, but steadily | 14:11 |
bbezak | we need to add this one to release tasks - https://review.opendev.org/c/openstack/kolla/+/944316 | 14:11 |
bbezak | I'll look into that | 14:12 |
bbezak | #topic Regular stable releases | 14:12 |
bbezak | I don't think we did those last week | 14:12 |
bbezak | so I'll do it. we've got some fixes recently, worthy a release | 14:13 |
bbezak | #topic Current cycle planning | 14:13 |
bbezak | as we're in feature freeze, we need to focus on features that we would like to have in Epoxy - therefore please add RP on patches that you'd like to see there | 14:14 |
bbezak | maybe valkey would be good to have there | 14:14 |
bbezak | let's see | 14:15 |
bbezak | #topic Additional agenda (from whiteboard) | 14:15 |
priteau | Are all the RabbitMQ changes still planned? | 14:15 |
priteau | (sorry, previous topic still) | 14:16 |
bbezak | no worries. I think we need to add them, based on previous discussions | 14:16 |
bbezak | so if somebody is working on those, please follow up as soon as possible | 14:17 |
bbezak | there is still time, as we're trailing release | 14:17 |
bbezak | but high time indeed | 14:17 |
mnasiadka | 6 weeks from 2nd April | 14:17 |
mnasiadka | I think we need to have a list of MUST HAVE, which is not that big as usual :) | 14:17 |
bbezak | I'd say RP+2s | 14:18 |
bbezak | let's add RPs asynchronously after the meeting, and we will analyze those | 14:18 |
bbezak | thank you r-krcek for Additional agenda topic | 14:19 |
bbezak | Fast rollback ideas continued part #link - https://etherpad.opendev.org/p/kolla-ansible-speed-ups#L75 | 14:20 |
bbezak | it also looks to me as a perfect PTG topic, maybe with some PoC results to analyze | 14:23 |
r-krcek | That sounds good. I am already working of some PoC, so I hope to have something ready for PTG. My only question where do register it as a PTG topic ? :) | 14:24 |
bbezak | indeed, we need a flamingo ptg etherpad | 14:25 |
bbezak | I'll create it | 14:26 |
bbezak | and I'll let you know | 14:26 |
r-krcek | Thanks | 14:26 |
bbezak | #topic Open discussion | 14:27 |
priteau | There are various backports that have been waiting for review, I wanted to highlight them | 14:29 |
priteau | https://review.opendev.org/q/I06e61ab388d9ecfa78e5d1fe1ae9cb8602d1cd36 | 14:29 |
priteau | 3 open patches here ^ | 14:30 |
bbezak | thx | 14:30 |
bbezak | I'll have a look | 14:30 |
priteau | And do we want to have these doc fixes in stable branches, or not bother? https://review.opendev.org/c/openstack/kolla-ansible/+/940240 | 14:31 |
priteau | And a last trivial one: https://review.opendev.org/c/openstack/kolla-ansible/+/928503 | 14:31 |
bbezak | yeah, let's merge those | 14:33 |
bbezak | I'll review those later today | 14:35 |
bbezak | thank you all | 14:35 |
bbezak | #endmeeting | 14:35 |
opendevmeet | Meeting ended Wed Mar 19 14:35:50 2025 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:35 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/kolla/2025/kolla.2025-03-19-14.00.html | 14:35 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/kolla/2025/kolla.2025-03-19-14.00.txt | 14:35 |
opendevmeet | Log: https://meetings.opendev.org/meetings/kolla/2025/kolla.2025-03-19-14.00.log.html | 14:35 |
r-krcek | Thank you, bbezak | 14:36 |
priteau | Thanks for running the meeting | 14:36 |
opendevreview | Verification of a change to openstack/kolla-ansible master failed: Fix boolean representation in all configurations https://review.opendev.org/c/openstack/kolla-ansible/+/944124 | 14:38 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: Switch to 2025.1 sources https://review.opendev.org/c/openstack/kolla/+/944672 | 15:15 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Run ML2/OVS agents processes in separate containers https://review.opendev.org/c/openstack/kolla-ansible/+/864780 | 15:17 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: mariadb: Use mysql_query instead of command https://review.opendev.org/c/openstack/kolla-ansible/+/944411 | 15:22 |
bbezak | kolla flamingo etherpad has been created - https://ptg.opendev.org/etherpads.html | 15:51 |
bbezak | feel free to add priorities/ideas for next cycle | 15:59 |
yuval | Hey, zuul passed, this need another +2 https://review.opendev.org/c/openstack/kolla-ansible/+/938649 | 16:21 |
opendevreview | Roman Krcek proposed openstack/kolla-ansible master: Add action for getting container names list https://review.opendev.org/c/openstack/kolla-ansible/+/924389 | 17:19 |
opendevreview | Roman Krcek proposed openstack/kolla-ansible master: Add container engine migration scenario https://review.opendev.org/c/openstack/kolla-ansible/+/836941 | 17:20 |
opendevreview | Merged openstack/kolla stable/2024.2: Adds missing nvme package in cinder-backup https://review.opendev.org/c/openstack/kolla/+/941239 | 17:21 |
opendevreview | Merged openstack/kolla stable/2024.1: Adds missing nvme package in cinder-backup https://review.opendev.org/c/openstack/kolla/+/941240 | 17:33 |
opendevreview | Merged openstack/kolla stable/2023.2: Adds missing nvme package in cinder-backup https://review.opendev.org/c/openstack/kolla/+/941241 | 17:33 |
opendevreview | Merged openstack/kolla-ansible stable/2024.2: docs: define OPENSTACK_RELEASE https://review.opendev.org/c/openstack/kolla-ansible/+/940239 | 17:33 |
opendevreview | Merged openstack/kolla-ansible stable/2024.2: docs: fix link to Cinder HA page https://review.opendev.org/c/openstack/kolla-ansible/+/940240 | 17:33 |
opendevreview | Merged openstack/kolla-ansible stable/2023.2: CI: Fix variable name for Nova noVNC FQDN https://review.opendev.org/c/openstack/kolla-ansible/+/928503 | 17:33 |
opendevreview | Merged openstack/kolla-ansible master: Fix boolean representation in all configurations https://review.opendev.org/c/openstack/kolla-ansible/+/944124 | 17:49 |
opendevreview | Pierre Riteau proposed openstack/kayobe master: CI: Use latest cirros image https://review.opendev.org/c/openstack/kayobe/+/931685 | 20:23 |
opendevreview | Pierre Riteau proposed openstack/kolla-ansible master: Replace meeting time by link to the meetings page https://review.opendev.org/c/openstack/kolla-ansible/+/916686 | 20:28 |
opendevreview | Merged openstack/kolla master: debian: Use Dalmatian extrepo release https://review.opendev.org/c/openstack/kolla/+/944316 | 20:32 |
opendevreview | Verification of a change to openstack/kolla-ansible master failed: Merge of container_facts modules https://review.opendev.org/c/openstack/kolla-ansible/+/912460 | 21:26 |
opendevreview | Verification of a change to openstack/kolla-ansible master failed: Merge of container_facts modules https://review.opendev.org/c/openstack/kolla-ansible/+/912460 | 22:43 |
opendevreview | Merged openstack/kolla-ansible master: zuul: Bump base job timeout to 2.5h https://review.opendev.org/c/openstack/kolla-ansible/+/944992 | 23:53 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!