Use new verify job type with new freestyle project
[releng/builder.git] / vagrant / lib / lf-networking / README.md
1 lf-networking is the final overlay that is run on images to make them
2 usable as Jenkins slaves in the OpenDaylight or ODLForge environments.
3
4 Please see the rackspace-convert-base vagrant setup for creation of the
5 needed base image or use one of the other vagrant configurations
6 (utilizing a convert base image) for the source image.
7
8 This vagrant expects (by default) a personal Rackspace image named
9
10 'CentOS 6.5 - 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 This vagrant requires that an environment variable of RSSUBDOMAIN be
19 configured so that the networking configuration can be carried out
20 properly as the process used makes it difficult at best and impossible
21 at worst to detect what the final networking setups should be. This
22 needs to be detected before we create the base image due to how
23 cloud-init overwrites certain features we're trying to override and we
24 therefore 'chattr +i' certain configuration files to keep it from
25 breaking things.
26
27 RSSUBDOMAIN may be (currently) one of the following options:
28
29 dfw.opendaylight.org
30 dfw.odlforge.org
31 ord.opendaylight.org
32
33 NOTE: This vagrant will always execute the resealing operation. This
34 operation will intentially destroy current SSH pubkeys installed on the
35 system as well as reset log files and network configurations. You have
36 been warned.