8779 Commits

Author SHA1 Message Date
Brian O'Connor
a027392bcc Updating onos_stage.py to use ONOS_VERSION global
Also, fixing up the base directory for RC packaging.

Change-Id: Id3c80a75ec27bd887b01a04a3122a2660c8f281b
2016-09-13 16:34:37 -07:00
Brian O'Connor
453941007b Updating lib/deps and regenerating lib/BUCK
Change-Id: I4d6680a852183c26d78649f277183164014608c8
2016-09-13 16:22:36 -07:00
Brian O'Connor
3e9aae3c2f Removing whitespace
Change-Id: I4db2fee926161719d431617ce2fe65ea39968e8a
2016-09-13 16:21:29 -07:00
Brian O'Connor
c9b64dcabd ONOS-5271 pendingDevices is used to track installation progress,
thus it is mutable.

This reverts commit e38b866af5ad7ec3938ad662a46798f535a9fad8.

Change-Id: Ie71a4cf2d795e2fd781e96fc1274cfcbfc659cb5
2016-09-13 23:04:57 +00:00
Brian O'Connor
09d90f0e7f ONOS-5268 Intents don't properly transition from WITHDRAWING to INSTALLED
If the same path is selected, the flows will not be reinstalled.
This patch fixes that.

Change-Id: I78da0015f7e3b39f3b7ff842f821053c2494b8e6
2016-09-13 22:24:28 +00:00
jskim
e4e99faa39 Fixed the priority of flow when deleted.
Change-Id: Iae9bae29acb45f4df86f4125b7975f2ac0186e7e
2016-09-13 22:10:26 +00:00
Madan Jampani
be68a83547 Fixes for checkstyle errors
Change-Id: If965adef131e62f8e27e4b82c8649e572b6b49a5
2016-09-13 14:25:24 -07:00
Madan Jampani
ad5b8c770d Updates to DocumentTreeNode + Simple implementation of DocumentTree interface
Change-Id: Icc162201a50de8ae48abdb8e769fb6ed86138a03
2016-09-12 19:51:43 -07:00
Daniel Park
a26f265950 Fix to update floating IP association/disassociation in OpenstackInterfaceServce
Change-Id: I04b96109296125849bc91d5bc92e476338749935
1.7.0-rc1
2016-09-13 01:53:21 +00:00
jskim
7d88174fa1 Added the media types that the DELETE methods of a resource can accept.
Change-Id: Icf570d086829df51cc4107b3f6efef3efa9e9d21
2016-09-13 01:45:19 +00:00
Aaron Kruglikov
7c99811274 Fixing a minor stylistic issue.
Change-Id: I57b6e44e03c576be88c5f130f852d5ca5bcb00c9
2016-09-13 00:42:22 +00:00
sdn
94b001597a Fix for ONOS-5034
Change-Id: I61158511680851be375b93c365fc32c0573e9edc
2016-09-12 23:18:32 +00:00
Jonathan Hart
e255cc45f7 Add descriptive message for MessagingExceptions.
We can print this message in EventuallyConsistentMapImpl rather than printing
a stack trace which doesn't add any value because the exception always comes
from the same place.

Change-Id: Ia233e7ae8605b2b59ffd4ef834209fdaa86e9376
2016-09-12 14:50:24 -07:00
Yuta HIGUCHI
7d8b3b1f6c Pass clean option to onos-setup-karaf
Change-Id: If74914d5c0a4ed0694cf4926fa7deae7927783c8
2016-09-12 13:09:47 -07:00
Sho SHIMIZU
e38b866af5 Provide pendingDevices explicitly
Change-Id: I2cc29d5672d11aa176c7fa774e9d66f32b2d300f
2016-09-12 18:04:12 +00:00
Sho SHIMIZU
4c7946891b Provide hasFailed explicitly
Change-Id: I3bacbbfcc84259b8bb6904d21b45a1e9e9e60e7a
2016-09-12 18:00:14 +00:00
Sho SHIMIZU
dfefecd592 Copy FlowOperationsProcessor defensively for thread safety
Change-Id: Ic5c920b0efc40d472d454b0e1a0305f16b39e98c
2016-09-12 18:00:02 +00:00
Jon Hall
2548559590 Add HA.py
A set of mininet based HA tests based on onos.py
Currently includes the following tests:
    - a control network partitioning test
    - A dynamic cluster scaling test

