python-tripleoclient/tripleoclient/tests
Luke Short b3ba675b9a Default to zero verbosity when using Ansible.
The OpenStack CLI defaults to 1 level of verbosity
which was being directly passed to Ansible methods.
When the CLI is given "-v", the verbosity level is set to 2.
This patch ensures that Ansible will not be verbose by default.
This lowers the amount of RAM a default
deployment/update/upgrade will use along with lowering
log file sizes.

Conflicts:
	tripleoclient/tests/v1/overcloud_external_update/test_overcloud_external_update.py
	tripleoclient/tests/v1/overcloud_external_upgrade/test_overcloud_external_upgrade.py
	tripleoclient/utils.py
	tripleoclient/v1/overcloud_deploy.py
	tripleoclient/v1/overcloud_external_update.py
	tripleoclient/v1/overcloud_external_upgrade.py
	tripleoclient/workflows/deployment.py

Change-Id: Ic59cc6b2b9b979255c10d71e437afa733517e3e1
Signed-off-by: Luke Short <ekultails@gmail.com>
(cherry picked from commit 90eee3abc1)
(cherry picked from commit aef369e7b4)
(cherry picked from commit 36cda0a2b5)
2020-01-29 11:37:30 -05:00
..
v1 Default to zero verbosity when using Ansible. 2020-01-29 11:37:30 -05:00
workflows Handle a deployment that was manually cancelled. 2019-10-09 15:58:11 -04:00
__init__.py Rename rdomanager_oscplugin to tripleoclient 2015-09-08 10:22:22 -04:00
base.py Save DefaultPasswords values for undercloud deploy 2017-04-26 20:38:00 +01:00
fakes.py Remove execution from workflow message send 2019-08-22 09:45:05 +01:00
test_overcloud_credentials.py Filter messages not from waiting execution 2019-08-22 09:45:05 +01:00
test_plugin.py Remove execution from workflow message send 2019-08-22 09:45:05 +01:00
test_utils.py Retry the connection to heat-api when 500 code 2019-12-13 13:01:52 +00:00