From 1d81e56bdfbc62eeb0019739b97ee3d060570a87 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Fri, 6 Mar 2020 10:28:51 -0600 Subject: [PATCH] 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 --- tools/deployment/component/ceph/ceph-ns-activate.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/deployment/component/ceph/ceph-ns-activate.sh b/tools/deployment/component/ceph/ceph-ns-activate.sh index 2306ea8ed0..292b480311 100755 --- a/tools/deployment/component/ceph/ceph-ns-activate.sh +++ b/tools/deployment/component/ceph/ceph-ns-activate.sh @@ -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 \