cookbook-openstack-client/README.md

1.2 KiB

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