diff options
Diffstat (limited to 'ci/bundle_tpl/openstack-dashboard.yaml')
-rw-r--r-- | ci/bundle_tpl/openstack-dashboard.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ci/bundle_tpl/openstack-dashboard.yaml b/ci/bundle_tpl/openstack-dashboard.yaml new file mode 100644 index 00000000..ee006bb0 --- /dev/null +++ b/ci/bundle_tpl/openstack-dashboard.yaml @@ -0,0 +1,15 @@ + 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 %} +{% for unit_id in to_select() %} + - "lxc:nodes={{ unit_id }}" +{% endfor %} |