Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions dt/uni06zeta/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ transformers:
components:
- ../../lib/control-plane

resources:
- networking/resources/octavia-network-attachment-definition.yaml

replacements:
- source:
kind: ConfigMap
Expand Down Expand Up @@ -256,3 +253,15 @@ replacements:
- spec.neutron.template.customServiceConfig
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.heat.enabled
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.heat.enabled
options:
create: true
2 changes: 1 addition & 1 deletion dt/uni06zeta/networking/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ components:
- ../../../lib/networking/nad

resources:
- resources/octavia-network-attachment-definition.yaml
- nad.yaml

replacements:
- source:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

components:
- ../../../../../dt/uni06zeta/networking/
- ../../../../../dt/uni06zeta/networking

resources:
- nncp/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

transformers:
- |-
apiVersion: builtin
kind: NamespaceTransformer
metadata:
name: _ignored_
namespace: openstack
setRoleBindingSubjects: none
unsetOnly: true
fieldSpecs:
- path: metadata/name
kind: Namespace
create: true

components:
- ../../../../../../dt/uni06zeta/nncp

Expand Down
5 changes: 4 additions & 1 deletion examples/dt/uni06zeta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,11 @@ data:
swift:
enabled: true

heat:
enabled: true

octavia:
enabled: false
enabled: true
amphoraImageContainerImage: quay.io/gthiemonge/octavia-amphora-image
apacheContainerImage: registry.redhat.io/ubi9/httpd-24:latest
availabilityZones:
Expand Down