Commit Graph

8 Commits

Author SHA1 Message Date
Clark Boylan e7e4f1a6d0 Retire this repo
The opendev project has been moving away from puppet and this is one of
the puppet modules that is no longer used. To simplify things for us we
are taking the extra step of retiring this repo.

Change-Id: I67645a8378580ad79a58704e5eab86b6b8794767
2022-02-17 11:44:34 -08:00
Colleen Murphy d06c229268 Fix scope of vhost template variable
Dynamic scoping for variables in ERB templates was removed in puppet
4[1], so look up the @serveradmin variable from the scope object.

[1] https://puppet.com/docs/puppet/4.10/lang_updating_manifests.html#dynamic-scoping-in-erb

Change-Id: Ia53125bed102193e149f995430bbdf10dfdbf428
2018-07-13 15:05:08 +02:00
Ian Wienand ef1008424a Add a reindex lock
This modifies the apache configuration to look for a reindexing lock
file and return a 503 page if it exists.  This is intended to be
managed by a cron job during reindexing procedures.

Change-Id: I9d28201bca75b624e07cbba14c870151094fc7ae
2017-12-13 12:44:01 +11:00
Jenkins 69ed382677 Merge "Add ServerAlias support to the vhost config" 2016-07-22 09:15:53 +00:00
Ricardo Carrillo Cruz ab87c7e377 Add ulimit max-open-files param to puppet-hound
The upstream hound server is showing issues on the log about
hitting max opened files, currently on OS default of 1024
files.
This change allows setting the ulimit for open max files on the
init script, defaulting to 2048.

Change-Id: I283105dc0229e1e3f9ab56f0c8c3368581370d10
2016-07-21 13:41:03 -07:00
K Jonathan Harker dcc876c7a9 Add ServerAlias support to the vhost config
Change-Id: I04b232120531a91a3a402d7507c04979e24f0856
2016-07-14 16:46:53 +00:00
Elizabeth K. Joseph 688aed48d3 Fix vhost in hound Apache configuration
Calling just vhost_name in the Apache template was populating the
file with a * for the name. Add the full scope so it finds what it
needs.

Change-Id: Ibd78236e31e729261ac96c6964f3c2d5796a9566
2015-10-29 22:55:21 -07:00
Emma Barber 6ce0881b6a Configure and run apache on top of hound
Creates a service user and runs hound and apache. The config.json can
optionally be unmanaged but is otherwise taken from a file.

Co-Authored-By: Monty Taylor <mordred@inaugust.com>
Change-Id: I4042594421989ab60d1134fbfcfc8b0c73839faa
2015-09-02 13:51:42 -07:00