3538 Commits

Author SHA1 Message Date
Bri Prebilic Cole
35d2971d9b GUI -- Fixed warning about undefined panel, added topoPanel destroy, added unit tests for topoPanel.
Change-Id: Ic7ecc2771aa64bb0db19fe3b8005dc3932b237c5
2015-05-11 16:01:45 -07:00
Simon Hunt
c54cd1baed GUI -- Beginnings of structure for topology Overlay API.
- Re-implemented RequestSummary / ShowSummary in Alt implementation.

Change-Id: Idb86c7bf3ede8f8815abcb488bbf9b0a7041ef79
2015-05-11 13:52:26 -07:00
Sho SHIMIZU
5c73fd9292 Implement add() and subtract() methos in Bandwidth
Change-Id: I93a382cff1a441fb9c9929fc4fab82c956ccdd0e
2015-05-11 20:29:48 +00:00
Bri Prebilic Cole
684bcb7b0b GUI -- Topo Panels now dynamically adjust their height to fit in the whole window. Topo panel structure changed to have api for dynamic content to be added later.
Change-Id: I70b272ca740efdf5392d8896271baef4a7cf97b5
2015-05-11 12:00:31 -07:00
Sho SHIMIZU
98ffca81bf Save memory consumption by avoding unnecessary instantiation
Change-Id: I7ce66c11136653fabc490aa7f33fdadf4454d2cc
2015-05-11 16:14:19 +00:00
Sho SHIMIZU
2908d9ebc6 Implement methods to compare objects in classes representing unit
Methods are added to the following class.
- Bandwidth
- Frequency

To reduce redundant code, RichComparable interface is defined.

Change-Id: Iec96bee9754c6dfca62255b8b4068925d3be13a1
2015-05-11 16:12:12 +00:00
Thomas Vachuska
635c2d7ed1 Adding device driver inheritance mechanism.
Change-Id: I9c883d32ce0c39f961eddd5c4624dc23f794fe4d
2015-05-11 15:49:23 +00:00
Marc De Leenheer
16f857baa3 First round of cleanups in optical path provisioner. No more user input for packet/optical mininet script.
Change-Id: Ibbfa6a17a97432da8dee63e9cd15fa6b1c2c1e46
2015-05-08 23:39:37 +00:00
Saurav Das
f9ba4221c1 Currently need to specify handshaker behavior in onos-drivers xml file.
Later this need will be removed as the system will use default behaviors.
Fixed a bug in group checker where it was consulting the wrong map.
Cleaned up some logs

Change-Id: I45d91bc8d4c19474dcf0c37f82763985e5d2c84f
2015-05-08 23:39:20 +00:00
Sho SHIMIZU
6d01d3df91 Inline static factory methods in BandwidthResource
Change-Id: I8ac7fbaea5c81c9558f88f6ac88bcf581466d073
2015-05-08 16:10:55 -07:00
Sho SHIMIZU
f81725bb43 Populate Bandwidth with BandwidthResource
Change-Id: I7412c0c8141a8e22c2b157ee81989a79939c2299
2015-05-08 16:10:55 -07:00
Sho SHIMIZU
87114516f4 Replace manual hash code calculation for long with Long.hashCode(long)
Change-Id: Ie588a2904e0fcc790282af22912e8ff6d7a31648
2015-05-08 23:08:58 +00:00
Sho SHIMIZU
9a6ae38f25 Rename arguments to make its meaning clear
Change-Id: I1d9d5f53318b4d252b0ed0cddfcb9bee0367bdd8
2015-05-08 23:08:36 +00:00
Sho SHIMIZU
63feca7d26 Rename Bandwidth to BandwidthResource
To distinguish unit of bandwidth and resource of bandwidth

Change-Id: Ice52538f0c00f6d7743ca247d0f9bab3febdc94b
2015-05-08 23:08:36 +00:00
Sho SHIMIZU
816977987d Define Bandwidth class to represent bandwidth with explicit its unit
Change-Id: I863fea61fa5e70edfa53d11e720e400d100131c8
2015-05-08 23:08:36 +00:00
Jonathan Hart
63939a369f Moved generic Timestamp/ClockManager classes to onos-api
so they are usable by applications.

