From 8cc46e65c20745e241b68b3d960fc3c96d64b970 Mon Sep 17 00:00:00 2001 From: David Blaisonneau Date: Thu, 30 Jun 2016 18:43:58 +0200 Subject: [JOID] generate bundle using jinja templates Signed-off-by: David Blaisonneau --- ci/bundle_tpl/cinder.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ci/bundle_tpl/cinder.yaml (limited to 'ci/bundle_tpl/cinder.yaml') 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 %} -- cgit 1.2.3-korg