modified to accomodate the scaleio bundles and charms.
[joid.git] / ci / config_tpl / deployconfig.yaml
index c190d1d..5b88092 100644 (file)
@@ -3,7 +3,9 @@ opnfv:
   admNetgway: {{ opnfv.spaces_dict.admin.gateway }}
   admNetwork: {{ net_prefix }}2
   admin_password: openstack
-  ceph-disk: {{ opnfv.storage_dict.ceph.disk }}
+{% if opnfv.storage_dict.ceph is defined %}
+   ceph-disk: {{ opnfv.storage_dict.ceph.disk }}
+{% endif %}
 {% if opnfv.spaces_dict.data is defined %}
   dataNetwork: {{ opnfv.spaces_dict.data.cidr }}
 {% endif %}