RETIRED, Chef Cookbook - OpenStack client Resources
Go to file
Jeremy Stanley 6d50e474c3 Update .gitreview file for project rename
Change-Id: I0f0c15c9eb98e89b2c0e832df287ce4b3ee13ab1
2015-06-13 00:46:26 +00: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 Update lock files for stable juno branch 2015-02-27 22:48:50 -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 Update lock files for stable juno branch 2015-02-27 22:48:50 -06:00
test/integration/default/serverspec Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
.gitignore Update lock files for stable juno branch 2015-02-27 22:48:50 -06:00
.gitreview Update .gitreview file for project rename 2015-06-13 00:46:26 +00:00
.kitchen.yml Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
.rubocop.yml Update lock files for stable juno branch 2015-02-27 22:48:50 -06:00
Berksfile Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
Berksfile.lock Update lock files for stable juno branch 2015-02-27 22:48:50 -06:00
CHANGELOG.md Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
Gemfile Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
Gemfile.lock Update lock files for stable juno branch 2015-02-27 22:48:50 -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 Update lock files for stable juno branch 2015-02-27 22:48:50 -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 Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -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