New scripts for configs generation, based on jinja2
[joid.git] / ci / bundle_tpl / openstack-dashboard.yaml
diff --git a/ci/bundle_tpl/openstack-dashboard.yaml b/ci/bundle_tpl/openstack-dashboard.yaml
deleted file mode 100644 (file)
index 83408dc..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-    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 %}