opendevreview | wu.chunyang proposed openstack/kolla-ansible master: Modernize the swift role https://review.opendev.org/c/openstack/kolla-ansible/+/797498 | 02:04 |
---|---|---|
opendevreview | Tino Schmeier proposed openstack/kolla-ansible master: Use template instead of copy for prometheus-alert-rules https://review.opendev.org/c/openstack/kolla-ansible/+/922391 | 05:32 |
opendevreview | Roman Krček proposed openstack/kolla-ansible master: Rewrite kolla-ansible CLI to python https://review.opendev.org/c/openstack/kolla-ansible/+/923110 | 06:14 |
opendevreview | wu.chunyang proposed openstack/kolla-ansible master: DNM: test swift jobs https://review.opendev.org/c/openstack/kolla-ansible/+/923817 | 06:48 |
stan | Do anyone run Zitadel as the OIDC provider for Keystone? | 06:50 |
opendevreview | wu.chunyang proposed openstack/kolla-ansible master: DNM: test swift jobs https://review.opendev.org/c/openstack/kolla-ansible/+/923817 | 06:50 |
opendevreview | Verification of a change to openstack/ansible-collection-kolla master failed: Fix etc hosts generation for interfaces with dashes https://review.opendev.org/c/openstack/ansible-collection-kolla/+/923544 | 07:26 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible master: harden haproxy TLS configuration https://review.opendev.org/c/openstack/kolla-ansible/+/915403 | 07:50 |
frickler | mnasiadka: failing again, isn't that the "usual" version mismatch issue? "Not supported URL scheme http+docker" https://zuul.opendev.org/t/openstack/build/9547ada1a7684fcc80476fbefe4972e8 | 07:52 |
mnasiadka | jovial: seems kayobe rocky9 is broken? ^^ | 07:52 |
mnasiadka | jovial: can you have a look? | 07:53 |
mnasiadka | worst case scenario we mark it as non-voting for now... | 07:53 |
SvenKieske | good morning o/ | 07:54 |
SvenKieske | mnasiadka: hope I could address all of your comments, thanks for the reviews | 07:54 |
opendevreview | Roman Krček proposed openstack/kolla-ansible master: Rewrite kolla-ansible CLI to python https://review.opendev.org/c/openstack/kolla-ansible/+/923110 | 08:44 |
opendevreview | Michal Nasiadka proposed openstack/ansible-collection-kolla master: CI: Mark kayobe rocky9 job as non voting https://review.opendev.org/c/openstack/ansible-collection-kolla/+/923830 | 08:48 |
opendevreview | Michal Nasiadka proposed openstack/ansible-collection-kolla master: CI: Mark kayobe rocky9 job as non voting https://review.opendev.org/c/openstack/ansible-collection-kolla/+/923830 | 08:58 |
sylvr | Hello ! | 09:29 |
sylvr | During a node introspection, the IPA register the node in Bifrost right? shouldn't it also register its IPMI/BMC address ? I provide my BMC with IP using a DHCP server, and from what I understand this not the best way of doing it... | 09:31 |
sylvr | So, I tried to think about how to make this work in a "zero-touch" kind of way, with an IP that is used and provided dynamically during introspection, and after provisioning we change the BMC address for a static address similar to the one on the management network | 09:34 |
jovial | sylvr: so the impi address always used to be set. Possibly we've had a regression there. | 09:42 |
jovial | Changing the IPMI address sounds a bit overly complicated. Normally it just collects that in the introspection data. | 09:42 |
jovial | Possibly you aren't exposing the ipmi interface to host os? | 09:43 |
jovial | `/dev/impi` or whatever the path is | 09:43 |
jovial | That is normally a bios configuration option | 09:44 |
sylvr | well, I've been told that DHCP on OOB network shouldn't be done and that may be the reason why it failed... | 09:44 |
opendevreview | Michal Nasiadka proposed openstack/ansible-collection-kolla master: Fix etc hosts generation for interfaces with dashes https://review.opendev.org/c/openstack/ansible-collection-kolla/+/923544 | 09:44 |
sylvr | I don't remember changing bios config | 09:44 |
sylvr | but I have several nodes booted with devuser activated and accessible | 09:45 |
jovial | sylvr: I don't see why you can't use DHCP on the OOB network providing that it doesn't start handing out IPs on your inspection network | 09:45 |
jovial | Look for /dev/impi0. I think that is how inspector normally detects the ipmi_address | 09:46 |
sylvr | nice then | 09:46 |
sylvr | yeah I can see /dev/ipmi0 | 09:48 |
jovial | Here is the code: https://github.com/openstack/ironic-python-agent/blob/master/ironic_python_agent/hardware.py#L2292 | 09:50 |
jovial | Unsure why that isn't working for you. You'd have to check the loggs. | 09:51 |
sylvr | jovial: running ipmitool lan print output the correct IP address, so that good | 09:56 |
sylvr | jovial: ok, so in the logs I see that the process return 0 in less than a sec | 10:06 |
sylvr | no error, just debug | 10:14 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible master: Add precheck for Horizon config file renames in Caracal https://review.opendev.org/c/openstack/kolla-ansible/+/923558 | 10:16 |
jovial | sylvr, what do you see in /proc/cmdline for the ipa-inspection-collectors kernel parameter? | 10:16 |
jovial | Just want to double check you have the default collector enabled | 10:18 |
opendevreview | Matt Crees proposed openstack/kayobe master: Support setting Apt preferences https://review.opendev.org/c/openstack/kayobe/+/923836 | 11:08 |
sylvr | jovial: ```ipa.kernel ipa-inspection-callback-url= https://192.168.2.1:5050/v1/continue ipa-api-url=https://192.168.2.1:6385 systemd.journald.forward_to_console=yes BOOTIF=7c:d3:0a:bc:e0:10 nofb nomodeset vga=normal ipa-collect-lldp=1 ipa-inspection-collectors=default,logs,pci-devices ipa-inspection-benchmarks= ipa-insecure=1 ipa-debug=1 initrd=ipa.initramfs``` | 11:11 |
sylvr | jovial : I will have to shutdown my servers in a few minutes for 2 days, so if you want to test something I'll take notes and wait for the cluster to be powered on again ^^ | 11:13 |
opendevreview | Matt Crees proposed openstack/kayobe master: Support setting Apt preferences https://review.opendev.org/c/openstack/kayobe/+/923836 | 11:15 |
opendevreview | Matt Crees proposed openstack/kayobe master: Support setting Apt preferences https://review.opendev.org/c/openstack/kayobe/+/923836 | 11:17 |
opendevreview | Matt Crees proposed openstack/kayobe master: Support setting Apt preferences https://review.opendev.org/c/openstack/kayobe/+/923836 | 11:18 |
jovial | slyvr: That kernel command line look good. Did you see any warnings like: `Cannot get BMC address` in the logs | 11:18 |
opendevreview | Merged openstack/ansible-collection-kolla master: CI: Mark kayobe rocky9 job as non voting https://review.opendev.org/c/openstack/ansible-collection-kolla/+/923830 | 11:21 |
SvenKieske | can we get RP+1 from any core on these backports? https://review.opendev.org/c/openstack/kolla-ansible/+/922922 https://review.opendev.org/c/openstack/kolla-ansible/+/922921 ty! | 11:21 |
jovial | sylvr: is the address in the introspection data? | 11:23 |
frickler | SvenKieske: done. so many issues with that patch, but it seems I missed the opportunity for complain on master | 11:37 |
SvenKieske | the addition of the logger dependency? maybe write a bugreport? not sure though. I always find it hard to tell where to move comments/RFEs for already merged stuff as well :) | 11:40 |
mnasiadka | I guess bugs - but better just do a follow up | 12:01 |
mnasiadka | You can’t force the author to do it ;) | 12:01 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible master: Add precheck for Horizon config file renames in Caracal https://review.opendev.org/c/openstack/kolla-ansible/+/923558 | 12:04 |
opendevreview | Matt Crees proposed openstack/kayobe master: Support setting Apt preferences https://review.opendev.org/c/openstack/kayobe/+/923836 | 12:15 |
opendevreview | Matt Crees proposed openstack/kayobe master: Support setting Apt preferences https://review.opendev.org/c/openstack/kayobe/+/923836 | 12:16 |
opendevreview | Merged openstack/ansible-collection-kolla master: Fix etc hosts generation for interfaces with dashes https://review.opendev.org/c/openstack/ansible-collection-kolla/+/923544 | 12:17 |
opendevreview | Matt Crees proposed openstack/kayobe master: Support setting Apt preferences https://review.opendev.org/c/openstack/kayobe/+/923836 | 12:24 |
opendevreview | Matúš Jenča proposed openstack/kolla-ansible master: Add backend TLS between MariaDB and ProxySQL https://review.opendev.org/c/openstack/kolla-ansible/+/909912 | 12:31 |
SvenKieske | mhm, did I miss it due to me being on vacation? is this periodic jobs error already fixed? "'kolla_dockerhub_credentials' is undefined." https://zuul.openstack.org/build/6a1506a91dc94568a589dbc436a2732a | 12:39 |
opendevreview | Martin Hiner proposed openstack/kolla-ansible master: Add container engine migration scenario https://review.opendev.org/c/openstack/kolla-ansible/+/836941 | 12:40 |
greatgatsby | Hoping someone might have seen this before. `openstack server list --all-projects` works fine, but `openstack server list --all-projects --host <compute>` returns empty. | 12:43 |
greatgatsby | I've tried multiple versions of OSC, copy/pasted the compute name right from other OSC output to ensure it's not a typo, I'm not sure what could be causing this | 12:44 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Force config drive for ipv6 jobs https://review.opendev.org/c/openstack/kolla-ansible/+/914185 | 12:44 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Trust kolla generated CA cert https://review.opendev.org/c/openstack/kolla-ansible/+/922559 | 12:44 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Fix swift disk preparation https://review.opendev.org/c/openstack/kolla-ansible/+/913942 | 12:44 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: [CI] Make demo router and network shared https://review.opendev.org/c/openstack/kolla-ansible/+/922899 | 12:44 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add rally role https://review.opendev.org/c/openstack/kolla-ansible/+/922900 | 12:44 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Add REQUESTS_CA_BUNDLE to kolla-toolbox container https://review.opendev.org/c/openstack/kolla-ansible/+/923105 | 12:44 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible master: Try to test via rally https://review.opendev.org/c/openstack/kolla-ansible/+/922901 | 12:44 |
SvenKieske | greatgatsby: are you actually sure the payload (server) runs on that specific host? :) | 12:46 |
opendevreview | Will Szumski proposed openstack/kayobe master: Support running without root privileges https://review.opendev.org/c/openstack/kayobe/+/923430 | 12:46 |
greatgatsby | SvenKieske: 100%, there's also only 3 computes in this environment, and I cycled through them all with that command. Oh, and if I use `--debug` I can see that the REQ RESP contains all the servers, OSC just isn't outputting it | 12:48 |
SvenKieske | greatgatsby: maybe a dns/hostname/service name problem then? | 12:50 |
greatgatsby | sorry, that's RESP BODY: {"servers": [{"id": ... in the debug output | 12:50 |
SvenKieske | so if all the information you provided is correct - but in 99% of cases this is a typo/name confusion imho - I would wildly guess at something like availability zones/host aggregates? but in theory that shouldn't be a problem if you are really running with admin credentials | 12:53 |
SvenKieske | is the compute service on this host maybe disabled? | 12:53 |
SvenKieske | that won't stop currently running instances but the compute service can't answer which instances are running if it's shut off :) | 12:54 |
greatgatsby | I would guess typo or something as well, but the RESP BODY literally contains the list of servers for the compute, OSC just isn't printing the table/json when I use --host, despite having data to print. I've tried new venvs, OSC from different hosts, etc. Thanks for the feedback though, was hoping someone had seen this before. | 12:55 |
bbezak | meeting in 4! mgoddard mnasiadka bbezak frickler kevko SvenKieske mmalchuk gkoper jangutter jsuazo jovial osmanlicilegi mattcrees dougszu darmach | 12:56 |
darmach | Cheerio (notification worked bbezak ;) ) | 12:57 |
bbezak | are you leaving already darmach? | 12:57 |
bbezak | :) | 12:57 |
darmach | Classic | 12:57 |
SvenKieske | greatgatsby: fwiw it works here, just tested. :) | 12:57 |
SvenKieske | greatgatsby: I would suggest searching through opensearch logs for the request and how it is handled via the req-id, so you can maybe trace it down to some compute service or some error message or something | 12:59 |
SvenKieske | did you try --debug? | 12:59 |
greatgatsby | SvenKieske: thanks for the req-id suggestion. Yes, with --debug I can literally see the list of servers for the compute I specified. OSC gets the data, just doesn't print it | 12:59 |
opendevreview | Merged openstack/kolla-ansible stable/2023.2: Fix the docker container dimensions comparison for short notation https://review.opendev.org/c/openstack/kolla-ansible/+/922922 | 13:00 |
bbezak | #startmeeting kolla | 13:00 |
opendevmeet | Meeting started Wed Jul 10 13:00:18 2024 UTC and is due to finish in 60 minutes. The chair is bbezak. Information about MeetBot at http://wiki.debian.org/MeetBot. | 13:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:00 |
opendevmeet | The meeting name has been set to 'kolla' | 13:00 |
bbezak | #topic rollcall | 13:00 |
SvenKieske | o/ | 13:00 |
frickler | \o | 13:01 |
darmach | o/ | 13:01 |
bbezak | o/ | 13:01 |
bbezak | not many of us today | 13:01 |
R-krcek | 0/ | 13:01 |
jovial | \o | 13:02 |
bbezak | #topic agenda | 13:02 |
bbezak | * Roll-call | 13:02 |
bbezak | * Agenda | 13:02 |
bbezak | * Announcements | 13:02 |
bbezak | * Review action items from the last meeting | 13:02 |
bbezak | * CI status | 13:02 |
bbezak | * Release tasks | 13:02 |
bbezak | * Regular stable releases (first meeting in a month) | 13:02 |
bbezak | * Current cycle planning | 13:02 |
bbezak | * Additional agenda (from whiteboard) | 13:02 |
bbezak | * Open discussion | 13:02 |
bbezak | #topic CI status | 13:03 |
bbezak | except kayobe issues with docker - which is somewhat interesting that it came up now jovial | 13:03 |
bbezak | I thought we've patched it everywhere | 13:03 |
bbezak | CI looks ok I think | 13:04 |
bbezak | unless you've got something to report | 13:04 |
SvenKieske | I found this periodic job error weird, but I have not much experience yet with debugging those, is that a common unrelated issue? https://zuul.openstack.org/build/6a1506a91dc94568a589dbc436a2732a | 13:05 |
jovial | bbezak, I must admit I hadn't noticed the issue. Got a link to you patch? | 13:05 |
SvenKieske | because I checked the code and it seems fine, nothing has changed in that area recently | 13:05 |
opendevreview | Merged openstack/kolla-ansible stable/2024.1: Fix the docker container dimensions comparison for short notation https://review.opendev.org/c/openstack/kolla-ansible/+/922921 | 13:06 |
opendevreview | Merged openstack/kolla stable/2023.2: add kayobe to release management doc's Launchpad admin section https://review.opendev.org/c/openstack/kolla/+/922914 | 13:06 |
opendevreview | Merged openstack/kolla stable/2023.1: add kayobe to release management doc's Launchpad admin section https://review.opendev.org/c/openstack/kolla/+/922915 | 13:06 |
opendevreview | Merged openstack/kolla stable/2024.1: add kayobe to release management doc's Launchpad admin section https://review.opendev.org/c/openstack/kolla/+/922844 | 13:06 |
bbezak | jovial: https://zuul.opendev.org/t/openstack/build/9547ada1a7684fcc80476fbefe4972e8 | 13:06 |
kevko | \o | 13:06 |
jovial | thanks | 13:06 |
Vii | in version 2024.1 the "prometheus data-source" in the grafana role does not work. there is an error during saving and testing "401 Unauthorized - There was an error returned querying the Prometheus API." | 13:06 |
mnasiadka | Vii: we're having a meeting now - please wait for Open Discussion or after the meeting | 13:07 |
bbezak | SvenKieske: looks like we forgot to add a credentials variables somewhere at first glance | 13:07 |
bbezak | in older branches | 13:08 |
SvenKieske | ah I didn't check the correct branch, just looked at master.. | 13:09 |
mnasiadka | I think we updated these credentials at one point, but we had to change the variable name | 13:09 |
bbezak | yeah, publish playbook got backported, but .zuul.d/* jobs are not pushing the new var | 13:10 |
bbezak | looks relatively easy, would you look into that SvenKieske | 13:10 |
SvenKieske | I guess I can do that :) | 13:10 |
bbezak | it is my last day before 2 weeks vacation, so I won't have much time to fix it unfortunately | 13:10 |
opendevreview | Piotr Parczewski proposed openstack/kolla-ansible master: ci: bump up ceph release https://review.opendev.org/c/openstack/kolla-ansible/+/923841 | 13:11 |
bbezak | #topic Release tasks | 13:11 |
bbezak | I think we should start doing monthly releases back | 13:11 |
bbezak | I started to fixing some TODOs/FIXMEs/NOTEs | 13:13 |
bbezak | there are still some to do | 13:13 |
bbezak | I'll continue when I'm back | 13:13 |
frickler | bbezak: are you talking about stable releases? | 13:13 |
bbezak | yes | 13:14 |
frickler | iiuc mnasiadka was going to propose a patch after mmalchuk ran into issues | 13:14 |
opendevreview | Sven Kieske proposed openstack/kolla stable/2023.1: CI: fix publish docker credential var https://review.opendev.org/c/openstack/kolla/+/923842 | 13:15 |
frickler | but maybe it is not that urgent actually | 13:15 |
bbezak | probably not, we're at early stage anyway | 13:16 |
mnasiadka | yeah, I was going to, but forgot | 13:16 |
mnasiadka | will do that today | 13:16 |
bbezak | cool, thx | 13:16 |
bbezak | #topic Current cycle planning | 13:16 |
bbezak | any questions about those? | 13:17 |
bbezak | we need to focus on Noble support at some point darmach | 13:17 |
bbezak | sooner the better | 13:17 |
bbezak | we would have more time in the cycle to find some issues | 13:18 |
opendevreview | Michal Nasiadka proposed openstack/ansible-collection-kolla stable/2024.1: Fix etc hosts generation for interfaces with dashes https://review.opendev.org/c/openstack/ansible-collection-kolla/+/923843 | 13:18 |
jovial | Just to note that I have started trying to bump ansible in Kayobe too: https://review.opendev.org/c/openstack/kayobe/+/923556 | 13:18 |
mnasiadka | I'll help him out, started some work on building images | 13:18 |
bbezak | nice | 13:18 |
jovial | Just need to fix the CI on Rocky | 13:18 |
mnasiadka | bumping Ansible in K-A looks quite ok, but there are some magnum/zun failures I'd like to investigate | 13:19 |
mnasiadka | jovial: you need to install python3.12 ;-) | 13:19 |
jovial | mnasiadka, Yeah, working on that now :D | 13:19 |
bbezak | btw ansible 9 has this docker thingy fixed in bundled collection | 13:19 |
bbezak | #topic Additional agenda (from whiteboard) | 13:20 |
bbezak | r-krcek on behalf of m.hiner please check if the docs are sufficient https://review.opendev.org/c/openstack/kolla-ansible/+/836941 | 13:20 |
bbezak | (copy pasted from the whiteboard) L72 | 13:21 |
SvenKieske | I did; I think they are okayish for the start. :) I would like more opinions on the added testing jobs, though :) | 13:21 |
bbezak | ok | 13:22 |
r-krcek | Thanks, I'll relay this to Martin | 13:23 |
darmach | bbezak I'll start working on Noble support in the upcoming week I hope | 13:23 |
bbezak | thx | 13:23 |
mnasiadka | darmach: let's agree I'll finalize building images and you will manage kolla-ansible part | 13:23 |
darmach | let's argue about that tomorrow :) | 13:24 |
mnasiadka | frickler: do you know if regular tox/devstack is moving to Noble this cycle or next? | 13:24 |
frickler | devstack is working with noble now, but the default will be switched only next cycle I think | 13:24 |
frickler | py3.12 still isnt on the official "need-to-support" list | 13:25 |
bbezak | looks like a open discussion anyway | 13:26 |
bbezak | #topic Open discussion | 13:26 |
frickler | but for kolla IMO we could even backport to 2024.1 if not too many issues show up | 13:26 |
mnasiadka | that's the plan | 13:26 |
frickler | seems to be working for uca, so can't be too bad | 13:27 |
SvenKieske | are we talking about py3.12 now I guess? :) | 13:27 |
frickler | Ubuntu 24.04, but that implies py3.12, so yes | 13:28 |
bbezak | anything more to discuss? | 13:31 |
SvenKieske | but I take it we won't backport 24.04 support to even earlier releases than 2024.1? or do we? | 13:31 |
frickler | I don't think that would make sense | 13:31 |
mnasiadka | no no | 13:32 |
SvenKieske | ok, was just curious :) | 13:32 |
mnasiadka | 2024.1 only | 13:32 |
frickler | it might work on the host, but we don't want to officially support it, I guess | 13:32 |
opendevreview | Will Szumski proposed openstack/kayobe master: Pin docker sdk to 7.1.0 due to requests package bug https://review.opendev.org/c/openstack/kayobe/+/920269 | 13:33 |
bbezak | I don't think it make much sense. SLURP (2024.1) release should have it surely | 13:35 |
bbezak | ok let's finish for today, thank you for joining | 13:35 |
bbezak | #endmeeting | 13:35 |
opendevmeet | Meeting ended Wed Jul 10 13:35:25 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:35 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/kolla/2024/kolla.2024-07-10-13.00.html | 13:35 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/kolla/2024/kolla.2024-07-10-13.00.txt | 13:35 |
opendevmeet | Log: https://meetings.opendev.org/meetings/kolla/2024/kolla.2024-07-10-13.00.log.html | 13:35 |
jovial | cheers bbezak | 13:35 |
SvenKieske | thanks bbezak | 13:36 |
opendevreview | Will Szumski proposed openstack/kayobe master: Bump up Ansible supported versions to 9.x/10.x https://review.opendev.org/c/openstack/kayobe/+/923556 | 13:42 |
opendevreview | Will Szumski proposed openstack/kayobe master: Bump up Ansible supported versions to 9.x/10.x https://review.opendev.org/c/openstack/kayobe/+/923556 | 13:47 |
opendevreview | Will Szumski proposed openstack/kayobe master: Pin docker sdk to 7.1.0 due to requests package bug https://review.opendev.org/c/openstack/kayobe/+/920269 | 14:01 |
opendevreview | Verification of a change to openstack/kayobe master failed: Allow using Bifrost/Ironic introspection data MAC address https://review.opendev.org/c/openstack/kayobe/+/922225 | 14:02 |
opendevreview | wu.chunyang proposed openstack/kolla-ansible master: Modernize the swift role https://review.opendev.org/c/openstack/kolla-ansible/+/797498 | 14:18 |
opendevreview | Will Szumski proposed openstack/kayobe master: Pin docker sdk to 7.1.0 due to requests package bug https://review.opendev.org/c/openstack/kayobe/+/920269 | 14:32 |
opendevreview | Michal Arbet proposed openstack/kolla-ansible stable/2024.1: Fix barbican's configuration https://review.opendev.org/c/openstack/kolla-ansible/+/923859 | 14:35 |
opendevreview | Merged openstack/kolla-ansible master: Fix barbican's configuration https://review.opendev.org/c/openstack/kolla-ansible/+/923726 | 15:18 |
opendevreview | Will Szumski proposed openstack/kayobe master: Pin docker sdk to 7.1.0 due to requests package bug https://review.opendev.org/c/openstack/kayobe/+/920269 | 15:26 |
opendevreview | wu.chunyang proposed openstack/kolla-ansible master: Modernize the swift role https://review.opendev.org/c/openstack/kolla-ansible/+/797498 | 15:36 |
opendevreview | Matt Crees proposed openstack/kayobe master: Support setting whether an Apt repo is trusted https://review.opendev.org/c/openstack/kayobe/+/923871 | 15:39 |
SvenKieske | if anyone feels inclined, this should fix the publish job on 2023.1: https://review.opendev.org/c/openstack/kolla/+/923842 | 15:46 |
opendevreview | Will Szumski proposed openstack/kayobe master: Pin docker sdk to 7.1.0 due to requests package bug https://review.opendev.org/c/openstack/kayobe/+/920269 | 15:50 |
*** jhorstmann is now known as Guest1096 | 18:25 | |
*** jhorstmann is now known as Guest1097 | 18:27 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!