File tree Expand file tree Collapse file tree 6 files changed +30
-20
lines changed
examples/dt/uni06zeta/control-plane Expand file tree Collapse file tree 6 files changed +30
-20
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,6 @@ transformers:
2626components :
2727 - ../../lib/control-plane
2828
29- resources :
30- - networking/resources/octavia-network-attachment-definition.yaml
31-
3229replacements :
3330 - source :
3431 kind : ConfigMap
@@ -245,6 +242,18 @@ replacements:
245242 options :
246243 create : true
247244
245+ - source :
246+ kind : ConfigMap
247+ name : service-values
248+ fieldPath : data.ovn.ovnController.nicMappings
249+ targets :
250+ - select :
251+ kind : OpenStackControlPlane
252+ fieldPaths :
253+ - spec.ovn.template.ovnController.nicMappings
254+ options :
255+ create : true
256+
248257 - source :
249258 kind : ConfigMap
250259 name : service-values
@@ -256,3 +265,15 @@ replacements:
256265 - spec.neutron.template.customServiceConfig
257266 options :
258267 create : true
268+
269+ - source :
270+ kind : ConfigMap
271+ name : service-values
272+ fieldPath : data.heat.enabled
273+ targets :
274+ - select :
275+ kind : OpenStackControlPlane
276+ fieldPaths :
277+ - spec.heat.enabled
278+ options :
279+ create : true
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ components:
2121 - ../../../lib/networking/nad
2222
2323resources :
24- - resources/octavia-network-attachment-definition .yaml
24+ - nad .yaml
2525
2626replacements :
2727 - source :
File renamed without changes.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
33kind : Kustomization
44
55components :
6- - ../../../../../dt/uni06zeta/networking/
6+ - ../../../../../dt/uni06zeta/networking
77
88resources :
99 - nncp/values.yaml
Original file line number Diff line number Diff line change 22apiVersion : kustomize.config.k8s.io/v1beta1
33kind : Kustomization
44
5- transformers :
6- - |-
7- apiVersion: builtin
8- kind: NamespaceTransformer
9- metadata:
10- name: _ignored_
11- namespace: openstack
12- setRoleBindingSubjects: none
13- unsetOnly: true
14- fieldSpecs:
15- - path: metadata/name
16- kind: Namespace
17- create: true
18-
195components :
206 - ../../../../../../dt/uni06zeta/nncp
217
Original file line number Diff line number Diff line change 6262 swift :
6363 enabled : true
6464
65+ heat :
66+ enabled : true
67+
6568 octavia :
66- enabled : false
69+ enabled : true
6770 amphoraImageContainerImage : quay.io/gthiemonge/octavia-amphora-image
6871 apacheContainerImage : registry.redhat.io/ubi9/httpd-24:latest
6972 availabilityZones :
You can’t perform that action at this time.
0 commit comments