Switch to podman for tripleo-deploy-openshift

Change the container CLI executable to be podman instead of docker in
tripleo-deploy-openshift to match the TripleO default in Stein.

Depends-On: Iae415339308a93ad49eeb7e4d7e0be2662abf0ee
Depends-On: I7762af7b824ae0c7303438d48fc35c9f24a00c9c
Change-Id: I8c4a365edd187c1c39f3b853ad2dbb118a600c02
This commit is contained in:
Martin André 2019-01-04 16:50:20 +01:00
parent 86108832ad
commit 5c823e508c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ fi
ANSIBLE_OPTS="${ANSIBLE_OPTS} $@"
if [ -z $OPENSHIFT_ANSIBLE_DIR ]; then
docker run \
sudo podman run \
--net=host \
-u `id -u` \
-v ${CONFIG_DOWNLOAD_DIR}:${CONFIG_DOWNLOAD_DIR} \