summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/neutron-ovs.yaml
blob: c0d3468940db7ec66608a19e04430b0781ea36bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
    neutron-openvswitch:
      charm: local:{{ ubuntu.release }}/neutron-openvswitch
      options:
{% if opnfv.spaces_dict.data is defined %}
        os-data-network: {{ opnfv.spaces_dict.data.cidr }}
{% 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.dvr %}
        ext-port: {{ opnfv.ext_port }}
{% endif %}
{% endif %}
{# Empty block to avoid bad block trim #}