This Vagrant script installs OpenStack Grizzly in a single-node environment using Vagrant, Puppet and Virtualbox.
Vagrant, Puppet, Virtualbox
- Install Vagrant, Puppet and Virtualbox
- Clone this repository to a folder (e. g. grizzly_test)
- Open a terminal and cd to your folder.
- Run "vagrant up" in the terminal.
- Wait for about 5-10 min. (the script takes time ;-))
- Done.
Now you can access the OpenStack-Dashboard with your web browser by tiping the URL "http://192.168.22.11/horizon". Login with user name "admin" and password "admin_pass". Have fun!