tripleo-ansible/tripleo_ansible/roles/tripleo-transfer/README.md
Kevin Carter 335b5da82f
Import the tripleo-transfer role
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>
2019-06-24 16:19:03 -05:00

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 use become when creating the storage root directory (defaults to false)
  • tripleo_transfer_src_become -- whether to use become on the source host (defaults to true)
  • tripleo_transfer_dest_become -- whether to use become on the destination host (defaults to true)
  • tripleo_transfer_dest_wipe -- whether to wipe the destination directory before transferring the content (defaults to true)