diff options
Diffstat (limited to 'ci/bundle_tpl/heat.yaml')
-rw-r--r-- | ci/bundle_tpl/heat.yaml | 11 |
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 %} |