adding exabgp to the tools vm
[releng/builder.git] / vagrant / basic-mininet-node / README.md
1 basic-mininet-node can be used to take an already converted Rackspace
2 native base image to a usuable basic system with mininet, netopeer /
3 netconf and installation requirements for VTN already setup for use in
4 the OpenDaylight build and testing environment
5
6 Please see the rackspace-convert-base vagrant setup for creation of the
7 needed base image.
8
9 This vagrant expects (by default) a personal Rackspace image named
10
11 'CentOS 6.5 - Vagrant ready'
12
13 To spin up and utilize.
14
15 $ RSIMAGE='${baseimagename}' vagrant up --provider=rackspace
16
17 Will execute this vagrant against a differently named base image
18
19 $ RSRESEAL=true vagrant up --provider=rackspace
20
21 NOTE: resealing will cause the vagrant to run the resealing operation.
22 This operation will intentionally destroy current SSH pubkeys installed
23 on the system as well as reset log files and network configurations. You
24 have been warned.