blob: 974e3d203aba3ea562c1d5ac41921e2dac4930f1 [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
14export CLUSTER="$HOME/cluster-mgmt/cluster.txt"
15
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