summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/neutron-gateway.yaml
blob: 65cfab8084d4cb4b87d81586036b3b6f6afe9dae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 #}