[JOID] generate bundle using jinja templates
[joid.git] / ci / bundle_tpl / glance.yaml
1     glance:
2       charm: "local:{{ ubuntu.release }}/glance"
3       num_units: {{ unit_qty() }}
4       options:
5         ha-mcastport: 5402
6 {% if os.ha.mode == 'ha' %}
7         vip: {{ opnfv.vip.glance }}
8 {% endif %}
9       to:
10 {% for unit_id in to_select() %}
11         - "lxc:nodes={{ unit_id }}"
12 {% endfor %}