From a12ec7c8a4be07622a442244d85d5394bbb520fb Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Tue, 14 Oct 2014 10:12:20 -0500 Subject: [PATCH] Cleanup cookbook contact info * Consistent email across cookbooks * Add Contributor.md to help out new folks * Fix broken link in Testing.md * Readme tweaks Change-Id: I7df3222d77d555b5ae40c99c0626dc4a6b9fe7af Partial-Bug: #1342735 --- CHANGELOG.md | 1 - CONTRIBUTING.md | 37 +++++++++++++++++++++++++++++++++++++ README.md | 4 +++- TESTING.md | 2 +- metadata.rb | 3 ++- 5 files changed, 43 insertions(+), 4 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CHANGELOG.md b/CHANGELOG.md index bc2cc81..0d8a4a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,6 @@ This file is used to list changes made in each version of cookbook-openstack-obj ## 10.0.0 * Upgrading to Juno * Upgrading berkshelf from 2.0.18 to 3.1.5 - * Bump Chef gem to 11.16 ## 9.0.3 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..7153493 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,37 @@ +Contributing +============ + +How To Get Started +------------------ + +If you would like to contribute to the development of OpenStack Chef Cookbooks, +you must follow the steps in the "If you're a developer" +section of this page: + + http://wiki.openstack.org/HowToContribute + +Gerrit Workflow +--------------- + +Once those steps have been completed, changes to OpenStack +should be submitted for review via the Gerrit tool, following +the workflow documented at: + + http://wiki.openstack.org/GerritWorkflow + +Pull requests submitted through GitHub will be ignored. + +Bugs +---- + +Bugs should be filed on Launchpad, not GitHub: + + https://bugs.launchpad.net/openstack-chef + +Contacts +-------- + +Mailing list: groups.google.com/group/opscode-chef-openstack +IRC: #openstack-chef is our channel on irc.freenode.net +Wiki: https://wiki.openstack.org/wiki/Chef/GettingStarted and https://docs.getchef.com/openstack.html +Twitter: @chefopenstack diff --git a/README.md b/README.md index 9134c35..b778ded 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,10 @@ Chef Cookbooks --------- + * openstack-common * memcached - * sysctl + * statsd + * apt Roles ===== diff --git a/TESTING.md b/TESTING.md index f95fce9..e2e16d3 100644 --- a/TESTING.md +++ b/TESTING.md @@ -27,4 +27,4 @@ The `rake` tasks will take care of installing the needed gem dependencies and co ## Chefspec -[ChefSpec](http://code.sethvargo.com/chefspec/) is a unit testing framework for testing Chef cookbooks. ChefSpec makes it easy to write examples and get fast feedback on cookbook changes without the need for virtual machines or cloud servers. +[ChefSpec](https://github.com/sethvargo/chefspec/) is a unit testing framework for testing Chef cookbooks. ChefSpec makes it easy to write examples and get fast feedback on cookbook changes without the need for virtual machines or cloud servers. diff --git a/metadata.rb b/metadata.rb index cee9006..8e419ec 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,5 +1,6 @@ name 'openstack-object-storage' -maintainer 'ATT, Inc.' +maintainer 'openstack-chef' +maintainer_email 'opscode-chef-openstack@googlegroups.com' license 'Apache 2.0' description 'Installs and configures Openstack Swift' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))