| opendevreview | Merged openstack/kolla master: Remove dsa from haproxy-ssh host key types https://review.opendev.org/c/openstack/kolla/+/980173 | 01:45 |
|---|---|---|
| mnasiadka | tafkamax: what variable? | 06:50 |
| tafkamax | sec | 06:54 |
| tafkamax | https://opendev.org/openstack/kolla-ansible/commit/34accf058d514517228a09efc65f3b13c1e452f1#diff-9d1fb9ee56eedb88db941fd7cbfe995b07e7d95a | 06:55 |
| tafkamax | line 130 | 06:55 |
| tafkamax | domain_id: "{{ existing_identity_domains.domains | selectattr('name', 'equalto', item.openstack_domain) | map(attribute='id') | first }}" | 06:55 |
| mnasiadka | Exempt as an if statement, or a default value? | 07:10 |
| mnasiadka | There’s default(omit) that is honoured by the modules | 07:10 |
| tafkamax | Nono, 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 |
| tafkamax | If an task includes NO_LOG keys then will all of its output be tagged NO_LOG? | 07:17 |
| mnasiadka | Oh, no_log is complicated | 07:18 |
| mnasiadka | no_log: true on task level only affects stdout output | 07:18 |
| mnasiadka | But still the secret will be logged to syslog | 07:18 |
| tafkamax | E.g. all of the IDP related options use the API and contain the secrets to auth to keystone. | 07:18 |
| tafkamax | my query output is as follow.... (full message at <https://matrix.org/oftc/media/v1/media/download/AdLVCgY1tkst-5e3WW6s3SmKhycv4LrcvqBayz4ztgJbrnVp3s1SOMqn_E5DkE71UHt9qJqHQ0vpjTFm-c5jsYdCedkAL0cgAG1hdHJpeC5vcmcvQ2ZFcUdJQ2NGenVCdmJja3ZqVGRGbFp3>) | 07:20 |
| tafkamax | it seems that ID is also included in the no_log output? | 07:20 |
| tafkamax | though I don't think it should be in this case. | 07:20 |
| tafkamax | https://44e3803d628674ce6841-5136c092bce7ed70e7e87b6bbcdf5d00.ssl.cf1.rackcdn.com/openstack/acce01cd68504b8e94e122e5d775fa52/primary/logs/ansible/deploy | 07:20 |
| tafkamax | This is the deploy log | 07:20 |
| tafkamax | I 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 |
| tafkamax | ID is not specified there, so I am thinking why is the id hidden? | 07:24 |
| tafkamax | wait, could this be an openstack.cloud thing? | 07:25 |
| tafkamax | I cant seem to find in ansible-collection-openstack if it might be related to it... | 07:28 |
| tafkamax | This seems to be a return value hmm | 07:31 |
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 07:45 |
| tafkamax | I will try and explicit no_log: false on the gather identity domains task | 07:46 |
| opendevreview | Merged openstack/kolla master: CI: publish aarch64 noble images https://review.opendev.org/c/openstack/kolla/+/982788 | 08:05 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: keystone: Limit OIDCHTMLErrorTemplate to Ubuntu https://review.opendev.org/c/openstack/kolla-ansible/+/983012 | 08:07 |
| mnasiadka | tafkamax: ^^ - I’ve breaken out this from your patch for clarity and will merge + backport today | 08:07 |
| tafkamax | ok | 08:09 |
| opendevreview | Matt Crees proposed openstack/kayobe master: Hide sensitive inspector rules from ansible output https://review.opendev.org/c/openstack/kayobe/+/979998 | 08:13 |
| opendevreview | Matt Crees proposed openstack/kayobe master: Make Ironic Inspector config comments consistent https://review.opendev.org/c/openstack/kayobe/+/983013 | 08:13 |
| tafkamax | And thoughts on why the query returns no_log values, is it because it is like a nested invocation? | 08:14 |
| tafkamax | Module inside a module? | 08:14 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: release: cinder TODO https://review.opendev.org/c/openstack/kolla-ansible/+/982880 | 08:23 |
| mnasiadka | tafkamax: which query - can you send a log url with line number? | 08:24 |
| opendevreview | Piotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent https://review.opendev.org/c/openstack/kolla-ansible/+/924575 | 08:27 |
| tafkamax | ok, I previously sent the raw log link. | 08:36 |
| tafkamax | mnasiadka: https://zuul.opendev.org/t/openstack/build/acce01cd68504b8e94e122e5d775fa52/log/primary/logs/ansible/deploy#67060 | 08:36 |
| tafkamax | this is the nice version | 08:36 |
| tafkamax | This 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#67090 | 08:37 |
| tafkamax | But it did not work. | 08:37 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/2025.1: [stable-2025.1-only] valkey: Add ansible role https://review.opendev.org/c/openstack/kolla-ansible/+/973214 | 08:47 |
| opendevreview | Ruslan 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://review | 09:07 |
| opendevreview | Alex Welsh proposed openstack/kayobe master: Add custom_etc_hosts_entries variable https://review.opendev.org/c/openstack/kayobe/+/953316 | 09:15 |
| *** jhorstmann is now known as Guest6332 | 09:32 | |
| opendevreview | Ruslan Savvin proposed openstack/kolla-ansible master: security_opt handling for podman_worker. https://review.opendev.org/c/openstack/kolla-ansible/+/983018 | 09:33 |
| opendevreview | Ruslan Savvin proposed openstack/kolla-ansible master: security_opt handling for podman_worker. https://review.opendev.org/c/openstack/kolla-ansible/+/983018 | 09:40 |
| opendevreview | Michael Still proposed openstack/kolla master: Implement container image build for kerbside. https://review.opendev.org/c/openstack/kolla/+/975495 | 09:58 |
| opendevreview | Michael Still proposed openstack/kolla-ansible master: Add additional SPICE configuration options. https://review.opendev.org/c/openstack/kolla-ansible/+/967800 | 09:59 |
| opendevreview | Michael Still proposed openstack/kolla-ansible master: Allow requiring secure channels with SPICE. https://review.opendev.org/c/openstack/kolla-ansible/+/967802 | 09:59 |
| opendevreview | Michael Still proposed openstack/kolla-ansible master: Simplify cron jobs for log rotate. https://review.opendev.org/c/openstack/kolla-ansible/+/969138 | 09:59 |
| opendevreview | Michael Still proposed openstack/kolla-ansible master: Deploy Kerbside with Kolla-Ansible. https://review.opendev.org/c/openstack/kolla-ansible/+/976889 | 09:59 |
| opendevreview | Ruslan Savvin proposed openstack/kolla-ansible master: security_opt handling for podman_worker. https://review.opendev.org/c/openstack/kolla-ansible/+/983018 | 10:16 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Fix openstack_auth dict contents being redacted https://review.opendev.org/c/openstack/kolla-ansible/+/983022 | 10:23 |
| mnasiadka | tafkamax: ^^ that should be the fix - rebase your patch on this | 10:23 |
| opendevreview | Piotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent https://review.opendev.org/c/openstack/kolla-ansible/+/924575 | 10:24 |
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 10:24 |
| mnasiadka | tafkamax: well, I rebased it, let’s see if it helps | 10:27 |
| opendevreview | Doug Szumski proposed openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances https://review.opendev.org/c/openstack/kolla-ansible/+/973881 | 10:27 |
| opendevreview | Doug Szumski proposed openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances https://review.opendev.org/c/openstack/kolla-ansible/+/973881 | 10:28 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: release: cinder TODO https://review.opendev.org/c/openstack/kolla-ansible/+/982880 | 10:28 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: release: ovn TODO https://review.opendev.org/c/openstack/kolla-ansible/+/982884 | 10:28 |
| tafkamax | thx for quick response | 10:46 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Fix openstack_auth dict contents being redacted https://review.opendev.org/c/openstack/kolla-ansible/+/983022 | 10:49 |
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 10:49 |
| mnasiadka | I was blind, but this version should be better | 10:49 |
| tafkamax | i was looking yes that trixie failed on nonetype | 10:49 |
| tafkamax | and was about to dig deeper | 10:49 |
| opendevreview | Ruslan Savvin proposed openstack/kolla-ansible master: "security_opt" handling for podman_worker. https://review.opendev.org/c/openstack/kolla-ansible/+/953941 | 10:53 |
| opendevreview | Verification of a change to openstack/kolla-ansible master failed: Add HAProxy timeout variables for cloudkitty API https://review.opendev.org/c/openstack/kolla-ansible/+/964753 | 10:57 |
| tafkamax | Hmm | 11:13 |
| tafkamax | https://zuul.opendev.org/t/openstack/build/2f9e926bf4374313a28a8c5354685dfb/log/primary/logs/ansible/bootstrap-servers#13834 | 11:13 |
| tafkamax | interesting | 11:13 |
| tafkamax | apt cache error | 11:13 |
| tafkamax | could 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 |
| tafkamax | seems to only affect trixixe currently | 11:14 |
| tafkamax | rocky and noble CI is going strong still | 11:14 |
| mnasiadka | tafkamax: there’s a debian mirror update in progress | 11:23 |
| tafkamax | yeah i am seeing in the opendev channel | 11:24 |
| tafkamax | i thought if it was related | 11:24 |
| tafkamax | btw I deployed 2025.2 with keystone_wsgi_provide apache and my patch | 11:24 |
| tafkamax | seems to work | 11:24 |
| tafkamax | I am testing to use ze ErrorDocument logic ErrorDocument 401 /var/www/html/modoidc-error-page.html in wsgi-keystone.conf | 11:25 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible stable/2025.1: [stable-2025.1-only] valkey: Add ansible role https://review.opendev.org/c/openstack/kolla-ansible/+/973214 | 11:26 |
| tafkamax | TBH 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 |
| mnasiadka | I 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 things | 11:27 |
| tafkamax | ok sure | 11:28 |
| tafkamax | seems reasonable | 11:28 |
| tafkamax | Latest change: https://zuul.opendev.org/t/openstack/build/2fd0536f4b2c47f49c756f10517e96aa/log/primary/logs/ansible/deploy#67535 | 11:30 |
| tafkamax | Same problem still | 11:30 |
| opendevreview | Merged openstack/kolla-ansible master: Add HAProxy timeout variables for cloudkitty API https://review.opendev.org/c/openstack/kolla-ansible/+/964753 | 11:31 |
| tafkamax | I wonder why some of the values are NO_LOG and some are not. | 11:32 |
| opendevreview | Ruslan Savvin proposed openstack/kolla-ansible master: "security_opt" handling for podman_worker. https://review.opendev.org/c/openstack/kolla-ansible/+/953941 | 11:32 |
| tafkamax | Could it be that the domain_id == default matches some of the no_log parameters and then it hides it? | 11:35 |
| mnasiadka | tafkamax: 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 |
| tafkamax | Yeah, 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 |
| tafkamax | I 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 |
| tafkamax | i don't know where default would be a secret value though. | 11:40 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Fix openstack_auth dict contents being redacted https://review.opendev.org/c/openstack/kolla-ansible/+/983022 | 11:50 |
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 11:50 |
| mnasiadka | Let’s see now | 11:51 |
| tafkamax | ok, lets see now, thanks for quick reaction | 11:51 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Fix openstack_auth dict contents being redacted https://review.opendev.org/c/openstack/kolla-ansible/+/983022 | 12:04 |
| mnasiadka | Indenting fail :D | 12:04 |
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 12:04 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Fix openstack_auth dict contents being redacted https://review.opendev.org/c/openstack/kolla-ansible/+/983022 | 12:28 |
| opendevreview | Verification of a change to openstack/kayobe master failed: Template disabled repositories https://review.opendev.org/c/openstack/kayobe/+/976615 | 12:37 |
| opendevreview | Verification of a change to openstack/kayobe master failed: Adds dnf_repo_state_overrides https://review.opendev.org/c/openstack/kayobe/+/977028 | 12:37 |
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 12:37 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Fix openstack_auth dict contents being redacted https://review.opendev.org/c/openstack/kolla-ansible/+/983022 | 12:49 |
| mnasiadka | bbezak frickler kevko mmalchuk gkoper jovial mattcrees dougszu darmach pabloclsn ravlew amir58118 r-krcek blanson[m] - meeting in 10 minutes | 12:50 |
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 12:50 |
| tafkamax | I 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 kolla | 13:01 |
| opendevmeet | Meeting 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 |
| opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 13:01 |
| opendevmeet | The meeting name has been set to 'kolla' | 13:01 |
| mnasiadka | #topic rollcall | 13:01 |
| darmach1 | \o | 13:03 |
| bbezak | O/ | 13:03 |
| opendevreview | Ruslan Savvin proposed openstack/kolla-ansible master: "security_opt" handling for podman_worker. https://review.opendev.org/c/openstack/kolla-ansible/+/953941 | 13:03 |
| blanson[m] | o/ | 13:03 |
| dougszu | o] | 13:03 |
| opendevreview | Piotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent https://review.opendev.org/c/openstack/kolla-ansible/+/924575 | 13:05 |
| mnasiadka | #topic agenda | 13:07 |
| mnasiadka | * CI status | 13:07 |
| mnasiadka | * Release tasks | 13:07 |
| mnasiadka | * Open discussion | 13:07 |
| mnasiadka | #topic CI status | 13:07 |
| mnasiadka | So, the CI looks fine, bbezak fixed arm64 | 13:07 |
| mnasiadka | No scary things, so that’s probably not bad | 13:08 |
| mnasiadka | #topic Release tasks | 13:08 |
| mnasiadka | We’re at R-0 | 13:10 |
| mnasiadka | Which means we should aim at wrapping up | 13:10 |
| mnasiadka | #link https://docs.openstack.org/kolla/latest/contributor/release-management.html#r-0-kolla-kolla-ansible-rc1-stable-branch-creation | 13:11 |
| mnasiadka | Which I think we’re trying - I started going through all TODOs related to things we should be dropping or other upgrade-related stuff | 13:11 |
| mnasiadka | #link https://review.opendev.org/q/kolla_gazpacho_release | 13:12 |
| mnasiadka | That’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 branching | 13:13 |
| mnasiadka | And let’s go to Open discussion for any other points | 13:13 |
| mnasiadka | #topic Open discussion | 13:13 |
| mnasiadka | Anybody 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 |
| mnasiadka | blanson[m]: If you’re interested - you can tidy up Renos and raise release patches when time comes :) | 13:14 |
| tafkamax | If 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 rereview | 13: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 |
| mnasiadka | blanson[m]: yes, sort of that | 13: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 missed | 13:18 |
| Vii | #link https://review.opendev.org/c/openstack/kolla-ansible/+/935704 Can we add this? | 13:20 |
| mnasiadka | Added RP+1, we can try | 13:22 |
| Vii | ty | 13:22 |
| mnasiadka | Ok, let’s give back some time to cores to review RP+1 stuff - thanks for coming - and see you next week :) | 13:22 |
| mnasiadka | #endmeeting | 13:22 |
| opendevmeet | Meeting ended Wed Apr 1 13:22:27 2026 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 13:22 |
| opendevmeet | Minutes: https://meetings.opendev.org/meetings/kolla/2026/kolla.2026-04-01-13.01.html | 13:22 |
| opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/kolla/2026/kolla.2026-04-01-13.01.txt | 13:22 |
| opendevmeet | Log: https://meetings.opendev.org/meetings/kolla/2026/kolla.2026-04-01-13.01.log.html | 13: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 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it https://review.opendev.org/c/openstack/kolla-ansible/+/983059 | 13:37 |
| mnasiadka | blanson[m]: it’s here - https://docs.openstack.org/kolla/latest/contributor/release-management.html#r-1-prepare-kolla-kolla-ansible-for-rc1-stable-branch-creation | 13:37 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it https://review.opendev.org/c/openstack/kolla-ansible/+/983059 | 13:40 |
| tafkamax | Huh, a real pandoras box was opened... | 13:51 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it https://review.opendev.org/c/openstack/kolla-ansible/+/983059 | 13:52 |
| blanson[m] | mnasiadka: oh ! I was looking at r0, thx | 13:52 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it https://review.opendev.org/c/openstack/kolla-ansible/+/983059 | 13:59 |
| mnasiadka | tafkamax: ^^ 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 tomorrow | 14:16 |
| tafkamax | Ok 👀 | 14:16 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it https://review.opendev.org/c/openstack/kolla-ansible/+/983059 | 14:29 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 14:30 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 14:31 |
| mnasiadka | Ok, let’s see if that passes | 14:31 |
| mnasiadka | Tested locally and looks fine | 14:31 |
| opendevreview | Verification of a change to openstack/kayobe master failed: Hide sensitive inspector rules from ansible output https://review.opendev.org/c/openstack/kayobe/+/979998 | 14: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 progress | 14:41 | |
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 15:19 |
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 15:25 |
| opendevreview | Verification of a change to openstack/kolla master failed: Add Dockerfile for neutron-ovn-vpn-agent https://review.opendev.org/c/openstack/kolla/+/924302 | 15:26 |
| tafkamax | Vii: thanks for review! I have two small questions regarding the reviews. | 15:29 |
| tafkamax | Thanks 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 |
| tafkamax | lets see | 15:31 |
| tafkamax | Its in the hands of zuulius caesar now. | 15:31 |
| tafkamax | my laptop is almost empty and this bus has only usb-c chargers, but I don't have an usb-c cable :d | 15:32 |
| opendevreview | Piotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent https://review.opendev.org/c/openstack/kolla-ansible/+/924575 | 15: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 rechecked | 16:12 | |
| mnasiadka | tafkamax: 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 |
| opendevreview | Doug Szumski proposed openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances https://review.opendev.org/c/openstack/kolla-ansible/+/973881 | 16:42 |
| opendevreview | Doug Szumski proposed openstack/kolla-ansible master: Support multiple Nova Compute Ironic instances https://review.opendev.org/c/openstack/kolla-ansible/+/973881 | 17:03 |
| opendevreview | Piotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent https://review.opendev.org/c/openstack/kolla-ansible/+/924575 | 17:36 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it https://review.opendev.org/c/openstack/kolla-ansible/+/983059 | 19:02 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it https://review.opendev.org/c/openstack/kolla-ansible/+/983059 | 19:05 |
| opendevreview | Michal Nasiadka proposed openstack/kolla-ansible master: kolla-toolbox: Template clouds.yaml and use it https://review.opendev.org/c/openstack/kolla-ansible/+/983059 | 19:10 |
| mikal | How 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 |
| opendevreview | Michael Still proposed openstack/kolla stable/2025.2: Re-enable SPICE support on Ubuntu Noble. https://review.opendev.org/c/openstack/kolla/+/983118 | 19:57 |
| mikal | Ahh yes, that seems to work. Nice. | 19:58 |
| frickler | mikal: yes. the magic mostly consists of the "defaultbranch" field getting added to the .gitreview file for stable branches | 19:58 |
| mikal | Is stable/2025.1 now a tag not a branch or something? I check it out and end up in detached head state? | 20:02 |
| mikal | Huh no it exists, I am doing something weird. | 20:05 |
| opendevreview | Michael Still proposed openstack/kolla stable/2025.2: Re-enable SPICE support on Ubuntu Noble. https://review.opendev.org/c/openstack/kolla/+/983118 | 20:15 |
| opendevreview | Michael Still proposed openstack/kolla stable/2025.2: Re-enable SPICE support on Ubuntu Noble. https://review.opendev.org/c/openstack/kolla/+/983118 | 20:16 |
| mikal | Ah 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 |
| opendevreview | Michael Still proposed openstack/kolla stable/2025.1: Re-enable SPICE support on Ubuntu Noble. https://review.opendev.org/c/openstack/kolla/+/983123 | 20:21 |
| mikal | FYI, 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 |
| opendevreview | Merged openstack/kayobe master: Build Rocky based IPA images https://review.opendev.org/c/openstack/kayobe/+/982109 | 20:51 |
| opendevreview | Michael Still proposed openstack/kolla master: Implement container image build for kerbside https://review.opendev.org/c/openstack/kolla/+/975495 | 21:25 |
| opendevreview | Michael Still proposed openstack/kolla-ansible master: Add additional SPICE configuration options https://review.opendev.org/c/openstack/kolla-ansible/+/967800 | 21:28 |
| opendevreview | Michael Still proposed openstack/kolla-ansible master: Allow requiring secure channels with SPICE https://review.opendev.org/c/openstack/kolla-ansible/+/967802 | 21:28 |
| opendevreview | Michael Still proposed openstack/kolla-ansible master: Simplify cron jobs for log rotate https://review.opendev.org/c/openstack/kolla-ansible/+/969138 | 21:28 |
| opendevreview | Michael Still proposed openstack/kolla-ansible master: Deploy Kerbside with Kolla-Ansible https://review.opendev.org/c/openstack/kolla-ansible/+/976889 | 21:28 |
| opendevreview | Piotr Milewski proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent https://review.opendev.org/c/openstack/kolla-ansible/+/924575 | 22:00 |
Generated by irclog2html.py 4.1.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!