Skip to content

fix for removal of OVN metadata ports on manual Neutron OVN db sync #845

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 21, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions etc/kayobe/kolla/globals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 <https://bugs.launchpad.net/neutron/+bug/2038091>`__.