From ba77497ce22a1d098a4063f8a1b24f11b5128e27 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Tue, 5 Mar 2019 18:34:28 -0500 Subject: [PATCH] ovb/CI: force ContainerCli to Docker For the OVB jobs which still run Pacemaker, let's force ContainerCli until we get them working with Podman. Change-Id: I2d8f484feb1b1fc2b88ab1f7b37b44324183643e --- toci-quickstart/config/testenv/ovb.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toci-quickstart/config/testenv/ovb.yml b/toci-quickstart/config/testenv/ovb.yml index 64e464d7d..0fe116d13 100644 --- a/toci-quickstart/config/testenv/ovb.yml +++ b/toci-quickstart/config/testenv/ovb.yml @@ -76,3 +76,5 @@ undercloud_workers: 1 # Ironic debug # https://bugs.launchpad.net/tripleo/+bug/1797526 step_introspect_debug: true +# Remove ContainerCli once this scenario is tested on CentOS8 +overcloud_container_cli: docker