Jump to: navigation, search

Difference between revisions of "Chef/Contributing/NewCookbook"

m
(How to create a new Stackforge OpenStack cookbook)
Line 4: Line 4:
 
=How to create a new Stackforge OpenStack cookbook=
 
=How to create a new Stackforge OpenStack cookbook=
  
Describe the basic steps to create a new cookbook for an openstack project.
+
Please visit this [http://docs.openstack.org/infra/manual/creators.html page] and go through the steps suggested.
  
 
== Blueprint ==
 
== Blueprint ==

Revision as of 14:31, 9 March 2015

<under construction>

How to create a new Stackforge OpenStack cookbook

Please visit this page and go through the steps suggested.

Blueprint

Stackforge Project

  • create a stackforge project https://github.com/stackforge
  • assign the "chef-manager-core" gerrit group to the project
  • create a patch with the basic cookbook files for getting thru first gate example: https://review.openstack.org/#/c/145120/
    • .gitignore
    • .gitreview
    • .rubocop.yml
    • Berksfile
    • CONTRIBUTING.md
    • Gemfile
    • metadata.md
    • Rakefile
    • README.md
    • TESTING.md
    • /spec/spec_helper.rb

Infra Integration


back to contributing page: https://wiki.openstack.org/w/index.php?title=Chef/Contributing