Change-Id: Icf0e92d12434dec782332e91b632da8066a85b60
2015-05-08 23:06:15 +00:00
Simon Hunt
d7f7bcc9d4 GUI -- Major re-write of server-side Topology View code. WIP.
Change-Id: I332e8e59dc2271d3897c3a5c2fafa775324ef72d
2015-05-08 22:33:19 +00:00
Pingping Lin
be12656dc1 add an ARP reply emulator for public IP to vBNG
Change-Id: Id142ef278363d39330e1c1f061f33d23e6b5e790
2015-05-08 14:14:19 -07:00
Pingping Lin
4e0c73dc29 add a new module to handle failed vBNG requests
If the vBNG manager failed to create a vBNG for a private IP address
 for the first time, usurally because the next hop host or host configured
 with private IP address is not in the ONOS system. During the first time
 to create a vBNG, if such case happens, vBNG manager will send out the
 probe packets to try to find those hosts.

 Thus, we should try to create vBNG again after the probe packets.

Change-Id: Ib8684602d4f761d2d09ac8d93738120aa57ce225
2015-05-08 20:54:14 +00:00
Madan Jampani
f7536ab2ee ONOS-1883: Fix for lost flow rules on CLI directed mastership changes.
- Made all mastership role change operations asynchronous, which they are.
- In flowrule store we now check to see if any new backups need to be made when a device backup location (standby) changes
- In device mastership store we now wait briefly before we step down from mastership after promoting a new candidate as highest standy

Change-Id: Icb76cf4d0d23403053a3fd5a458a940b847da49f
2015-05-08 20:46:19 +00:00
Jonathan Hart
443ebed66d Add REST API to CORD fabric app.
Change-Id: I6d22302bdbbcd2c75f9358196ca505fba500b348
2015-05-08 11:23:24 -07:00
Dusan Pajin
676a9e4e37 Flow timeout shows in the FlowsList CLI command
Change-Id: Ia559f726dfd9a3507f6fc7c7351dc19f465fd60f
2015-05-08 16:33:54 +02:00
Thomas Vachuska
e1e8d663c8 Fixing javadocs.
Change-Id: I3c9b2abdb9dcc6fac6c68d6db19585ef4521b6ac
2015-05-07 17:11:23 -07:00
Sho SHIMIZU
4fea4fdaed Populate IndexedLambda with LambdaResource
Change-Id: Id809f3a55b7c89bab2e4e99c0447ae97f27f5557
2015-05-07 23:55:48 +00:00
Sho SHIMIZU
a5b5c3e69b Use Long.hashCode(long) to avoid manual hash code calculation
Change-Id: I5f4aa8b80339a0c671ff2d12f8ba25dba023f220
2015-05-07 23:55:27 +00:00
sangho
45b009c7bc Bug fix for route population optimization
Change-Id: Ibdaeaff86a03a64670e08db45b050af93a092df7
2015-05-07 23:55:13 +00:00
Jonathan Hart
9bb32ab74a Moved AbstractWebResource to api bundle so it is accessible by applications.
Change-Id: Iddfe8a7d42d432e09424cede04b6c847198a9c85
2015-05-07 23:54:37 +00:00
Sho SHIMIZU
46e79efcbd Temporarily disable testSSHAuthentication() due to long test
Change-Id: Ic260d9c0b7e164b3ca4ae70bf410178ac8d33358
2015-05-07 23:54:19 +00:00
Simon Hunt
d4749ea157 GUI -- Minor update to multiHomed test scenario.
Change-Id: I8aaac94b8fe63dca7ea1af4cbd51f448cd92d767
2015-05-07 15:43:53 -07:00
alshabib
0ad4398ff5 fix remaining signing issues in treatments.
Change-Id: Id5ae44e529a516a4b2593778491ea16ca8dc7937
2015-05-07 22:35:46 +00:00
Madan Jampani
08bf17bcc3 Improvement: Ensure configurations options are current and valid in NewDistributedFlowRuleStore
Bug fix: Only accept backups for devices that the local node does not manage.

Change-Id: If7b1e8c3b0339e5d756e250c38fe53dc191084d1
2015-05-07 21:29:09 +00:00
Simon Hunt
27bf0795e4 GUI -- Enhanced DefaultCellComparator to utilize Comparable implementation if available on the objects being compared, defaulting to string comparison otherwise.
- Deleted obsolete comparators.

Change-Id: Ifeb74c05f73bd974d1afb3dc27527a5c7ad1bc12
2015-05-07 10:50:46 -07:00
Sho SHIMIZU
94b7ff4f7f Rename Lambda in org.onosproject.net.resource to LambdaResource
To avoid naming conflict with Lambda in org.onosproject.net

Change-Id: Ic8a670e7e2fb022f44f5a83cf4805f3ce0f29694
2015-05-07 17:11:42 +00:00
Saurav Das
100e3b809d First shot at Broadcom OFDPA 1.0 pipeline
Requires changes to the group description to accept groupId from callers.

