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
Thomas Vachuska
2014-10-16 11:52:29 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cce11ca2da2b1d5a8afb3f627bdb7fefe32376e1
cce11ca2
1 parent
97839bb7
Fixing some cell definitions and features.
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
11 deletions
features/features.xml
tools/dev/bash_profile
tools/test/cells/local
tools/test/cells/single
features/features.xml
View file @
cce11ca
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<features
xmlns=
"http://karaf.apache.org/xmlns/features/v1.2.0"
name=
"onos-1.0.0"
>
<repository>
mvn:org.onlab.onos/onos-features/1.0.0-SNAPSHOT/xml/features
</repository>
<repository>
mvn:org.onlab.onos/onos-features/1.0.0-SNAPSHOT/xml/features
</repository>
<feature
name=
"onos-thirdparty-base"
version=
"1.0.0"
description=
"ONOS 3rd party dependencies"
>
...
...
@@ -28,21 +29,22 @@
<bundle>
mvn:org.onlab.onos/onlab-nio/1.0.0-SNAPSHOT
</bundle>
<bundle>
mvn:org.codehaus.jackson/jackson-core-asl/1.9.13
</bundle>
<bundle>
mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13
</bundle>
<bundle>
mvn:org.onlab.onos/onlab-thirdparty/1.0.0-SNAPSHOT
</bundle>
<bundle>
mvn:org.codehaus.jackson/jackson-core-asl/1.9.13
</bundle>
<bundle>
mvn:org.codehaus.jackson/jackson-mapper-asl/1.9.13
</bundle>
<bundle>
mvn:org.onlab.onos/onlab-thirdparty/1.0.0-SNAPSHOT
</bundle>
</feature>
<feature
name=
"onos-thirdparty-web"
version=
"1.0.0"
description=
"ONOS 3rd party dependencies"
>
<feature>
war
</feature>
<bundle>
mvn:com.fasterxml.jackson.core/jackson-core/2.4.2
</bundle>
<bundle>
mvn:com.fasterxml.jackson.core/jackson-annotations/2.4.2
</bundle>
<bundle>
mvn:com.fasterxml.jackson.core/jackson-annotations/2.4.2
</bundle>
<bundle>
mvn:com.fasterxml.jackson.core/jackson-databind/2.4.2
</bundle>
<bundle>
mvn:com.sun.jersey/jersey-core/1.18.1
</bundle>
<bundle>
mvn:com.sun.jersey/jersey-server/1.18.1
</bundle>
<bundle>
mvn:com.sun.jersey/jersey-servlet/1.18.1
</bundle>
</feature>
<feature
name=
"onos-api"
version=
"1.0.0"
...
...
@@ -96,16 +98,18 @@
</feature>
<feature
name=
"onos-openflow"
version=
"1.0.0"
description=
"ONOS OpenFlow API, Controller & Providers"
>
description=
"ONOS OpenFlow API, Controller & Providers"
>
<feature>
onos-api
</feature>
<bundle>
mvn:io.netty/netty/3.9.2.Final
</bundle>
<bundle>
mvn:org.onlab.onos/onos-of-api/1.0.0-SNAPSHOT
</bundle>
<bundle>
mvn:org.onlab.onos/onos-of-ctl/1.0.0-SNAPSHOT
</bundle>
<bundle>
mvn:org.onlab.onos/onos-of-provider-device/1.0.0-SNAPSHOT
</bundle>
<bundle>
mvn:org.onlab.onos/onos-of-provider-device/1.0.0-SNAPSHOT
</bundle>
<bundle>
mvn:org.onlab.onos/onos-of-provider-link/1.0.0-SNAPSHOT
</bundle>
<bundle>
mvn:org.onlab.onos/onos-of-provider-host/1.0.0-SNAPSHOT
</bundle>
<bundle>
mvn:org.onlab.onos/onos-of-provider-packet/1.0.0-SNAPSHOT
</bundle>
<bundle>
mvn:org.onlab.onos/onos-of-provider-packet/1.0.0-SNAPSHOT
</bundle>
<bundle>
mvn:org.onlab.onos/onos-of-provider-flow/1.0.0-SNAPSHOT
</bundle>
</feature>
...
...
tools/dev/bash_profile
View file @
cce11ca
...
...
@@ -68,6 +68,7 @@ function cell {
echo
"No such cell:
$1
"
>&2
&&
return
1
unset
ONOS_CELL ONOS_NIC ONOS_FEATURES
unset
OC1 OC2 OC3 OC4 OC5 OC6 OC7 OC8 OC9 OCN OCI
export
ONOS_CELL
=
$1
.
$ONOS_ROOT
/tools/test/cells/
$1
cell
else
...
...
tools/test/cells/local
View file @
cce11ca
...
...
@@ -8,4 +8,4 @@ export OC2="192.168.56.102"
export OCN="192.168.56.103"
export OCI="${OC1}"
export ONOS_FEATURES=""
export ONOS_FEATURES="
${ONOS_FEATURES:-webconsole,onos-api,onos-core,onos-cli,onos-openflow,onos-app-fwd,onos-app-proxyarp,onos-app-tvue}
"
...
...
tools/test/cells/single
View file @
cce11ca
...
...
@@ -7,4 +7,4 @@ export OC1="192.168.56.101"
export OCN="192.168.56.103"
export OCI="${OC1}"
export ONOS_FEATURES=""
export ONOS_FEATURES="
${ONOS_FEATURES:-webconsole,onos-api,onos-core-trivial,onos-cli,onos-openflow,onos-app-fwd,onos-app-proxyarp,onos-app-tvue}
"
...
...
Please
register
or
login
to post a comment