summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml
blob: c73f372114b527a6a8d5552c941e8209afedb303 (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
    neutron-openvswitch:
      charm: ./{{ ubuntu.release }}/neutron-openvswitch
{% if opnfv.spaces_dict.data is defined %}
{% if os.service.bindings %}
      bindings:
        data: admin-api
      options:
{% else %}
      options:
{% endif %}
{% else %}
      options:
{% endif %}
{% if os.network.dpdk %}
        enable-dpdk: true
        #dpdk-driver: uio_pci_generic
        #data-port: ""
        #default-socket-memory: 1024
        #default-socket-cores: 1
{% endif %}
{% if opnfv.ext_port is defined  %}
{% if os.network.controller == 'nosdn' %}
{% if opnfv.data_port is defined  %}
        bridge-mappings: physnet1:br-ex physnet2:br-data
        data-port: br-ex:{{ opnfv.ext_port }} br-data:{{ opnfv.data_port }}
{% else %}
        bridge-mappings: physnet1:br-ex
        data-port: br-ex:{{ opnfv.ext_port }}
{% endif %}
{% else %}
        ext-port: {{ opnfv.ext_port }}
{% endif %}
{% endif %}
{# Empty block to avoid bad block trim #}