Change-Id: I9a8e1019dcc51666fee1d933afd66ff390592525
2016-09-12 17:56:20 +00:00
xueliang
37a396ac37 [ONOS-5254] JUNIT Mocks for FUJITSU NETCONF
Change-Id: Iac2b6473a71c1d981b6d2dadc316a31d9b4a02df
2016-09-12 17:50:10 +00:00
Jimmy Yan
d20e44f9d5 Move OmsPortHelper annotation keys to OpticalAnnotations
Change-Id: I80ad924a8dfde61ac2fbc1d9836d3f145bfc48dc
2016-09-12 17:48:31 +00:00
Jian Li
e4f12161a1 Add LispMessageEncoder and LispMessageDecoder with unit tests
Change-Id: If73a41687a9c2400de23bbde6179a63ac7f75d15
2016-09-12 17:45:49 +00:00
Konstantinos Kanonakis
1b8b559b8c Allowing message-id > 99 in NETCONF rcp-reply
Change-Id: If6fbc0c3ea432e8d33f6d790491342312333cee4
2016-09-12 17:45:06 +00:00
Ray Milkey
cc44cb481b Fix Jersey warning for redundant "@Path("/")
Change-Id: I4b1af699c90e07811e046335ff2896ec402959b6
2016-09-12 17:44:21 +00:00
Jonathan Hart
dbaed99b19 Proposing to undeprecate the non-device-specific packet request APIs.
There doesn't seem to be any reason to require users to specify an empty
Optional when they want to request from all devices.

Change-Id: I2394bfa3ed07cae5c5f514dd24faea74409a33f4
2016-09-12 17:44:05 +00:00
Jonathan Hart
6ff6ffe4c0 Move EdgeService back to Link/Device services rather than TopologyService.
I think the EdgeService has to use one or the other, because the
TopologyService is not in sync with the Link/Device services. The problem
with using the TopologyService is that it does not handle Port events,
only Device and Link, so it is not suitable for building an inventory of
edge ports.

Change-Id: If31d6d7013985da3e03f8c83f2f2eb2957deffe1
2016-09-12 17:02:42 +00:00
Priyanka B
a32f6da9ce [ONOS-5187] Compute path with Explicit path objects
Change-Id: Id34dbef9bd6cfa9971d0d10adf4bbc141f03a913
2016-09-12 05:02:42 +00:00
Charles Chan
9d7465eee9 ONOS-5259 Fix ClassCastException
Change-Id: I7956d1392f620a5bdb4800bc45bfaef1a03d8e38
2016-09-10 02:04:17 +00:00
Ray Milkey
bb1ac3faea Give intents a little more time to complete
Change-Id: Ibe69a777105198ab42b9408f9fa9bc1e2bd93696
2016-09-09 22:05:06 +00:00
Pier Ventre
57a61cde2c Fix the side effects introduced by https://gerrit.onosproject.org/#/c/10978/
Change-Id: I88f84f28d9c5243c6ce42c81914b0f87e41bbd3e
2016-09-09 14:03:43 -07:00
Sho SHIMIZU
5f70942683 Add comments describing immutability/mutability
Change-Id: I2fc947b3785c6edf1ad20eb432dafc1642781ca7
2016-09-09 17:35:30 +00:00
Madan Jampani
64ff13b415 Support for listening to DocumentTree modifications.
Change-Id: Ibe7c67e6615f5a19fe4c4c7dea182e1a59dc5eea
2016-09-09 17:20:42 +00:00
gaurav
2511889699 changes for CORD-365,SingleSwitchFibInstaller, addressed comments, added comments.
Change-Id: I88f6266142da2cfe7bf3569cbe317925c17e3bca
2016-09-09 15:29:40 +00:00
Daniel Park
1b0cb26c63 [ONOS-5134] VM cannot access to another VM with floating IP
Change-Id: I300d410994361de505558bfcdeb732a8a6c14b91
2016-09-09 01:53:04 +00:00
Brian O'Connor
64f2d58ed8 Removing old code from ui/_dev
Change-Id: Ic87885195a6c302d6737b985413eece3fa260e26
2016-09-08 23:46:52 +00:00
Madan Jampani
1184bc7865 DocumentTreeNode: add support for a version
Change-Id: Ib07503beda17b904ce6b6f52d7bf9d3622085a24
2016-09-08 23:46:11 +00:00
ADARA Networks
03a5163e68 Pending review comment incorporationg for Rabbit MQ app
Change-Id: Ifa18e7f05acad3e0e550d08cccc69b6fb0193b2f
2016-09-08 13:47:06 -07:00
Viswanath KSP
317f329e56 [onos-5204] This commit contains fix for bug onos-5204
Addressed review comments
Addressed review comments - take2

