Skip to content

Commit

Permalink
Merge pull request #411 from gmarcian/enable_heat_unidelta_ipv6
Browse files Browse the repository at this point in the history
Enable Heat for uni04delta-ipv6 DT

Since Tobiko tf uses Heat, we need to enable it in order to run Tobiko tests.

Reviewed-by: John Fulton <[email protected]>
  • Loading branch information
2 parents cd2734a + b48e5c3 commit 6c766ab
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dt/uni04delta-ipv6/control-plane/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,15 @@ replacements:
- spec.nova.template.cellTemplates
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.heat.enabled
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.heat.enabled
options:
create: true
3 changes: 3 additions & 0 deletions examples/dt/uni04delta-ipv6/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,6 @@ data:
datacentre: ocpbr
octavia: octbr
ironic: ironic

heat:
enabled: true

0 comments on commit 6c766ab

Please sign in to comment.