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
Simon Hunt
2016-03-07 15:03:30 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3b95564cd1330a68cde2ffe29bbc8c3e7f857cef
3b95564c
1 parent
e099166d
Update to simon-uk cell.
Change-Id: Ia9c78bf76e1bf348acadc82cd67c77b39d001058
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
tools/test/cells/simon-uk
tools/test/cells/simon-uk
View file @
3b95564
...
...
@@ -13,13 +13,15 @@
export OCVM=192.168.56.102
#============================================
# sdn@
ubuntuvm
:~$ sudo lxc-ls --fancy
# sdn@
ocluster
:~$ sudo lxc-ls --fancy
# NAME STATE IPV4 IPV6 AUTOSTART
# -------------------------------------------
# onos1 RUNNING 10.0.3.174 - NO
# onos1 RUNNING 10.0.3.174 - YES
# onos2 RUNNING 10.0.3.242 - YES
# onos3 RUNNING 10.0.3.49 - YES
# onos4 RUNNING 10.0.3.132 - YES
#============================================
export ONOS_USE_SSH=true
export ONOS_NIC="10.0.3.*"
...
...
@@ -27,6 +29,7 @@ export ONOS_NIC="10.0.3.*"
export OC1=10.0.3.174
export OC2=10.0.3.242
export OC3=10.0.3.49
export OC4=10.0.3.132
## default ONOS instance
export OCI=$OC1
...
...
Please
register
or
login
to post a comment