diff options
-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() %} |