summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/juju2/bundle_tpl/openstack-dashboard.yaml
blob: aef9260bcee40961f7e96cdecd38c4e0edb3c7ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
    openstack-dashboard:
      charm: "./{{ ubuntu.release }}/openstack-dashboard"
      num_units: {{ unit_qty() }}
      options:
        openstack-origin: "cloud:{{ ubuntu.release }}-{{ os.release }}"
        secret: admin
        webroot: /
{% if os.network.ipv6 %}
        prefer-ipv6: {{ os.network.ipv6 }}
{% endif %}
{% if os.ha.mode == 'ha' %}
        vip: {{ opnfv.vip.dashboard }}
{% endif %}
{% if os.beta.public_api %}
        endpoint-type: internalURL
{% endif %}
      to:
{% for unit_id in to_select() %}
        - "lxd:nodes/{{ unit_id }}"
{% endfor %}