RETIRED, Puppet module to deploy OpenStack Health
Go to file
Danilo Ramalho 10bb4095f0 Fix httpd apply in Ubuntu Precise
Alteration of the Apache configuration for apply in the Ubuntu Precise.

It was changed for mod_disk_cache because mod_cache_disk not exist for the
Precise and check Apache Version due the parameter "Require all Granted".

Change-Id: Icc1d13fc39058f147bdbb1e6b9a810143051ece4
Co-Authored-By: Maitê Balhester <mbalhest@thoughtworks.com>
2015-11-18 09:36:41 -02:00
manifests Fix httpd apply in Ubuntu Precise 2015-11-18 09:36:41 -02:00
spec Fix broken acceptance tests 2015-11-11 14:05:35 -02:00
templates Fix httpd apply in Ubuntu Precise 2015-11-18 09:36:41 -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 Add provisioning scripts 2015-10-13 22:34:07 -03: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 Add provisioning scripts 2015-10-13 22:34:07 -03: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