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-gateway.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ci/bundle_tpl/neutron-gateway.yaml (limited to 'ci/bundle_tpl/neutron-gateway.yaml') diff --git a/ci/bundle_tpl/neutron-gateway.yaml b/ci/bundle_tpl/neutron-gateway.yaml new file mode 100644 index 00000000..65cfab80 --- /dev/null +++ b/ci/bundle_tpl/neutron-gateway.yaml @@ -0,0 +1,14 @@ + neutron-gateway: + charm: "local:{{ ubuntu.release }}/neutron-gateway" + num_units: 1 + options: +{% if opnfv.ext_port is defined %} + ext-port: {{ opnfv.ext_port }} +{% endif %} +{% if os.network.controller == 'odl' %} + plugin: ovs-odl +{% endif %} + instance-mtu: 1400 + to: + - "nodes=0" +{# Empty block to avoid bad block trim #} -- cgit 1.2.3-korg