fs050: upgrade the undercloud to Podman containers

For the containerized undercloud upgrade job, make it so during the
upgrade from Rocky, the undercloud is upgrades to Stein with Podman
containers and not Docker anymore.

Depends-On: I6831b4b952c95fde31febf8e14cb27cf22ff859b
Change-Id: I539fe73f6d82156b045fa0d45aad9529e98c0c2e
This commit is contained in:
Emilien Macchi 2018-10-07 15:45:02 -04:00
parent 4e9954252e
commit ab6cbcb0ce
1 changed files with 7 additions and 0 deletions

View File

@ -23,3 +23,10 @@ run_tempest: false
# configured public-vip and admin-vip.
undercloud_generate_service_certificate: true
undercloud_enable_swift_encryption: true
undercloud_container_cli: >-
{% if release in ['rocky'] -%}
docker
{%- else -%}
podman
{%- endif -%}