Comment 3 for bug 1813684

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-common (master)

Reviewed: https://review.openstack.org/633633
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=2a6ef6a4f9088436faf092dfee50eca4d37d19f9
Submitter: Zuul
Branch: master

commit 2a6ef6a4f9088436faf092dfee50eca4d37d19f9
Author: Steve Baker <email address hidden>
Date: Tue Jan 29 14:10:24 2019 +1300

    Use the yaml stdout_callback for better prepare logging

    Currently when the tripleo-modify-role runs a shell script which
    produces a lot of output, its logged once as a no-newline-blob, and
    again as one line per array item. Neither output is easy read, which makes
    debugging harder.

    This change switches to the yaml stdout_callback, and a verbosity
    level which only prints the script output once.

    Change-Id: I85fb8ca40e03f077147871fcd85536c0572d526e
    Closes-Bug: #1813684