Prerequisites & Dependencies
The RDT will require the following packages on the deployment server (where the RDT is executed): Linux packages:sshpassjq
python3- version 3.6.8 or aboveansible
SSH
The RDT utilizes SSH to access all the cluster nodes from the host it is executed on. The SSH connection requires a user withsudo permissions to be present on all the cluster nodes. For this document, we will refer to that user as the deployment_user.
The
sudo permission for the deployment user is required for installing the Regatta RPM packages, configuring the required firewall ports, and ensuring proper storage devices permissions for the regatta system-user used by the Regatta modules.Download
The RDT can be downloaded from a link provided by Regatta Support. The download will include atar archive containing:
- The Regatta RPM packages for installing Regatta modules and tools
- A directory containing the RDT and all its components
wget or a similar tool) or on an external host and then copied to one of the cluster nodes.
Extract the archive:
Regatta-deploy will be created in the location where the tar command was executed.