summaryrefslogtreecommitdiffstats
path: root/ci/config_tpl/bundle_tpl/openstack-dashboard.yaml
blob: 8d604751221a582dc8469cfe4abea9b64bdbdf94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
    openstack-dashboard:
      charm: "local:{{ ubuntu.release }}/openstack-dashboard"
      num_units: {{ unit_qty() }}
      options:
        secret: admin
        webroot: /
{% if os.ha.mode == 'ha' %}
        haproxy-server-timeout: 10000
        haproxy-client-timeout: 10000
        haproxy-queue-timeout: 10000
        haproxy-connect-timeout: 10000
        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 %}