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:
Huamin Chen 2017-09-08 13:20:57 -04:00
parent a929e90a4b
commit 84901ac56d
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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