RETIRED, Puppet module to add kibana functionality
Go to file
Colleen Murphy de1b7966d4 Fix scope of vhost template variables
Dynamic scoping for variables in ERB templates was removed in puppet
4[1] which means that the variables defined in the
kibana::js class cannot be found when it is referenced in
the httpd::vhost defined type and will be evaluated as nil when
puppet runs. Use scope.lookupvar instead to be explicit about the
variable's source.

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

Change-Id: I27a63e74bda27269145b58e6d237c440085f0709
2018-04-27 19:50:28 +02:00
files Encode query uri component properly 2015-12-15 09:50:36 -08:00
manifests Support Apache 2.4 ACLs 2016-05-26 15:15:42 -07:00
spec/acceptance/nodesets Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:43 +02:00
templates Fix scope of vhost template variables 2018-04-27 19:50:28 +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 Depend on helper gem for spec_helper_acceptance 2017-08-18 10:41:43 +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.