- 11 Oct, 2016 3 commits
-
-
The APP introduces IETF TE Topology YANG models as RESTCONF NBI, and it works as an adapter for data conversion between YMS(YANG generated JAVA classes) and TE Topology Core subsystem. The APP implements the following interfaces: IetfNetworkService Interface IetfTopologyService Interface IetfNetworkTopologyService Interface Change-Id: I761ff684bde4b64ca42bb1b0d5b1ddfb8a2377fd
Yixiao Chen authored -
- receives multiple TE topologies from SB provider, and merge into one native TE topology - store both original, received TE topologies and the native topology in TE topology data store - provide APIs for NB APP to retreive and display the TE topologies. Change-Id: Id0b2f3433966694fcf197cc0b8ad19a063e92f36
Aihua Guo authored -
This APP creates and manages a hierarchy of TE topologies received from SBI TE provider and from user configurations from NBI. The API contains internal data structures for TE attributes that are aligned with the TE attributes definition in standard IETF YANG TE topology model (https://tools.ietf.org/html/draft-ietf-teas-yang-te-topo-05). This commit includes the following interface definitions: - TE topology provider service, which is called by the TE topology provider from SB to pass TE topologies to the TE topology core APP - TE topology service, which provides service APIs for an external APP to get/set TE topologies and their attributes. - Network, Node, Link definitions for TE networks and their default class implementation Change-Id: Iafcf6911b8d9e494397e3a255cae282bbca74d5c
Aihua Guo authored
-
- 03 Oct, 2016 2 commits
- 01 Oct, 2016 1 commit
-
-
Adding code to support RESTCONF protocol as one of the supported SBI protocols of ONOS. This RESTCONF SBI extends the current REST SBI protocl and adds some new APIs/functinalities so that a provider can subscribe/register to an external restconf server to receive notification stream. Change-Id: I21bf0d0f0394cf788e066d743b3ade04735fe07e
Hesam Rahimi authored
-
- 30 Sep, 2016 4 commits
-
-
- ConsistentMapException while POST a Meter With non existent DeviceId Changes 1. added DeviceID check mechanism to confirm the requested ID refers an available device. 2. Changed MeterResourceTest to address a specific deviceID (of:0000000000000001) Change-Id: I9ce70a73dc03e9e7516e8aaff3895a66f3b69b13 (cherry picked from commit 59ecdf3f)
Yoonseon Han authored -
- fix javadoc longer than 80 char limit - fix javadoc that missing @params - chain calls to StringBuilder.append() - combine constant strings in place Change-Id: Ie2ef4fd4c19e955ad2d5a5584f5017a842abb790
chengfan authored
- 28 Sep, 2016 2 commits
-
-
Change-Id: I43b8ce5ab21000670359c76cc24d9a457ff6e125 (cherry picked from commit d258135a)
Prince Pereira authored
- 27 Sep, 2016 3 commits
-
-
Change-Id: Id639d0f8d1b34bd7b82f30d5af2b79ee4630d354 (cherry picked from commit 9fae8d58)
Carmelo Cascone authored
- 26 Sep, 2016 1 commit
-
-
Change-Id: Ia7a56644ad55c458ef17f31b2cf7ec9b9210dd06 (cherry picked from commit 726839c5)
Jayasree Ghosh authored
-
- 23 Sep, 2016 5 commits
-
-
Brian O'Connor authored
-
Brian O'Connor authored
-
Also fixed HostLocationProvider to not learn hosts with broadcast addresses. ONOS-5317. Change-Id: Ie94032cca6e488960d7181839882db55dd2da743
Jonathan Hart authored -
This could further cause NPE somewhere else where a default value is expected Change-Id: I71c8f87b5e25b6e5445e03527ee82d84ff05086c
Charles Chan authored
-
- 22 Sep, 2016 1 commit
- 21 Sep, 2016 3 commits
-
-
Change-Id: Ica58c55d03c7e86ae259cc52a6c16ab9982d004f (cherry picked from commit 2efe0c24)
Jonathan Hart authored
-
- 20 Sep, 2016 4 commits
-
-
Changes: - Discards Link events if one of the switch is down; - Triggers the paths optimization after device-down event; Change-Id: I4114f2450401e0d1ff5658d592daf319d977f20e (cherry picked from commit 2c51531a)
Pier Ventre authored -
sets the context as handled, updates learningswitch version and fixes a checkstyle error. Change-Id: I30a9abae60a808e3d610e5a7086cc7ee53720bb9 (cherry picked from commit 0ba98527)
Pier Ventre authored
-
- 19 Sep, 2016 1 commit
-
-
Change-Id: I21e186095a4dbd26930a9da89d46bca63c04c517 (cherry picked from commit 35cd8008)
Brian O'Connor authored
-
- 16 Sep, 2016 7 commits
- 15 Sep, 2016 3 commits