blob: 6113200ad8ca9fd46f3b4ca6674fdf595e6e4047 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
cinder:
charm: "local:{{ ubuntu.release }}/cinder"
num_units: {{ unit_qty() }}
options:
block-device: None
glance-api-version: 2
ha-mcastport: 5401
{% if os.ha.mode == 'ha' %}
vip: {{ opnfv.vip.cinder }}
{% endif %}
to:
{% for unit_id in to_select() %}
- "lxc:nodes={{ unit_id }}"
{% endfor %}
|