RETIRED, Chef Cookbook - OpenStack client Resources
Go to file
Mark Vanderwiel d480cd83e2 Kilo stable branch changes
Change-Id: Ib8fe8e06b9b9096a08685bc91f684751ab40b610
Partial-Bug: #1489582
2015-08-31 09:59:11 -05:00
attributes Standardize cookbook name to openstack_client 2015-04-24 21:25:34 +09:00
libraries Standardize cookbook name to openstack_client 2015-04-24 21:25:34 +09:00
providers Removed some typos 2015-04-27 14:36:09 -05:00
recipes Standardize cookbook name to openstack_client 2015-04-24 21:25:34 +09:00
resources Standardize cookbook name to openstack_client 2015-04-24 21:25:34 +09:00
spec Update .gitreview file for project rename 2015-06-15 16:21:48 -05:00
test/integration/default/serverspec Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
.gitignore Adding nova creating and deleting for client 2015-04-16 14:37:12 -05:00
.gitreview Kilo stable branch changes 2015-08-31 09:59:11 -05:00
.kitchen.yml Removed some typos 2015-04-27 14:36:09 -05: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 Update .gitreview file for project rename 2015-06-15 16:21:48 -05:00
README.md Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
Rakefile Update .gitreview file for project rename 2015-06-15 16:21:48 -05:00
Thorfile Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
Vagrantfile Standardize cookbook name to openstack_client 2015-04-24 21:25:34 +09:00
bootstrap.sh Kilo stable branch changes 2015-08-31 09:59:11 -05:00
chefignore Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
metadata.rb Adding nova creating and deleting for client 2015-04-16 14:37:12 -05: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