[JOID] generate bundle using jinja templates
[joid.git] / ci / bundle_tpl / neutron-api.yaml
1     neutron-api:
2       charm: "local:{{ ubuntu.release }}/neutron-api"
3       num_units: {{ unit_qty() }}
4       options:
5         neutron-security-groups: true
6         flat-network-providers: "*"
7 {% if os.network.controller == 'odl' %}
8         manage-neutron-plugin-legacy-mode: False
9 {% endif %}
10 {% if os.ha.mode == 'ha' %}
11         vip: {{ opnfv.vip.neutron }}
12 {% endif %}
13       to:
14 {% for unit_id in to_select() %}
15         - "lxc:nodes={{ unit_id }}"
16 {% endfor %}