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
Jonathan Hart
2014-11-12 00:33:25 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
716cb21ffbc319a4632963b492b820292a1b289d
716cb21f
1 parent
477bf81a
Make ONOS_USER overridable
Change-Id: Ic5fef60e097da31cbffca125bc70d30ea5d5dd98
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 @
716cb21
...
...
@@ -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