335b5da82f
The tripleo-transfer role from tripleo-common has been imported. This role will now be tested with molecule running in containers allowing us to validate the role functionality on CENT7 in a mock multi-node setup. Change-Id: If34709e5bd2f3a50ad673c1c6744379476c06d1c Signed-off-by: Kevin Carter <kecarter@redhat.com>
752 B
752 B
tripleo-transfer
An Ansible role to files from one overcloud node to another one.
Optional:
tripleo_transfer_storage_root_dir
-- directory on the Ansible host under which all data is temporarily stored (defaults to "/var/lib/mistral/tripleo-transfer")tripleo_transfer_storage_root_become
-- whether to usebecome
when creating the storage root directory (defaults to false)tripleo_transfer_src_become
-- whether to usebecome
on the source host (defaults to true)tripleo_transfer_dest_become
-- whether to usebecome
on the destination host (defaults to true)tripleo_transfer_dest_wipe
-- whether to wipe the destination directory before transferring the content (defaults to true)