summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/bundle_tpl/ceilometer.yaml
blob: e7b0d924c6b804fdf41921cc11fc27d1ce89e71a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
    mongodb:
      charm: local:{{ ubuntu.release }}/mongodb
      to:
        - "lxc:nodes=0"
    ceilometer:
      charm: "local:{{ ubuntu.release }}/ceilometer"
      num_units: {{ unit_qty() }}
      options:
        openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
        region: {{ os.region }}
{% 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 %}