RETIRED, Chef Cookbook - OpenStack client Resources
Go to file
Mark Vanderwiel 7d54393016 Initial kilo updates
Change-Id: Ibe513aa48a8d89d28d0e0d689ea839f263dd9316
Partial-Bug: #1426424
2015-02-27 15:03:03 -06:00
attributes Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
libraries Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
providers Initial kilo updates 2015-02-27 15:03:03 -06:00
recipes Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
resources Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
spec Initial kilo updates 2015-02-27 15:03:03 -06:00
test/integration/default/serverspec Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
.gitignore Initial kilo updates 2015-02-27 15:03:03 -06:00
.gitreview Added .gitreview 2014-06-16 10:08:11 +00:00
.kitchen.yml Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
.rubocop.yml Initial kilo updates 2015-02-27 15:03:03 -06:00
Berksfile Initial kilo updates 2015-02-27 15:03:03 -06:00
Gemfile Initial kilo updates 2015-02-27 15:03:03 -06:00
Guardfile Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
README.md Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
Rakefile Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
Thorfile Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
Vagrantfile Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
chefignore Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
metadata.rb Initial kilo updates 2015-02-27 15:03:03 -06:00

README.md

Openstack Cookbook

This is a library cookbook to consume openstack cloud resources.

Requirements

  • TBD

Attributes

Attributes are self documented in attributes/*.rb

Usage

openstack::default

Installs fog gem and enabled LWRPs

{
  "name":"my_node",
  "run_list": [
    "recipe[openstack]"
  ]
}

openstack::_example_swift

Example usage of swift LWRPs

{
  "name":"my_node",
  "run_list": [
    "recipe[openstack]",
    "recipe[openstack::_example_swift]",
  ]
}

If you need a simple swift endpoint to test against, the following blog post will help you set up a single node swift on rackspace cloud.

Contributing

Please use the typical Contrubution rules we have set up here, if you have any questions about this book please go to irc.freenode.net:#openstack-chef or contact the mailing-list.

License and Authors

Apache 2

Paul Czarkowski, username.taken@gmail.com