X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=README.Vagrant;h=bc44a8c1426de44d9a6e823e0d9cce388b4225df;hb=9579397f268f2774ba43608c18619d3d5987ca3e;hp=365109358fd582cfa3145e9b2d42d86c1fb5f647;hpb=89f9fd8409acdfe0a7f3a7436369a4a84c214f51;p=netvirt.git diff --git a/README.Vagrant b/README.Vagrant index 365109358f..bc44a8c142 100644 --- a/README.Vagrant +++ b/README.Vagrant @@ -4,9 +4,6 @@ ODL OVSDB Vagrant # Installation You can download an install for your system from [here](http://www.vagrantup.com/downloads.html) -Vagrant can also be installed using RubyGems - - gem install vagrant # Usage @@ -14,7 +11,7 @@ Vagrant is a tool for creating development/test environments. The environment created for this project is as follows: 1 x DevStack Control/Compute VM -1 x DevStack Compute VM +1-3 x DevStack Compute VM 1 x Mininet VM It's assumed you already have an OVSDB development environment set up. @@ -31,7 +28,7 @@ Follow the instructions below for Devstack and Mininet ## DevStack VMs -There are two DevStack VMs. One combined control/compute node and one dedicated compute node. +There are two DevStack VMs. One combined control/compute node and a variable number of dedicated compute nodes. The following steps are performed when the VM is created or when `vagrant provision` is run. - Check dependencies are installed @@ -45,6 +42,10 @@ To start DevStack cd devstack ./stack.sh +> Note: To start more than one compute node +> export DEVSTACK_NUM_COMPUTE_NODES=3 +> vagrant up + ## Mininet There is a single VM provided for running mininet.