Puppet module to deploy OpenStack Health
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
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.
4 years ago
manifests Turn off binary symlink in nodejs module 5 years ago
spec/acceptance Depend on helper gem for spec_helper_acceptance 6 years ago
templates Fix scope of vhost template variable 5 years ago
.gitignore Add provisioning scripts 8 years ago
.gitreview OpenDev Migration Patch 4 years ago
Gemfile Update Gemfile for Zuulv3 5 years ago
LICENSE Add provisioning scripts 8 years ago
README.md Add provisioning scripts 8 years ago
Rakefile Add provisioning scripts 8 years ago
metadata.json Replace openstack.org git:// URLs with https:// 4 years ago

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