Wednesday, 2026-04-01

opendevreviewMerged openstack/kolla master: Remove dsa from haproxy-ssh host key types  https://review.opendev.org/c/openstack/kolla/+/98017301:45
mnasiadkatafkamax: what variable?06:50
tafkamaxsec06:54
tafkamaxhttps://opendev.org/openstack/kolla-ansible/commit/34accf058d514517228a09efc65f3b13c1e452f1#diff-9d1fb9ee56eedb88db941fd7cbfe995b07e7d95a06:55
tafkamaxline 13006:55
tafkamaxdomain_id: "{{ existing_identity_domains.domains | selectattr('name', 'equalto', item.openstack_domain) | map(attribute='id') | first }}"06:55
mnasiadkaExempt as an if statement, or a default value?07:10
mnasiadkaThere’s default(omit) that is honoured by the modules07:10
tafkamaxNono, I meant, in the CI a lot of the values are no showed as VALUE_SPECIFIED_IN_NO_LOG_PARAMETER. The task itself does not have no_log, is it now a global option to use no_log? And I have to disable it for a task I wish... (full message at <https://matrix.org/oftc/media/v1/media/download/AdlkU0QNlV6JCyYcd1eqXIdPpgqF5WkSuylyE5mzLawnrrv9P5e78d_Ly9GPPbgs8FpfnvBo0QkSnsHcCfndMTNCedj_3jTAAG1hdHJpeC5vcmcvTE5hTnBkVFNoRWVlalZrWmlwcHpQQWtl>)07:14
tafkamaxIf an task includes NO_LOG keys then will all of its output be tagged NO_LOG?07:17
mnasiadkaOh, no_log is complicated07:18
mnasiadkano_log: true on task level only affects stdout output07:18
mnasiadkaBut still the secret will be logged to syslog07:18
tafkamaxE.g. all of the IDP related options use the API and contain the secrets to auth to keystone.07:18
tafkamaxmy query output is as follow.... (full message at <https://matrix.org/oftc/media/v1/media/download/AdLVCgY1tkst-5e3WW6s3SmKhycv4LrcvqBayz4ztgJbrnVp3s1SOMqn_E5DkE71UHt9qJqHQ0vpjTFm-c5jsYdCedkAL0cgAG1hdHJpeC5vcmcvQ2ZFcUdJQ2NGenVCdmJja3ZqVGRGbFp3>)07:20
tafkamaxit seems that ID is also included in the no_log output?07:20
tafkamaxthough I don't think it should be in this case.07:20
tafkamaxhttps://44e3803d628674ce6841-5136c092bce7ed70e7e87b6bbcdf5d00.ssl.cf1.rackcdn.com/openstack/acce01cd68504b8e94e122e5d775fa52/primary/logs/ansible/deploy07:20
tafkamaxThis is the deploy log07:20
tafkamaxI am just looking at your patch for the kolla-toolbox and the NO_LOG keys are:   _NO_LOG_KEYS = frozenset({'auth', 'login_password', 'password'})07:24
tafkamaxID is not specified there, so I am thinking why is the id hidden?07:24
tafkamaxwait, could this be an openstack.cloud thing?07:25
tafkamaxI cant seem to find in ansible-collection-openstack if it might be related to it...07:28
tafkamaxThis seems to be a return value hmm07:31
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590107:45
tafkamaxI will try and explicit no_log: false on the gather identity domains task07:46
opendevreviewMerged openstack/kolla master: CI: publish aarch64 noble images  https://review.opendev.org/c/openstack/kolla/+/98278808:05
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: keystone: Limit OIDCHTMLErrorTemplate to Ubuntu  https://review.opendev.org/c/openstack/kolla-ansible/+/98301208:07
mnasiadkatafkamax: ^^ - I’ve breaken out this from your patch for clarity and will merge + backport today08:07
tafkamaxok08:09
opendevreviewMatt Crees proposed openstack/kayobe master: Hide sensitive inspector rules from ansible output  https://review.opendev.org/c/openstack/kayobe/+/97999808:13
opendevreviewMatt Crees proposed openstack/kayobe master: Make Ironic Inspector config comments consistent  https://review.opendev.org/c/openstack/kayobe/+/98301308:13
tafkamaxAnd thoughts on why the query returns no_log values, is it because it is like a nested invocation?08:14
tafkamaxModule inside a module?08:14
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: release: cinder TODO  https://review.opendev.org/c/openstack/kolla-ansible/+/98288008:23
mnasiadkatafkamax: which query - can you send a log url with line number?08:24
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457508:27
tafkamaxok, I previously sent the raw log link.08:36
tafkamaxmnasiadka: https://zuul.opendev.org/t/openstack/build/acce01cd68504b8e94e122e5d775fa52/log/primary/logs/ansible/deploy#6706008:36
tafkamaxthis is the nice version08:36
tafkamaxThis is a newer CI job that is about to fail. I speciifed `no_log: false` explicilty. https://zuul.opendev.org/t/openstack/build/0898b08ae8964e9baa2187584e9f8b5b/log/primary/logs/ansible/deploy#6709008:37
tafkamaxBut it did not work.08:37
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible stable/2025.1: [stable-2025.1-only] valkey: Add ansible role  https://review.opendev.org/c/openstack/kolla-ansible/+/97321408:47
opendevreviewRuslan Savvin proposed openstack/kolla-ansible master: "security_opt" handling for podman_worker.   1. Added resolve_security_opt() method to the base class (before check_image) — handles dict format, list format (backward compat), and auto-generation from container name for selinux/apparmor.   2. Updated compare_security_opt() to use self.resolve_security_opt() instead of self.params.get('security_opt', list()).  https://review09:07
opendevreviewAlex Welsh proposed openstack/kayobe master: Add custom_etc_hosts_entries variable  https://review.opendev.org/c/openstack/kayobe/+/95331609:15
*** jhorstmann is now known as Guest633209:32
opendevreviewRuslan Savvin proposed openstack/kolla-ansible master: security_opt handling for podman_worker.  https://review.opendev.org/c/openstack/kolla-ansible/+/98301809:33
opendevreviewRuslan Savvin proposed openstack/kolla-ansible master: security_opt handling for podman_worker.  https://review.opendev.org/c/openstack/kolla-ansible/+/98301809:40
opendevreviewMichael Still proposed openstack/kolla master: Implement container image build for kerbside.  https://review.opendev.org/c/openstack/kolla/+/97549509:58
opendevreviewMichael Still proposed openstack/kolla-ansible master: Add additional SPICE configuration options.  https://review.opendev.org/c/openstack/kolla-ansible/+/96780009:59
opendevreviewMichael Still proposed openstack/kolla-ansible master: Allow requiring secure channels with SPICE.  https://review.opendev.org/c/openstack/kolla-ansible/+/96780209:59
opendevreviewMichael Still proposed openstack/kolla-ansible master: Simplify cron jobs for log rotate.  https://review.opendev.org/c/openstack/kolla-ansible/+/96913809:59
opendevreviewMichael Still proposed openstack/kolla-ansible master: Deploy Kerbside with Kolla-Ansible.  https://review.opendev.org/c/openstack/kolla-ansible/+/97688909:59
opendevreviewRuslan Savvin proposed openstack/kolla-ansible master: security_opt handling for podman_worker.  https://review.opendev.org/c/openstack/kolla-ansible/+/98301810:16
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Fix openstack_auth dict contents being redacted  https://review.opendev.org/c/openstack/kolla-ansible/+/98302210:23
mnasiadkatafkamax: ^^ that should be the fix - rebase your patch on this10:23
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457510:24
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590110:24
mnasiadkatafkamax: well, I rebased it, let’s see if it helps10:27
opendevreviewDoug Szumski proposed openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances  https://review.opendev.org/c/openstack/kolla-ansible/+/97388110:27
opendevreviewDoug Szumski proposed openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances  https://review.opendev.org/c/openstack/kolla-ansible/+/97388110:28
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: release: cinder TODO  https://review.opendev.org/c/openstack/kolla-ansible/+/98288010:28
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: release: ovn TODO  https://review.opendev.org/c/openstack/kolla-ansible/+/98288410:28
tafkamaxthx for quick response10:46
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Fix openstack_auth dict contents being redacted  https://review.opendev.org/c/openstack/kolla-ansible/+/98302210:49
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590110:49
mnasiadkaI was blind, but this version should be better10:49
tafkamaxi was looking yes that trixie failed on nonetype10:49
tafkamaxand was about to dig deeper10:49
opendevreviewRuslan Savvin proposed openstack/kolla-ansible master: "security_opt" handling for podman_worker.  https://review.opendev.org/c/openstack/kolla-ansible/+/95394110:53
opendevreviewVerification of a change to openstack/kolla-ansible master failed: Add HAProxy timeout variables for cloudkitty API  https://review.opendev.org/c/openstack/kolla-ansible/+/96475310:57
tafkamaxHmm11:13
tafkamaxhttps://zuul.opendev.org/t/openstack/build/2f9e926bf4374313a28a8c5354685dfb/log/primary/logs/ansible/bootstrap-servers#1383411:13
tafkamaxinteresting11:13
tafkamaxapt cache error11:13
tafkamaxcould be spurious?     "msg": "Failed to update apt cache after 5 retries: W:Repositories should provide a clear-signed InRelease file, but none found at https://mirror.iad3.raxflex.opendev.org/debian/dists/trixie/... (full message at <https://matrix.org/oftc/media/v1/media/download/AZInWwBhA2sSOzYMMAOt-qeeDliFNiBLPS-QycF86xmMpFgHrf7m2b82-ou3_kEfgXOwX7CTXea0nnbxYy2mhCZCedkNkLjgAG1hdHJpeC5vcmcvRHlFU0VBWmZSVXVLTWx6Vk1ZSHJpUklt>)11:13
tafkamaxseems to only affect trixixe currently11:14
tafkamaxrocky and noble CI is going strong still11:14
mnasiadkatafkamax: there’s a debian mirror update in progress11:23
tafkamaxyeah i am seeing in the opendev channel11:24
tafkamaxi thought if it was related11:24
tafkamaxbtw I deployed 2025.2 with keystone_wsgi_provide apache and my patch11:24
tafkamaxseems to work11:24
tafkamaxI am testing to use ze ErrorDocument logic ErrorDocument 401 /var/www/html/modoidc-error-page.html in wsgi-keystone.conf11:25
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible stable/2025.1: [stable-2025.1-only] valkey: Add ansible role  https://review.opendev.org/c/openstack/kolla-ansible/+/97321411:26
tafkamaxTBH the patch applied to keystone.conf, but if federation still uses apache should this option be ported there? Looking at the original Patch I am not sure where they want it to be. I am this patch that included the option for this error page. 11:26
mnasiadkaI think we should limit your patch to getting things working right now (CI + required fixes for federation) for backporting, and then after we drop mod_wsgi for services - we can fix some other things11:27
tafkamaxok sure11:28
tafkamaxseems reasonable11:28
tafkamaxLatest change: https://zuul.opendev.org/t/openstack/build/2fd0536f4b2c47f49c756f10517e96aa/log/primary/logs/ansible/deploy#6753511:30
tafkamaxSame problem still11:30
opendevreviewMerged openstack/kolla-ansible master: Add HAProxy timeout variables for cloudkitty API  https://review.opendev.org/c/openstack/kolla-ansible/+/96475311:31
tafkamaxI wonder why some of the values are NO_LOG and some are not.11:32
opendevreviewRuslan Savvin proposed openstack/kolla-ansible master: "security_opt" handling for podman_worker.  https://review.opendev.org/c/openstack/kolla-ansible/+/95394111:32
tafkamaxCould it be that the domain_id == default matches some of the no_log parameters and then it hides it?11:35
mnasiadkatafkamax: the kolla_toolbox module sets no_log for auth: dict in module_args, then Ansible takes the value of the no_log variables and obfuscates it in later runs - so you end up with stars :)11:37
tafkamaxYeah, but I wonder why it targets the domains -> object -> id, it doesn't add starts but that seems to be if you put no_log: true on an ansible task?11:39
tafkamaxI don't know exactly how no_log works, but I understand for some values it can hide content if the value matches with some password/secret field?11:39
tafkamaxi don't know where default would be a secret value though.11:40
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Fix openstack_auth dict contents being redacted  https://review.opendev.org/c/openstack/kolla-ansible/+/98302211:50
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590111:50
mnasiadkaLet’s see now11:51
tafkamaxok, lets see now, thanks for quick reaction11:51
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Fix openstack_auth dict contents being redacted  https://review.opendev.org/c/openstack/kolla-ansible/+/98302212:04
mnasiadkaIndenting fail :D12:04
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590112:04
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Fix openstack_auth dict contents being redacted  https://review.opendev.org/c/openstack/kolla-ansible/+/98302212:28
opendevreviewVerification of a change to openstack/kayobe master failed: Template disabled repositories  https://review.opendev.org/c/openstack/kayobe/+/97661512:37
opendevreviewVerification of a change to openstack/kayobe master failed: Adds dnf_repo_state_overrides  https://review.opendev.org/c/openstack/kayobe/+/97702812:37
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590112:37
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Fix openstack_auth dict contents being redacted  https://review.opendev.org/c/openstack/kolla-ansible/+/98302212:49
mnasiadkabbezak frickler kevko mmalchuk gkoper jovial mattcrees dougszu darmach pabloclsn ravlew amir58118 r-krcek blanson[m] - meeting in 10 minutes12:50
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590112:50
tafkamaxI will be AFK, but on phone. I will try to help finish my patch. Let's hope the kolla-toolbox change is the last part.12:51
mnasiadka#startmeeting kolla13:01
opendevmeetMeeting started Wed Apr  1 13:01:37 2026 UTC and is due to finish in 60 minutes.  The chair is mnasiadka. Information about MeetBot at http://wiki.debian.org/MeetBot.13:01
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.13:01
opendevmeetThe meeting name has been set to 'kolla'13:01
mnasiadka#topic rollcall13:01
darmach1\o13:03
bbezakO/13:03
opendevreviewRuslan Savvin proposed openstack/kolla-ansible master: "security_opt" handling for podman_worker.  https://review.opendev.org/c/openstack/kolla-ansible/+/95394113:03
blanson[m]o/13:03
dougszuo]13:03
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457513:05
mnasiadka#topic agenda13:07
mnasiadka* CI status13:07
mnasiadka* Release tasks13:07
mnasiadka* Open discussion13:07
mnasiadka#topic CI status13:07
mnasiadkaSo, the CI looks fine, bbezak fixed arm6413:07
mnasiadkaNo scary things, so that’s probably not bad13:08
mnasiadka#topic Release tasks13:08
mnasiadkaWe’re at R-013:10
mnasiadkaWhich means we should aim at wrapping up13:10
mnasiadka#link https://docs.openstack.org/kolla/latest/contributor/release-management.html#r-0-kolla-kolla-ansible-rc1-stable-branch-creation13:11
mnasiadkaWhich I think we’re trying - I started going through all TODOs related to things we should be dropping or other upgrade-related stuff13:11
mnasiadka#link https://review.opendev.org/q/kolla_gazpacho_release13:12
mnasiadkaThat’s basically what your fellow cores are going to be busy coming weeks - merging RP+1 patches (probably not all of them, maybe not even half of them), then going through the branching preparation and then branching13:13
mnasiadkaAnd let’s go to Open discussion for any other points13:13
mnasiadka#topic Open discussion13:13
mnasiadkaAnybody anything?13:13
blanson[m]I'll look into the todos aswell, and I probbly need to watch and learn for the branching stuff :)13:14
blanson[m]cause it's new to me 13:14
mnasiadkablanson[m]: If you’re interested - you can tidy up Renos and raise release patches when time comes :)13:14
tafkamaxIf the CI goes through to 975901 then I will revert changes to add full CI back and restore keystone_wsgi_provider to uwsgi. Then it will be ready for rereview13:15
blanson[m]mnasiadka: yh that'd be interesting, I have no idea of what it implies, but I'm guessing I should read the release management link you sent above ? 13:15
mnasiadkablanson[m]: yes, sort of that13:16
blanson[m]will read that then thanks ! 13:16
blanson[m]I have 2 patches that I think need to be looked at (probbly not for 2026.1) 13:17
blanson[m]#link https://review.opendev.org/c/openstack/kolla-ansible/+/982113 and associated 13:17
blanson[m](keystone credential encryption stuff 13:17
blanson[m]it passes but probbly needs some more inputs on things I might have missed13:18
Vii#link https://review.opendev.org/c/openstack/kolla-ansible/+/935704 Can we add this?13:20
mnasiadkaAdded RP+1, we can try13:22
Viity13:22
mnasiadkaOk, let’s give back some time to cores to review RP+1 stuff - thanks for coming - and see you next week :)13:22
mnasiadka#endmeeting13:22
opendevmeetMeeting ended Wed Apr  1 13:22:27 2026 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)13:22
opendevmeetMinutes:        https://meetings.opendev.org/meetings/kolla/2026/kolla.2026-04-01-13.01.html13:22
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/kolla/2026/kolla.2026-04-01-13.01.txt13:22
opendevmeetLog:            https://meetings.opendev.org/meetings/kolla/2026/kolla.2026-04-01-13.01.log.html13:22
blanson[m]thanks ! 13:23
blanson[m]mnasiadka: sorry but I can't find stuff related to the tidying of Renos in the docs. what did you mean by that ? :)13:36
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it  https://review.opendev.org/c/openstack/kolla-ansible/+/98305913:37
mnasiadkablanson[m]: it’s here - https://docs.openstack.org/kolla/latest/contributor/release-management.html#r-1-prepare-kolla-kolla-ansible-for-rc1-stable-branch-creation13:37
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it  https://review.opendev.org/c/openstack/kolla-ansible/+/98305913:40
tafkamaxHuh, a real pandoras box was opened...13:51
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it  https://review.opendev.org/c/openstack/kolla-ansible/+/98305913:52
blanson[m]mnasiadka: oh ! I was looking at r0, thx13:52
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it  https://review.opendev.org/c/openstack/kolla-ansible/+/98305913:59
mnasiadkatafkamax: ^^ this might be right fix, but it needs to pass CI first, and currently OpenDev servers are nearly unusable (observing high crawler traffic) - so it might need to wait for tomorrow14:16
tafkamaxOk 👀14:16
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it  https://review.opendev.org/c/openstack/kolla-ansible/+/98305914:29
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590114:30
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590114:31
mnasiadkaOk, let’s see if that passes14:31
mnasiadkaTested locally and looks fine14:31
opendevreviewVerification of a change to openstack/kayobe master failed: Hide sensitive inspector rules from ansible output  https://review.opendev.org/c/openstack/kayobe/+/97999814:41
-opendevstatus- NOTICE: The opendev.org site is currently experiencing overwhelming load adversely impacting git operations and repository browsing since 12:20 UTC today, mitigation work is in progress14:41
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590115:19
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590115:25
opendevreviewVerification of a change to openstack/kolla master failed: Add Dockerfile for neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla/+/92430215:26
tafkamaxVii: thanks for review! I have two small questions regarding the reviews.15:29
tafkamaxThanks for the quick work mnasiadka I am testing now my patch. I have a feeling `auth_type` needs to be unset when using clouds.15:31
tafkamaxlets see15:31
tafkamaxIts in the hands of zuulius caesar now.15:31
tafkamaxmy laptop is almost empty and this bus has only usb-c chargers, but I don't have an usb-c cable :d15:32
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457515:46
-opendevstatus- NOTICE: Load on the opendev.org Gitea backends is under control again for now, if any Zuul jobs failed with SSL errors or disconnects reaching the service they can be safely rechecked16:12
mnasiadkatafkamax: yes, auth_type is part of clouds.yaml now - I need to decide if we want to have password inside clouds.yaml or pass it via auth: var - but for today it’s still an improvement :)16:35
opendevreviewDoug Szumski proposed openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances  https://review.opendev.org/c/openstack/kolla-ansible/+/97388116:42
opendevreviewDoug Szumski proposed openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances  https://review.opendev.org/c/openstack/kolla-ansible/+/97388117:03
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457517:36
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it  https://review.opendev.org/c/openstack/kolla-ansible/+/98305919:02
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it  https://review.opendev.org/c/openstack/kolla-ansible/+/98305919:05
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it  https://review.opendev.org/c/openstack/kolla-ansible/+/98305919:10
mikalHow do I upload a review that only targets a stable branch, that is, a "backport" that isn't a simple backport of the patch on master but is instead tweaked for the stable version? Is that just a case of having the branch in git which is the patch fork off of the stable branch and it just magically happens?19:55
opendevreviewMichael Still proposed openstack/kolla stable/2025.2: Re-enable SPICE support on Ubuntu Noble.  https://review.opendev.org/c/openstack/kolla/+/98311819:57
mikalAhh yes, that seems to work. Nice.19:58
fricklermikal: yes. the magic mostly consists of the "defaultbranch" field getting added to the .gitreview file for stable branches19:58
mikalIs stable/2025.1 now a tag not a branch or something? I check it out and end up in detached head state?20:02
mikalHuh no it exists, I am doing something weird.20:05
opendevreviewMichael Still proposed openstack/kolla stable/2025.2: Re-enable SPICE support on Ubuntu Noble.  https://review.opendev.org/c/openstack/kolla/+/98311820:15
opendevreviewMichael Still proposed openstack/kolla stable/2025.2: Re-enable SPICE support on Ubuntu Noble.  https://review.opendev.org/c/openstack/kolla/+/98311820:16
mikalAh ha! As an aside to literally no one else, my problem is that my patches are pinned to SHAs not branches and this confuses the heck out of gerrit.20:19
opendevreviewMichael Still proposed openstack/kolla stable/2025.1: Re-enable SPICE support on Ubuntu Noble.  https://review.opendev.org/c/openstack/kolla/+/98312320:21
mikalFYI, I reopened https://bugs.launchpad.net/kolla/+bug/2138186 because it turns out it needs backports to 2025.2 and 2025.1 for Ubuntu not Debian.20:25
opendevreviewMerged openstack/kayobe master: Build Rocky based IPA images  https://review.opendev.org/c/openstack/kayobe/+/98210920:51
opendevreviewMichael Still proposed openstack/kolla master: Implement container image build for kerbside  https://review.opendev.org/c/openstack/kolla/+/97549521:25
opendevreviewMichael Still proposed openstack/kolla-ansible master: Add additional SPICE configuration options  https://review.opendev.org/c/openstack/kolla-ansible/+/96780021:28
opendevreviewMichael Still proposed openstack/kolla-ansible master: Allow requiring secure channels with SPICE  https://review.opendev.org/c/openstack/kolla-ansible/+/96780221:28
opendevreviewMichael Still proposed openstack/kolla-ansible master: Simplify cron jobs for log rotate  https://review.opendev.org/c/openstack/kolla-ansible/+/96913821:28
opendevreviewMichael Still proposed openstack/kolla-ansible master: Deploy Kerbside with Kolla-Ansible  https://review.opendev.org/c/openstack/kolla-ansible/+/97688921:28
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457522:00

Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!