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
Brian O'Connor
2015-06-12 10:22:32 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1803122fb496e1e2075f4642415ea85c21b4e952
1803122f
1 parent
979df25f
Adding lxc cell
Change-Id: I5d30f911b6981d3b6f5582e109dd90620f7a8293
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
tools/test/cells/lxc
tools/test/cells/lxc
0 → 100644
View file @
1803122
1
+
# LXC-based Cluster running on EC2
2
+
3
+
export ONOS_NIC="10.0.3.*"
4
+
export OC1=10.0.3.101
5
+
export OC2=10.0.3.102
6
+
export OC3=10.0.3.103
7
+
8
+
export ONOS_APPS="drivers,openflow,proxyarp"
Please
register
or
login
to post a comment