RETIRED, Chef Cookbook - OpenStack client Resources
Go to file
OpenDev Sysadmins 0a61703d14 OpenDev Migration Patch
This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.
2019-04-19 19:30:14 +00:00
libraries fix more resource collisions 2018-02-16 12:53:20 -08:00
spec update travis ci config with newes chefdk and adapt to cookstyle 2018-02-12 13:13:40 +01:00
.gitignore initial commit 2016-08-30 09:44:21 +02:00
.gitreview OpenDev Migration Patch 2019-04-19 19:30:14 +00:00
.rubocop.yml initial commit 2016-08-30 09:44:21 +02:00
.rubocop_todo.yml initial commit 2016-08-30 09:44:21 +02:00
.travis.yml update travis ci config with newes chefdk and adapt to cookstyle 2018-02-12 13:13:40 +01:00
.zuul.yaml Migrate Zuul jobs to openstack/openstack-chef 2018-09-01 00:23:29 -07:00
Berksfile initial commit 2016-08-30 09:44:21 +02:00
LICENSE Fix metadata and LICENSE for foodcritic 2018-02-12 07:41:50 -08:00
README.md added chef-client dependency 2016-08-30 10:15:03 +02:00
Rakefile update travis ci config with newes chefdk and adapt to cookstyle 2018-02-12 13:13:40 +01:00
metadata.rb Pin fog-openstack to 0.3.4 2018-09-28 08:28:19 +02:00

README.md

Description

Installs the fog-openstack gem and offers LWRPs to use it.

Requirements

  • gem 'fog-openstack'
  • chef-client >= 12.8.1

Resources

openstack_domain

  • creates or deletes an openstack domain
  • example recipe can be found here

openstack_endpoint

  • creates or deletes an openstack endpoint
  • example recipe can be found here

openstack_project

  • creates or deletes an openstack project
  • example recipe can be found here

openstack_role

  • creates or deletes an openstack role
  • example recipe can be found here

openstack_service

  • creates or deletes an openstack service
  • example recipe can be found here

openstack_user

  • creates or deletes an openstack user
  • grants or revokes role to user in project
  • grants or revokes domain to user
  • example recipe can be found here

License and Maintainer

Maintainer:: cloudbau GmbH (j.klare@cloudbau.de)
Source:: https://github.com/cloudbau/cookbook-openstackclient
Issues:: https://github.com/cloudbau/cookbook-openstackclient/issues

License:: Apache v2.0