RETIRED, Puppet module to deploy OpenStack Health
Go to file
Colleen Murphy a9d0f492ba Update beaker setup for xenial
Add a xenial nodeset and update the spec helper to install puppet 3 from
the Ubuntu repos instead of from puppetlabs.

Change-Id: I46395c93b83e3a9234ca3023830c74eefc68c925
2017-06-11 21:15:47 +02:00
manifests Install npm 2017-06-11 21:14:53 +02:00
spec Update beaker setup for xenial 2017-06-11 21:15:47 +02:00
templates Use the distributed memcached locked dbm cache backend 2016-06-01 17:10:24 -04:00
.gitignore Add provisioning scripts 2015-10-13 22:34:07 -03:00
.gitreview Update .gitreview for project rename 2015-11-06 22:26:39 +00:00
Gemfile Use new infra_spec_helper for gem dependencies 2016-06-21 18:39:23 -07:00
LICENSE Add provisioning scripts 2015-10-13 22:34:07 -03:00
README.md Add provisioning scripts 2015-10-13 22:34:07 -03:00
Rakefile Add provisioning scripts 2015-10-13 22:34:07 -03:00
metadata.json Add memcached to api server 2016-05-25 22:14:09 -04:00

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