Add standard puppet module files and .gitreview

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

    The spec:
    http://specs.openstack.org/openstack-infra/infra-specs/specs/puppet-modules.html

Change-Id: Ifc65c4d7b5a4b7111d01cb2f954020f7c7ccc3de
This commit is contained in:
Mikhail S Medvedev 2015-01-18 11:13:56 -06:00
parent 9222b1ffd8
commit 7ba9b2a265
4 changed files with 28 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-elasticsearch.git

5
README.md Normal file
View File

@ -0,0 +1,5 @@
# OpenStack Elasticsearch Module
## Overview
The module installs Elasticsearch from debian packages.

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')

11
metadata.json Normal file
View File

@ -0,0 +1,11 @@
{
"name": "openstackci-elasticsearch",
"version": "0.0.1",
"author": "Openstack CI",
"summary": "Puppet module for Elasticsearch",
"license": "Apache 2.0",
"source": "git://git.openstack.org/openstack-infra/puppet-elasticsearch.git",
"project_page": "http://ci.openstack.org/",
"issues_url": "https://storyboard.openstack.org/#!/project/758",
"dependencies": []
}