Add standard puppet module files and .gitreview

This module has been split out from system-config, and additional
files are required to create a proper puppet module.

Some of the files are described in the spec:
http://specs.openstack.org/openstack-infra/infra-specs/specs/puppet-modules.html

Change-Id: I215b6cad7638a3477faa3cc046f02c869f9d976e
This commit is contained in:
Mikhail S Medvedev 2014-10-29 07:32:46 -05:00
parent a0c7195d36
commit 04de99338d
4 changed files with 32 additions and 0 deletions

4
.gitreview Normal file
View File

@ -0,0 +1,4 @@
[gerrit]
host=review.openstack.org
port=29418
project=openstack-infra/puppet-kibana.git

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# OpenStack Kibana Module
## Overview
This module installs Kibana from source, creates kibana user, and starts the
web instance.

8
Rakefile Normal file
View File

@ -0,0 +1,8 @@
require 'rubygems'
require 'puppetlabs_spec_helper/rake_tasks'
require 'puppet-lint/tasks/puppet-lint'
PuppetLint.configuration.fail_on_warnings = true
PuppetLint.configuration.send('disable_80chars')
PuppetLint.configuration.send('disable_autoloader_layout')
PuppetLint.configuration.send('disable_class_inherits_from_params_class')
PuppetLint.configuration.send('disable_class_parameter_defaults')

14
metadata.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "openstackci-kibana",
"version": "0.0.1",
"author": "Openstack CI",
"summary": "Puppet module for Kibana",
"license": "Apache 2.0",
"source": "git://git.openstack.org/openstack-infra/puppet-kibana.git",
"project_page": "http://ci.openstack.org/",
"issues_url": "https://storyboard.openstack.org/#!/project/735",
"dependencies": [
{"name":"openstackci/vcsrepo","version_requirement":">= 0.0.8"}
]
}