Vagrant scripts used by the OpenStack Cloud Computing Cookbook 2nd Edition
Authors: Kevin Jackson (@itarchitectkev) & Cody Bunch (@cody_bunch)
The book covers:
- Understand, install, configure, and manage Nova, the OpenStack cloud compute resource
- Dive headfirst into managing software defined networks with the OpenStack networking project and Open vSwitch
- Install and configure, Keystone, the OpenStack identity & authentication service
- Install, configure and operate the OpenStack block storage project: Cinder
- Install and manage Swift, the highly scalable OpenStack object storage service
- Gain hands on experience with the OpenStack dashboard Horizon
- Explore different monitoring frameworks to ensure your OpenStack cloud is always online and performing optimally
- Automate your installations using Vagrant, Chef, and Puppet
- Create custom Windows and Linux images for use in your private cloud environment.
Website: http://www.openstackcookbook.com/
Purchase: http://www.packtpub.com/openstack-cloud-computing-cookbook-second-edition/book
Or on Amazon UK: http://t.co/qlJsxjexx8
Quick Start
=========
git clone https://github.com/uksysadmin/OpenStackCookbook.git
cd OpenStackCookbook
vagrant up
vagrant ssh controller
. /vagrant/openrc
nova list
nova image-list