modified to use latest Carbon build release.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / neutron-ovs.yaml
1     neutron-openvswitch:
2       charm: ./{{ ubuntu.release }}/neutron-openvswitch
3 {% if os.service.bindings %}
4 {% if opnfv.spaces_dict.data is defined %}
5       bindings:
6         data: tenant-data
7       options:
8 {% else %}
9       bindings:
10         data: internal-api
11       options:
12 {% endif %}
13 {% else %}
14       options:
15 {% if os.git_repo.origin_git %}
16         openstack-origin-git: "{{ os.git_repo.branch }}"
17 {% endif %}
18 {% if opnfv.spaces_dict.data is defined %}
19         os-data-network: {{ opnfv.spaces_dict.data.cidr }}
20 {% endif %}
21 {% endif %}
22 {% if os.network.dpdk %}
23         enable-dpdk: true
24         #dpdk-driver: uio_pci_generic
25         #data-port: ""
26         #default-socket-memory: 1024
27         #default-socket-cores: 1
28 {% endif %}
29 {% if opnfv.ext_port is defined  %}
30         bridge-mappings: physnet1:br-data
31 {% endif %}
32 {# Empty block to avoid bad block trim #}