https://github.com/stackhpc/shakespeare
A tempest config generator
https://github.com/stackhpc/shakespeare
Last synced: 4 days ago
JSON representation
A tempest config generator
- Host: GitHub
- URL: https://github.com/stackhpc/shakespeare
- Owner: stackhpc
- Created: 2019-11-13T11:04:21.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-10T10:23:09.000Z (over 1 year ago)
- Last Synced: 2025-01-10T11:31:53.064Z (over 1 year ago)
- Language: Jinja
- Size: 44.9 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rally tempest config generator
Generates tempest configuration overrides for rally
## Installation
```
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
## Usage
### Download the recipes for your deployment
```
git clone https://github.com/stackhpc/tempest-recipes.git recipes
```
### Generate config files
```
ansible-playbook template.yml -e@recipes/candidate/baremetal-fix-ip.yml
```
where `candidate/baremetal-fix-ip.yml` is a path in the recipes repository.