Skip to content

Commit b48e5c3

Browse files
author
Julia Marciano
committed
Enable Heat for uni04delta-ipv6 DT
1 parent 932b0d9 commit b48e5c3

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

dt/uni04delta-ipv6/control-plane/kustomization.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,3 +143,15 @@ replacements:
143143
- spec.nova.template.cellTemplates
144144
options:
145145
create: true
146+
147+
- source:
148+
kind: ConfigMap
149+
name: service-values
150+
fieldPath: data.heat.enabled
151+
targets:
152+
- select:
153+
kind: OpenStackControlPlane
154+
fieldPaths:
155+
- spec.heat.enabled
156+
options:
157+
create: true

examples/dt/uni04delta-ipv6/control-plane/service-values.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,6 @@ data:
169169
datacentre: ocpbr
170170
octavia: octbr
171171
ironic: ironic
172+
173+
heat:
174+
enabled: true

0 commit comments

Comments
 (0)