RETIRED, Puppet module for Hound
Go to file
Colleen Murphy dcae5b52f5 Update Gemfile for Zuulv3
The logic in the Gemfile was relying on Zuulv2 variables to find out
whether the spec helper gem was already available on disk, and since
Zuulv3 has changed things it was failing to find it and downloading the
master version instead. This patch ensures the Gemfile looks for the gem
in the right place when running in CI.

Change-Id: I6a7d2bf7fdb2020f9d4d8d3a073688757de35ffb
2018-07-12 09:57:44 +02:00
files Add ulimit max-open-files param to puppet-hound 2016-07-21 13:41:03 -07:00
manifests Fix httpd ordering, add rspec test 2017-12-15 14:56:08 +11:00
spec/acceptance Fix httpd ordering, add rspec test 2017-12-15 14:56:08 +11:00
templates Add a reindex lock 2017-12-13 12:44:01 +11:00
.gitignore Add Gemfile and puppet 4 checks 2015-07-29 20:41:26 -07:00
.gitreview Added .gitreview 2015-06-10 14:42:54 +00:00
Gemfile Update Gemfile for Zuulv3 2018-07-12 09:57:44 +02:00
LICENSE Add module boilerplate 2015-07-06 14:46:18 -07:00
README.md Add a reindex lock 2017-12-13 12:44:01 +11:00
Rakefile Add module boilerplate 2015-07-06 14:46:18 -07:00
bindep.txt Add bindep.txt file 2017-05-01 21:09:29 -04:00
metadata.json Configure and run apache on top of hound 2015-09-02 13:51:42 -07:00

README.md

OpenStack Hound Module

Overview

Install and configure Hound.

Since indexing can take some time, the Apache host is setup to look for a $docroot/reindex.lock file, and return a sensible 503 maintenance page. An external script can manage this file as reindexing takes place.