- 11 Oct, 2016 7 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 -
This reverts commit a32f6da9. Change-Id: Ic023d701d18f0ae7af2579bc43777714a0e701dc
Priyankab-Huawei authored
- 10 Oct, 2016 1 commit
- 07 Oct, 2016 4 commits
-
-
- 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 -
- Allows creating/deleting/enabling VLANs on a device as a whole - Not to be confused with applying VLANs on interfaces (e.g. access/trunk VLANs) Change-Id: Ib830ecea77cdf882b3f9486fbea23d2acea6b947
Konstantinos Kanonakis authored
-
- 06 Oct, 2016 6 commits
-
-
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
- 05 Oct, 2016 2 commits
- 04 Oct, 2016 2 commits
-
-
[onos-5262] Adding patchset 2 Change-Id: I43cb43deca16bcfe1874699bccdb94b0301d30d1
Viswanath KSP authored -
- modify key of the security group maps. - search for a subnet interface to the host. Change-Id: I502a35735b423fb6c27bab6b83b642a5f916e37c
jskim authored
-
- 03 Oct, 2016 4 commits
-
-
With the existing implementation, if we want to specify type value 8 to ECM Lisp type, we need to generate several place holders inside LispType enumerator, otherwise ECM will be assigned a subsequent number which is 5. With this commit, we can specify arbitrary number for each Lisp enum type, therefore, no need to add redundant placeholder for the purpose of incrementing enum value. Change-Id: I82a82a3f5bc313dc1f79aaa66a77889408e8c891
Jian Li authored -
- fix intent installion on re-activation - don't send ARP requests to inport - send ARP requests to interfaces instead of connect point Change-Id: I8f9185d174160adb605b8b44e7d7ebddb49bd027
Luca Prete authored
- 30 Sep, 2016 6 commits
-
-
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 -
- 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
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
- 29 Sep, 2016 8 commits
-
-
Simplify logic around scheduling a balancing task and listen to RegionEvents. Region Membership updates and Region Updates should also trigger a rebalance. Now, it is possible to queue up another balancing task even if there is one running. They'll still never run in parallel and will still run with at least a few seconds in between (30), but this way we don't ever risk missing an event that makes it necessary to rebalance - not even if we were rebalancing exactly when that event fired. Change-Id: I64e1c6fc5e87f2b1fffbefb54c96303dac55d1d1
Victor Silva authored -
Clear and re-render summary panel on websocket update event Added topo2 Panel Service Change-Id: Ib9e6f887816d133af61cb0312c4dacd95641228d
Steven Burrows authored
-