modfied to suite the latest code changes.
[joid.git] / ci / bundle_tpl / ceilometer.yaml
1     mongodb:
2       charm: local:{{ ubuntu.release }}/mongodb
3       to:
4         - "lxc:nodes=0"
5     ceilometer:
6       charm: "local:{{ ubuntu.release }}/ceilometer"
7       num_units: {{ unit_qty() }}
8       options:
9 {% if os.ha.mode == 'ha' %}
10         vip: {{ opnfv.vip.ceilometer }}
11 {% endif %}
12       to:
13 {% for unit_id in to_select() %}
14         - "lxc:nodes={{ unit_id }}"
15 {% endfor %}