From 952fb13f3f3f296dfcee6082b0d15230558b19c7 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Mon, 14 Aug 2017 15:54:37 -0500 Subject: modified to have cph monitor in rados gateway. Change-Id: Ib145e4f83941754e797916e211e032df30a30e2e Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/ceph.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ci/config_tpl') diff --git a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml index 71a0264d..eda84960 100644 --- a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml @@ -111,6 +111,9 @@ {% else %} public: internal-api {% endif %} +{% if opnfv.spaces_dict.storage is defined %} + mon: storage-cluster +{% endif %} {% endif %} options: region: {{ os.region }} -- cgit 1.2.3-korg