Skip to content

Commit

Permalink
enable Octavia in uni-delta-ipv6
Browse files Browse the repository at this point in the history
  • Loading branch information
lavraham committed Nov 11, 2024
1 parent 40fc78c commit a6302c4
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions dt/uni04delta-ipv6/control-plane/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
apiVersion: kustomize.config.k8s.io/v1alpha1
kind: Component

secretGenerator:
- name: octavia-ca-passphrase
literals:
- server-ca-passphrase=12345678
options:
disableNameSuffixHash: true

transformers:
- |-
apiVersion: builtin
Expand Down Expand Up @@ -155,3 +162,98 @@ replacements:
- spec.heat.enabled
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.octavia.enabled
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.octavia.enabled
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.octavia.amphoraImageContainerImage
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.octavia.template.amphoraImageContainerImage
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.octavia.apacheContainerImage
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.octavia.template.apacheContainerImage
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.octavia.octaviaAPI.networkAttachments
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.octavia.template.octaviaAPI.networkAttachments
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.octavia.octaviaHousekeeping.networkAttachments
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.octavia.template.octaviaHousekeeping.networkAttachments
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.octavia.octaviaHealthManager.networkAttachments
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.octavia.template.octaviaHealthManager.networkAttachments
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.octavia.octaviaWorker.networkAttachments
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.octavia.template.octaviaWorker.networkAttachments
options:
create: true

- source:
kind: ConfigMap
name: network-values
fieldPath: data.octavia.net-attach-def
targets:
- select:
kind: NetworkAttachmentDefinition
name: octavia
fieldPaths:
- spec.config

0 comments on commit a6302c4

Please sign in to comment.