RETIRED, Puppet module to deploy OpenStack Health
a223e47c27
Pandas now has a build dep on cython. So to actually install an api server now we need to ensure that cython is installed on the machine. This commit adds that to api.pp manifest. Change-Id: I55053b4c5d7d6edde191fd0c695d446dc216bcba |
||
---|---|---|
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