summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/bundle_tpl/openstack-dashboard.yaml
blob: 83408dcd4bde6484e4ec81dedc0b8e1d3c06f4f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    openstack-dashboard:
      charm: "local:{{ ubuntu.release }}/openstack-dashboard"
      num_units: {{ unit_qty() }}
      options:
        secret: admin
        webroot: /
{% 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() %}
        - "lxc:nodes={{ unit_id }}"
{% endfor %}