RETIRED, Chef Cookbook - OpenStack client Resources
Go to file
Ghanshyam Mann d05a3bfc7b Moving IRC network reference to OFTC
Change-Id: Ic8080aaa02c79a65ba9c9c2c746eed8bbf840f25
2021-07-08 08:13:31 -05:00
attributes Standardize cookbook name to openstack_client 2015-04-24 21:25:34 +09:00
libraries Initial Liberty Changes 2015-08-31 11:57:16 -05: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 Fix unit test 2015-11-11 09:44:12 -06: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 OpenDev Migration Patch 2019-04-19 19:27:22 +00:00
.kitchen.yml Removed some typos 2015-04-27 14:36:09 -05:00
.rubocop.yml Initial Liberty Changes 2015-08-31 11:57:16 -05:00
.rubocop_todo.yml Initial Liberty Changes 2015-08-31 11:57:16 -05: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 Moving IRC network reference to OFTC 2021-07-08 08:13:31 -05: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 Update .gitreview file for project rename 2015-06-15 16:21:48 -05:00
chefignore Initial Commit of the cookbook-openstack-client 2014-12-02 16:25:30 -06:00
metadata.rb Change openstack-dev to openstack-discuss 2018-12-05 13:29:09 -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.oftc.net:#openstack-chef or contact the mailing-list.

License and Authors

Apache 2

Paul Czarkowski, username.taken@gmail.com