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