RETIRED, Puppet module to deploy OpenStack Health
Go to file
Matthew Treinish 41840e287f
Add a longer timeout to the pip install phase
We are possibly hitting timeouts pip installing larger dependencies
that require c compilations as part of the install. This commit bumps
the timeout to fix this.

Change-Id: Ie172b2573df85a6b0b47ac06bef461aab0b627b5
2015-12-08 11:03:23 -05:00
manifests Add a longer timeout to the pip install phase 2015-12-08 11:03:23 -05:00
spec Fix broken acceptance tests 2015-11-11 14:05:35 -02:00
templates Fix httpd apply in Ubuntu Precise 2015-11-18 09:36:41 -02: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 Add provisioning scripts 2015-10-13 22:34:07 -03: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