RETIRED, Puppet module to deploy OpenStack Health
41840e287f
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 |
||
---|---|---|
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