Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 996 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 996 Bytes

Install zookeeper

Install the latest Python and setup a new Python virtualenv

sudo yum install -y git python3 python3-pip python3-virtualenv python3-libselinux python3-libsemanage python3-policycoreutils
virtualenv-3 ~/python
source ~/python/bin/activate
echo "source ~/python/bin/activate" | tee -a ~/.bashrc

Install the latest Ansible

pip install setuptools_rust wheel
pip install --upgrade pip
pip install ansible selinux setools

Install the zookeeper ansible role

Create a directory for the ansible role.

install -d ~/.ansible/roles/computate.computate_zookeeper

Clone the zookeeper ansible role.

git clone [email protected]:computate-org/computate_zookeeper.git ~/.ansible/roles/computate.computate_zookeeper

Run the zookeeper ansible playbook to install the application locally (requires sudo privileges with -K).

cd ~/.ansible/roles/computate.computate_zookeeper
ansible-playbook -K install.yml