Table of Contents
Requirements to use this project.
-
Install Python 3
-
Install Python PIP
-
Install Helm
Install Python 3 and PIP…
sudo dnf install python python-pipCreate a Python Virtual Environment.
python3.11 -m venv /z/venv_python_311Enter the Python Virtual Environment.
source /z/venv_python311/bin/activateInstall the Python requirements.
python -m pip install -r requirements.txtInstall the Ansible requirements.
ansible-galaxy collection install -r requirements.ymlInstall the following repositories:
-
trikorasolns:
helm repo add trikorasolns https://trikorasolns.github.io/helm-charts
Check the _local_config information.