summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/bundle.yaml
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-10-20 06:37:23 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-10-20 06:37:23 -0500
commitc3cbf58b02524310c303b1c30662ce18c1dbd748 (patch)
tree389eb6b57f2cd3598b5311e157b597bbdfd3719d /ci/config_tpl/juju2/bundle_tpl/bundle.yaml
parentaae355c5c32f12cc10d5b4c09d477c9203e19d05 (diff)
added for newton support and integration.
Change-Id: Ied0a3bc0d2389f1966af05f3d6e2ba34831cdec8 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/bundle.yaml')
-rw-r--r--ci/config_tpl/juju2/bundle_tpl/bundle.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/bundle.yaml b/ci/config_tpl/juju2/bundle_tpl/bundle.yaml
index 1698f0d3..b0a0e861 100644
--- a/ci/config_tpl/juju2/bundle_tpl/bundle.yaml
+++ b/ci/config_tpl/juju2/bundle_tpl/bundle.yaml
@@ -39,9 +39,13 @@
{% 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' %}