diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-14 15:54:37 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-08-14 15:55:20 -0500 |
commit | 952fb13f3f3f296dfcee6082b0d15230558b19c7 (patch) | |
tree | 14985faeb6dd397e5f5894a99a2aab9ba9c20e56 | |
parent | bc31d3dd92b8c9fd4a296bf46c879398be9cdefb (diff) |
modified to have cph monitor in rados gateway.
Change-Id: Ib145e4f83941754e797916e211e032df30a30e2e
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/ceph.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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 }} |