RETIRED, Puppet module to add kibana functionality
Go to file
Spencer Krum 183dc2e05b Remove conflicting ownership resources
/opt/kibana was being chowned to 'kibana' on every run, but
/opt/kibana/<git_version> was a vcsrepo that was being checked out as
www-data. This caused a changed file resource for every file in the git
repo for every puppet run, causing a bunch of noise in the logs and
eventually running the puppetmaster out of disk space.

Also changed directory mode to 755 because 644 doesn't make a ton of
sense.

Change-Id: I3cc511c4a5ae561ec30478d96d9745611d4b5b65
2015-12-30 15:14:55 -08:00
files Encode query uri component properly 2015-12-15 09:50:36 -08:00
manifests Remove conflicting ownership resources 2015-12-30 15:14:55 -08:00
spec Fix target path for regular git clone during tests 2015-08-19 16:36:50 -07:00
templates Remove trailing / from config.js url 2015-10-16 09:14:07 -07: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 Add Gemfile and puppet 4 checks 2015-08-03 18:44:50 -07: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.