Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fgimenez/devstack-cookbook

Chef cookbook for bootstrapping devstack in a vm with a single command
https://github.com/fgimenez/devstack-cookbook

Last synced: about 1 month ago
JSON representation

Chef cookbook for bootstrapping devstack in a vm with a single command

Awesome Lists containing this project

README

        

This cookbook sets up an up to date devstack vm (http://devstack.org/) based on Vagrant (1.4+) and VirtualBox. Just:

./bootstrap.sh

The process sets the machine name to devstack.local and the ip to 33.33.33.11 by default.

In order to make reviews easier it also sets up git's user.name and user.email to the values of the host machine, and copies the ssh keys to the guest (perhaps this behaviour is not what you need, please take this into account).