summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/bundle_tpl/bundle.yaml
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2016-09-15 23:57:41 -0500
committerNarinder Gupta <narinder.gupta@canonical.com>2016-09-16 00:17:49 -0500
commitdfc43c69179c1305be42e524c2bfc357aaf87dfd (patch)
treef302967341959bdd1a06c5f1db8b9bf4520a1de9 /ci/config_tpl/bundle_tpl/bundle.yaml
parentf375a92d83e9a6d589ff1961e994004afc5d497e (diff)
modified to accomodate the scaleio bundles and charms.
Change-Id: I1ec22684a67d02c8727cf620cc673aa70cfb0073 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/bundle_tpl/bundle.yaml')
-rw-r--r--ci/config_tpl/bundle_tpl/bundle.yaml4
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 a5aa5578..507241af 100644
--- a/ci/config_tpl/bundle_tpl/bundle.yaml
+++ b/ci/config_tpl/bundle_tpl/bundle.yaml
@@ -39,7 +39,11 @@ openstack-phase1:
{% endif %}
{% include 'mysql.yaml' %}
{% include 'ceilometer.yaml' %}
+{% if opnfv.storage_dict.scaleio is defined %}
+{% include 'scaleio.yaml' %}
+{% else %}
{% include 'ceph.yaml' %}
+{% endif %}
{% include 'cinder.yaml' %}
{% include 'glance.yaml' %}
{% include 'opnfv-promise.yaml' %}