
This patch adds necessary files and script for setting up a zun devstack environment through vagrant. This will help to boost productivity of zun developers. Implements: blueprint vagrant-support-zun Change-Id: Iacbf777b46208d7b1d52390b9c4a3c5a4229573e
16 lines
451 B
Markdown
16 lines
451 B
Markdown
vagrant-devstack-zun
|
|
=======================
|
|
|
|
A Vagrant based devstack setup for zun.
|
|
Steps to try vagrant image:
|
|
1. Install virtual-box and vagrant on your local machine.
|
|
2. Git clone zun repository.
|
|
3. cd zun/contrib/vagrant
|
|
4. vagrant up
|
|
It will take around 20 mins.
|
|
5. vagrant ssh
|
|
You will get vm shell with all necessary setup.
|
|
|
|
Note: For enabling/disabling various services, please see below file:
|
|
zun/contrib/vagrant/config/localrc
|