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

Switch cinder uniquePodNames to true for DCN deployments #481

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
11 changes: 0 additions & 11 deletions dt/dcn/edpm-post-ceph/nodeset/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,17 +112,6 @@ replacements:
- spec.cinder.template.cinderBackup.customServiceConfig
options:
create: true
- source:
kind: ConfigMap
name: service-values
fieldPath: data.cinder.uniquePodNames
targets:
- select:
kind: OpenStackControlPlane
fieldPaths:
- spec.cinder.uniquePodNames
options:
create: true
- source:
kind: ConfigMap
name: service-values
Expand Down
7 changes: 2 additions & 5 deletions examples/dt/dcn/service-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ data:
customServiceConfig: |
[DEFAULT]
storage_availability_zone = az0
uniquePodNames: false
cinderAPI:
replicas: 3
cinderBackup:
Expand Down Expand Up @@ -353,10 +352,8 @@ data:
extraVolType: Ceph
volumes:
- name: ceph
projected:
sources:
- secret:
name: ceph-conf-files
secret:
secretName: ceph-conf-files
mounts:
- name: ceph
mountPath: /etc/ceph
Expand Down
Loading