Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Madan Jampani
2014-11-12 00:36:25 -0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
39460b805e6521be591a639b79171e16e568490a
39460b80
2 parents
12390c12
716cb21f
Merge branch 'master' of
ssh://gerrit.onlab.us:29418/onos-next
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
tools/build/envDefaults
tools/build/envDefaults
View file @
39460b8
...
...
@@ -31,5 +31,5 @@ if [ -n "${ONOS_CELL}" -a -f $ONOS_ROOT/tools/test/cells/${ONOS_CELL} ]; then
fi
export ONOS_INSTALL_DIR="/opt/onos" # Installation directory on remote
export OCI="${OCI:-192.168.56.101}" # ONOS Controller Instance
export ONOS_USER="
sdn"
# ONOS user on remote system
export ONOS_USER="
${ONOS_USER:-sdn}"
# ONOS user on remote system
export ONOS_PWD="rocks" # ONOS user password on remote system
...
...
Please
register
or
login
to post a comment