From e6ad78cd9036729bb96e63a341ae0efe733f8fd9 Mon Sep 17 00:00:00 2001 From: Bartosz Bezak Date: Thu, 21 Dec 2023 13:12:56 +0100 Subject: [PATCH] fix for removal of OVN metadata ports on manual Neutron OVN db sync --- etc/kayobe/kolla/globals.yml | 8 ++++++-- ...ctavia-sync-healthmonitor-bug-8602034e2185d12c.yaml | 10 ++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) create mode 100644 etc/kayobe/releasenotes/notes/octavia-sync-healthmonitor-bug-8602034e2185d12c.yaml diff --git a/etc/kayobe/kolla/globals.yml b/etc/kayobe/kolla/globals.yml index 81436ac43..c93dac52f 100644 --- a/etc/kayobe/kolla/globals.yml +++ b/etc/kayobe/kolla/globals.yml @@ -16,8 +16,11 @@ kayobe_image_tags: rocky: 2023.1-rocky-9-20231115T110235 ubuntu: 2023.1-ubuntu-jammy-20231115T110235 neutron: - rocky: 2023.1-rocky-9-20231115T110249 - ubuntu: 2023.1-ubuntu-jammy-20231115T110249 + rocky: 2023.1-rocky-9-20231220T222020 + ubuntu: 2023.1-ubuntu-jammy-20231220T222020 + octavia: + rocky: 2023.1-rocky-9-20231220T222020 + ubuntu: 2023.1-ubuntu-jammy-20231220T222020 opensearch: rocky: 2023.1-rocky-9-20231214T151917 ubuntu: 2023.1-ubuntu-jammy-20231214T151917 @@ -26,6 +29,7 @@ openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }} bifrost_tag: "{% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}" cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}" neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}" +octavia_tag: "{% raw %}{{ kayobe_image_tags['octavia'][kolla_base_distro] }}{% endraw %}" opensearch_tag: "{% raw %}{{ kayobe_image_tags['opensearch'][kolla_base_distro] }}{% endraw %}" om_enable_rabbitmq_high_availability: true diff --git a/etc/kayobe/releasenotes/notes/octavia-sync-healthmonitor-bug-8602034e2185d12c.yaml b/etc/kayobe/releasenotes/notes/octavia-sync-healthmonitor-bug-8602034e2185d12c.yaml new file mode 100644 index 000000000..29cd53c7d --- /dev/null +++ b/etc/kayobe/releasenotes/notes/octavia-sync-healthmonitor-bug-8602034e2185d12c.yaml @@ -0,0 +1,10 @@ +--- +fixes: + - | + Neutron ovn db sync operation will no longer removes OVN metadata ports in + networks with Octavia OVN Load balancers health monitors. + A maintenance task process has been added to update the existing OVN LB HM + ports to the new behaviour defined. Specifically, the "device_owner" field + will be updated from network:distributed to ovn-lb-hm:distributed. + Additionally, the "device_id" will be populated during update action. + `LP#2038091 `__.