summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/neutron-gateway.yaml
blob: 0e56142e45219fe580416249f1a4fe6e485aac3a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
    neutron-gateway:
      charm: "./{{ ubuntu.release }}/neutron-gateway"
      num_units: 1
{% if os.service.bindings %}
{% if opnfv.spaces_dict.data is defined %}
      bindings:
        data: tenant-data
{% else %}
      bindings:
        data: internal-api
{% endif %}
{% endif %}
      options:
        openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
{% if os.git_repo.origin_git %}
        openstack-origin-git: "{{ os.git_repo.branch }}"
{% endif %}
{% if os.api.worker_multiplier %}
        worker-multiplier: {{ os.api.worker_multiplier }}
{% endif %}
{% if opnfv.ext_port is defined  %}
        bridge-mappings: physnet1:br-data
        data-port: br-data:{{ opnfv.ext_port }}
{% endif %}
{% if os.network.controller == 'onos' %}
        plugin: onos
{% if os.network.sfc %}
        profile: onos-sfc
{% endif %}
{% elif os.network.controller == 'odl' %}
        plugin: ovs-odl
{% endif %}
        instance-mtu: 1400
      to:
        - "nodes/0"
{# Empty block to avoid bad block trim #}