Add the basic mininet integration lab box
[releng/builder.git] / vagrant / basic-mininet-node / README.md
diff --git a/vagrant/basic-mininet-node/README.md b/vagrant/basic-mininet-node/README.md
new file mode 100644 (file)
index 0000000..396afbe
--- /dev/null
@@ -0,0 +1,24 @@
+basic-mininet-node can be used to take an already converted Rackspace
+native base image to a usuable basic system with mininet, netopeer /
+netconf and installation requirements for VTN already setup for use in
+the OpenDaylight build and testing environment
+
+Please see the rackspace-convert-base vagrant setup for creation of the
+needed base image.
+
+This vagrant expects (by default) a personal Rackspace image named
+
+'CentOS 6.5 - Vagrant ready'
+
+To spin up and utilize.
+
+$ RSIMAGE='${baseimagename}' vagrant up --provider=rackspace
+
+Will execute this vagrant against a differently named base image
+
+$ RSRESEAL=true vagrant up --provider=rackspace
+
+NOTE: resealing will cause the vagrant to run the resealing operation.
+This operation will intentionally destroy current SSH pubkeys installed
+on the system as well as reset log files and network configurations. You
+have been warned.