Comment 17 for bug 1794277

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

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

commit b7da114421f655b204554195ece4912def1fe0e4
Author: James Slagle <email address hidden>
Date: Thu Sep 27 19:17:08 2018 -0400

    Pass execution_id to tripleo.ansible-playbook.

    Passing the execution_id to the tripleo.ansible-playbook action will
    make it such that the execution_id is included in any messages sent on
    the queue.

    This is needed so that when tripleoclient filters by execution id to
    discard messages that are not from workflows it did not start, won't be
    shown.

    The tripleoclient patch to filter on execution_id is
    https://review.openstack.org/#/c/605520/, but first we must land this
    patch so that execution_id is added an input to these actions.

    Change-Id: Icbe80c338d69efc6ce8fceb0f73f833bec588536
    Related-Bug: #1794277
    (cherry picked from commit 678d56461961444d64e9cf731fc04b25babaad05)