Skip to content

Commit b737656

Browse files
committed
enable octavia in uni02beta
1 parent 408c010 commit b737656

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

examples/dt/uni02beta/control-plane/service-values.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,3 +101,22 @@ data:
101101

102102
heat:
103103
enabled: true
104+
105+
octavia:
106+
enabled: true
107+
amphoraImageContainerImage: quay.io/gthiemonge/octavia-amphora-image
108+
apacheContainerImage: registry.redhat.io/ubi9/httpd-24:latest
109+
availabilityZones:
110+
- zone-1
111+
octaviaAPI:
112+
networkAttachments:
113+
- internalapi
114+
octaviaHousekeeping:
115+
networkAttachments:
116+
- octavia
117+
octaviaHealthManager:
118+
networkAttachments:
119+
- octavia
120+
octaviaWorker:
121+
networkAttachments:
122+
- octavia

0 commit comments

Comments
 (0)