RETIRED, Puppet module to deploy OpenStack Health
Go to file
Ian Wienand 504f0c64db Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I9b39632332a59ccc1001917f13d9130c77da9f0d
2019-03-24 20:35:43 +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 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 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