openstack-chef-repo/site-cookbooks/provisioning
Samuel Cassiba f9ffdfa11f Enables Ubuntu Xenial release (16.04)
- replaces ubuntu14 with ubuntu16
- style fixes to make rubocop happy
- converts smoke tests to python-openstackclient
- tweaks memory limits for multi_node
- corrects ethernet interface naming
- prunes misleading pre-provisioning environment files
- uses atlas for vagrant images
- makes the destroy_all recipe work again

Change-Id: I79aa5f793614f5430c613dc0b2fc241434fde1f9
Implements: blueprint newton-xenial
2016-12-12 14:13:44 +01:00
..
recipes Enables Ubuntu Xenial release (16.04) 2016-12-12 14:13:44 +01: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)