Skip to content

Commit

Permalink
Merge pull request #463 from openshift-cherrypick-robot/cherry-pick-4…
Browse files Browse the repository at this point in the history
…59-to-18.0-fr1

[18.0-fr1] Set Cinder customServiceConfig globally in DCN DT

This is an automated cherry-pick of #459
/assign fultonj

Reviewed-by: Andrew Bays <[email protected]>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Dec 12, 2024
2 parents 3764207 + 67ca620 commit 78b9678
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions dt/dcn/edpm-post-ceph/nodeset/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -148,12 +148,12 @@ replacements:
- source:
kind: ConfigMap
name: service-values
fieldPath: data.cinderAPI.customServiceConfig
fieldPath: data.cinder.customServiceConfig
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.cinder.template.cinderAPI.customServiceConfig
- spec.cinder.template.customServiceConfig
options:
create: true
- source:
Expand Down
7 changes: 3 additions & 4 deletions examples/dt/dcn/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ metadata:
data:
preserveJobs: false
cinder:
customServiceConfig: |
[DEFAULT]
storage_availability_zone = az0
uniquePodNames: false
cinderAPI:
replicas: 3
customServiceConfig: |
[DEFAULT]
default_availability_zone = az0
cinderBackup:
replicas: 3
customServiceConfig: |
Expand All @@ -23,7 +23,6 @@ data:
backup_ceph_conf = /etc/ceph/az0.conf
backup_ceph_pool = backups
backup_ceph_user = openstack
storage_availability_zone = az0
cinderVolumes:
az0:
customServiceConfig: |
Expand Down

0 comments on commit 78b9678

Please sign in to comment.