c5678a0f4d500923bb17c11e29c824348da15107
[joid.git] / ci / bundle_tpl / neutron-gateway.yaml
1     neutron-gateway:
2       charm: "local:{{ ubuntu.release }}/neutron-gateway"
3       options:
4 {% if opnfv.ext_port is defined  %}
5         ext-port: {{ opnfv.ext_port }}
6 {% endif %}
7 {% if os.network.controller == 'odl' %}
8         plugin: ovs-odl
9 {% elif os.network.controller == 'onos' %}
10         plugin: onos
11 {% endif %}
12         instance-mtu: 1400
13       to:
14         - "nodes=0"
15 {# Empty block to avoid bad block trim #}