9127f22996
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> |
||
---|---|---|
.. | ||
defaults | ||
meta | ||
molecule/default | ||
tasks | ||
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 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)