Merge "Switch to podman for tripleo-deploy-openshift"

This commit is contained in:
Zuul 2019-03-14 00:15:38 +00:00 committed by Gerrit Code Review
commit bba82c7c76
1 changed files with 1 additions and 1 deletions

View File

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