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/glance.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ci/bundle_tpl/glance.yaml (limited to 'ci/bundle_tpl/glance.yaml') diff --git a/ci/bundle_tpl/glance.yaml b/ci/bundle_tpl/glance.yaml new file mode 100644 index 00000000..c571760b --- /dev/null +++ b/ci/bundle_tpl/glance.yaml @@ -0,0 +1,12 @@ + glance: + charm: "local:{{ ubuntu.release }}/glance" + num_units: {{ unit_qty() }} + options: + ha-mcastport: 5402 +{% if os.ha.mode == 'ha' %} + vip: {{ opnfv.vip.glance }} +{% endif %} + to: +{% for unit_id in to_select() %} + - "lxc:nodes={{ unit_id }}" +{% endfor %} -- cgit 1.2.3-korg