X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=ci%2Fbundle_tpl%2Fheat.yaml;fp=ci%2Fbundle_tpl%2Fheat.yaml;h=af4480357475f8415d73f0d0427ae9fd220a4c46;hb=491e67e469c18be60e005c1455ed61d071756d14;hp=5f8be0a20a7d9e1372d4ad767e3dc683c4ae16e6;hpb=eb637946cfb232a246ba64b6c10a30c58c361527;p=joid.git diff --git a/ci/bundle_tpl/heat.yaml b/ci/bundle_tpl/heat.yaml index 5f8be0a2..af448035 100644 --- a/ci/bundle_tpl/heat.yaml +++ b/ci/bundle_tpl/heat.yaml @@ -1,14 +1,12 @@ heat: charm: "local:{{ ubuntu.release }}/heat" - num_units: {{ unit_qty() }} +# num_units: {{ unit_qty() }} options: {% if os.ha.mode == 'ha' %} - vip: {{ opnfv.vip.heat }} +# vip: {{ opnfv.vip.heat }} {% endif %} {% if os.beta.public_api %} - os-public-hostname: api.{{ opnfv.domain }} +# os-public-hostname: api.{{ opnfv.domain }} {% endif %} to: -{% for unit_id in to_select() %} - - "lxc:nodes={{ unit_id }}" -{% endfor %} + - "lxc:nodes=0"