summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/neutron-ovs.yaml
blob: 931a006013003fe68ae4e7c97ef40e0b6d3c26ca (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
    neutron-openvswitch:
      charm: ./{{ ubuntu.release }}/neutron-openvswitch
{% if os.service.bindings %}
      bindings:
        data: *overlay-space
      options:
{% else %}
      options:
{% if opnfv.spaces_dict.data is defined %}
        os-data-network: {{ opnfv.spaces_dict.data.cidr }}
{% endif %}
{% endif %}
{% if os.git_repo.origin_git %}
        openstack-origin-git: "{{ os.git_repo.branch }}"
{% 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 os.network.controller == 'nosdn' %}
        bridge-mappings: physnet1:br-data
        data-port: *data-port
        #enable-local-dhcp-and-metadata: true
{% else %}
        ext-port: {{ opnfv.ext_port }}
{% endif %}
{# Empty block to avoid bad block trim #}