Split cluster node startup and cluster node configuration 16/38316/2
authorJozef Behran <jbehran@cisco.com>
Tue, 3 May 2016 11:03:23 +0000 (13:03 +0200)
committerJozef Behran <jbehran@cisco.com>
Tue, 3 May 2016 14:25:43 +0000 (16:25 +0200)
commite8eb84a29729afdf824712f1109dce90f836a039
tree9d921ec75715827ed894fb00bb7f41be02478e1d
parent596a36d6b9ab6e630eef77a165f234cd812fab9c
Split cluster node startup and cluster node configuration

The process of installation of ODL to a cluster node takes
way too long, leading to the state when the first node being
installed finishes booting before the second and third nodes
even get around to starting the boot. This is not a supported
cluster startup scenario and thus leads to numerous spurious
test failures which may appear and disappear depending on the
network load on the Nexus server (e.g. data transfer rate
drops to 100 kb/s, causing the ODL download to take 5 minutes
-> fail).

This change splits the setup script to 2 scripts. The first one
performs the ODL deployment and configuration and the second one
just runs bin/start. This allows all nodes to be started at
roughly the same time (plus/minus a few seconds), eliminating
the unsupported boot scenario.

Change-Id: If8b32309a996451fbc4e1a021fdebfe635e0f916
Signed-off-by: Jozef Behran <jbehran@cisco.com>
jjb/integration/include-raw-integration-configure-clustering.sh