Priyanka B
8c37858c04
Route Identifier
...
Change-Id: I22a00f56998849e406481d816f09171212da932f
2015-12-08 07:56:54 +00:00
Priyanka B
c77921a2cb
Route Type
...
Change-Id: I02ece9267da7d79c049383b6b48aae42a181cfbc
2015-12-08 07:56:20 +00:00
Andrea Campanella
86d0863169
ONOS-3182 Fix highlight of updated paths through though delay
...
Change-Id: I3d33ed6340aa75ed8c31b7440c5cba81131b7168
2015-12-08 06:35:33 +00:00
sanghoshin
075e3e75f6
SONA: OpenstackSwitching - init flow rules
...
- Populates flow rules when the app is initialized for existing VMs
- Add the IP mappings for the existing VMs to DHCP service.
Change-Id: Ie73c2532c83b0c0df21261616d7af81744c0aa32
2015-12-08 05:26:22 +00:00
Phaneendra Manda
5f326879bd
Vtn resource manager sink added for EventDispatcher
...
Change-Id: I654c3183b529020b656df077bace17b979f03020
2015-12-08 02:25:47 +00:00
Brian O'Connor
08eb1ac911
Adding description to param in AlarmsWebResource
...
This should fix the stacktrace in the build.
Change-Id: I7d2796ecb435c30c227e013a6d93ae8accdf7e06
2015-12-07 22:39:11 +00:00
Hyunsun Moon
699f46b09c
[Falcon][WIP] CORD-368 Added APIs for service dependency
...
- Added create/remove service dependency to CordVtn
- Added new type for service ID
Change-Id: If836ab6bcc5e60c1707b2dbf0a244a204529b007
2015-12-07 17:59:45 +00:00
Thomas Vachuska
0daf66b9cb
Fixing VTN web.xml file.
...
Change-Id: I03c0e3fd7f47f1b4c0c84b1e30acd2e1a57ba4f2
2015-12-07 17:19:55 +00:00
lishuai
a3e32340df
[ONOS-3532] Update PORT_MAC to AnnotationKeys.PORT_MAC.
...
Change-Id: I18c81bc616f94f69f69741621da56c60c784ec3f
2015-12-07 11:00:12 +08:00
Mahesh Poojary Huawei
c106f45f9d
[ONOS-3111] port-pair-group manager modification
...
Change-Id: I37df58e8589147624393a84efdf28e0bb8dfa29c
2015-12-06 06:53:30 +00:00
Mahesh Poojary S
28bfba72a6
[ONOS-3110] port-pair manager modification
...
Change-Id: I0ad39054182016e09b0c665270f70de29cccc56a
2015-12-06 06:53:18 +00:00
Mahesh Poojary Huawei
ecf971de20
[ONOS-3113] flow-classifier manager modification
...
Change-Id: I9e7c8f8f397edb36be0a6a4cc53ee2b2174679c5
2015-12-05 09:56:35 +00:00
Brian O'Connor
905ea22db6
Starting snapshot 1.4.0-SNAPSHOT
...
Change-Id: I0398bb2093e70d39788888038abb9df6193ccb42
2015-12-05 00:57:06 -08:00
Brian O'Connor
b209dc68e2
Tagging 1.4.0-rc1
...
Change-Id: Idec5c65021283fa03a8f2530aebba968a5451d8b
2015-12-05 00:56:21 -08:00
Brian O'Connor
372658e7c2
Updates to versions across project
...
Change-Id: I3593d5d289d3149bea9644c7c09fa1ca753abfca
2015-12-04 23:17:41 -08:00
SureshBR
47a5292fcc
[ONOS-3164]UT for Port chain web resource
...
Change-Id: I0795a0d93518fe6c1481cd0597b8a5f937dce662
2015-12-05 05:18:14 +00:00
Andrea Campanella
48c674c9b7
Add listner for down paths to path painter App and highlights remove when changing overlay
...
Change-Id: I1bf94468a61bd1a7211532a5b8e9e6cdfbecbda5
2015-12-05 04:51:58 +00:00
Mahesh Poojary Huawei
9bc8693fb7
[ONOS-3163] Test stub on VtnRscManager
...
Change-Id: I424a918f4633a4f45baf2f26f3887e381ec4fd24
2015-12-05 04:41:16 +00:00
Mahesh Poojary Huawei
c3e5da3dce
[ONOS-3162] Test stub on VirtualPortManager
...
Change-Id: I2ca92c53cdb42120c3a647a3e9723ca800f7c58b
2015-12-05 04:24:31 +00:00
Mahesh Poojary Huawei
4f7600bc8c
[ONOS-3162] Test stub on FlowObjectiveService
...
Change-Id: Ieba45fb60b0285d181d41022157d2d7b967f96c6
2015-12-05 03:09:18 +00:00
Mahesh Poojary Huawei
aec251d66c
[ONOS-3163] Test stub on FlowClassifierManager and PortChainManager
...
Change-Id: I1edaf6e50f77e2d5004e102bd13786854af523b1
2015-12-05 02:51:15 +00:00
Andrea Campanella
c87fba729d
Add GeoLink Path support
...
Change-Id: If2a849ce7e687fed7e11079697eaeb0010bc64a0
2015-12-04 14:25:39 -08:00
Mahesh Poojary Huawei
337159c4c7
[ONOS-3163] Stub on PortPairManager and PortPairGroupManager
...
Change-Id: I3c68d3c154212d7677fd6c41dec95ec331b68427
2015-12-04 20:33:49 +00:00
Saurav Das
4ce4596d62
CORD-367 L2 bridging and L3 routing support with internal VLANs in OF-DPA.
...
Also includes:
All forwarding in app is now via nextObjectives (not treatments) - Spring Open driver converts
non-ECMP forwarding to flow-actions, while OF-DPA driver continues to use groups.
Convert 'setMeta' methods to 'withMeta' in Flow Objectives API.
Bug fix in Flow Objective Manager - set of PendingNext is now threadsafe.
Bug fix in ArpHandler - now recognizes routerIp in addition to gatewayIps
Removed a bunch of testcode
Added group count in CLI
Change-Id: Id3b879c5dda78151ca0ec359179f1604066d39fc
2015-12-04 19:49:00 +00:00
Mahesh Poojary S
7e9a78ffa8
[ONOS-3120] Service Function Forwarder Implementation
...
Change-Id: I483ce290be21ed35a30994d5685005a0dfd3f13d
2015-12-04 19:37:28 +00:00
kmcpeake
4fe18c8f0c
CHANGE 1:
...
Patch to show API for Alarms in Fault Management.
AlarmsWebResource.java & Alarm.java show what the external REST API for alarms would look like.
See more info at https://wiki.onosproject.org/display/ONOS/Fault+Management
Everything else is very early and work-in-progress/mostly just stubbed out, and not ready for review but all advice welcome.
CHANGE 2:
[ONOS-3203] Update re. comments on FM API draft.
Comments were from Thomas Vachuska regarding https://gerrit.onosproject.org/#/c/6180/
Change-Id: If8d330d1b18b503e89849587e2d4388bf67becc0
2015-12-04 19:25:35 +00:00
Andrea Campanella
490e839bcc
ONOS-3182 Adding device badges and bug fixes
...
Change-Id: I84a0e8ec4e968ad80d08d086fa951cc4800aa70b
2015-12-04 17:51:41 +00:00
Phaneendra Manda
bc7c6946ed
[ONOS-3114] Added service for storing list of classifier devices for sfc
...
Change-Id: I780b1c8d289e4cba8cce76dde2439e95f88fa9a0
2015-12-04 11:54:57 +00:00
Mahesh Poojary Huawei
1110f6bd8a
[ONOS-3164] UT on SFC Manager
...
Change-Id: I857b402e449ad0cbcea5656c3e8574b3185ad114
2015-12-04 09:56:37 +00:00
Mahesh Poojary S
c9c10f99f0
[ONOS-3114,3115] SFC Service and Manager Implementation
...
Change-Id: Ifaf8603e3558900f36fe2efec3975fcc5225d8b2
2015-12-04 09:42:34 +00:00
Mahesh Poojary S
cc11f7265e
[ONOS-3117] Listen service function events in VtnRscManager
...
Change-Id: I7a7392999765d3c44806311e43e93ee40118adbf
2015-12-04 14:01:51 +05:30
lishuai
858efd3a7c
[ONOS-3520] Add L3 codes for VTNManager class.
...
Change-Id: I86b5b6e2b863fa78759272e1c8c212017b6a696f
2015-12-04 06:50:19 +00:00
Mahesh Poojary S
a1075a923b
[ONOS-3117] Storing listener of PortChain
...
Change-Id: I163c013bd6882de1d78ce611fd80cb0636b4fbf5
2015-12-04 06:34:39 +00:00
lishuai
404b0fcf36
[ONOS-3479] Add the implementation of ArpService interface.
...
Change-Id: Icb473decddab711dc506b186dcf8d4543156a0ac
2015-12-04 11:08:51 +08:00
Andrea Campanella
10c4adc294
ONOS-2706 Changing rsModel annotation to onos.rsModel
...
Change-Id: I1c22a7e1e147f13b960c3a6095408d68173ca966
2015-12-04 01:37:21 +00:00
Phaneendra Manda
568734d6da
[ONOS-3161]Port pair UT updated for reivew comments
...
Change-Id: Ia442bc098f1382f6347c0aa301b03b452df4e5f7
2015-12-03 22:33:04 +00:00
Phaneendra Manda
d66dca4a43
[ONOS-3163]Flow classifier UT updated for review comments
...
Change-Id: Ibf19c1781a76d8647f3b6c293302513796b8b5a5
2015-12-03 22:32:29 +00:00
Phaneendra Manda
d44649e829
[ONOS-3162] UT for Port pair group web resource
...
Change-Id: I47cbadbd2586a52bbc1efebc043cf21feb2ea0b3
2015-12-03 22:18:52 +00:00
Phaneendra Manda
119469d0b7
[ONOS-3114] Vtn codec registrator added
...
Change-Id: I500e8a9c5f67603cb287d8deab33cddf2e93cbaa
2015-12-03 22:17:12 +00:00
Luca Prete
86ac7d158d
Moving IntentUtils to intent package
...
Change-Id: I258c1d988e4bea4b79bdb0c2235e02fe5404ea52
2015-12-03 18:56:40 +00:00
Mahesh Poojary Huawei
a589d69611
[ONOS-3117] store listener in Flow-Classifier Manager
...
Change-Id: I40fd21050d9728d432b037528435ee8e7ec31ea2
2015-12-03 04:32:12 +00:00
Thomas Vachuska
08bef153bc
Fixed a small issue with disjoint path visualization.
...
Change-Id: I135caecd4231192ca383d6a4a7e6764abc6e3d11
2015-12-03 01:20:51 +00:00
Brian O'Connor
e6ff7f0756
Replacing karaf-assembly bash script with python script
...
Also, removing self-referencing repo from:
apps/openstackswitching/app/features.xml
Change-Id: I041325a1a114ee4d5ef01afd24f73db4f92b30b3
2015-12-03 01:09:09 +00:00
Charles Chan
531a78b802
CORD-352 Refactoring SegmentRoutingConfig
...
- Add Javadoc and fix function name convention
- Add setAdjancencySids method
- Change return value of getAdjacencySids from List to ImmutableSet
- Validate config value
- Add unit test for SegmentRoutingConfig
Change-Id: Ic43ac31a49da8a9d62131d7803930280cf9994d2
2015-12-02 22:41:44 +00:00
Andrea Campanella
8583e6b70a
ONOS-3182 Modify mode and Icons
...
Change-Id: Ibcfc1ffb5e91856899b10e7d156b8108653b047a
2015-12-02 22:04:41 +00:00
Charles Chan
d6d581a469
CORD-339 Network config host provider
...
* Implement new application org.onosproject.netcfghost
* Implement BasicHostConfig to include IP and location information
- Update network-cfg.json to add host config example
- Add network-cfg-2x2-leaf-spine.json for 2x2 leaf-spine network in SegmentRouting
* Update Segment Rounting
- Punt ARP packets
(which is done by HostLocationProvider previously)
- Check existing hosts when device connected or configured
Change-Id: I03986ddc8203d740b5bf26903e3dbf866d4d4600
2015-12-02 20:27:46 +00:00
Bharat saraswal
7997bb9f67
[ONOS-3119] NSH spi ID generator for flow classifier installer.
...
Change-Id: Id2d7071128cd21fb126e8ee2538266ad570c4d2c
2015-12-02 19:56:10 +00:00
Satish K
1b81f85ac4
Review Fix - vtn app
...
Change-Id: I9e1b5031602cb3678a3a8777bab3b2ec8a8a7d48
2015-12-02 19:43:23 +00:00
Satish K
e300581c06
Duplicate Null Check not required
...
Change-Id: Ifd7a6678674f9858e33c43d8f210e42964859b3e
2015-12-02 19:42:44 +00:00
Satish K
01a60f2790
Invalid Comparision Fix in VTN
...
Change-Id: Ia72eaf5bea05c17180264152b13c91e9c64a511b
2015-12-02 19:40:50 +00:00