Setup
You only need to perform this setup on one of the nodes in the cluster (or your laptop).
- Install
git
.
RedHat$> sudo yum install git -yUbuntu$> sudo apt install git -y
- Clone the OpenIO ansible playbook deployment repository
$> git clone https://github.com/open-io/ansible-playbook-openio-deployment.git --branch 20.04 oiosds $> cd oiosds/products/sds
- Install Ansible for the current user.
Ansible$> python3 -m venv openio_venv $> source openio_venv/bin/activate $> pip install -r ansible.pip
