Merge "Deploy the undercloud/overcloud containerized in newer versions"

This commit is contained in:
Zuul 2019-12-03 17:09:29 +00:00 committed by Gerrit Code Review
commit 251c78e1e7
1 changed files with 18 additions and 2 deletions

View File

@ -6,8 +6,21 @@
ssl_overcloud: false
undercloud_check_sanity: true
undercloud_upgrade_cleanup: true
containerized_undercloud: false
containerized_overcloud: false
containerized_undercloud: >-
{% if release not in ['newton','ocata','pike','queens'] -%}
true
{%- else -%}
false
{%- endif -%}
containerized_overcloud: >-
{% if release in ['newton', 'ocata', 'pike'] -%}
false
{%- else -%}
true
{%- endif -%}
containerized_overcloud_upgrade: false
containerized_undercloud_upgrade: true
@ -27,3 +40,6 @@ run_tempest: false
# configured public-vip and admin-vip.
undercloud_generate_service_certificate: true
undercloud_enable_swift_encryption: true
# There is not enough space in the Undercloud <20GB
undercloud_enable_validations: false