RETIRED, Puppet module to deploy OpenStack Health
Go to file
OpenDev Sysadmins 9c956a0979 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:26:03 +00:00
manifests Turn off binary symlink in nodejs module 2018-07-15 11:42:29 +02: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 variable 2018-07-15 11:39:12 +02:00
.gitignore Add provisioning scripts 2015-10-13 22:34:07 -03:00
.gitreview OpenDev Migration Patch 2019-04-19 19:26:03 +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 Replace openstack.org git:// URLs with https:// 2019-03-24 20:35:43 +00: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