Monday, 2025-03-17

opendevreviewMerged openstack/openstack-ansible-os_nova master: Fix ansible `difference()` filter use  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/94428309:44
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-os_nova stable/2024.2: Fix ansible `difference()` filter use  https://review.opendev.org/c/openstack/openstack-ansible-os_nova/+/94464009:46
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-ops master: Bump mcapi to 0.29.0  https://review.opendev.org/c/openstack/openstack-ansible-ops/+/94413610:19
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-plugins master: Add most basic molecule test for ssh connection plugin  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/93989811:09
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-plugins master: Add most basic molecule test for ssh connection plugin  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/93989811:10
noonedeadpunkI think this should work now. Dunno if we're satisfied of way of doing this though... But I think it's "fine"?11:11
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-plugins master: Add address_scopes defenition to openstack_resources_network  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/94475711:20
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-plugins master: Add address_scopes defenition to openstack_resources_network  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/94475711:28
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-plugins master: Add support for adding subnet pool  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/94475811:36
jrosseri think we have a problem in the heat role https://zuul.opendev.org/t/openstack/build/ff2223d2093344c38055c14595c11810/log/job-output.txt#18687-1870112:49
noonedeadpunkso there was some report recently that roles were not working in some env13:36
noonedeadpunkbut I think it was 2023.1 or smth...13:37
jrossershame the no_log has hidden the useful thing13:49
noonedeadpunkproably we should be disabling no_log for CI as a general rule?13:55
noonedeadpunkthere're variables we can use for that13:55
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-plugins master: Update ssh connection plugin paramters to match upstream  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/93989913:56
opendevreviewJonathan Rosser proposed openstack/openstack-ansible-plugins master: Automatically import ssh connection plugin options from the base class  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/93995713:56
spatelMorning noonedeadpunk :)14:46
noonedeadpunko/14:47
spateldid you ever finish your L3 BGP based compute? 14:47
spatelusing ovn-bgp?14:47
spatelI am planning to test last mile BGP l3 on ceph storage. 14:49
spatelusing FRR daemon 14:49
jrosserit's tricky with no_log - we've previously had the case we used the CI to check we had proper coverage of that15:28
noonedeadpunkspatel: yes, I did16:24
noonedeadpunkI used only NB DB driver and both underlay and vrf exposure methods16:25
noonedeadpunkDid not have a chance to document things yet16:25
noonedeadpunkfor underlay I had to do a PBR with FRR16:26
noonedeadpunkand also did for IPv616:26
spatelI want to see the configuration :)16:29
opendevreviewMerged openstack/openstack-ansible-plugins master: Support more openstack.cloud.subnet arguments  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/94441416:34
opendevreviewMerged openstack/openstack-ansible-plugins master: Add most basic molecule test for ssh connection plugin  https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/93989816:44
noonedeadpunkspatel: well... I will try to push some public docs with setup16:44
noonedeadpunkas I will need to be very carefull with sharing config, as it's super tightly integrated with downstream infra16:45
sykebenXGood afternoon everyone, I have been experiencing a strange issue when running setup_hosts in openstack-ansible (stable/2024.2 - 30.0.1). I think it might be an improvment that could be made to make it a little more robust or it's a bug: https://bugs.launchpad.net/openstack-ansible/+bug/210344216:55
spatelnoonedeadpunk all I just need idea.. don't need actual config :)16:58
noonedeadpunksykebenX: it's really interesting why this issue happens to you actually17:17
noonedeadpunkspatel: well.... I mean... Idea is pretty much defined in ovn-bgp-agent docs... 17:19
noonedeadpunkwe pretty much ended up somewhere close with this example: https://docs.openstack.org/ovn-bgp-agent/latest/examples/nb_evpn_vrf.html17:19
noonedeadpunkexcept we have an external vlan and peering group per vrf17:20
noonedeadpunkso we define a VRF for FRR config as well17:20
noonedeadpunkand create vrf/vlan with systemd_networkd17:20
spatelHmm! 17:21
spatelAre you using ipv6 for switch to compute (like unnumbered) 17:22
spatelcreated loopback interface?17:22
noonedeadpunkI never touched our net equipment - not even sure I have access there17:34
noonedeadpunkso can't tell what was done there :(17:35
noonedeadpunkso our FRR config before ovn-bgp-agent adjustments look like this: https://paste.openstack.org/show/b6b0NLzI1Y5ijy6Dck7x/17:40
noonedeadpunksykebenX: and have you tried to add `debug: var: _git_version` to https://github.com/openstack/openstack-ansible-openstack_hosts/blob/358b58ca72ff4e4fb2af4f438e90c4671a1a8f54/tasks/openstack_gitconfig.yml#L24 ? 17:41
noonedeadpunkas it would be interesting what the output is17:41
sykebenXI'll give that a try and report back18:00
sykebenXOkay I'm a little bit silly now - I was running in check-mode and the command module is being used so it skips it and does not populate the variable. This is why it's undefined 18:03
sykebenXI'll close the bug report18:03
jrossernoonedeadpunk: i thought we had a way in o_u_c to define different mgmt and ansible ssh addresses for the physical hosts (just trying to reply to ML) but i can't find that18:07
jrosserah management_ip18:09
noonedeadpunkyup. sorry, was already out. feel terribly exhausted after weekends :(18:27
noonedeadpunksykebenX: yeah, we never tried to properly support the check mode18:27
noonedeadpunkthere's a way to skip all command-related tasks, but well.... 18:27
noonedeadpunkin some cases it would be kinda same to skipping half of the role18:27

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