onos is compaitible with new definition of ext-port.
[joid.git] / ci / bundle_tpl / cinder.yaml
1     cinder:
2       charm: "local:{{ ubuntu.release }}/cinder"
3       num_units: {{ unit_qty() }}
4       options:
5 {% if os.beta.public_api %}
6         os-public-hostname: api.{{ opnfv.domain }}
7 {% endif %}
8         block-device: None
9         glance-api-version: 2
10 {% if os.ha.mode == 'ha' %}
11         vip: {{ opnfv.vip.cinder }}
12 {% endif %}
13       to:
14 {% for unit_id in to_select() %}
15         - "lxc:nodes={{ unit_id }}"
16 {% endfor %}