Showing
4 changed files
with
11 additions
and
6 deletions
1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | 1 | <?xml version="1.0" encoding="UTF-8" standalone="yes"?> |
2 | <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" | 2 | <features xmlns="http://karaf.apache.org/xmlns/features/v1.2.0" |
3 | name="onos-1.0.0"> | 3 | name="onos-1.0.0"> |
4 | - <repository>mvn:org.onlab.onos/onos-features/1.0.0-SNAPSHOT/xml/features</repository> | 4 | + <repository>mvn:org.onlab.onos/onos-features/1.0.0-SNAPSHOT/xml/features |
5 | + </repository> | ||
5 | 6 | ||
6 | <feature name="onos-thirdparty-base" version="1.0.0" | 7 | <feature name="onos-thirdparty-base" version="1.0.0" |
7 | description="ONOS 3rd party dependencies"> | 8 | description="ONOS 3rd party dependencies"> |
... | @@ -37,7 +38,8 @@ | ... | @@ -37,7 +38,8 @@ |
37 | description="ONOS 3rd party dependencies"> | 38 | description="ONOS 3rd party dependencies"> |
38 | <feature>war</feature> | 39 | <feature>war</feature> |
39 | <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.4.2</bundle> | 40 | <bundle>mvn:com.fasterxml.jackson.core/jackson-core/2.4.2</bundle> |
40 | - <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.4.2</bundle> | 41 | + <bundle>mvn:com.fasterxml.jackson.core/jackson-annotations/2.4.2 |
42 | + </bundle> | ||
41 | <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.4.2</bundle> | 43 | <bundle>mvn:com.fasterxml.jackson.core/jackson-databind/2.4.2</bundle> |
42 | <bundle>mvn:com.sun.jersey/jersey-core/1.18.1</bundle> | 44 | <bundle>mvn:com.sun.jersey/jersey-core/1.18.1</bundle> |
43 | <bundle>mvn:com.sun.jersey/jersey-server/1.18.1</bundle> | 45 | <bundle>mvn:com.sun.jersey/jersey-server/1.18.1</bundle> |
... | @@ -102,10 +104,12 @@ | ... | @@ -102,10 +104,12 @@ |
102 | <bundle>mvn:org.onlab.onos/onos-of-api/1.0.0-SNAPSHOT</bundle> | 104 | <bundle>mvn:org.onlab.onos/onos-of-api/1.0.0-SNAPSHOT</bundle> |
103 | <bundle>mvn:org.onlab.onos/onos-of-ctl/1.0.0-SNAPSHOT</bundle> | 105 | <bundle>mvn:org.onlab.onos/onos-of-ctl/1.0.0-SNAPSHOT</bundle> |
104 | 106 | ||
105 | - <bundle>mvn:org.onlab.onos/onos-of-provider-device/1.0.0-SNAPSHOT</bundle> | 107 | + <bundle>mvn:org.onlab.onos/onos-of-provider-device/1.0.0-SNAPSHOT |
108 | + </bundle> | ||
106 | <bundle>mvn:org.onlab.onos/onos-of-provider-link/1.0.0-SNAPSHOT</bundle> | 109 | <bundle>mvn:org.onlab.onos/onos-of-provider-link/1.0.0-SNAPSHOT</bundle> |
107 | <bundle>mvn:org.onlab.onos/onos-of-provider-host/1.0.0-SNAPSHOT</bundle> | 110 | <bundle>mvn:org.onlab.onos/onos-of-provider-host/1.0.0-SNAPSHOT</bundle> |
108 | - <bundle>mvn:org.onlab.onos/onos-of-provider-packet/1.0.0-SNAPSHOT</bundle> | 111 | + <bundle>mvn:org.onlab.onos/onos-of-provider-packet/1.0.0-SNAPSHOT |
112 | + </bundle> | ||
109 | <bundle>mvn:org.onlab.onos/onos-of-provider-flow/1.0.0-SNAPSHOT</bundle> | 113 | <bundle>mvn:org.onlab.onos/onos-of-provider-flow/1.0.0-SNAPSHOT</bundle> |
110 | 114 | ||
111 | </feature> | 115 | </feature> | ... | ... |
... | @@ -68,6 +68,7 @@ function cell { | ... | @@ -68,6 +68,7 @@ function cell { |
68 | echo "No such cell: $1" >&2 && return 1 | 68 | echo "No such cell: $1" >&2 && return 1 |
69 | unset ONOS_CELL ONOS_NIC ONOS_FEATURES | 69 | unset ONOS_CELL ONOS_NIC ONOS_FEATURES |
70 | unset OC1 OC2 OC3 OC4 OC5 OC6 OC7 OC8 OC9 OCN OCI | 70 | unset OC1 OC2 OC3 OC4 OC5 OC6 OC7 OC8 OC9 OCN OCI |
71 | + export ONOS_CELL=$1 | ||
71 | . $ONOS_ROOT/tools/test/cells/$1 | 72 | . $ONOS_ROOT/tools/test/cells/$1 |
72 | cell | 73 | cell |
73 | else | 74 | else | ... | ... |
... | @@ -8,4 +8,4 @@ export OC2="192.168.56.102" | ... | @@ -8,4 +8,4 @@ export OC2="192.168.56.102" |
8 | export OCN="192.168.56.103" | 8 | export OCN="192.168.56.103" |
9 | export OCI="${OC1}" | 9 | export OCI="${OC1}" |
10 | 10 | ||
11 | -export ONOS_FEATURES="" | 11 | +export ONOS_FEATURES="${ONOS_FEATURES:-webconsole,onos-api,onos-core,onos-cli,onos-openflow,onos-app-fwd,onos-app-proxyarp,onos-app-tvue}" | ... | ... |
... | @@ -7,4 +7,4 @@ export OC1="192.168.56.101" | ... | @@ -7,4 +7,4 @@ export OC1="192.168.56.101" |
7 | export OCN="192.168.56.103" | 7 | export OCN="192.168.56.103" |
8 | export OCI="${OC1}" | 8 | export OCI="${OC1}" |
9 | 9 | ||
10 | -export ONOS_FEATURES="" | 10 | +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