From f08e9ea1653e3d7fd5844fb51fc432ba7d780083 Mon Sep 17 00:00:00 2001 From: Mark Vanderwiel Date: Tue, 14 Oct 2014 10:01:31 -0500 Subject: [PATCH] Cleanup cookbook contact info * Consistent email across cookbooks * Add Contributor.md to help out new folks * Fix file modes * Fix broken link in Testing.md * Readme tweaks Change-Id: I1c12cc86e8d51701e885673947547fae50e003a2 Partial-Bug: #1342735 --- CONTRIBUTING.md | 37 +++++++++++++++++++++++++++++++++++++ README.md | 2 ++ TESTING.md | 2 +- metadata.rb | 4 ++-- 4 files changed, 42 insertions(+), 3 deletions(-) create mode 100644 CONTRIBUTING.md 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 361b18e..bdfd552 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ https://github.com/opscode/cookbooks * apt * apache2 +* yum +* yum-epel ATTRIBUTES diff --git a/TESTING.md b/TESTING.md index 476fefa..3626fb6 100755 --- a/TESTING.md +++ b/TESTING.md @@ -27,4 +27,4 @@ To run the tests: ## 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 384cbbc..cde1bfe 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,6 +1,6 @@ name 'ceph' -maintainer 'Kyle Bader' -maintainer_email 'kyle.bader@dreamhost.com' +maintainer 'openstack-chef' +maintainer_email 'opscode-chef-openstack@googlegroups.com' license 'Apache 2.0' description 'Installs/Configures the Ceph distributed filesystem' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))