blob: e9f2a39b710c38a692e5880fc0719827be386ddd [file] [log] [blame]
Masayoshi Kobayashif358ff52013-03-22 00:31:59 +00001# .bash_profile
2
3# Get the aliases and functions
4if [ -f ~/.bashrc ]; then
5 . ~/.bashrc
6fi
7
8# User specific environment and startup programs
9
10PATH=$PATH:$HOME/bin
11
12export PATH
13
14### Cluster-IT setting##
15export RCP_USER=ubuntu
16export RCMD_CMD=ssh
17export RCMD_CMD_ARGS="-i $HOME/.ssh/onlabkey.pem"
18export RCMD_USER=ubuntu
19export RCP_CMD="scp -i $HOME/.ssh/onlabkey.pem -o StrictHostKeyChecking=no"
20export FANOUT=64
21export CLUSTER="$HOME/cluster-mgmt/cluster.txt"
22
23#### Set the proper value ####
24#export ONOS_CLUSTER_BASENAME="onosdevx"
25#export ONOS_CLUSTER_NR_NODES=8