Support using ephemeral Heat

Updates the containers-multinode job to enable using ephemeral heat
using the newly added ephemeral_heat/ephemeral_heat_args variable.

Implements: blueprint ephemeral-heat-overcloud
Signed-off-by: James Slagle <jslagle@redhat.com>
Change-Id: Ide514b7f2ea94a1a82bd414840a9adb0a79ade98
This commit is contained in:
James Slagle 2021-02-23 08:40:33 -05:00
parent 9dcefb2973
commit 2289341399
1 changed files with 2 additions and 0 deletions

View File

@ -61,6 +61,8 @@ config_download_args: >-
-e {{ working_dir }}/config-download.yaml
--disable-validations
{%- endif -%}
ephemeral_heat: "{{ (release not in ['queens', 'stein','train','ussuri','victoria']) | bool }}"
ephemeral_heat_args: "{{ '--heat-type pod' if ephemeral_heat|bool else '' }}"
# Tempest configuration, keep always at the end of the file
test_ping: false