bdf1090a48fe99db5d60db813ef9fc3b1d3d91a6
[joid.git] / ci / 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         #console-access-protocol: novnc
6         neutron-external-network: ext-net
7         service-guard: true
8 {% if opnfv.domain is defined %}
9         console-proxy-ip: {{ opnfv.domain }}
10 {% endif %}
11         network-manager: Neutron
12 {% if os.ha.mode == 'ha' %}
13         vip: {{ opnfv.vip.nova }}
14 {% endif %}
15 {% if os.beta.public_api %}
16         os-public-hostname: api.{{ opnfv.domain }}
17 {% endif %}
18       to:
19 {% for unit_id in to_select() %}
20         - "lxc:nodes={{ unit_id }}"
21 {% endfor %}