move to master branch of charm for few bug fixes.
[joid.git] / ci / config_tpl / 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         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
10         region: {{ os.region }}
11 {% if os.ha.mode == 'ha' %}
12         vip: {{ opnfv.vip.ceilometer }}
13 {% endif %}
14 {% if os.beta.public_api %}
15         os-public-hostname: api.{{ opnfv.domain }}
16 {% endif %}
17       to:
18 {% for unit_id in to_select() %}
19         - "lxc:nodes={{ unit_id }}"
20 {% endfor %}