Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fgimenez/devstack-cookbook
- Owner: fgimenez
- Created: 2014-03-15T11:26:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-02T17:35:11.000Z (over 6 years ago)
- Last Synced: 2023-04-05T14:36:36.048Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).