Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set Cinder customServiceConfig globally in DCN DT #459

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading