Comment 50 for bug 1831690

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

Reviewed: https://review.opendev.org/684963
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=0708730ec6e5985d43e43e669528bf372bc8d7f1
Submitter: Zuul
Branch: stable/stein

commit 0708730ec6e5985d43e43e669528bf372bc8d7f1
Author: Jiri Stransky <email address hidden>
Date: Thu Sep 26 09:52:27 2019 +0200

    [Stein] Optional flag file for tripleo-transfer to prevent overwriting

    When using tripleo-transfer role, optionally a file will be created at
    a path specified by tripleo_tranfer_flag_file variable (if set). The
    transfer will be prevented in case the file already exists. This is to
    ensure the data transfer happens only once and the data is not
    overwritten by accident.

    The corresponding change I3a08949436dcb634df34622c9aeead552dd38443 for
    master branch has to go to tripleo-ansible repo.

    Change-Id: I6176e3c9998d8b03d927d1741a1af2946bf2588d
    Partial-Bug: #1831690