Merge "Fix netconf project jenkins job maven goals"
[releng/builder.git] / vagrant / ovsdb-docker / README.md
1 ovsdb-docker can be used to take an already converted Rackspace native
2 base image into a usuable docker ready image (tested against ovsdb hence
3 the name)
4
5 Please see the rackspace-convert-base vagrant setup for creation of the
6 needed base image.
7
8 This vagrant expects (by default) a personal Rackspace image named
9
10 'Fedora 20 (Heisenbug) - Vagrant ready'
11
12 To spin up and utilize.
13
14 $ RSIMAGE='${baseimagename}' vagrant up --provider=rackspace
15
16 Will execute this vagrant against a differently named base image
17
18 $ RSRESEAL=true vagrant up --provider=rackspace
19
20 NOTE: resealing will cause the vagrant to run the resealing operation.
21 This operation will intentionally destroy current SSH pubkeys installed
22 on the system as well as reset log files and network configurations. You
23 have been warned.