From b62d17ec6ad1834481c374f42e1751a0aa753b54 Mon Sep 17 00:00:00 2001 From: "R. Tyler Croy" Date: Thu, 20 Nov 2014 13:31:42 -0800 Subject: [PATCH] Add a simple readme --- README.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/README.md b/README.md index e69de29..443f462 100644 --- a/README.md +++ b/README.md @@ -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`