Change-Id: I9eb1e19f70deffd33d57cdab6bb0346bd2ebbd98
2016-09-08 17:28:38 +00:00
Thomas Vachuska
f5e6be4da7 Fixed javadoc error.
Change-Id: I591d9de7016c5e26f178614fc96f42150398bb27
2016-09-07 20:58:22 -07:00
Thomas Vachuska
c3984c65c3 Fixed javadoc error.
Change-Id: Ic103dad254d985076df00bdeab4bd436c1bbd7aa
2016-09-07 17:51:45 -07:00
Madan Jampani
5bdebd5c18 Javadoc updates to DocumentTree classes
Change-Id: Id55d317de95fc6b50849de58a1d813a7cc1216e7
2016-09-07 23:34:29 +00:00
Bob Lantz
2ca9a35df9 Added README
Change-Id: I9bb92f93a88e113928a35196ac83954b9e069e5c
2016-09-07 23:07:11 +00:00
Aaron Kruglikov
b789b5f8c5 Adding an initial API for the DomTree data structure.
Change-Id: I55da78c11f49c1e5843cfefbe0a5eed02c59498b
2016-09-07 15:24:09 -07:00
Ray Milkey
bbc6dba863 Remove superfluous debug flags from app definitions
Change-Id: I23d90b7ad44c5eadf3c083a0fec31375f3b21ec4
2016-09-07 20:46:45 +00:00
ADARA Networks
1fb1eb1cf5 RabbitMQ Integration - Updates changeset 11110 - Review comments incorporated
Change-Id: I0bfd7838b87d55769165b21dc735e1ba4468b611
2016-09-07 20:39:27 +00:00
Jonathan Hart
6192499379 Use subject factory to create subject for deletion rather than using the string/
Change-Id: Ib7680b07642d676e9ad7f10fd59471880aa79771
2016-09-07 18:50:51 +00:00
Jonathan Hart
3d8ff28774 Cleanups for SDN-IP
Change-Id: I2220992e01a0112faaf2ff8d507e012923cad5e9
2016-09-07 18:28:58 +00:00
Yuta HIGUCHI
734e1e6ffb Cosmetic fixes to Band
Change-Id: I4f4981b12a758d3a773fd805525b21f07ad00b9b
2016-09-07 09:12:20 -07:00
Ray Milkey
6033d43b3f Fix for ONOS-5220 - Enable REST API for demo app
Change-Id: Ibdfae20dfcf382113d56cd228baca5b734efe3f6
2016-09-07 04:10:01 +00:00
Madan Jampani
4275587991 Include ConsistentMap name in Timeout exception message
Change-Id: Ibfdd898f98b59862f2ed0e7d201ed265c1dcd592
2016-09-06 19:31:06 -07:00
VinodKumarS-Huawei
af9c7a7e11 YMS broker and Notification handler
Change-Id: Ic3659b2c2ad26ea2db1f03725b4883f19db2cc41
2016-09-06 21:11:08 +00:00