Skip to content

Commit 1a0d4c8

Browse files
authored
Merge pull request #1204 from stackhpc/ovn-octavia-provider-source
Rebuild Octavia images from our fork
2 parents 61af1d8 + 9bc36f5 commit 1a0d4c8

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

etc/kayobe/kolla-image-tags.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@ kolla_image_tags:
1919
nova:
2020
rocky-9: 2023.1-rocky-9-20240723T140948
2121
ubuntu-jammy: 2023.1-ubuntu-jammy-20240723T140948
22+
octavia:
23+
rocky-9: 2023.1-rocky-9-20240730T090421
24+
ubuntu-jammy: 2023.1-ubuntu-jammy-20240730T090421
2225
opensearch:
2326
ubuntu-jammy: 2023.1-ubuntu-jammy-20240509T094444

etc/kayobe/kolla.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,14 @@ kolla_sources:
147147
type: git
148148
location: https://github.com/stackhpc/networking-generic-switch.git
149149
reference: stackhpc/{{ openstack_release }}
150+
octavia-api-plugin-ovn-octavia-provider:
151+
type: git
152+
location: https://github.com/stackhpc/ovn-octavia-provider.git
153+
reference: stackhpc/{{ openstack_release }}
154+
octavia-driver-agent-plugin-ovn-octavia-provider:
155+
type: git
156+
location: https://github.com/stackhpc/ovn-octavia-provider.git
157+
reference: stackhpc/{{ openstack_release }}
150158

151159
###############################################################################
152160
# Kolla image build configuration.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Updates Octavia container images to fix a maintenance task that was
5+
breaking OVN IPv4 load balancers with health monitors.
6+
`LP#2072754 <https://bugs.launchpad.net/nova/+bug/2072754>`__.

0 commit comments

Comments
 (0)