From 5af34f8e2988ae54a0530d43a7cd285f3f6d7174 Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Tue, 14 Oct 2014 10:16:06 -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: I31a202ed1dc5c8a6ddea25f4ff3aca50e795798b Partial-Bug: #1342735 --- CHANGELOG.md | 1 - CONTRIBUTING.md | 37 +++++++++++++++++++++++++++++++++++++ README.md | 4 +++- TESTING.md | 2 +- metadata.rb | 4 ++-- 5 files changed, 43 insertions(+), 5 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 07df851..59bc525 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,6 @@ This file is used to list changes made in each version of the openstack-ops-data * Switching mysql server recipe to use resource and set password directly * Bump mysql cookbook version for above password patch - * Bump Chef gem to 11.16 ## 9.2.0 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 f70e8cc..670aabb 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ The following cookbooks are dependencies: * database * openstack-common * mysql +* mysql-chef_gem * postgresql # Usage # @@ -117,12 +118,13 @@ License and Author | **Author** | Sean Gallagher () | | **Author** | John Dewey () | | **Author** | Ionut Artarisi () | +| **Author** | Mark Vanderwiel () | | | | | **Copyright** | Copyright (c) 2012-2013, Rackspace US, Inc. | | **Copyright** | Copyright (c) 2012-2013, Opscode, Inc. | | **Copyright** | Copyright (c) 2013, AT&T Services, Inc. | | **Copyright** | Copyright (c) 2013-2014, SUSE Linux GmbH | - +| **Copyright** | Copyright (c) 2014, IBM, Corp. | Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/TESTING.md b/TESTING.md index b38785b..fa2e9c1 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 0628d24..2e6f9a8 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,6 +1,6 @@ name 'openstack-ops-database' -maintainer 'Opscode, Inc.' -maintainer_email 'matt@opscode.com' +maintainer 'openstack-chef' +maintainer_email 'opscode-chef-openstack@googlegroups.com' license 'Apache 2.0' description 'Provides the shared database configuration for Chef for OpenStack.' version '10.0.0'