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