Bump versions by x.y.(z+1)
[ovsdb.git] / README.Vagrant
index 365109358fd582cfa3145e9b2d42d86c1fb5f647..bc44a8c1426de44d9a6e823e0d9cce388b4225df 100644 (file)
@@ -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.