tests: test-galera-upgrades.sh: Drop Ansible verbosity

The upgrade tests are very noisy since Ansible verbosity is set too
high. This makes debugging problems very painful so drop verbosity
by default and let users set it if desired.

Change-Id: I44b7f13f762807946ad9fdf0078e24c4c52b9da1
This commit is contained in:
Markos Chandras 2018-01-18 13:51:38 +00:00 committed by Jean-Philippe Evrard
parent f2bfbd3851
commit 73376ad7a7
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ set -e
export WORKING_DIR=${WORKING_DIR:-$(pwd)}
export ROLE_NAME=${ROLE_NAME:-''}
export ANSIBLE_PARAMETERS=${ANSIBLE_PARAMETERS:-"-vvv"}
export ANSIBLE_PARAMETERS=${ANSIBLE_PARAMETERS:-"-vv"}
export TEST_PLAYBOOK=${TEST_PLAYBOOK:-$WORKING_DIR/tests/test-upgrade-pre.yml}
export TEST_CHECK_MODE=${TEST_CHECK_MODE:-false}
export TEST_IDEMPOTENCE=${TEST_IDEMPOTENCE:-false}