openstack-chef-repo/site-cookbooks/provisioning
Samuel Cassiba f6ce85b324 Initial repo Pike updates
- Switched default linter to cookstyle
- Renamed rake tasks to conform with Chef conventions
- Added repo, memcached, libvirtd overrides for testing
- Added Python wrapper recipe

Change-Id: I91d380006d8ca8b81a05c629aff444321ada13e7
2017-09-27 09:04:37 +00:00
..
recipes Initial repo Pike updates 2017-09-27 09:04:37 +00:00
spec Convert provisioning recipes to cookbook 2016-06-27 21:33:08 -07:00
test/integration Convert provisioning recipes to cookbook 2016-06-27 21:33:08 -07:00
.gitignore Convert provisioning recipes to cookbook 2016-06-27 21:33:08 -07:00
.kitchen.yml Convert provisioning recipes to cookbook 2016-06-27 21:33:08 -07:00
Berksfile Convert provisioning recipes to cookbook 2016-06-27 21:33:08 -07:00
README.md Enables Ubuntu Xenial release (16.04) 2016-12-12 14:13:44 +01:00
chefignore Convert provisioning recipes to cookbook 2016-06-27 21:33:08 -07:00
metadata.rb Convert provisioning recipes to cookbook 2016-06-27 21:33:08 -07:00

README.md

provisioning

This cookbook is used for serving chef-provisioning recipes for provisioning OpenStack with Chef. It is intended to be referenced by chef-client in local-mode a la chef-provisioning.

recipes

provisioning::vagrant_linux

  • installs/uses a Vagrant box based on Linux distribution

provisioning::allinone

  • provisions an all-in-one OpenStack Compute Controller

provisioning::multi-node

  • provisions an OpenStack Controller with Compute nodes

provisioning::destroy_all

  • destroys all the things! (really, all the running nodes)