Merge "Convert featureset minimal to use ephemeral heat"

This commit is contained in:
Zuul 2021-10-04 01:45:45 +00:00 committed by Gerrit Code Review
commit 73589a7400
1 changed files with 3 additions and 0 deletions

View File

@ -74,6 +74,9 @@ telemetry_args: >-
-e {{ overcloud_templates_path }}/environments/disable-telemetry.yaml
{% endif %}
ephemeral_heat: "{{ (release not in ['train','ussuri','victoria']) | bool }}"
ephemeral_heat_args: "{{ '--heat-type pod' if ephemeral_heat|bool else '' }}"
extra_args: >-
{% if release not in ['newton', 'ocata', 'pike'] %}
-e {{ overcloud_templates_path }}/ci/environments/ovb-ha.yaml