tripleo-ansible/tripleo_ansible/roles/tripleo-transfer
Kevin Carter 9127f22996 Remove irrelevant files
This change rmeoves files that serve no purpose. Most of these things
were brought over on the initial role import and were kept for
consistency. Now that we can test the roles and are confident in the
setup it is time to clean things up by removing files and options
that are empty or pointless.

Change-Id: I832c003a36d82cf37d128e5934aeb5448112e6f8
Signed-off-by: Kevin Carter <kevin@cloudnull.com>
2019-07-05 14:33:11 +00:00
..
defaults Import the tripleo-transfer role 2019-06-24 16:19:03 -05:00
meta Import the tripleo-transfer role 2019-06-24 16:19:03 -05:00
molecule/default Remove irrelevant files 2019-07-05 14:33:11 +00:00
tasks Import the tripleo-transfer role 2019-06-24 16:19:03 -05:00
README.md Import the tripleo-transfer role 2019-06-24 16:19:03 -05:00

README.md

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)