RETIRED, Puppet module to deploy OpenStack Health
Go to file
Colleen Murphy 23f6743639 Update Gemfile for Zuulv3
The logic in the Gemfile was relying on Zuulv2 variables to find out
whether the spec helper gem was already available on disk, and since
Zuulv3 has changed things it was failing to find it and downloading the
master version instead. This patch ensures the Gemfile looks for the gem
in the right place when running in CI.

Change-Id: I4a51af700fe42251306e527cac4170f3ea43fb75
2018-07-12 09:57:45 +02:00
manifests Use v2.3.0 for nodejs 2017-12-14 09:30:36 +11:00
spec/acceptance Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:44 +02:00
templates Fix scope of vhost template variables 2018-05-09 21:10:33 +00: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 Update Gemfile for Zuulv3 2018-07-12 09:57:45 +02:00
LICENSE Add provisioning scripts 2015-10-13 22:34:07 -03:00
README.md Add provisioning scripts 2015-10-13 22:34:07 -03:00
Rakefile Add provisioning scripts 2015-10-13 22:34:07 -03:00
metadata.json Use v2.3.0 for nodejs 2017-12-14 09:30:36 +11:00

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