| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 08:58 |
|---|---|---|
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 08:58 |
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 09:08 |
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 09:15 |
| tafkamax | Hmm: "Request requires an ID but none was found" | 10:03 |
| tafkamax | Is this a known random issue? | 10:04 |
| tafkamax | I rebased to get changes for testtools. | 10:05 |
| tafkamax | I see haproxy got updated also: https://opendev.org/openstack/kolla-ansible/commit/81bb9bdda13067c1e20054407e9385da4b1dc2d3 | 10:05 |
| tafkamax | Could be related to this tbh | 10:05 |
| tafkamax | https://zuul.opendev.org/t/openstack/build/9f359aa784534316b45736d95938692b/log/primary/logs/ansible/deploy | 10:05 |
| tafkamax | What do you guys think? | 10:05 |
| *** jhorstmann is now known as Guest3171 | 10:13 | |
| mnasiadka | If it would be cause by haproxy tls bump - some other things would fail on the way | 10:17 |
| mnasiadka | And I think it would be useful to switch to Ansible modules instead of calling the openstack cli first | 10:17 |
| mnasiadka | Or at least call the CLI with debug/verbosity so you know what really failed | 10:18 |
| tafkamax | Hmm so I have two options. Rerun CI as I don't think I changed anything in the behavior and hope it was a suprious fail. Add --verbose option to the CLI | 10:50 |
| opendevreview | Pierre Riteau proposed openstack/kolla master: Bump OVN to 25.09 in Rocky Linux 10 images https://review.opendev.org/c/openstack/kolla/+/977311 | 11:35 |
| opendevreview | Taavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured. https://review.opendev.org/c/openstack/kolla-ansible/+/975901 | 11:37 |
| tafkamax | OK, will try to add verbose option, maybe it will pop up again. | 11:37 |
| mnasiadka | blanson[m], zigo: Is there a way to get OVN 25.09 from forky to trixie-backports? | 11:43 |
| opendevreview | Pierre Riteau proposed openstack/kayobe master: CI: Add kayobe-ansible-control-host-configure jobs https://review.opendev.org/c/openstack/kayobe/+/972843 | 11:51 |
| opendevreview | Pierre Riteau proposed openstack/kolla master: Add Open vSwitch/OVN versions to support matrix https://review.opendev.org/c/openstack/kolla/+/977315 | 12:38 |
| opendevreview | Pierre Riteau proposed openstack/kolla master: Bump OVN to 25.09 in Rocky Linux 10 images https://review.opendev.org/c/openstack/kolla/+/977311 | 12:54 |
| tafkamax | I am in the rabbit hole too deep. https://docs.ansible.com/projects/ansible/latest/collections/openstack/cloud/federation_mapping_module.html#ansible-collections-openstack-cloud-federation-mapping-module | 12:55 |
| tafkamax | Maybe I should try to convert it to the ansible module? | 12:55 |
| opendevreview | Merged openstack/kayobe master: Support Python installation through Apt proxy https://review.opendev.org/c/openstack/kayobe/+/901551 | 12:59 |
| Moha_ | Kolla-ansible expect configs in /etc/kolla. Is possible to change the default path? | 13:35 |
| tafkamax | Hmm let me check... | 13:36 |
| tafkamax | I think is due to the node_custom_config logic used, but I can change it to /etc/kolla. | 13:38 |
| tafkamax | In operations we use --config-dir option when deploying. In the remote hosts it is yes under /etc/kolla as it should be, but the custom configs live under --config-dir/config so for example /home/deployer/kolla-ansible-deploy/globals.yml and then the custom configs are under /home/deployer/kolla-ansible-deploy/config thats where the /etc/kolla/config logic comes from. It corresponds with the node_custom_config folder. | 13:38 |
| tafkamax | As these IDP operations are mean't to be mostly for operators. | 13:38 |
| tafkamax | Interesting that it worked in the CI before a few days ago. | 13:38 |
| tafkamax | Using the ansible module would be cool indeed. | 13:39 |
| Moha_ | you mean adding node_custom_config: /conf-path? For example defining in <base path>/ansible.cfg? | 14:01 |
| tafkamax | Do you wish to have your /etc/kolla config on another path on the actual hosts or in the deployment host? | 14:02 |
| Moha_ | tafkamax: the issue with --config-dir is that kolla-keygen does not support any switch! | 14:02 |
| Moha_ | Yes, I don't want keep anything in /etc/kolla. Completely moving it somewhere else | 14:03 |
| Moha_ | On deployer host. | 14:03 |
| tafkamax | aha okay, I don't know about that sorry | 14:03 |
| tafkamax | Ah deployer | 14:03 |
| tafkamax | We are using --config-dir, let me check | 14:04 |
| tafkamax | we have a git repo called kolla-deploy-config which we CD into and we have VENV-s for each deployment | 14:04 |
| tafkamax | `kolla-ansible deploy -i hosts.zone.int.test --configdir config-zone-int-test/` | 14:05 |
| tafkamax | Like this for example | 14:05 |
| tafkamax | different inventory files and configdir path | 14:05 |
| tafkamax | the configdir holds:... (full message at <https://matrix.org/oftc/media/v1/media/download/AdFbqiGeTOq4e_w9ZM-E30RsdplUuD6iLVshgeY63O-aS6RUWCUZibq2vdF6ZNJL2j6jh4vpfPG5SinCyCMJEa5CecvlLe-gAG1hdHJpeC5vcmcvaERjRFFKSmxiR2tQSW1OVEplZ1VEaHVM>) | 14:07 |
| Moha_ | Yes, but should be pissible to make it persistent. I did it for inventory file in ansible cfg file by `inventory = ./KConf/inventory.ini`. But I'm curious for the whole config path... | 14:07 |
| tafkamax | You mean kolla-genpwd ? | 14:09 |
| tafkamax | For that we initally CD into the directory and run kolla-genpwd -p passwords.yml indeed. | 14:09 |
| Moha_ | +1 | 14:23 |
| zigo | mnasiadka: Well, one would need to maintain an OVN backport in Trixie. That's not on my plans... :P | 15:26 |
| zigo | mnasiadka: What's wrong/missing with 25.03.0 ? | 15:26 |
| priteau | RL10 and Ubuntu are using/will soon be using 25.09, so Debian will be the odd one | 15:28 |
| priteau | Also, support for 25.03 will end on 7 March, 2026. | 15:29 |
| priteau | https://www.ovn.org/en/releases/25.03/ | 15:29 |
| zigo | And? If it's 3 weeks old, it smells? :) | 15:29 |
| zigo | Please give me more details, like "it's missing THIS and THAT feature", otherwise, I'm not convinced ! | 15:29 |
| zigo | Also, "support for 25.03 will end on 7 March, 2026" is what upstream says, in Debian it's different. | 15:30 |
| zigo | It's not like I was still maintaining up to Victoria, you know ... :P | 15:30 |
| priteau | I don't know if it is missing anything, just saying that it will be outdated compared to the other OS distributions | 15:32 |
| zigo | blanson[m] told me that you may need it for dropping privileges or soemthing? If that's the case, and you really need something new for a reason, then I may agree to do the backport, but if is just because "it looks like too old", then I believe it's not worth the effort. So let me know ! | 15:34 |
| mnasiadka | zigo: it’s not blocking non-root work, but I think once 26.03 will be out (it’s the next LTS) - it would be nice to have it bumped | 16:40 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!