RETIRED, Puppet module to deploy OpenStack Health
c974b922e9
This commit adds a site.pp file which is used to deploy the frontend to a directory instead of setting up a vhost. When deploying this on status.o.o we need to put the dashboard in a dir on an existing vhost instead of deploying a seperate one. This commit adds the class to do this. Change-Id: Ic47fbd817a293a257f7a9b164682fc96cce5321e |
||
---|---|---|
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