Define ceph-mon in overrides

This ps overrides the ceph-mon in the ceph-ns-activate script
to fix a current issue with the cinder gates.

Change-Id: I29a69fd7bbf19a7a4890c76366592a44528e3cc1
This commit is contained in:
Gage Hugo 2020-03-06 10:28:51 -06:00
parent 8ec1ba0d5d
commit 1d81e56bdf

View File

@ -38,6 +38,10 @@ deployment:
client_secrets: true
bootstrap:
enabled: false
conf:
ceph:
global:
mon_host: ceph-mon-discovery.ceph.svc.cluster.local:6789
EOF
helm upgrade --install ceph-openstack-config ${HELM_CHART_ROOT_PATH}/ceph-provisioners \
--namespace=openstack \