Skip to content

Commit a22a2d1

Browse files
authored
Merge pull request #1367 from rackerlabs/update-octavia-configs
fix(octavia): update configs for split out driver-agent deployment
2 parents 3099926 + df58221 commit a22a2d1

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

components/images-openstack.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ images:
105105
# octavia
106106
octavia_api: "ghcr.io/rackerlabs/understack/octavia:2025.1-ubuntu_jammy"
107107
octavia_db_sync: "ghcr.io/rackerlabs/understack/octavia:2025.1-ubuntu_jammy"
108+
octavia_driver_agent: "ghcr.io/rackerlabs/understack/octavia:2025.1-ubuntu_jammy"
108109
octavia_worker: "ghcr.io/rackerlabs/understack/octavia:2025.1-ubuntu_jammy"
109110
octavia_housekeeping: "ghcr.io/rackerlabs/understack/octavia:2025.1-ubuntu_jammy"
110111
octavia_health_manager: "ghcr.io/rackerlabs/understack/octavia:2025.1-ubuntu_jammy"

components/octavia/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@ dependencies:
6969
- octavia-db-sync
7070
- octavia-ks-user
7171
- octavia-ks-endpoints
72+
driver_agent:
73+
jobs:
74+
- octavia-db-sync
75+
- octavia-ks-user
76+
- octavia-ks-endpoints
7277
worker:
7378
jobs:
7479
- octavia-db-sync

components/openstack/values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ keystoneServiceUsers:
139139
remoteRef: *keystone_admin
140140
- usage: user
141141
remoteRef: "octavia-keystone-password"
142+
- usage: service
143+
remoteRef: "octavia-keystone-password"
144+
section: service_auth
142145
placement:
143146
- usage: admin
144147
remoteRef: *keystone_admin

0 commit comments

Comments
 (0)