diff --git a/etc/kayobe/kolla-image-tags.yml b/etc/kayobe/kolla-image-tags.yml index 41e15d775..56adbb8a6 100644 --- a/etc/kayobe/kolla-image-tags.yml +++ b/etc/kayobe/kolla-image-tags.yml @@ -19,5 +19,8 @@ kolla_image_tags: nova: rocky-9: 2023.1-rocky-9-20240723T140948 ubuntu-jammy: 2023.1-ubuntu-jammy-20240723T140948 + octavia: + rocky-9: 2023.1-rocky-9-20240730T090421 + ubuntu-jammy: 2023.1-ubuntu-jammy-20240730T090421 opensearch: ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T094444 diff --git a/etc/kayobe/kolla.yml b/etc/kayobe/kolla.yml index 5d9670def..57ffb8aaa 100644 --- a/etc/kayobe/kolla.yml +++ b/etc/kayobe/kolla.yml @@ -147,6 +147,14 @@ kolla_sources: type: git location: https://github.com/stackhpc/networking-generic-switch.git reference: stackhpc/{{ openstack_release }} + octavia-api-plugin-ovn-octavia-provider: + type: git + location: https://github.com/stackhpc/ovn-octavia-provider.git + reference: stackhpc/{{ openstack_release }} + octavia-driver-agent-plugin-ovn-octavia-provider: + type: git + location: https://github.com/stackhpc/ovn-octavia-provider.git + reference: stackhpc/{{ openstack_release }} ############################################################################### # Kolla image build configuration. diff --git a/releasenotes/notes/ovn-octavia-provider-bug-2072754-5cbd7dc9c366668d.yaml b/releasenotes/notes/ovn-octavia-provider-bug-2072754-5cbd7dc9c366668d.yaml new file mode 100644 index 000000000..dc290a9ea --- /dev/null +++ b/releasenotes/notes/ovn-octavia-provider-bug-2072754-5cbd7dc9c366668d.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + Updates Octavia container images to fix a maintenance task that was + breaking OVN IPv4 load balancers with health monitors. + `LP#2072754 `__.