updated the source for ceph deployment.
[joid.git] / ci / config_tpl / bundle_tpl / bundle.yaml
index 507241a..6171081 100644 (file)
@@ -46,8 +46,10 @@ openstack-phase1:
 {% endif %}
 {% include 'cinder.yaml' %}
 {% include 'glance.yaml' %}
+{% if opnfv.storage_dict.ceph is defined %}
 {% include 'opnfv-promise.yaml' %}
 {% include 'congress.yaml' %}
+{% endif %}
 {% include 'keystone.yaml' %}
 {% include 'nova-cloud-controller.yaml' %}
 {% include 'nova-compute.yaml' %}
@@ -68,6 +70,7 @@ openstack-phase1:
 {% include 'haclusters.yaml' %}
 {% endif %}
 
+
 {% if os.hyperconverged %}
   relations:
     - [ 'ntp:juju-info', 'nodes:juju-info' ]
@@ -76,6 +79,7 @@ openstack-phase1:
     - [ 'ntp:juju-info', 'nodes:juju-info' ]
     - [ 'ntp:juju-info', 'nodes-compute:juju-info' ]
 {% endif %}
+
 {% if os.ha.mode == 'ha' %}
 {% include 'harelations.yaml' %}
 {% endif %}