mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 04:06:49 +02:00
Added a new warden slave
Change-Id: Ie588b13cf9f8e071fb48c1073499e09d1dd2aed4
This commit is contained in:
parent
88c59985b3
commit
ca40fe4961
@ -195,7 +195,11 @@ function setMinorityMajority {
|
||||
|
||||
# ON.Lab shared test cell warden address
|
||||
export CELL_WARDEN="10.192.19.72"
|
||||
export CELL_SLAVES="$CELL_WARDEN 10.192.19.71 10.192.19.70"
|
||||
export CELL_SLAVE_1=$CELL_WARDEN
|
||||
export CELL_SLAVE_2="10.192.19.71"
|
||||
export CELL_SLAVE_3="10.192.19.70"
|
||||
export CELL_SLAVE_4="10.192.19.77"
|
||||
export CELL_SLAVES="$CELL_SLAVE_1 $CELL_SLAVE_2 $CELL_SLAVE_3 $CELL_SLAVE_4"
|
||||
|
||||
# Clears cell environment
|
||||
function clearCell {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user