Use ansible debug stdout_callback on overcloud-deploy

Makes output more human friendly by avoiding collapsing stdett/stdout
lines as JSON.

Example: https://logs.rdoproject.org/33/614633/9/openstack-check/tripleo-ci-centos-7-ovb-3ctlr_1comp-featureset001/f391bee/logs/undercloud/home/zuul/overcloud_deploy.log.txt.gz#_2018-12-06_09_34_21

We already adopted debug callback in other areas but it was not used
on overcloud-deploy.

Change-Id: Ibfcfa1858fd1326e88844516090c40f40dba21ed
Partial-Bug: #1787912
This commit is contained in:
Sorin Sbarnea 2018-12-06 12:20:14 +00:00 committed by Quique Llorente
parent 7de9af2d92
commit 9c196b0039
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
[defaults]
action_plugins = /usr/lib/python2.7/site-packages/ara/plugins/actions
callback_plugins = /usr/lib/python2.7/site-packages/ara/plugins/callbacks
# debug (former name human_log) makes stdout/stdderr lines more readable
stdout_callback=debug
[ara]
database=sqlite:///{{ ara_overcloud_db_path }}