RETIRED, Puppet module to deploy OpenStack Health
40e79ffdbb
We had a complicated series of execs to build and copy files into the docroot. Unfortunately these haven't worked as expected but we can simplify the puppet by using a file resource to manage the copy of the build for us. Change-Id: I55c521bc7b5f24e46932c11cece4376e55f50767 |
||
---|---|---|
manifests | ||
spec | ||
templates | ||
.gitignore | ||
.gitreview | ||
Gemfile | ||
LICENSE | ||
metadata.json | ||
Rakefile | ||
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