An open API service indexing awesome lists of open source software.

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

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.