Puppet module to deploy OpenStack Health
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Glauco Oliveira e091e45134 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>
8 years ago
manifests Add provisioning scripts 8 years ago
spec Add provisioning scripts 8 years ago
templates Add provisioning scripts 8 years ago
.gitignore Add provisioning scripts 8 years ago
.gitreview Added .gitreview 8 years ago
Gemfile Add provisioning scripts 8 years ago
LICENSE Add provisioning scripts 8 years ago
README.md Add provisioning scripts 8 years ago
Rakefile Add provisioning scripts 8 years ago
metadata.json Add provisioning scripts 8 years ago

README.md

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