Jonathan Hart
34bc61458e
Added support for matching TCP ports and fixed flow stat IP address matching
2014-10-17 11:06:50 -07:00
Madan Jampani
38b250d77e
Initial implementation for DistributedFlowRuleStore utilizing master/backup replication
2014-10-17 11:02:38 -07:00
Madan Jampani
c63a4f4a3c
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
2014-10-17 10:48:59 -07:00
Madan Jampani
4a9cb6d072
Added sendAndReceive API to ClusterCommunicationService
2014-10-17 10:48:50 -07:00
Ray Milkey
c0fa4db98d
PointToPointintent unit tests
...
Change-Id: I5852862337cc4e67ca9d8fee2ba860a2751838d4
2014-10-17 10:29:07 -07:00
alshabib
a7edda0200
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
2014-10-17 09:46:07 -07:00
alshabib
e1cf87d95f
protocol independent host tracker
...
Change-Id: I192a17ee6eee347f6a7d8e251cecc49cbe36f8dc
2014-10-17 09:23:50 -07:00
Jonathan Hart
ce430a4815
Ported the unit tests for PeerConnectivityManager
2014-10-16 20:48:52 -07:00
Yuta HIGUCHI
4d187952db
basic test for ReplicaInfoManager
...
Change-Id: I604b8b24b9ac0896e6dd2a0650092af76f37968d
2014-10-16 20:00:50 -07:00
Yuta HIGUCHI
33b5e766dc
Add note for Javadoc bug in Topology interface
...
Change-Id: Ia963d276191c3f2618517e48a216ba0ea5385c0e
2014-10-16 20:00:50 -07:00
Yuta HIGUCHI
38294a971f
presize ArrayList
...
Change-Id: I0805991630a896da260b28a6cef7841593f020a9
2014-10-16 18:10:43 -07:00
alshabib
75e774203d
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
...
Conflicts:
core/store/hz/net/src/main/java/org/onlab/onos/store/device/impl/DistributedDeviceStore.java
core/store/hz/net/src/test/java/org/onlab/onos/store/device/impl/DistributedDeviceStoreTest.java
features/features.xml
tools/test/cells/office
Change-Id: I08e6d7c6a0bdaae072dd50ff7ac36d94f16d77e1
2014-10-16 18:03:40 -07:00
alshabib
7911a05aae
lldp discovery independent of OF
...
Change-Id: I720f727f6628e30e5d732e6d7bf742d1b7050812
2014-10-16 17:49:37 -07:00
Pavlin Radoslavov
711145a284
Fix the assignment / usage of OC0 environmental variable so
...
now it is allowed / handled.
2014-10-16 17:45:48 -07:00
Pavlin Radoslavov
4e62e9a69b
Added config file for csh/tcsh. It is based on the 'bash_profile' file,
...
but with several differences:
* Default ONOS_ROOT value is $HOME/onos instead of $HOME/onos-next
* Convenience utility functions and aliases are not included
* $MAVEN/bin is not included in the executable path
* The 'cell' funcion from BASH is renamed to 'onos-setup-cell'
Also, 'onos-setup-cell' always requires an argument: the cell name
Displaying the current cell setup can be done by the
'onos-show-cell' script
2014-10-16 17:41:10 -07:00
Yuta HIGUCHI
b25f4da32b
initial sketch of ReplicaInfoService.
...
Change-Id: I364b023aa6be69cabb184b92fd7a0dadd5215ec9
2014-10-16 17:36:53 -07:00
Yuta HIGUCHI
78f3a0a66c
lower anti-entropy send error message log level
...
Change-Id: I49c6aeafe11d8b9b6d7dfe1e1834189660a40864
2014-10-16 17:36:53 -07:00
Yuta HIGUCHI
a58451f9bc
lowering log level at ClusterCommunicationManager
...
Change-Id: I28c51cf865d790c5558f4d9684c9b4d25262d2b2
2014-10-16 17:36:53 -07:00
Pavlin Radoslavov
caf19cfff0
Update the "onos-service" command:
...
- add a mechanism to print the usage.
- If the target is "--cell", the service command is executed on each
node in the current ONOS cell.
Usage: onos-service <TARGET> [COMMAND]
onos-service [-h | --help]
Options:
TARGET The target of the command
COMMAND The command to execute. Default value is 'status'
[-h | --help] Print this help
TARGET: <hostname | --cell>
hostname Execute on the specified host name
--cell Execute on the current ONOS cell
COMMAND: [start|stop|restart|status]
2014-10-16 17:29:13 -07:00
Ray Milkey
e668408321
Unit tests for some Intent objects and compilers
...
Unit tests for HostToHost and MultiPointToSinglePoint intents
and intent compilers.
Made Intent classes final to make them immutable.
2014-10-16 16:59:47 -07:00
Jonathan Hart
0b04bed213
Implemented CLI commands to show SDN-IP routes
2014-10-16 16:40:12 -07:00
Thomas Vachuska
12b099d099
Merge remote-tracking branch 'origin/master'
2014-10-16 15:53:54 -07:00
Thomas Vachuska
e855d50eae
Added some package javadocs and corrected some wording in others.
2014-10-16 15:53:44 -07:00
Toshio Koide
9bd86a03f5
Remove redundant imports from TimestampedTest
2014-10-16 14:26:05 -07:00
Yuta HIGUCHI
eecee557e4
moved Timestamped to appropriate package
...
Change-Id: I5cb9385b9bb84c0942014dd69654cfbce97db77b
2014-10-16 14:12:15 -07:00
Yuta HIGUCHI
04db64cea7
remove unused file
...
Change-Id: Ie8b7c92d8bb6012fe55347fe72fa717c11ff890f
2014-10-16 13:58:42 -07:00
Yuta HIGUCHI
85d7470a42
Javadoc + checkstyle warning fix.
...
Change-Id: I0e6cabb4bdc5a81f98107df69af9295efa60e676
2014-10-16 13:54:43 -07:00
Yuta HIGUCHI
dd841b79ca
backport GossipLinkStore changes back to trivial.
...
Change-Id: I7900b33ac47aa890692f6598a85ff92a9c14a5f6
2014-10-16 13:46:09 -07:00
Yuta HIGUCHI
2c546a1ef8
backport GossipDeviceStore changes back to trivial.
...
Change-Id: Ic21835d65f1902769f3ab51d3c9c6174c4e3a16b
2014-10-16 12:44:42 -07:00
Thomas Vachuska
eada071575
Merge remote-tracking branch 'origin/master'
2014-10-16 12:17:51 -07:00
Thomas Vachuska
140d585453
Added new app for OSCAR/ONOS integration.
2014-10-16 12:17:45 -07:00
Thomas Vachuska
cce11ca2da
Fixing some cell definitions and features.
2014-10-16 11:52:29 -07:00
Jonathan Hart
20d8e5140b
Ported BGP tests from old codebase
2014-10-16 11:44:57 -07:00
Thomas Vachuska
97839bb7e5
Merge remote-tracking branch 'origin/master'
2014-10-16 11:16:06 -07:00
Thomas Vachuska
0a608ac7d9
Pruned duplicate dependencies and plugins from several core related pom.xml files.
2014-10-16 11:15:59 -07:00
Pavlin Radoslavov
87710fb6e2
Cleanup in the core/net/pom.xml file after the "onos-core-hz-net"
...
project was removed.
Reviewed by: Yuta
2014-10-16 10:57:25 -07:00
Ayaka Koshibe
760a7f9745
Merge branch 'master' of ssh://gerrit.onlab.us:29418/onos-next
...
Conflicts:
core/store/serializers/src/main/java/org/onlab/onos/store/serializers/KryoPoolUtil.java
Change-Id: I6a8fc884f0c0b6578762d7b439177378e838735f
2014-10-16 10:57:12 -07:00
Thomas Vachuska
dfe48a752e
Added JSON formatting for flow list command.
2014-10-16 10:32:08 -07:00
Yuta HIGUCHI
ade0b09aab
remove Hazelcast based Device, Link, .. Store implementation bundle
...
Change-Id: I352ebaed2d51b51201a8f3abc609be7c793cc3be
2014-10-16 10:27:53 -07:00
Jonathan Hart
bcae7bdf0e
Removed faulty toInt method and renamed toRealInt to toInt.
2014-10-16 10:26:54 -07:00
Pavlin Radoslavov
93617211ab
Update to the tools scripts:
...
* Update to envDefaults: if environmental varialbe ONOS_CELL is set,
the load it, so its variables can be used by other scripts
* Modifications inside tools/dev/bash_profile:
- Update the setting of JAVA_HOME so it works for Ubuntu with
OpenJDK-1.7
- Removed "." from being added to the PATH, because it is a security hole
2014-10-16 10:00:17 -07:00
Ayaka Koshibe
e8e4535e3c
fixes for RoleValue serialization
...
Change-Id: Ie51d0e16a0623061790523920f6a22aa18e74517
2014-10-16 09:57:34 -07:00
Jonathan Hart
ab63aacae2
Port the BGP implementation of SDN-IP.
2014-10-16 09:51:38 -07:00
Thomas Vachuska
bb0272e33b
Added JSON formatting for flow list command.
2014-10-16 09:32:04 -07:00
Yuta HIGUCHI
7ac15456d9
package info for distributed HostStore
...
Change-Id: Ib8850346b65ec8a18e03a773264f0dad54184eb8
2014-10-16 09:20:57 -07:00
Jonathan Hart
403ffcd5d6
The missing link
2014-10-16 08:54:35 -07:00
Thomas Vachuska
28dfb6096d
Added ability to configure reactive forwarding.
2014-10-16 08:49:17 -07:00
Jonathan Hart
335ef46cc1
Port the Router functionality from SDN-IP.
...
As part of this we added an onlab-thirdparty artifact which allows us to
bring in dependencies that aren't bundles.
2014-10-16 08:26:31 -07:00
tom
c65fa11ca2
Enahnced path list command to show JSON.
2014-10-16 07:48:47 -07:00
tom
8350ba5108
Added option to show only enabled/disabled ports
2014-10-16 07:22:02 -07:00