summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/cinder.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/bundle_tpl/cinder.yaml')
-rw-r--r--ci/bundle_tpl/cinder.yaml14
1 files changed, 14 insertions, 0 deletions
diff --git a/ci/bundle_tpl/cinder.yaml b/ci/bundle_tpl/cinder.yaml
new file mode 100644
index 00000000..6113200a
--- /dev/null
+++ b/ci/bundle_tpl/cinder.yaml
@@ -0,0 +1,14 @@
+ cinder:
+ charm: "local:{{ ubuntu.release }}/cinder"
+ num_units: {{ unit_qty() }}
+ options:
+ block-device: None
+ glance-api-version: 2
+ ha-mcastport: 5401
+{% if os.ha.mode == 'ha' %}
+ vip: {{ opnfv.vip.cinder }}
+{% endif %}
+ to:
+{% for unit_id in to_select() %}
+ - "lxc:nodes={{ unit_id }}"
+{% endfor %}