modified to accomodate the scaleio bundles and charms.
[joid.git] / ci / config_tpl / bundle_tpl / subordinate.yaml
index fa3d374..48ad33b 100644 (file)
@@ -49,3 +49,9 @@
     lxd:
       charm: local:{{ ubuntu.release }}/lxd
 {% endif %}
+{% if opnfv.storage_dict.scaleio is defined %}
+    scaleio-openstack:
+      charm: local:{{ ubuntu.release }}/scaleio-openstack
+      options:
+        protection-domains: 'pd1'
+{% endif %}