Comment 33 for bug 1425482

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-ansible-deployment (master)

Reviewed: https://review.openstack.org/164165
Committed: https://git.openstack.org/cgit/stackforge/os-ansible-deployment/commit/?id=f611600fd41f66b583442c70d259a1556eb0ed69
Submitter: Jenkins
Branch: master

commit f611600fd41f66b583442c70d259a1556eb0ed69
Author: Jesse Pretorius <email address hidden>
Date: Fri Mar 13 12:51:24 2015 +0000

    Reduce script verbosity

    Currently the verbose shell builtin is used, resulting in the entire
    scripts contents being output in the logs. The instance information is
    also output to stdout. This is unnecessarily verbose and prone to
    failure. To ensure that the instance information is correctly rendered
    failures from within the instance information commands will now always
    return true and be logged within the `/openstack/log/ansible-logging`
    directory. Each time that the function is called a new log will be
    created tagged with the datecode in seconds. This commit also removes
    the verbose builtin from the scripts, removes the unused
    os-ansible-aio-check script.

    Partial-Bug: #1425482
    Change-Id: I59952d077a1a8dda12278e57a165d4bac272ed5f