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