RETIRED, Puppet module to deploy OpenStack Health
Go to file
Matthew Treinish 9d625d903d
Install openstack-health in editable mode
Due to the magic of non-determinism that is python packaging for
whatever reason the wsgi_script entrypoint is not being generated
when installing openstack-health in non-editable mode. So while we
wait for the local witch doctor to remove the curse from the system
this switches to using editable installs to move forward.

As part of this change the exec for running pip to install
openstack-health is also improved.

Change-Id: If5e166d6cba0553f160eabde491d0230e4834f01
2015-10-20 20:14:43 -04:00
manifests Install openstack-health in editable mode 2015-10-20 20:14:43 -04:00
spec Add provisioning scripts 2015-10-13 22:34:07 -03:00
templates Add provisioning scripts 2015-10-13 22:34:07 -03:00
.gitignore Add provisioning scripts 2015-10-13 22:34:07 -03:00
.gitreview Added .gitreview 2015-09-25 08:18:27 +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