opendevreview | Michal Arbet proposed openstack/kolla master: Fix build of debuntu images https://review.opendev.org/c/openstack/kolla/+/864602 | 01:00 |
---|---|---|
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Adds ability to configure Rabbitmq's max_message_size https://review.opendev.org/c/openstack/kolla-ansible/+/861728 | 01:23 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Adds ability to configure Rabbitmq's heartbeat https://review.opendev.org/c/openstack/kolla-ansible/+/861727 | 01:31 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Adds ability to configure Rabbitmq's max_message_size https://review.opendev.org/c/openstack/kolla-ansible/+/861728 | 01:41 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Adds ability to configure Rabbitmq's max_message_size https://review.opendev.org/c/openstack/kolla-ansible/+/861728 | 01:43 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Adds ability to configure Rabbitmq's heartbeat https://review.opendev.org/c/openstack/kolla-ansible/+/861727 | 01:45 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Adds ability to configure Rabbitmq's heartbeat https://review.opendev.org/c/openstack/kolla-ansible/+/861727 | 06:26 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Adds ability to configure Rabbitmq's max_message_size https://review.opendev.org/c/openstack/kolla-ansible/+/861728 | 06:27 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: ovn: Change NB/SB connection setup to allow usage of inactivity probe https://review.opendev.org/c/openstack/kolla-ansible/+/839501 | 06:48 |
kevko | morning \o/ | 07:10 |
kevko | hrw, mnasiadka : https://review.opendev.org/c/openstack/kolla/+/864602 << Kolla fix , can you please check ? | 07:11 |
mnasiadka | I guess it makes sense, but I don't think we have any https repos by default, right? | 07:12 |
mnasiadka | ah, grafana | 07:12 |
mnasiadka | hmm, but the referenced change which removed that was removed long time ago - why didn't the builds fail all the time since then? :D | 07:13 |
kevko | it is :D | 07:15 |
kevko | or better said i didn't checked ...i just found an issue when I was building own images on my PC | 07:15 |
kevko | could you verify it ? | 07:16 |
kevko | firstly I found issue on yoga | 07:16 |
mnasiadka | well, the CI doesn't fail on that | 07:34 |
priteau | Good morning kevko. Did you see my messages last night about Cinder? | 08:03 |
kevko | priteau: yes, i wanted to reply today morning .. but you wasn't online :) ..we were upgrading from victoria to wallaby ..and we knew there is this type of problem ... | 08:04 |
kevko | so i just wanted to share my findings ... | 08:04 |
priteau | Wallaby should not have this problem though? | 08:04 |
kevko | yeah it shouldn't .. | 08:04 |
priteau | Unless something that explicitly setting the option to false | 08:05 |
kevko | but this is endless question ..if kolla-ansible should provide best options in default or not | 08:05 |
kevko | i remember also something similar heartbat_in_pthread ..or something like that ... | 08:06 |
kevko | or keystone middleware advanced | 08:06 |
kevko | or redis connection string ...etc .. | 08:06 |
priteau | I agree in general with good defaults, but the upstream default should be fine all the way back to stable/victoria. And we don't support older versions. | 08:08 |
kevko | priteau: nevermind, i am trying cloudkitty and I am unable to setup it to start calculate some pricing ... ceilometer working, gnocchi working, cloudkitty not (both storages - influx and elastic was tried) ..and i saw that you was contributing to cloudkitty ..so you are probably using and can advise ? :) | 08:08 |
priteau | So I think you would need to figure out why you had to explicitly set the value to true before going further | 08:08 |
kevko | priteau: yeah, i know we don't support ...but from time to time upstream is changing defaults from yes -> no , no -> yes ..even if they are in middle of the cycle .. | 08:09 |
priteau | As for cloudkitty, some things to investigate: are your rating rules correct? what fetcher are you using? if using keystone, did you add cloudkitty to the projects to rate? | 08:10 |
kevko | priteau: i used default kolla configuration (so there is keystone fetcher) | 08:10 |
kevko | priteau: but i don't understand second part -> did you add cloudkitty to the projects to rate < | 08:11 |
priteau | Rating doesn't happen automatically with the keystone fetcher | 08:11 |
priteau | "The keystone fetcher retrieves a list of projects on which the cloudkitty user has the rating role from Keystone." | 08:12 |
priteau | https://docs.openstack.org/cloudkitty/latest/admin/architecture.html#fetcher | 08:12 |
kevko | priteau: (i thought that you meant rating role :P ) | 08:12 |
kevko | ok, so something as "openstack role add --project whatever --user whatever rating " should work | 08:13 |
kevko | and project whatever will be rated | 08:13 |
priteau | No, not user whatever | 08:14 |
priteau | openstack role add --project whatever --user cloudkitty rating | 08:14 |
kevko | aaaa, ok | 08:14 |
kevko | priteau: btw, if I am correct one node started to work after i manually reconfigured and pasted config from my devstack node ... but I saw another issue which was something regarding this patch | 08:16 |
kevko | https://review.opendev.org/c/openstack/cloudkitty/+/777379 | 08:16 |
kevko | just wanted to say that it is another "good default" :) | 08:17 |
priteau | I thought this had been backported, but apparently not. To be honest I don't use ceilometer/gnocchi, our rating pipeline uses prometheus. | 08:24 |
kevko | priteau: and what is "best" | 08:29 |
kevko | priteau: or what is widely installed ? which combination ? do you have any overview ? | 08:30 |
kevko | priteau: i wanted to use what is default (and thought that this should be most functional.. but i am still trying ) ...and btw, what are u using as storage backend ? and which version ? v1(sqlalchemy, influx) / v2 (influx, elastic) ?? and is it really not recommended to run elastic as storage backend ? | 08:32 |
priteau | Sorry, busy right now, will reply later | 08:33 |
kevko | priteau: ok, thank you | 08:38 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: ovn: Change NB/SB connection setup to allow usage of inactivity probe https://review.opendev.org/c/openstack/kolla-ansible/+/839501 | 08:51 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: ovn: Change NB/SB connection setup to allow usage of inactivity probe https://review.opendev.org/c/openstack/kolla-ansible/+/839501 | 08:52 |
opendevreview | Alex Welsh proposed openstack/kolla-ansible master: Adding optional to delay between l3 agent restarts https://review.opendev.org/c/openstack/kolla-ansible/+/862916 | 09:05 |
kevko | folks, could you review this trivial patches ? https://review.opendev.org/c/openstack/kolla-ansible/+/861727, https://review.opendev.org/c/openstack/kolla-ansible/+/861728 | 09:32 |
kevko | mnasiadka: thanks :) | 09:33 |
mnasiadka | np | 09:34 |
kevko | mnasiadka: and btw, where I can check/verify issue what i've found locally while building grafana is working in upstream ? because i think it can't work -> https://review.opendev.org/c/openstack/kolla/+/864602 | 09:37 |
mnasiadka | kevko: zuul.opendev.org, click builds, filter by project && pipeline == periodic - and you'll have periodic jobs results - I've checked those, and grafana builds as it should. | 09:38 |
kevko | maybe build machine where kolla images are build use some proxy or something similar ? | 09:38 |
kevko | that's weird | 09:38 |
kevko | mnasiadka: hmm, can't login ..is there some another credentials ? | 09:40 |
mnasiadka | sorry, zuul.openstack.org | 09:41 |
mnasiadka | https://zuul.openstack.org/builds | 09:41 |
kevko | hmmmmmmm that's weird ...if you will have a time ..could you build grafana locally against stable/yoga (firstly i've seen there ) | 09:47 |
kevko | mnasiadka: my jenkins output -> https://paste.openstack.org/show/brIGjNkWAHB8vt3Zu35r/ | 09:50 |
hrw | kevko: you gave me opportunity to use -1 ;) thanks | 10:08 |
kevko | hrw: did you also try to install it ? | 10:11 |
kevko | hrw: because apt-cache worked also for me :D | 10:11 |
kevko | hrw: i've added sleep infinity before install command and then i try to install manually inside container :P | 10:12 |
hrw | kevko: this package is not needed for quite a while | 10:12 |
hrw | root@a4999891b6d9:/# dpkg -L apt-transport-https | 10:13 |
hrw | /usr/share | 10:13 |
hrw | /usr/share/doc | 10:13 |
hrw | /usr/share/doc/apt-transport-https | 10:13 |
hrw | /usr/share/doc/apt-transport-https/NEWS.Debian.gz | 10:13 |
hrw | /usr/share/doc/apt-transport-https/changelog.gz | 10:13 |
hrw | /usr/share/doc/apt-transport-https/copyright | 10:13 |
hrw | kevko: show me please which file from this package helps you? | 10:13 |
kevko | hrw: w8 ..i am going to show you :) | 10:13 |
kevko | hrw: https://pastebin.com/raw/M274bs9q << so ? | 10:30 |
hrw | --base-tag bullseye is not needed ;D | 10:30 |
hrw | kevko: and? you shown me build which works. all branches work. show me failure | 10:32 |
kevko | hrw: haha, sorry .. i was just sure that it is not working and pasted without review :D ... that's weiiird :D | 10:33 |
kevko | hrw: ok, sorry .. i will verify once again and then i will abandom if it will work :D | 10:34 |
hrw | commit ffaf102fecc20510513de4898ce85b5b119e1795 | 10:35 |
hrw | Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 10:35 |
hrw | Date: Tue Apr 6 13:14:49 2021 +0200 | 10:35 |
hrw | this is when apt-transport-https was dropped | 10:35 |
hrw | 1.5y ago | 10:35 |
kevko | hrw: let me rebase my downstream branch ..maybe i have something bad in my branch | 10:35 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: ovn: Change NB/SB connection setup to allow usage of inactivity probe https://review.opendev.org/c/openstack/kolla-ansible/+/839501 | 11:00 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: ovn: Change NB/SB connection setup to allow usage of inactivity probe https://review.opendev.org/c/openstack/kolla-ansible/+/839501 | 11:44 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: ovn: Change NB/SB connection setup to allow usage of inactivity probe https://review.opendev.org/c/openstack/kolla-ansible/+/839501 | 12:47 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Replace ElasticSearch and Kibana with OpenSearch https://review.opendev.org/c/openstack/kolla-ansible/+/856610 | 13:12 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Replace ElasticSearch and Kibana with OpenSearch https://review.opendev.org/c/openstack/kolla-ansible/+/856610 | 13:24 |
opendevreview | Michal Nasiadka proposed openstack/kolla master: Add Opensearch image(s) https://review.opendev.org/c/openstack/kolla/+/830373 | 13:26 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Replace ElasticSearch and Kibana with OpenSearch https://review.opendev.org/c/openstack/kolla-ansible/+/856610 | 13:29 |
mnasiadka | mgoddard mnasiadka hrw yoctozepto bbezak parallax Fl1nt frickler adrian-a kevko - meeting in 5 | 13:55 |
hrw | ah | 13:56 |
kevko | ups, i wanted to go for lunch :) | 13:57 |
kevko | :D | 13:57 |
mnasiadka | well, everyone agreed to not change again to 4pm CET :D | 13:58 |
kevko | it's okay :D ..i want to go for lunch for 2 hours :D | 13:58 |
*** thelounge16 is now known as darmach | 13:58 | |
mnasiadka | 2 hours? that's like dinner, not lunch :) | 13:59 |
mnasiadka | #startmeeting kolla | 14:00 |
opendevmeet | Meeting started Wed Nov 16 14:00:00 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 |
frickler | \o | 14:00 |
bbezak | o\ | 14:00 |
mhiner | o/ | 14:00 |
kevko | \o/ | 14:00 |
hrw | /-o-/ | 14:00 |
darmach | o| | 14:01 |
mmalchuk | hi | 14:01 |
mnasiadka | #topic agenda | 14:01 |
mnasiadka | * CI status | 14:01 |
mnasiadka | * Release tasks | 14:01 |
mnasiadka | * Regular stable releases (first meeting in a month) | 14:01 |
mnasiadka | * Current cycle planning | 14:01 |
mnasiadka | * Additional agenda (from whiteboard) | 14:01 |
mnasiadka | * Open discussion | 14:01 |
mnasiadka | #topic CI status | 14:01 |
mnasiadka | whiteboard says green, anybody has a different opinion? | 14:01 |
mnasiadka | ah, I have a different opinion | 14:02 |
mnasiadka | hrw: debian publish jobs are failing on pushing images | 14:02 |
TimBeermann[m] | o/ | 14:02 |
hrw | on pushing means they build fine? | 14:02 |
mnasiadka | I investigated those, and it seems we just need to do retries or something similar | 14:02 |
mnasiadka | yes, they build fine | 14:03 |
mnasiadka | I'll have a look later | 14:03 |
mnasiadka | #topic Release tasks | 14:03 |
ramona-beermann[m] | o/ | 14:03 |
mnasiadka | So... release team created patches for K/K-A/Kayobe releases | 14:03 |
mgoddard | \o | 14:03 |
mnasiadka | Frickler nicely responded that it's not the time yet | 14:03 |
mnasiadka | we basically need OpenSearch in K/K-A and RL9 bits + Ansible bump in Kayobe | 14:04 |
mnasiadka | but that's for the next topic | 14:04 |
mnasiadka | #topic Current cycle planning | 14:04 |
mnasiadka | I started putting more cycles into OpenSearch, since dougsz has only less than one day a week to work on this | 14:05 |
mnasiadka | so we should get to merging it in a week I hope | 14:05 |
mnasiadka | bbezak: for RL9 - I think we only have some minor tests failing now? | 14:05 |
mmalchuk | about releases: https://review.opendev.org/q/Ie928f8a4506f41407d76edcb6b52ca7cddb52214 didn't merged in Yoga | 14:06 |
bbezak | mnasiadka: dummy issues has been solved, there is additional routing tables feature left to add to ansible-role-interfaces for network manager | 14:06 |
bbezak | working on it | 14:06 |
mnasiadka | kevko, frickler, hrw, mgoddard - willing to merge the stable backport mmalchuk is mentioning? | 14:07 |
hrw | +2+W | 14:07 |
mnasiadka | bbezak: fantastic | 14:07 |
mmalchuk | hrw: thks | 14:07 |
mnasiadka | darmach: I think you've been looking a bit into the Ansible bump in Kayobe? Want to continue? | 14:08 |
kevko | i am surprised that anyone uses freezer :D | 14:08 |
mmalchuk | we try to | 14:08 |
mmalchuk | :D | 14:08 |
kevko | mmalchuk: hh, forget :D i was trying | 14:09 |
darmach | Sure, can take a look at it (again xD) | 14:09 |
mnasiadka | darmach: great | 14:09 |
mnasiadka | Ok then, last but not least - we promised mhiner to take a look at his systemd patches | 14:10 |
mnasiadka | last reviewer was yoctozepto, but he's no longer active in Kolla | 14:10 |
mnasiadka | I'll try to have a look after OpenSearch merges | 14:11 |
mnasiadka | kevko/frickler/hrw/mgoddard/anyone - if you have spare cycles to review that patch - would be nice (https://review.opendev.org/c/openstack/kolla-ansible/+/816724) | 14:11 |
frickler | ack | 14:12 |
kevko | i will try... | 14:12 |
mmalchuk | will try too | 14:12 |
mnasiadka | There is still the skyline patch, which looks like running both nginx and gunicorn in one container - which I personally dislike - so I don't know if it will get in Zed | 14:13 |
mnasiadka | But let's worry about it after merging what we have to merge | 14:13 |
mnasiadka | #topic Additional agenda (from whiteboard) | 14:13 |
mnasiadka | (frickler) Release liaisons | 14:14 |
mnasiadka | frickler: I think we solved that already, right? | 14:14 |
frickler | I replaced radek, yes | 14:14 |
frickler | so if mgoddard wants to continue, we are all set | 14:14 |
mnasiadka | I think it's reasonable to have ex-PTL as release liaison, we can review in a couple of months if we need more people there. | 14:15 |
mnasiadka | there's a second topic | 14:15 |
kevko | mnasiadka: some time ago I adopted skyline patches and reworked to by more kolish ..i will have it somewhere in some branch :P | 14:15 |
mnasiadka | (m_hiner) Systemd patchset: https://review.opendev.org/c/openstack/kolla-ansible/+/816724 | 14:15 |
mnasiadka | But I don't think we have anybody that has enough knowledge on the patch to answer Martin's questions | 14:16 |
mnasiadka | although there's this question: significance of shared label when mounting /run directory (kolla_toolbox deployment) | 14:16 |
mnasiadka | mhiner: can you shed some light what's the problem with that? | 14:16 |
mhiner | problem with that is when trying to mount it with podman it fails because of the shared label | 14:17 |
mhiner | and my question is if its safe to replace it with rprivate, which works | 14:18 |
greatgatsby_ | Hello. Trying to deploy designate for the first time, I'm a bit confused what the list "designate_ns_record" actually is? These would be some of my controllers? | 14:18 |
hrw | greatgatsby_: we have meeting now. can you wait 40 minutes? | 14:19 |
greatgatsby_ | yes, apologies | 14:19 |
hrw | thx | 14:19 |
mnasiadka | mhiner: but that's different behaviour | 14:20 |
mnasiadka | at least according to docker docs - https://docs.docker.com/storage/bind-mounts/#configure-bind-propagation | 14:20 |
mhiner | i know but shared label just won't work for podman | 14:21 |
frickler | does it not work at all or just not for /run? | 14:23 |
mnasiadka | https://github.com/containers/podman/issues/1834 | 14:23 |
mnasiadka | so basically it means it should | 14:24 |
mhiner | just for /run | 14:24 |
mhiner | i have also created issue for this: https://github.com/containers/podman/issues/16305 | 14:25 |
frickler | so that looks like it is an specific issue with nested mounts | 14:28 |
frickler | will need to look into the details for further debugging | 14:28 |
mnasiadka | but it works with docker - and we're not merging podman this cycle - only systemd, so that's not very pressing issue | 14:29 |
mnasiadka | but we'll need to solve it sooner or later | 14:29 |
frickler | yes, I'll try to dig a bit and we can discuss again next week | 14:30 |
mhiner | okay, thank you | 14:30 |
mnasiadka | just booted Ubuntu Jammy with podman | 14:31 |
mnasiadka | and it works | 14:31 |
mnasiadka | podman version 3.4.4 | 14:31 |
mnasiadka | but maybe I need a bit more details to see what is the problem | 14:31 |
frickler | might be platform specific, yes | 14:32 |
mnasiadka | mhiner: if you'll add some more details to the topic on kolla whiteboard - happy to look into it when time comes (probably in two weeks or something like that) | 14:32 |
frickler | the issue mentions c9 | 14:32 |
mhiner | sure, i can update the topic with more info and also some steps how to recreate | 14:33 |
mnasiadka | thanks mhiner | 14:33 |
mnasiadka | Ok, let's go further | 14:33 |
mnasiadka | #topic Open discussion | 14:33 |
mnasiadka | Would love +2+w on OVN fix stable backports | 14:34 |
mmalchuk | any chance to review and merge atleast related K-A patches in Kayobe? | 14:34 |
mmalchuk | https://review.opendev.org/q/project:openstack/kayobe+status:open+author:maksim.malchuk%2540gmail.com | 14:34 |
mnasiadka | https://review.opendev.org/c/openstack/kolla-ansible/+/864482 | 14:34 |
mnasiadka | https://review.opendev.org/c/openstack/kolla-ansible/+/864483 | 14:34 |
mnasiadka | https://review.opendev.org/c/openstack/kolla-ansible/+/864484 | 14:34 |
mnasiadka | mgoddard: do you or any other Kayobe cores have time to look into Maksim's list? | 14:35 |
mgoddard | will try to find some time | 14:36 |
mmalchuk | can we increase Kayobe cores? can I promote myself? | 14:36 |
mmalchuk | I was core in fuel-* repos a long ago | 14:37 |
mmalchuk | core in K-A is also would be good | 14:38 |
kevko | anyone for second +2 and +w please ? https://review.opendev.org/c/openstack/kolla-ansible/+/861727 , https://review.opendev.org/c/openstack/kolla-ansible/+/861728 | 14:39 |
mnasiadka | I think briefly looking at review stats - you would need to improve that side of being a contributor - but we can add a topic to next meeting about finding candidates for cores and mentoring them a bit towards that goal | 14:39 |
mnasiadka | ok, any other topics? | 14:41 |
mmalchuk | ok, thx | 14:41 |
mnasiadka | I think that's it for today | 14:42 |
mnasiadka | Thanks for coming! | 14:42 |
mnasiadka | #endmeeting | 14:42 |
opendevmeet | Meeting ended Wed Nov 16 14:42:37 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 14:42 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/kolla/2022/kolla.2022-11-16-14.00.html | 14:42 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/kolla/2022/kolla.2022-11-16-14.00.txt | 14:42 |
opendevmeet | Log: https://meetings.opendev.org/meetings/kolla/2022/kolla.2022-11-16-14.00.log.html | 14:42 |
frickler | thx mnasiadka | 14:42 |
darmach | Thanks! mnasiadka | 14:43 |
mmalchuk | thx all | 14:43 |
ramona-beermann[m] | thanks mnasiadka | 14:43 |
frickler | greatgatsby_: it is the list of NS records that will be added into your zones by designate | 14:44 |
kevko | thanks , bye | 14:44 |
frickler | it should match how your backends are reachable from the outside | 14:44 |
kevko | frickler, hrw -> please ? https://review.opendev.org/c/openstack/kolla-ansible/+/861727 , https://review.opendev.org/c/openstack/kolla-ansible/+/861728 | 14:45 |
frickler | greatgatsby_: most deployments will not make their controllers directly connected to the internet, so either have bind services running somewhere else or use something like dnsdist to proxy requests | 14:46 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: ovn: Change NB/SB connection setup to allow usage of inactivity probe https://review.opendev.org/c/openstack/kolla-ansible/+/839501 | 14:49 |
greatgatsby_ | frickler, thanks. Would you say dnsdist is suitable for a "production" deployment? | 14:49 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Replace ElasticSearch and Kibana with OpenSearch https://review.opendev.org/c/openstack/kolla-ansible/+/856610 | 15:03 |
frickler | greatgatsby_: I would think so, the powerdns folks do a good job in general | 15:04 |
greatgatsby_ | frickler, thanks, sorry the very basic questions, just trying to wrap my head around what I need to do. | 15:05 |
opendevreview | Verification of a change to openstack/kolla-ansible stable/yoga failed: Fix freezer deployment https://review.opendev.org/c/openstack/kolla-ansible/+/861912 | 15:19 |
ozzzo_work | Where can I find the document that describes API rate-limiting? When I google I only find old docs like https://docs.openstack.org/newton/admin-guide/shared-file-systems-quotas.html | 15:28 |
mathlin | Where can i find information on how to install kayobe behind a proxy? I seem not hit the systemwide proxy when pulling the docker images in the service-images-pull task in the kayobe overcloud container image pull step | 15:42 |
opendevreview | Merged openstack/kolla-ansible stable/xena: Fix ironic interface option for ironic-inspector https://review.opendev.org/c/openstack/kolla-ansible/+/863249 | 15:46 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: Fix ironic interface option for ironic-inspector https://review.opendev.org/c/openstack/kolla-ansible/+/863270 | 15:47 |
opendevreview | Merged openstack/kolla-ansible stable/yoga: Fix ironic interface option for ironic-inspector https://review.opendev.org/c/openstack/kolla-ansible/+/863248 | 15:52 |
opendevreview | Merged openstack/kolla-ansible stable/yoga: Generate ovn-chassis-mac-mappings on ovn-controller group https://review.opendev.org/c/openstack/kolla-ansible/+/864482 | 15:55 |
mnasiadka | mathlin: use kolla_http_proxy from etc/kayobe/kolla.yml to set Docker proxy | 15:59 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: ovn: Change NB/SB connection setup to allow usage of inactivity probe https://review.opendev.org/c/openstack/kolla-ansible/+/839501 | 16:07 |
opendevreview | Merged openstack/kolla-ansible stable/xena: Generate ovn-chassis-mac-mappings on ovn-controller group https://review.opendev.org/c/openstack/kolla-ansible/+/864483 | 16:17 |
opendevreview | Merged openstack/kolla-ansible stable/wallaby: Generate ovn-chassis-mac-mappings on ovn-controller group https://review.opendev.org/c/openstack/kolla-ansible/+/864484 | 16:17 |
opendevreview | Alex Welsh proposed openstack/kolla-ansible master: Adding optional to delay between l3 agent restarts https://review.opendev.org/c/openstack/kolla-ansible/+/862916 | 16:49 |
opendevreview | Verification of a change to openstack/kolla-ansible stable/yoga failed: Fix freezer deployment https://review.opendev.org/c/openstack/kolla-ansible/+/861912 | 17:20 |
opendevreview | Merged openstack/kolla master: Add Opensearch image(s) https://review.opendev.org/c/openstack/kolla/+/830373 | 17:24 |
opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Replace ElasticSearch and Kibana with OpenSearch https://review.opendev.org/c/openstack/kolla-ansible/+/856610 | 17:47 |
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 | 19:06 |
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 | 19:08 |
simondodsley | Can I get some reviews on https://review.opendev.org/c/openstack/kolla-ansible/+/863298 | 19:25 |
opendevreview | Merged openstack/kolla-ansible stable/yoga: Fix freezer deployment https://review.opendev.org/c/openstack/kolla-ansible/+/861912 | 19:32 |
mnasiadka | simondodsley: done, thanks for the contribution :) | 19:58 |
simondodsley | mnasiadka: thank you | 19:59 |
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 | 20:00 |
opendevreview | Merged openstack/kolla-ansible master: Add NVMe-RoCE Cinder driver support for Pure Storage https://review.opendev.org/c/openstack/kolla-ansible/+/863298 | 20:57 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!