Comment 15 for bug 1842102

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

Reviewed: https://review.opendev.org/681019
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=ba073e4dc31e260df742abc6e02b463ffde3bb8e
Submitter: Zuul
Branch: stable/rocky

commit ba073e4dc31e260df742abc6e02b463ffde3bb8e
Author: James Slagle <email address hidden>
Date: Fri Aug 30 12:18:56 2019 -0400

    Use trash_output in create_admin_via_ssh workflow

    When deploying a large amount of nodes, the create_admin_via_ssh
    workflow could fail due to the large amount of ansible output generated.

    This patch updates the tripleo.ansible-playbook action in the workflow
    with trash_output:true so that the output is not saved in the mistral
    DB.

    There is a log file saved already in case the output is needed for debug
    purposes.

    Change-Id: I078b22fb0a0e7116f87419b444b8b4039db73ef8
    Closes-Bug: #1842102
    (cherry picked from commit 76d3ccc4457a3c23d5637951b5d26824bc26247e)