ocl integration draft.
[joid.git] / ci / bundle_tpl / openstack-dashboard.yaml
1     openstack-dashboard:
2       charm: "local:{{ ubuntu.release }}/openstack-dashboard"
3       num_units: {{ unit_qty() }}
4       options:
5         secret: admin
6         webroot: /
7 {% if os.ha.mode == 'ha' %}
8         vip: {{ opnfv.vip.dashboard }}
9 {% endif %}
10 {% if os.beta.public_api %}
11         endpoint-type: internalURL
12 {% endif %}
13       to:
14 {% for unit_id in to_select() %}
15         - "lxc:nodes={{ unit_id }}"
16 {% endfor %}