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/neutron-api.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ci/bundle_tpl/neutron-api.yaml (limited to 'ci/bundle_tpl/neutron-api.yaml') diff --git a/ci/bundle_tpl/neutron-api.yaml b/ci/bundle_tpl/neutron-api.yaml new file mode 100644 index 00000000..403babcf --- /dev/null +++ b/ci/bundle_tpl/neutron-api.yaml @@ -0,0 +1,16 @@ + neutron-api: + charm: "local:{{ ubuntu.release }}/neutron-api" + num_units: {{ unit_qty() }} + options: + neutron-security-groups: true + flat-network-providers: "*" +{% if os.network.controller == 'odl' %} + manage-neutron-plugin-legacy-mode: False +{% endif %} +{% if os.ha.mode == 'ha' %} + vip: {{ opnfv.vip.neutron }} +{% endif %} + to: +{% for unit_id in to_select() %} + - "lxc:nodes={{ unit_id }}" +{% endfor %} -- cgit 1.2.3-korg