[JOID] generate bundle using jinja templates
[joid.git] / ci / bundle_tpl / neutron-ovs.yaml
1     neutron-openvswitch:
2       charm: "local:{{ ubuntu.release }}/neutron-openvswitch"
3       num_units: 1
4       options:
5 {% if os.network.dpdk %}
6         enable-dpdk: true
7         #dpdk-driver: uio_pci_generic
8 {% endif %}
9         #data-port: ""
10         #default-socket-memory: 1024
11         #default-socket-cores: 1
12 {# Empty block to avoid bad block trim #}