onos is compaitible with new definition of ext-port.
[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 {% if os.ha.mode == 'ha' %}
10         vip: {{ opnfv.vip.ceilometer }}
11 {% endif %}
12 {% if os.beta.public_api %}
13         os-public-hostname: api.{{ opnfv.domain }}
14 {% endif %}
15       to:
16 {% for unit_id in to_select() %}
17         - "lxc:nodes={{ unit_id }}"
18 {% endfor %}