Comment 7 for bug 1842102

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

Reviewed: https://review.opendev.org/679476
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=76d3ccc4457a3c23d5637951b5d26824bc26247e
Submitter: Zuul
Branch: master

commit 76d3ccc4457a3c23d5637951b5d26824bc26247e
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