Ceph: RGW and MDS deployment fixes
fix ceph.conf path in RGW add variables_entrypoint.sh to MDS and RGW deployment Change-Id: Ic977e397e3534b71eb17f7de4199ba31c343a0ba Signed-off-by: Huamin Chen <hchen@redhat.com>
This commit is contained in:
parent
a929e90a4b
commit
84901ac56d
@ -85,6 +85,10 @@ spec:
|
||||
mountPath: /start_mds.sh
|
||||
subPath: start_mds.sh
|
||||
readOnly: true
|
||||
- name: ceph-bin
|
||||
mountPath: /variables_entrypoint.sh
|
||||
subPath: variables_entrypoint.sh
|
||||
readOnly: true
|
||||
- name: ceph-bin
|
||||
mountPath: /common_functions.sh
|
||||
subPath: common_functions.sh
|
||||
|
@ -118,7 +118,7 @@ spec:
|
||||
mountPath: /etc/ceph
|
||||
{{- if not .Values.ceph.rgw_keystone_auth }}
|
||||
- name: ceph-etc
|
||||
mountPath: /ceph/ceph.conf
|
||||
mountPath: /etc/ceph/ceph.conf
|
||||
subPath: ceph.conf
|
||||
readOnly: true
|
||||
{{- end }}
|
||||
@ -126,6 +126,10 @@ spec:
|
||||
mountPath: /start_rgw.sh
|
||||
subPath: start_rgw.sh
|
||||
readOnly: true
|
||||
- name: ceph-bin
|
||||
mountPath: /variables_entrypoint.sh
|
||||
subPath: variables_entrypoint.sh
|
||||
readOnly: true
|
||||
- name: ceph-bin
|
||||
mountPath: /common_functions.sh
|
||||
subPath: common_functions.sh
|
||||
|
Loading…
Reference in New Issue
Block a user