Skip to content

Commit

Permalink
Merge pull request #317 from gmarcian/enable_heat_unibeta
Browse files Browse the repository at this point in the history
Enable heat for in uni02beta DT

[DNM] 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
softwarefactory-project-zuul[bot] authored Jul 22, 2024
2 parents 5acf3e4 + 904da2d commit 5e99595
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions dt/uni02beta/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,14 @@ replacements:
- spec.manila.template.manilaShares.share1.replicas
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/uni02beta/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,6 @@ data:
# we removed NFS extraMounts via PR#288 due to OSPRH-7396
replicas: 1
type: single

heat:
enabled: true

0 comments on commit 5e99595

Please sign in to comment.