Add tripleo_validations on config/general_config/minimal.yml

Adding the vars:
 run_tripleo_validations: false
 run_tripleo_validations_negative_tests: fasle
to the config/general_config/minimal.yml, and fixed the error
due to the lack of value.

Closes-bug: #1915265
Change-Id: I6d44ba89ea067c3dc474dcd7c35184b66483a32c
This commit is contained in:
Juan Badia Payno 2021-02-10 13:07:55 +01:00
parent 79f8c6b2e4
commit 7e66130d1a
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@ overcloud_templates_path: /usr/share/openstack-tripleo-heat-templates
undercloud_templates_path: /usr/share/openstack-tripleo-heat-templates
step_introspect: true
# Disable validations and its negative tests
run_tripleo_validations: false
run_tripleo_validations_negative_tests: false
# This enables container deployements after Pike
containerized_overcloud: >-
{% if release in ['newton', 'ocata', 'pike'] -%}