Puppet module to deploy OpenStack Health
You can not 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
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