RETIRED, Puppet module to add kibana functionality
Go to file
Clark Boylan c6e070db6c Set server admin var so that vhost works
Using the puppet 4 future parser it is far more particular about
variables and their scoping. We don't set a serveradmin in this class
but then attempt to use it in the vhost template. This was fine under
puppet 3 as it would just look for this out of the current scope but
breaks under puppet 4.

Make this trivially happy on puppet 4 by setting a default that is sane.

Change-Id: Id415056cdfa693fd199e0b4a0c6b09e20faf23ef
2018-12-14 12:47:52 -08:00
files Encode query uri component properly 2015-12-15 09:50:36 -08:00
manifests Set server admin var so that vhost works 2018-12-14 12:47:52 -08:00
spec/acceptance/nodesets Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:43 +02:00
templates Fix template variables 2018-07-12 14:34:59 +02:00
.gitignore Add Gemfile and puppet 4 checks 2015-08-03 18:44:50 -07:00
.gitreview Add standard puppet module files and .gitreview 2014-11-20 07:48:55 -06:00
Gemfile Update Gemfile for Zuulv3 2018-07-12 09:57:44 +02:00
LICENSE Add missing LICENSE file 2015-01-29 22:58:09 +00:00
README.md Add standard puppet module files and .gitreview 2014-11-20 07:48:55 -06:00
Rakefile Add standard puppet module files and .gitreview 2014-11-20 07:48:55 -06:00
metadata.json Replace ci.o.o links with docs.o.o/infra 2015-05-14 21:38:18 +00:00

README.md

OpenStack Kibana Module

Overview

This module installs Kibana from source, creates kibana user, and starts the web instance.