added option to choose the architecture of hyperconverged ot not.
[joid.git] / ci / config_tpl / bundle_tpl / heat.yaml
1     heat:
2       charm: "local:{{ ubuntu.release }}/heat"
3       num_units: {{ unit_qty() }}
4       options:
5 {% if os.ha.mode == 'ha' %}
6         vip: {{ opnfv.vip.heat }}
7 {% endif %}
8 {% if os.beta.public_api %}
9         os-public-hostname: api.{{ opnfv.domain }}
10 {% endif %}
11       to:
12 {% for unit_id in to_select() %}
13         - "lxc:nodes={{ unit_id }}"
14 {% endfor %}
15 {# Empty block to avoid bad block trim #}