Add a simple readme

This commit is contained in:
R. Tyler Croy 2014-11-20 13:31:42 -08:00
parent 7df42b1098
commit b62d17ec6a
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
# BaaS
Just some test code to hammer disk I/O on various machines
### targets.yml
This file is where all the hosts and some of the configuration information
goes, e.g.:
```
defaults:
username: ubuntu
timeout: 30
hosts:
"my-private-cloud-vm":
hostname: "14.4.4.23"
username: tyler
metadata:
cloud: "OpenStax"
region: "West US"
type: "m1.medium"
```
### Running
1. `bundle install`
1. `./baas` will generate the `results/` files
1. `./reporter` will generate `report.csv` which is a cumulative report for
all `hosts`