Add new project boilerplate

Add some boilerplate files to the project now that this module has been
split out into its own project.

Change-Id: Ibf31378913a9c8421350138ccd069cf136285b42
This commit is contained in:
Jonathan Harker 2015-01-29 12:11:12 -05:00
parent a5ccc871e6
commit 4ff65d91c6
4 changed files with 26 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-jeepyb.git

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# OpenStack Jeepyb Module
This module installs and configures jeepyb

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-jeepyb",
"version": "0.0.1",
"author": "Openstack CI",
"summary": "Puppet module for jeepyb",
"license": "Apache 2.0",
"source": "git://git.openstack.org/openstack-infra/puppet-jeepyb.git",
"project_page": "http://ci.openstack.org/",
"issues_url": "https://storyboard.openstack.org/#!/project/788",
"dependencies": []
}