diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-01 17:00:16 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-07-01 17:00:53 -0500 |
commit | 44716b159a72b9840adfa090b6c7171758f78f1a (patch) | |
tree | 9f229bf4afe14c8b624d6b0f5f64c9186712d1a5 | |
parent | 87ff38481a31846f3171976fbb039d5d3e10929a (diff) |
do not enable ceph cluster
Change-Id: Icb5336c860c7d8e1c78d3997795c5785389add07
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rw-r--r-- | ci/bundle_tpl/ceph.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ci/bundle_tpl/ceph.yaml b/ci/bundle_tpl/ceph.yaml index e13ca417..8ad6cbd6 100644 --- a/ci/bundle_tpl/ceph.yaml +++ b/ci/bundle_tpl/ceph.yaml @@ -7,9 +7,8 @@ fsid: 5a791d94-980b-11e4-b6f6-3c970e8b1cf7 monitor-secret: AQAi5a9UeJXUExAA+By9u+GPhl8/XiUQ4nwI3A== {% if opnfv.spaces_dict.storage is defined %} - ceph-cluster-network: {{ opnfv.spaces_dict.storage.cidr }} + #ceph-cluster-network: {{ opnfv.spaces_dict.storage.cidr }} {% endif %} -# ceph-public-network: 192.168.0.0/24 to: {% if os.ha.mode == 'ha' %} {% for unit_id in to_select() %} |