*** thuvh1 is now known as thuvh | 03:53 | |
tafkamax | Hi guys, we have an interesting issue with kolla-ansible and neutron. We are trying to create multiple flat networks that map to different VLAN-s. E.g. like linuxbridge where you have nic -> bond -> vlan -> bridge e.g vlanbridge. I have created bonds for kolla-ansible to create the bridges on with netplan.... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/yGWPeVrqaxHznVevLukyBVTy>) | 07:12 |
---|---|---|
tafkamax | I am currently trying to find the place where kolla creates these network interfaces, to see what command it uses. | 07:12 |
tafkamax | Do I also need to manually create the bridges for kolla aswell? Although it tries to create them itself. | 07:13 |
tafkamax | I will try to create the bridges manually ->https://docs.openstack.org/kolla-ansible/latest/reference/networking/neutron.html#provider-networks | 07:54 |
tafkamax | The docs say: | 07:54 |
tafkamax | > For provider networks, compute hosts must have an external bridge created and configured by Ansible | 07:54 |
tafkamax | I do not know if they mean kolla-ansible or "custom" ansible | 07:54 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible master: CI: fix lint requirements for python 3.12 https://review.opendev.org/c/openstack/kolla-ansible/+/925670 | 08:29 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible master: CI: fix lint requirements for python 3.12 https://review.opendev.org/c/openstack/kolla-ansible/+/925670 | 08:31 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible master: fix flake8 error in database_shards.py https://review.opendev.org/c/openstack/kolla-ansible/+/925671 | 08:39 |
stromgren | Hi, I have an issue where one of my compute nodes is missing the secret for "cinder_rbd_secret_uuid". When I try to fetch it using "virsh secret-get-value <uuid>" inside the nova_libvirt container it fails. It works for the other hosts. I've tried to reconfigure, but that doesn't help. Do anyone have any input on what would be the next troubleshooting step. Thanks! | 08:48 |
kevko | stromgren: only one ? | 10:29 |
stromgren | kevko: Yes, only one node at this point. The cluster is only three nodes atm, we're adding more as we're migrating the workload from VMWare. | 11:00 |
tafkamax | Sorry I am writing in two channels, but just to spread the reach of help... | 11:18 |
tafkamax | I have created VLAN-s on a bond and then created a bridge in linux onto those vlans... (full message at <https://matrix.org/_matrix/media/v3/download/matrix.org/buIJHYZdvEpDjnQWSkDsVjWb>) | 11:19 |
tafkamax | Should I create the bonds manually and let kolla-ansible create the br-exXXX-s automatically? | 12:03 |
tafkamax | Or should I do the bridges also via netplan? | 12:04 |
r-krcek | Hello. I want to take a look at this feature from wishlist of k-a https://bugs.launchpad.net/kolla-ansible/+bug/1814515 However, work on this would require me to modify both kolla and kolla-ansible repositories. Could you point me any resources on how to proceed properly? e.g. how this could be tested when changes are at both repositories or how to reference the patches between each other. | 12:16 |
opendevreview | Roman Krček proposed openstack/kolla-ansible master: Fix unintentional trigger of ansible handlers https://review.opendev.org/c/openstack/kolla-ansible/+/924145 | 12:26 |
SvenKieske | r-krcek: usually you start with the changes in the kolla repo first and you can reference the Change-ID from the kolla repo (even if not merged) via "Depends-On:" in the commit message in the change in kolla-ansible | 13:47 |
SvenKieske | HTH :) | 13:47 |
SvenKieske | r-krcek: e.g. look at this commit, which depends on a change in kolla, marked as such via commit message, gerrit figures this out this way: https://review.opendev.org/c/openstack/kolla-ansible/+/924575 | 13:49 |
SvenKieske | frickler: can you maybe speed these two up a little bit? https://review.opendev.org/c/openstack/kolla-ansible/+/925671 https://review.opendev.org/c/openstack/kolla-ansible/+/925670 not sure our CI currently catches all errors before those (what is our default CI python version again?) | 14:33 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible master: fix flake8 error in database_shards.py https://review.opendev.org/c/openstack/kolla-ansible/+/925671 | 14:39 |
opendevreview | Sven Kieske proposed openstack/kolla-ansible master: CI: fix lint requirements for python 3.12 https://review.opendev.org/c/openstack/kolla-ansible/+/925670 | 14:39 |
SvenKieske | fixed the relation chain, now zuul should verify it | 14:40 |
SvenKieske | and thx mgoddard for all the reviews :) | 14:42 |
opendevreview | Aravindh proposed openstack/kolla-ansible master: HAProxy: Switch to L7 Healthchecks (Phase 1) https://review.opendev.org/c/openstack/kolla-ansible/+/918437 | 14:49 |
opendevreview | Mark Goddard proposed openstack/kolla-ansible stable/2023.1: Update cell0 database connection https://review.opendev.org/c/openstack/kolla-ansible/+/917095 | 14:51 |
opendevreview | Aravindh proposed openstack/kolla-ansible master: HAProxy: Switch to L7 Healthchecks (Phase 1) https://review.opendev.org/c/openstack/kolla-ansible/+/918437 | 14:52 |
opendevreview | Roman Krček proposed openstack/kolla master: Fix dev mode https://review.opendev.org/c/openstack/kolla/+/925712 | 14:58 |
opendevreview | Roman Krček proposed openstack/kolla master: Fix dev mode https://review.opendev.org/c/openstack/kolla/+/925712 | 15:05 |
opendevreview | Roman Krček proposed openstack/kolla master: Fix dev mode https://review.opendev.org/c/openstack/kolla/+/925712 | 15:10 |
opendevreview | Roman Krček proposed openstack/kolla-ansible master: Fix dev mode https://review.opendev.org/c/openstack/kolla-ansible/+/925714 | 15:17 |
opendevreview | Matt Crees proposed openstack/kolla-ansible stable/2024.1: Add a precheck to catch RMQ SLURP upgrades https://review.opendev.org/c/openstack/kolla-ansible/+/918977 | 15:18 |
opendevreview | Alex Welsh proposed openstack/kolla master: Fix symlinking of openstack-base source https://review.opendev.org/c/openstack/kolla/+/924759 | 15:54 |
opendevreview | Matt Crees proposed openstack/kolla-ansible stable/2024.1: Add a precheck to catch RMQ SLURP upgrades https://review.opendev.org/c/openstack/kolla-ansible/+/918977 | 15:55 |
opendevreview | Merged openstack/kayobe stable/2024.1: Bump stackhpc.linux collection to v1.2.3 https://review.opendev.org/c/openstack/kayobe/+/925104 | 15:56 |
opendevreview | Matt Crees proposed openstack/kolla-ansible stable/2024.1: Add a precheck to catch RMQ SLURP upgrades https://review.opendev.org/c/openstack/kolla-ansible/+/918977 | 15:57 |
opendevreview | Matt Crees proposed openstack/kolla-ansible stable/2024.1: Add a precheck to catch RMQ SLURP upgrades https://review.opendev.org/c/openstack/kolla-ansible/+/918977 | 15:57 |
opendevreview | Matt Crees proposed openstack/kolla-ansible stable/2023.1: [2023.1 only] Add upgrade to target version of RMQ https://review.opendev.org/c/openstack/kolla-ansible/+/918976 | 15:59 |
SvenKieske | mhm, is this really a "bug"? | 16:09 |
SvenKieske | https://bugs.launchpad.net/kolla/+bug/2074075 | 16:09 |
opendevreview | Merged openstack/kayobe stable/2024.1: Stop replacing dashes with underscores for Kolla interfaces https://review.opendev.org/c/openstack/kayobe/+/925390 | 16:31 |
opendevreview | Verification of a change to openstack/kolla-ansible stable/2023.2 failed: Support custom Nova Compute Ironic host names https://review.opendev.org/c/openstack/kolla-ansible/+/925165 | 16:35 |
frickler | SvenKieske: looks valid to me, but I didn't try to reproduce it yet | 16:51 |
SvenKieske | I'm currently on it, trying to reproduce. | 16:53 |
opendevreview | Merged openstack/kayobe stable/2023.2: Stop replacing dashes with underscores for Kolla interfaces https://review.opendev.org/c/openstack/kayobe/+/925391 | 17:04 |
opendevreview | Merged openstack/kayobe stable/2023.1: Stop replacing dashes with underscores for Kolla interfaces https://review.opendev.org/c/openstack/kayobe/+/925392 | 17:04 |
opendevreview | Merged openstack/kolla-ansible stable/2023.2: Support custom Nova Compute Ironic host names https://review.opendev.org/c/openstack/kolla-ansible/+/925165 | 18:27 |
opendevreview | Merged openstack/kolla-ansible master: fix flake8 error in database_shards.py https://review.opendev.org/c/openstack/kolla-ansible/+/925671 | 18:40 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!