From e24fdfe5a51b08e1c063b2a16ef7186b54aa9cc9 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Tue, 31 Jan 2017 17:08:13 -0600 Subject: modfied to make the ceph cluster and access node on same network. Change-Id: I989bffbaf829a1646ead3d7fa82ef7c72d5673d1 Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/ceph.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml index 915e73d9..779d2c4c 100644 --- a/ci/config_tpl/juju2/bundle_tpl/ceph.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/ceph.yaml @@ -10,7 +10,7 @@ public: internal-api {% endif %} {% if opnfv.spaces_dict.storage is defined %} - cluster: cluster-stor + cluster: internal-api {% else %} cluster: internal-api {% endif %} @@ -62,7 +62,7 @@ public: internal-api {% endif %} {% if opnfv.spaces_dict.storage is defined %} - cluster: cluster-stor + cluster: internal-api {% else %} cluster: internal-api {% endif %} -- cgit 1.2.3-korg