summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/ceilometer.yaml
blob: 125e8382ebcb2a154fcf8a921e2521e856fa242e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
    mongodb:
      charm: local:{{ ubuntu.release }}/mongodb
      to:
        - "lxc:nodes=0"
    ceilometer:
      charm: "local:{{ ubuntu.release }}/ceilometer"
      num_units: {{ unit_qty() }}
      options:
{% if os.ha.mode == 'ha' %}
        vip: {{ opnfv.vip.ceilometer }}
{% endif %}
      to:
{% for unit_id in to_select() %}
        - "lxc:nodes={{ unit_id }}"
{% endfor %}