Change-Id: Ic21dfe8ae7c246b7d3a6b00e8e5c986e1dc21fa0
2015-05-07 17:00:02 +00:00
Thomas Vachuska
530e52adf5 GUI -- Fixed application upload/install functionality.
Change-Id: I5b02ff7470bda46b76bc067b64514204b474fb97
2015-05-07 05:46:12 +00:00
Simon Hunt
ab13052426 GUI -- Added routerId to AnnotationKeys; added test scenario for multi-homed hosts (routers).
Change-Id: Ief5f23fa1678152d5375a2b54fe5735c9632d588
2015-05-06 18:07:24 -07:00
Madan Jampani
86940d91ae New flowrule store that utilizes a simple mechanism to periodically backsup its flowentries.
For efficiency reasons backups are only run for those devices whose flow entries are updated (since last backup) or if the device master/backup has changed.
This backup mechanism will be a short term solution until we get to a more close to real-time backup approach.
This change also disables the flowrule store based on hazelcast.

Change-Id: Iaae08852edee20b999ff97c60ca8bc6576e645f6
2015-05-07 00:41:03 +00:00
Bri Prebilic Cole
9467a2393a GUI -- General GUI backend cleanup and bug fixes. Added custom formatters for existing tables, unit test for Enum Formatter, and more glyphs.
Change-Id: I956f1faf6a59e535094d45b811980f822b084be0
2015-05-06 17:27:21 -07:00
Simon Hunt
5939e659a4 GUI -- Added Locale and Time Zone decorators to TimeFormatter.
- Fixed unit test to be insensitive to the zone and locale in which it is run.

Change-Id: Ib79c1840c5543ec1a6016d4345b7d60f0e9f65a4
2015-05-06 16:20:34 -07:00
Sho SHIMIZU
ed7af54e2d Support ModOchSignalInstruction in InstructionCodec
Resolve ONOS-1875

Change-Id: I63e10aeb4689991bfb5c6df349843ef5aff4d6f7
2015-05-06 22:07:30 +00:00
Sho SHIMIZU
2a9c3af3d0 Add description about deprecation of matchLambda(int)
Change-Id: I6423b03b53835ffbff1f0ad00f6bd937bad0feb7
2015-05-06 22:06:26 +00:00
Sho SHIMIZU
60f1214588 Fix typo
Change-Id: Ib029cd708cf77a63a36eb37c4c5ab79dff92ae71
2015-05-06 22:06:03 +00:00
Simon Hunt
66f7543c6b GUI -- Made OOTB formatters and comparators final classes.
Change-Id: I0ea59bf92d97b6d104b7d3770fb5f2e93308bbdc
2015-05-06 21:20:17 +00:00
alshabib
a2df7b2ae7 fixed the LINC-OE behaviour. Handshaker behaviours must use
sendHandshakeMessage during the handshake rather than sendMsg.

Change-Id: I50b3da2c592f77dd786da68d42e5dc289407cd37
2015-05-06 21:11:22 +00:00
Ray Milkey
140e478987 XOS integration app
Change-Id: I2fc1cd5bec032ad027cbb685d8f03df732717fcc
2015-05-06 21:08:24 +00:00
Thomas Vachuska
0de9facd21 Fixing and organizing javadocs.
Change-Id: Ie348cb5c5b9c8a835cdcc13f6480ac8dba8ca81b
2015-05-06 20:59:32 +00:00
Bri Prebilic Cole
ff3dc673f3 ONOS-1819 - GUI -- Group view added (WIP). Enum Cell Formatter created.
Change-Id: I6ade17a1dfd17cf2049bafe654d6411244d4ad07
2015-05-06 12:59:45 -07:00
sangho
5f1e457af5 - Bug fix for populating MPLS rules for php case: adding treamtments in forward objectives
Change-Id: I8dae2c1d91a0c23480bca2aa8c84c5664f7ce1e9
2015-05-06 19:30:10 +00:00
Simon Hunt
9ffbd8d37a GUI -- Table Model et al -- added missing unit tests.
Change-Id: Icc77457cab5b79724fcb5b354c2d74f2b2690d89
2015-05-06 12:02:40 -07:00
Madan Jampani
d46e18f2ef Couple of fixes:
1. Retry leadership lock after a successful stepdown
2. setStandby should adjust the candidates list to ensure another node steps up to become the master.

Change-Id: I8dc5da82c9b8b9e99d4118ec33a63037543927f0
2015-05-06 18:34:07 +00:00