From 575bd1fdcd9df98699073f919f58fe400229c51e Mon Sep 17 00:00:00 2001 From: Sandeep Yadav Date: Mon, 20 Sep 2021 21:20:19 +0530 Subject: [PATCH] Move fs030 to support ephermal heat This featuresets still deploy installed heat, Converting it to support ephermal heat. fs020/fs035 will be done in [1]. [1] https://review.opendev.org/c/openstack/tripleo-quickstart/+/810083 Related-bug: #1944217 Change-Id: I71e0b4051f752ebc50f993401acc8cb67a52d653 --- config/general_config/featureset030.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/general_config/featureset030.yml b/config/general_config/featureset030.yml index fca313377..0b7de45bf 100644 --- a/config/general_config/featureset030.yml +++ b/config/general_config/featureset030.yml @@ -77,6 +77,8 @@ config_download_args: >- --verbose {%- endif -%} +ephemeral_heat: "{{ (release not in ['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