temporarily turn off podman

We're hitting several issues in the upstream
ci related to podman :(

https://bugs.launchpad.net/tripleo/+bug/1804434
https://github.com/containers/libpod/issues/1844

Related-Bug: #1804434
Related-Bug: #1809218
Change-Id: I19aa04382ba159768a1748d44412bbc670facaf3
This commit is contained in:
Wes Hayutin 2018-12-20 06:52:10 -07:00
parent 4dec5dc10f
commit 6822ba9a7e
7 changed files with 63 additions and 46 deletions

View File

@ -155,9 +155,12 @@ undercloud_enable_tempest: >-
false
{%- endif -%}
undercloud_container_cli: >-
{% if release in ['rocky'] -%}
docker
{%- else -%}
podman
{%- endif -%}
# https://bugs.launchpad.net/tripleo/+bug/1804434
# https://github.com/containers/libpod/issues/1844
undercloud_container_cli: docker
# undercloud_container_cli: >-
# {% if release in ['rocky'] -%}
# docker
# {%- else -%}
# podman
# {%- endif -%}

View File

@ -94,14 +94,13 @@ undercloud_enable_tempest: >-
false
{%- endif -%}
undercloud_container_cli: >-
{% if release in ['rocky'] -%}
docker
{%- else -%}
podman
{%- endif -%}
# https://bugs.launchpad.net/tripleo/+bug/1804434
# https://github.com/containers/libpod/issues/1844
undercloud_container_cli: docker
# undercloud_container_cli: >-
# {% if release in ['rocky'] -%}
# docker
# {%- else -%}
# podman
# {%- endif -%}
extra_args: >-
{% if release not in ['newton', 'ocata', 'pike', 'queens', 'rocky'] -%}
-e {{ overcloud_templates_path }}/environments/podman.yaml
{%- endif -%}

View File

@ -126,9 +126,12 @@ mistral_test_black_regex:
- 'mistral_tempest_tests.tests.scenario.engine.actions.v2.test_openstack_actions.OpenStackActionsTestsV2.test_swift_actions'
- 'mistral_tempest_tests.tests.scenario.engine.actions.v2.test_multi_vim_authentication.MultiVimActionsTests.test_multi_vim_support_target_headers'
undercloud_container_cli: >-
{% if release in ['rocky'] -%}
docker
{%- else -%}
podman
{%- endif -%}
# https://bugs.launchpad.net/tripleo/+bug/1804434
# https://github.com/containers/libpod/issues/1844
undercloud_container_cli: docker
# undercloud_container_cli: >-
# {% if release in ['rocky'] -%}
# docker
# {%- else -%}
# podman
# {%- endif -%}

View File

@ -111,9 +111,12 @@ test_white_regex: ''
tempest_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
undercloud_container_cli: >-
{% if release in ['rocky'] -%}
docker
{%- else -%}
podman
{%- endif -%}
# https://bugs.launchpad.net/tripleo/+bug/1804434
# https://github.com/containers/libpod/issues/1844
undercloud_container_cli: docker
# undercloud_container_cli: >-
# {% if release in ['rocky'] -%}
# docker
# {%- else -%}
# podman
# {%- endif -%}

View File

@ -25,9 +25,12 @@ run_tempest: false
undercloud_generate_service_certificate: true
undercloud_enable_swift_encryption: true
undercloud_container_cli: >-
{% if release in ['rocky'] -%}
docker
{%- else -%}
podman
{%- endif -%}
# https://bugs.launchpad.net/tripleo/+bug/1804434
# https://github.com/containers/libpod/issues/1844
undercloud_container_cli: docker
# undercloud_container_cli: >-
# {% if release in ['rocky'] -%}
# docker
# {%- else -%}
# podman
# {%- endif -%}

View File

@ -37,9 +37,12 @@ tempest_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps'
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern'
standalone_container_cli: >-
{% if release in ['rocky'] -%}
docker
{%- else -%}
podman
{%- endif -%}
# https://bugs.launchpad.net/tripleo/+bug/1804434
# https://github.com/containers/libpod/issues/1844
standalone_container_cli: docker
# standalone_container_cli: >-
# {% if release in ['rocky'] -%}
# docker
# {%- else -%}
# podman
# {%- endif -%}

View File

@ -163,9 +163,12 @@ statsd_enabled: false
rsyslog_forwarding: false
browbeat_config_file: browbeat-minimal-ci.yaml.j2
undercloud_container_cli: >-
{% if release in ['rocky'] -%}
docker
{%- else -%}
podman
{%- endif -%}
# https://bugs.launchpad.net/tripleo/+bug/1804434
# https://github.com/containers/libpod/issues/1844
undercloud_container_cli: docker
# undercloud_container_cli: >-
# {% if release in ['rocky'] -%}
# docker
# {%- else -%}
# podman
# {%- endif -%}