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.
 
 
 
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
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 Update .gitreview for project rename 8 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