Masayoshi Kobayashi | f358ff5 | 2013-03-22 00:31:59 +0000 | [diff] [blame] | 1 | # .bash_profile |
| 2 | |
| 3 | # Get the aliases and functions |
| 4 | if [ -f ~/.bashrc ]; then |
| 5 | . ~/.bashrc |
| 6 | fi |
| 7 | |
| 8 | # User specific environment and startup programs |
| 9 | |
| 10 | PATH=$PATH:$HOME/bin |
| 11 | |
| 12 | export PATH |
| 13 | |
| 14 | ### Cluster-IT setting## |
| 15 | export RCP_USER=ubuntu |
| 16 | export RCMD_CMD=ssh |
| 17 | export RCMD_CMD_ARGS="-i $HOME/.ssh/onlabkey.pem" |
| 18 | export RCMD_USER=ubuntu |
| 19 | export RCP_CMD="scp -i $HOME/.ssh/onlabkey.pem -o StrictHostKeyChecking=no" |
| 20 | export FANOUT=64 |
| 21 | export 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 |