summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/nova-cloud-controller.yaml
blob: 4f51c30c9c3adf622733ef1ebc740bb03c81a2ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    nova-cloud-controller:
      charm: "local:{{ ubuntu.release }}/nova-cloud-controller"
      num_units: {{ unit_qty() }}
      options:
        console-access-protocol: novnc
{% if opnfv.domain is defined %}
        console-proxy-ip: {{ opnfv.domain }}
{% endif %}
        network-manager: Neutron
{% if os.ha.mode == 'ha' %}
        vip: {{ opnfv.vip.nova }}
{% endif %}
      to:
{% for unit_id in to_select() %}
        - "lxc:nodes={{ unit_id }}"
{% endfor %}