fetch the correct ceilometer.
[joid.git] / ci / config_tpl / bundle_tpl / nova-cloud-controller.yaml
1     nova-cloud-controller:
2       charm: "local:{{ ubuntu.release }}/nova-cloud-controller"
3       num_units: {{ unit_qty() }}
4       options:
5         openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
6         region: {{ os.region }}
7         #console-access-protocol: novnc
8         neutron-external-network: ext-net
9         service-guard: true
10 {% if os.api.worker_multiplier %}
11         worker-multiplier: {{ os.api.worker_multiplier }}
12 {% endif %}
13 {% if os.ha.mode == 'ha' %}
14         vip: {{ opnfv.vip.nova }}
15 {% endif %}
16 {% if opnfv.domain is defined %}
17         console-proxy-ip: {{ opnfv.domain }}
18 {% endif %}
19         network-manager: Neutron
20 {% if os.beta.public_api %}
21         os-public-hostname: api.{{ opnfv.domain }}
22 {% endif %}
23       to:
24 {% for unit_id in to_select() %}
25         - "lxc:nodes={{ unit_id }}"
26 {% endfor %}