d28ecd763e1f84fc67ac01f6694cb579c89fb76c
[joid.git] / ci / bundle_tpl / cinder.yaml
1     cinder:
2       charm: "local:{{ ubuntu.release }}/cinder"
3       num_units: {{ unit_qty() }}
4       options:
5         block-device: None
6         glance-api-version: 2
7 {% if os.ha.mode == 'ha' %}
8         vip: {{ opnfv.vip.cinder }}
9 {% endif %}
10       to:
11 {% for unit_id in to_select() %}
12         - "lxc:nodes={{ unit_id }}"
13 {% endfor %}