summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/ceilometer.yaml
blob: ef5d9b4c21fde59d2c2ae436377e80c49d1775a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
    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 %}
{% if os.beta.public_api %}
    os-public-hostname: api.{{ opnfv.domain }}
{% endif %}
      to:
{% for unit_id in to_select() %}
        - "lxc:nodes={{ unit_id }}"
{% endfor %}