blob: 08380d27894dbfe34af688da2b5450ba87be9d60 [file] [log] [blame]
Masayoshi Kobayashif358ff52013-03-22 00:31:59 +00001########
2Cluster Management Tools
3#######
4
5ssh : contains necessary files in .ssh (don't change file permission)
6bash_profile: Can be used as $HOME/.bash_profile file. The following four lines needs to be changed as necessary
7
8export RCP_USER=ubuntu
9export RCMD_CMD=ssh
10export RCMD_CMD_ARGS="-i $HOME/.ssh/onlabkey.pem"
11export RCMD_USER=ubuntu
12export RCP_CMD="scp -i $HOME/.ssh/onlabkey.pem -o StrictHostKeyChecking=no"
13export FANOUT=64
Masayoshi Kobayashi80003ea2013-04-01 23:27:36 +000014export CLUSTER="$HOME/bin/cluster.txt"
Masayoshi Kobayashif358ff52013-03-22 00:31:59 +000015
16### Set the proper value ##
17export ONOS_CLUSTER_BASENAME="onosdevx"
18export ONOS_CLUSTER_NR_NODES=8
19
20bin/start.sh : shutdown all service and restart
21bin/stop.sh : shutdown all service
22bin/status.sh : show status of the services