summaryrefslogtreecommitdiffstats
path: root/ci/bundle_tpl/heat.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/bundle_tpl/heat.yaml')
-rw-r--r--ci/bundle_tpl/heat.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/ci/bundle_tpl/heat.yaml b/ci/bundle_tpl/heat.yaml
new file mode 100644
index 00000000..ba97fb61
--- /dev/null
+++ b/ci/bundle_tpl/heat.yaml
@@ -0,0 +1,11 @@
+ heat:
+ charm: "local:{{ ubuntu.release }}/heat"
+ num_units: {{ unit_qty() }}
+ options:
+{% if os.ha.mode == 'ha' %}
+ vip: {{ opnfv.vip.heat }}
+{% endif %}
+ to:
+{% for unit_id in to_select() %}
+ - "lxc:nodes={{ unit_id }}"
+{% endfor %}