Merge "Fix containers config file on fs037"

This commit is contained in:
Zuul 2020-09-18 09:04:41 +00:00 committed by Gerrit Code Review
commit 760b798191

View File

@ -12,10 +12,13 @@ overcloud_update: true
# updating the container images too. (This might have to be paired
# with some work on the image building side to get meaningful
# from-to combination of images.
# container_registry_file is used pre-rocky, after rocky
# is uc_containers_prepare_file the one used to identify
# the containers file (defaults to: containers-prepare-parameter.yaml)
container_registry_file: containers-default-parameters.yaml
container_registry_file: >-
{% if release in ['queens', 'rocky'] -%}
containers-default-parameters.yaml
{%- else -%}
containers-prepare-parameter.yaml
{%- endif -%}
tripleo_upgrade_validations_non_fatal: true
tripleo_upgrade_debug: false
# Reduce CI wall time