Add provisioning scripts

This is a initial version of how to deploy OpenStack-Health.

This script provisions openstack-health as it is today. This will be a
foundation for future deployments, once the application becomes more
mature.

Change-Id: Id4ef45bba0db28b95d7fb72799cb86ab4db6343b
Co-Authored-By: Bruno Tavares <btavare@thoughtworks.com>
Co-Authored-By: Caio Carrara <ccarrara@thoughtworks.com>
This commit is contained in:
Glauco Oliveira
2015-09-25 10:27:18 -03:00
parent 85105b80b5
commit e091e45134
21 changed files with 763 additions and 0 deletions

19
README.md Normal file
View File

@@ -0,0 +1,19 @@
# OpenStack Health Puppet Module
## Overview
This module provisions (OpenStack Health)[http://git.openstack.org/cgit/openstack/openstack-health].
## Running lint
```
$ bundle install
$ bundle exec rake lint
```
## Running acceptance tests
```
$ bundle install
$ bundle exec rspec spec/acceptance
```