diff options
Diffstat (limited to 'ci/config_tpl/bundle_tpl/bundle.yaml')
-rw-r--r-- | ci/config_tpl/bundle_tpl/bundle.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/config_tpl/bundle_tpl/bundle.yaml b/ci/config_tpl/bundle_tpl/bundle.yaml index 61710816..8aab10f8 100644 --- a/ci/config_tpl/bundle_tpl/bundle.yaml +++ b/ci/config_tpl/bundle_tpl/bundle.yaml @@ -47,9 +47,13 @@ openstack-phase1: {% include 'cinder.yaml' %} {% include 'glance.yaml' %} {% if opnfv.storage_dict.ceph is defined %} +{% if os.service.promise %} {% include 'opnfv-promise.yaml' %} +{% endif %} +{% if os.service.congress %} {% include 'congress.yaml' %} {% endif %} +{% endif %} {% include 'keystone.yaml' %} {% include 'nova-cloud-controller.yaml' %} {% include 'nova-compute.yaml' %} |