RETIRED, Puppet module to deploy OpenStack Health
Go to file
Matthew Treinish cf8a051b18
Add packages needed to build lxml
This commit adds the ubuntu packages needed to build lxml which is now
being pulled it because of the addition of rss support to
openstack-health's api server.

Change-Id: Id59c044413f47b59a471fe9a915caf4cca64d253
2016-04-21 09:53:03 -04:00
manifests Add packages needed to build lxml 2016-04-21 09:53:03 -04:00
spec Update default api configurations 2015-11-23 14:50:30 -03:00
templates Update default api configurations 2015-11-23 14:50:30 -03: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 Pin google-api-client; sanitize Gemfile 2016-04-14 15:21:44 -07:00
LICENSE Add provisioning scripts 2015-10-13 22:34:07 -03:00
metadata.json Add provisioning scripts 2015-10-13 22:34:07 -03:00
Rakefile Add provisioning scripts 2015-10-13 22:34:07 -03:00
README.md Add provisioning scripts 2015-10-13 22:34:07 -03:00

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