From c3cbf58b02524310c303b1c30662ce18c1dbd748 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Thu, 20 Oct 2016 06:37:23 -0500 Subject: added for newton support and integration. Change-Id: Ied0a3bc0d2389f1966af05f3d6e2ba34831cdec8 Signed-off-by: Narinder Gupta --- ci/config_tpl/bundle_tpl/bundle.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ci/config_tpl/bundle_tpl/bundle.yaml') 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' %} -- cgit 1.2.3-korg