Generates tempest configuration overrides for rally
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
git clone https://github.com/stackhpc/tempest-recipes.git recipes
ansible-playbook template.yml -e@recipes/candidate/baremetal-fix-ip.yml
where candidate/baremetal-fix-ip.yml
is a path in the recipes repository.