Skip to content

Commit 5492511

Browse files
authored
Merge pull request #845 from stackhpc/2023.1-octavia-sync-bug
fix for removal of OVN metadata ports on manual Neutron OVN db sync
2 parents 856c30d + e6ad78c commit 5492511

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

etc/kayobe/kolla/globals.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,11 @@ kayobe_image_tags:
1616
rocky: 2023.1-rocky-9-20231115T110235
1717
ubuntu: 2023.1-ubuntu-jammy-20231115T110235
1818
neutron:
19-
rocky: 2023.1-rocky-9-20231115T110249
20-
ubuntu: 2023.1-ubuntu-jammy-20231115T110249
19+
rocky: 2023.1-rocky-9-20231220T222020
20+
ubuntu: 2023.1-ubuntu-jammy-20231220T222020
21+
octavia:
22+
rocky: 2023.1-rocky-9-20231220T222020
23+
ubuntu: 2023.1-ubuntu-jammy-20231220T222020
2124
opensearch:
2225
rocky: 2023.1-rocky-9-20231214T151917
2326
ubuntu: 2023.1-ubuntu-jammy-20231214T151917
@@ -26,6 +29,7 @@ openstack_tag: "{% raw %}{{ kayobe_image_tags['openstack'][kolla_base_distro] }}
2629
bifrost_tag: "{% raw %}{{ kayobe_image_tags['bifrost'][kolla_base_distro] }}{% endraw %}"
2730
cloudkitty_tag: "{% raw %}{{ kayobe_image_tags['cloudkitty'][kolla_base_distro] }}{% endraw %}"
2831
neutron_tag: "{% raw %}{{ kayobe_image_tags['neutron'][kolla_base_distro] }}{% endraw %}"
32+
octavia_tag: "{% raw %}{{ kayobe_image_tags['octavia'][kolla_base_distro] }}{% endraw %}"
2933
opensearch_tag: "{% raw %}{{ kayobe_image_tags['opensearch'][kolla_base_distro] }}{% endraw %}"
3034

3135
om_enable_rabbitmq_high_availability: true
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
fixes:
3+
- |
4+
Neutron ovn db sync operation will no longer removes OVN metadata ports in
5+
networks with Octavia OVN Load balancers health monitors.
6+
A maintenance task process has been added to update the existing OVN LB HM
7+
ports to the new behaviour defined. Specifically, the "device_owner" field
8+
will be updated from network:distributed to ovn-lb-hm:distributed.
9+
Additionally, the "device_id" will be populated during update action.
10+
`LP#2038091 <https://bugs.launchpad.net/neutron/+bug/2038091>`__.

0 commit comments

Comments
 (0)