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
tom
2014-09-24 16:48:29 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7d197c4cd87bb334a770bde4aa2f5069cc1948f7
7d197c4c
1 parent
21ea9b4e
Fixing the cell definition and the install script.
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletions
tools/test/bin/onos-install
tools/test/cells/.reset
tools/test/cells/local
tools/test/cells/prox
tools/test/bin/onos-install
View file @
7d197c4
...
...
@@ -37,4 +37,4 @@ ssh $remote "
onos-config
$node
# Ignite the ONOS service.
onos-service
$node
start†
\ No newline at end of file
onos-service
$node
start
...
...
tools/test/cells/.reset
0 → 100644
View file @
7d197c4
unset OC1 OC2 OC3 OC4 OC5 OC6 OC7 OC8 OC9 OCN ONOS_NIC
tools/test/cells/local
View file @
7d197c4
# Default virtual box ONOS instances 1,2 & ONOS mininet box
. $ONOS_ROOT/tools/test/cells/.reset
export OC1="192.168.56.101"
export OC2="192.168.56.102"
...
...
tools/test/cells/prox
View file @
7d197c4
# ProxMox-based cell of ONOS instances 1,2 & ONOS mininet box
. $ONOS_ROOT/tools/test/cells/.reset
export ONOS_NIC="10.1.9.*"
...
...
Please
register
or
login
to post a comment