Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#291 from sdatko/heat-uni01…
Browse files Browse the repository at this point in the history
…alpha

Apply custom heat config in uni01alpha

According to conducted tests, this improves heat behavior, so we want it for CI ❤️

Reviewed-by: rebtoor
Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jun 17, 2024
2 parents f335a17 + d14b8ce commit 9899f12
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dt/uni01alpha/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,18 @@ replacements:
options:
create: true

- source:
kind: ConfigMap
name: service-values
fieldPath: data.heat.customServiceConfig
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.heat.template.customServiceConfig
options:
create: true

- source:
kind: ConfigMap
name: service-values
Expand Down
4 changes: 4 additions & 0 deletions examples/dt/uni01alpha/control-plane/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ data:

heat:
enabled: true
customServiceConfig: |
[clients_heat]
endpoint_type: public
insecure: true
telemetry:
enabled: true
Expand Down

0 comments on commit 9899f12

Please sign in to comment.