Tuesday, 2024-07-23

opendevreviewRoman Krček proposed openstack/kolla-ansible master: Fix: Don't notify handlers during copy-cert  https://review.opendev.org/c/openstack/kolla-ansible/+/92465105:32
opendevreviewMaximilian Stinsky proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457506:30
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost: Fix ansible and deps installation  https://review.opendev.org/c/openstack/kolla/+/92424607:29
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Install python-swiftclient in swift scenario  https://review.opendev.org/c/openstack/kolla-ansible/+/92457807:43
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Fix cases where port is not available yet  https://review.opendev.org/c/openstack/kolla-ansible/+/92450607:44
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Install simplejson in swift scenario  https://review.opendev.org/c/openstack/kolla-ansible/+/92457807:44
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Fix cases where port is not available yet  https://review.opendev.org/c/openstack/kolla-ansible/+/92450607:44
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: Bump Ansible versions to 2.16 and 2.17  https://review.opendev.org/c/openstack/kolla-ansible/+/92174307:44
opendevreviewMaximilian Stinsky proposed openstack/kolla-ansible master: Implement neutron-ovn-vpn-agent  https://review.opendev.org/c/openstack/kolla-ansible/+/92457507:56
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: glance: Add support for unified limits  https://review.opendev.org/c/openstack/kolla-ansible/+/92470108:24
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: glance: Add support for unified limits  https://review.opendev.org/c/openstack/kolla-ansible/+/92470108:26
opendevreviewRoman Krček proposed openstack/kolla-ansible master: Performance: Don't notify handlers during config  https://review.opendev.org/c/openstack/kolla-ansible/+/74516408:41
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost: Fix ansible and deps installation  https://review.opendev.org/c/openstack/kolla/+/92424609:35
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost: Fix ansible and deps installation  https://review.opendev.org/c/openstack/kolla/+/92424609:36
opendevreviewMatúš Jenča proposed openstack/kolla-ansible master: Add backend TLS between MariaDB and ProxySQL  https://review.opendev.org/c/openstack/kolla-ansible/+/90991209:42
opendevreviewMichael Still proposed openstack/kolla master: Fix codespell on master  https://review.opendev.org/c/openstack/kolla/+/92043309:45
sylvrHello ! I have an issue with the gateway on my network, my kayobe-control-host and seed-hypervisor are the same machine, and its supposed to be the gateway on the network mgmt10:37
sylvrunfortunately, I don't think any machine like to be set as its own gateway on some network10:37
sylvrI tried overriding it in etc/kayobe/inventory/group_vars/seed-hypervisor/network-interfaces with "mgmt_gateway: null" but it still fail with the same error10:38
sylvrwhat's the best way to manage this issue?10:39
opendevreviewMerged openstack/kolla master: Fix codespell on master  https://review.opendev.org/c/openstack/kolla/+/92043310:48
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost: Fix ansible and deps installation  https://review.opendev.org/c/openstack/kolla/+/92424611:47
opendevreviewMerged openstack/kayobe master: CI: Add non-voting Python 3.12 job  https://review.opendev.org/c/openstack/kayobe/+/92085411:59
kevkowhat about merge of this chain finally :) ? 12:16
kevkohttps://review.opendev.org/c/openstack/kolla-ansible/+/924548/512:16
kevkocephadm fixed 12:16
opendevreviewVerification of a change to openstack/kayobe master failed: Add missing "cloud-init" as "cloud-init-datasource" don't have dependency on it.  https://review.opendev.org/c/openstack/kayobe/+/92279513:05
sylvrjovial : hello ! I encountered an error after the datacenter shutdown (electricity fault), while trying to get my machines back up, seems like I've done something wrong and broke my seed hypervisor :"Cannot use direct socket mode if no URI is set". I set seed-hypervisor as the name of my kayobe control host, should I set it to localhost ?13:58
opendevreviewPierre Riteau proposed openstack/kayobe master: Use explicit version of community.docker  https://review.opendev.org/c/openstack/kayobe/+/92397814:20
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix barbican-worker because of missing config  https://review.opendev.org/c/openstack/kolla-ansible/+/92465414:50
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix heat-engine start loop  https://review.opendev.org/c/openstack/kolla-ansible/+/92460714:56
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix barbican-worker because of missing config  https://review.opendev.org/c/openstack/kolla-ansible/+/92465414:56
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix octavia-worker because of missing config  https://review.opendev.org/c/openstack/kolla-ansible/+/92465214:56
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Add queue manager  https://review.opendev.org/c/openstack/kolla-ansible/+/92462314:56
fricklermore CVE fun in case anyone missed it https://security.openstack.org/ossa/OSSA-2024-002.html15:44
opendevreviewSeunghun Lee proposed openstack/kolla master: Fix symlinking of openstack-base source  https://review.opendev.org/c/openstack/kolla/+/92475916:12
sylvrWhy configuring a node's interface gateway as its own IP make `kayobe seed host configure` fail ? Not that I want to do that, if I can avoid doing it I'll find this fine but I didn't manage to achieve that yet.16:49
sylvrI wrote "mgmt_defroute: False" in etc/kayobe/inventory/seed/network-interfaces trying to fix the issue but it didn't (altho I can see that this value is actually read by Ansible)16:53
jovialslyvr: Often you need to use group_vars to set <network>_gateway so that only one network attached to the host has that property set16:55
jovialslyvr: Were you trying to not set a gateway at all?16:56
sylvrjovial: on the seed16:56
sylvronly16:56
sylvrthanks!16:56
jovialslyvr: Not sure about your "Cannot use direct socket mode if no URI is set" issue. Did you manage to solve that one?16:57
sylvrjovial : yeah by disabling the seed hypervisor and deploying bifrost directly on my Kayobe Control Host xD17:01
jovialwhat task was that happening on?17:01
sylvrso, I avoided the issue, but I just know realized that some part of my config were overcomplicated17:02
sylvrjovial : volume creation17:03
sylvrgot the error while trying to provision, then tried to rollback reconfiguring the seed HV17:04
sylvrand got it again17:04
jovialNasty - If you could file it as a bug - I could take a look17:12
sylvrI just wiped the configuration... And the step to reproduce include unexpected shutdown...17:15
*** thuvh1 is now known as thuvh18:20
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost: Fix ansible and deps installation  https://review.opendev.org/c/openstack/kolla/+/92424619:15
opendevreviewMichal Nasiadka proposed openstack/kolla master: bifrost: Fix ansible and deps installation  https://review.opendev.org/c/openstack/kolla/+/92424619:58

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