Shigeru Yasuda [Wed, 4 Feb 2015 07:22:50 +0000 (16:22 +0900)]
Don't build REST API document unless "docs" profile is activated.
Change-Id: I312854d18ec88c47bf2e9fb65db6f00b0e7657aa
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Wed, 4 Feb 2015 06:25:10 +0000 (15:25 +0900)]
Fixed build error due to ovsdb change.
VTNManagerIT.testOvsdbNodes() never invokes any functionality provided
by the VTN Manager. So it can be simply removed.
Change-Id: I2267aa315e34bd03775939b5f875b9784a079d3b
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Thanh Ha [Tue, 3 Feb 2015 23:03:20 +0000 (18:03 -0500)]
Rename vtn.build.sonar to sonar
With moving to JJB in mind this more general property should allow any
project to enable additional build options inside their build by
activating profiles if the property -Dsonar is passed.
JJB will pass -Dsonar for the Sonar job.
Also renames -Dvtn.doc.skip to "!sonar" since it seems this is only used
for the sonar job.
Change-Id: I81fc8f92eacd62c733c2cae931ae987f60cf7323
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
kavitha.ma [Tue, 16 Dec 2014 17:14:06 +0000 (22:44 +0530)]
VTN Client App for getting the running configuration of VTN.
Change-Id: I0ca2815f1d3f53ed4d507aec5dfc9e973b4bef12
Signed-off-by: kavitha.ma <kavitha.ma@hcl.com>
Shigeru Yasuda [Thu, 22 Jan 2015 08:38:06 +0000 (17:38 +0900)]
Bug 2618: Fixed potential bugs in flow entry management.
* VTNFlow.isOutgoingNetwork() may return true unexpectedly
if the egress flow contains action that changes VLAN ID.
This may cause the VTN Manager to uninstall unexpected flow entries.
* When MAC mapping is activated, VTN Manager needs to purge flow entries
originated by VLAN mapping that overlaps the MAC mapping.
Change-Id: Ie4aee034a06e401e81120d570eaa92d5a0225b9d
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Thanh Ha [Fri, 9 Jan 2015 19:19:07 +0000 (14:19 -0500)]
Set root pom.xml <name> for Sonar
As mentioned on the mailing list Sonar uses the <name> field of the
pom.xml that is passed to the mvn command as the name of the project in
Sonar. In most cases this is the root pom.xml file in a project. This
patch sets the name to the project shortname.
https://lists.opendaylight.org/pipermail/discuss/2014-November/004024.html
Change-Id: I843bf5246e2e39dee2c83b350fd7b5398fd62a69
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
gvrangan [Wed, 7 Jan 2015 02:08:15 +0000 (11:08 +0900)]
Change README.txt for VTN Coordinator
Signed-off-by: gvrangan <venkatrangang@hcl.com>
Change-Id: If529742e6de9cdb3973e4c3d6782526b06a3da32
Karthik.S [Mon, 8 Dec 2014 11:48:51 +0000 (17:18 +0530)]
BUG 2481-Fixed Memory leak issues in ODC Driver module
Change-Id: Ia03f6504c882561881c622732ef950351cc89c45
Signed-off-by: Karthik.S <siva-karthik@hcl.com>
balakrishnan [Mon, 5 Jan 2015 15:40:42 +0000 (21:10 +0530)]
BUG 2537-Fix Problems in computing the links from ODL topology
Change-Id: Ibb8b87aa30f0b0596d1ef2bf6038862f54ce8cdb
Signed-off-by: balakrishnan <balakrishnan.ka@hcl.com>
Shigeru Yasuda [Fri, 26 Dec 2014 01:53:26 +0000 (10:53 +0900)]
Use mvn URL settings in opendaylight-karaf-resources.
Change-Id: I567c626a411545d8d54f3dcf06e9e6b7d3af68e1
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Sarath Babu Gurujala [Thu, 25 Dec 2014 11:17:59 +0000 (11:17 +0000)]
Merge "BUG 2387-Fixed bug Fails to Set Actions for FlowFilter"
Shigeru Yasuda [Wed, 24 Dec 2014 10:32:58 +0000 (19:32 +0900)]
Bug 2536: Fixed bug that path policy APIs never remove flow entries.
When a path policy is created, modified, or removed, the VTN Manager
should remove flow entries affected by the target path policy.
Change-Id: I98f79869c37ede42fcaddfb2c45bd02873bb89c7
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Mon, 22 Dec 2014 23:29:03 +0000 (08:29 +0900)]
Bug 2533: Fixed unexpected 500 error on path policy REST API.
* Return 400 (Bad Request) error if link cost is not configured in
PathCost element.
* Added integration tests for path policy REST APIs.
Change-Id: I7ef5e5b144b2eb8456ba51840ec2c067320b0f9e
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Hideyuki Tai [Tue, 28 Oct 2014 23:43:25 +0000 (19:43 -0400)]
Bug 1836: Updated README.
Change-Id: Iac1e3db1305d7dd59af13b1ade73c59f2b710e64
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
dhandayadhapani-b [Tue, 9 Dec 2014 15:09:00 +0000 (20:39 +0530)]
Additional UT coverage on VTN Manager-Implementation.internal.cluster.
Change-Id: I04ad30fc1f02804c9c17d40b02ce6b88b22cdf97
Signed-off-by: dhandayadhapani-b <dhandayadhapani-b@hcl.com>
Hideyuki Tai [Sat, 6 Dec 2014 01:45:58 +0000 (20:45 -0500)]
Fixed modules properties of pom.xml.
Change-Id: I5854cc7381f1810f15d72313d5be9644662ec341
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
Shigeru Yasuda [Fri, 5 Dec 2014 16:18:26 +0000 (01:18 +0900)]
Refine build environment.
* Move IT modules under "it" directory.
* Use maven plugins specified by odlparent.
* Although odlparent specifies maven-javadoc-plugin 2.10.1,
we use 2.9.1 because it breaks "mvn site".
* Skip karaf features test if "vtn.karaf.skip" property is true.
* dist/karaf: Do nothing on "mvn site".
Change-Id: Ie734ee8be064139541d74f35d40a02a1de911a94
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Fri, 5 Dec 2014 15:43:32 +0000 (15:43 +0000)]
Merge "Drop arphandler emulation."
Shigeru Yasuda [Fri, 5 Dec 2014 05:33:57 +0000 (14:33 +0900)]
BUG 2478: Search for pkgconfig file in /lib or /lib64.
json-c-devel package for CentOS 6.6 (x86_64) puts the pkgconfig file
in /lib64 directory.
Change-Id: If7455a85e79dfaab9a21a65e0186e11e5b5b5db3
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Fri, 5 Dec 2014 09:49:47 +0000 (18:49 +0900)]
Bug 2479: Fixed unexpected failure of atomic operation tests.
Race condition tests for atomic operations need to ensure that all the
test threads have been dispatched.
Change-Id: I5a973060800bfff0df17f03def88f3e47b689ff4
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Fri, 5 Dec 2014 01:49:59 +0000 (10:49 +0900)]
Drop arphandler emulation.
VTN Manager does nothing unless VTN is present.
Change-Id: Id9ebf0f90b285c0dde78cf9cbdd843deb09d4a3d
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
balakrishnan [Thu, 4 Dec 2014 18:06:01 +0000 (23:36 +0530)]
BUG 2387-Fixed bug Fails to Set Actions for FlowFilter
Change-Id: Ied28d7e3450b2c47c98c52a446b06b5fbbef2cd0
Signed-off-by: balakrishnan <balakrishnan.ka@hcl.com>
kavitha.ma [Thu, 4 Dec 2014 02:36:22 +0000 (18:36 -0800)]
UT files for VTN Manager Implementation.Internal.Cluster package.
Change-Id: Ia689f7b3c6ec9329437bb12a10e961e90bda139f
Signed-off-by: kavitha.ma <kavitha.ma@hcl.com>
ananthip [Fri, 14 Nov 2014 14:08:18 +0000 (19:38 +0530)]
Added UT files for NetworkHandler of VTN-Neutron package.
Change-Id: If5e7e992a109dd1fbe782a3c1f38e9a156e31b52
Signed-off-by: ananthip <ananthip@hcl.com>
Shigeru Yasuda [Fri, 21 Nov 2014 20:22:34 +0000 (05:22 +0900)]
Use fully-qualified OSGi bundle name.
VTN Manager bundles can be found by "bundle:list | grep vtn".
Change-Id: I0969738ba3875f883a82edbc9ae0ee86cfa8779b
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Wed, 19 Nov 2014 10:44:23 +0000 (19:44 +0900)]
Bug 2158: Handle out-of-order inventory notification.
MD-SAL notifications are delivered on multiple threads.
So VTN Manager should not expect order of inventory notifications.
Change-Id: I9a23203b085ab114b8de11c6584903ab3850755e
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Wed, 19 Nov 2014 09:55:13 +0000 (18:55 +0900)]
Moved utility classes to dedicated package.
Change-Id: If8edc3f37b8e862e6effe8f547fc41d7bcb5b660
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Fri, 14 Nov 2014 11:44:33 +0000 (20:44 +0900)]
Remove local OSGi distribution.
Karaf distribution is still provided locally.
* Add new feature, odl-vtn-manager-runtime, which installs requisites
for VTN Manager. It is installed with odl-vtn-manager-all.
* Change artifact ID to distribution.vtn-manager.karaf.
Change-Id: I5a386d4fdfe71051db4815a566a982b626fcbf99
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Sarath Babu Gurujala [Fri, 14 Nov 2014 10:48:27 +0000 (10:48 +0000)]
Merge "Increase UT coverage for VTN-Neutron package."
balakrishnan [Fri, 14 Nov 2014 12:01:46 +0000 (17:31 +0530)]
Bug 2256:Fixed bug Port cache cleared when network down, making coordinator unreachable
Change-Id: I25991345c2c49151d059eb0de250e6d6da2ab151
Signed-off-by: balakrishnan <balakrishnan.ka@hcl.com>
Hideyuki Tai [Fri, 7 Nov 2014 18:16:38 +0000 (18:16 +0000)]
Merge "Include lldp-speaker application in VTN Manager binary distribution."
ananthip [Fri, 7 Nov 2014 15:09:54 +0000 (20:39 +0530)]
Increase UT coverage for VTN-Neutron package.
Change-Id: I9b1d8f86b1172e58984d8572d3e8c52406fb925d
Signed-off-by: ananthip <ananthip@hcl.com>
Shigeru Yasuda [Fri, 7 Nov 2014 07:37:52 +0000 (16:37 +0900)]
Include lldp-speaker application in VTN Manager binary distribution.
Change-Id: I5056dc66bdaf69361b92ffe93f386c9e2bf6fa56
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Fri, 7 Nov 2014 07:34:43 +0000 (16:34 +0900)]
Increase UT coverage.
Change-Id: Ifdfc5cf26499f97e612fa9cefb7941533c9204f7
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Tue, 4 Nov 2014 13:30:08 +0000 (22:30 +0900)]
Fixed minor bugs in API classes.
* DataFlow: Fixed typo in public method name.
* FlowStats: Fixed minor bug in toString().
Other changes:
* Refined unit tests for org.opendaylight.vtn.manager.flow package.
Change-Id: I6060ab23bd83614bb9110339b6b21195b4a34226
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Mon, 27 Oct 2014 02:41:19 +0000 (11:41 +0900)]
Fixed minor bug in VNodeRouteTest.java.
Change-Id: Ieff7570fc4a5289c3c63e7e08ff2ddc47ed3db2b
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Hideyuki Tai [Fri, 24 Oct 2014 23:51:08 +0000 (23:51 +0000)]
Merge "Trivial enhancement to API classes."
Shigeru Yasuda [Fri, 24 Oct 2014 12:07:57 +0000 (21:07 +0900)]
Trivial enhancement to API classes.
* DataLinkHost.equals(Object): Return false if the class of the given
object does not match exactly.
* VTenantPath.compareTo(VTenantPath): Remove redundant code.
The class name should not be the same if the class objects are not
identical.
* IVTNManagerAware: Added missing @since doclet.
Change-Id: I8704df9cbd873e61c2078182ac46cddc87ec4115
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Fri, 24 Oct 2014 11:16:33 +0000 (20:16 +0900)]
Increase UT coverage of API classes.
Change-Id: I6b9ec62e0a15162a4e7b594f4c3e59f19ee06fb4
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Hideyuki Tai [Thu, 23 Oct 2014 01:56:58 +0000 (01:56 +0000)]
Merge "Bug 2236: Fixed bugs in PathMap."
Shigeru Yasuda [Wed, 22 Oct 2014 06:53:46 +0000 (15:53 +0900)]
Bug 2236: Fixed bugs in PathMap.
* equals(Object): mapIndex field values need to be compared using
Objects.equals().
* hashCode(): Fixed NPE if mapIndex is null.
Change-Id: Iadd25f620dba1af7fb08c262f22a97ee978e08a3
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Hideyuki Tai [Wed, 22 Oct 2014 21:40:21 +0000 (21:40 +0000)]
Merge "Bug 2239: Fixed manager.neutron bugs detected by FindBugs."
Shigeru Yasuda [Wed, 22 Oct 2014 10:37:01 +0000 (19:37 +0900)]
Bug 2239: Fixed manager.neutron bugs detected by FindBugs.
* OVSDBPluginEventHandler
* getSwitchIdFromInterface(): Fixed possible null dereference.
* The following fields should not be static because they are handled
by instance methods only.
* integrationBridgeName
* failmode
* protocols
* portname
* getSystemProperties() should close FileInputStream.
* getInternalBridgeUUID(): Map.entrySet() should be used rather than
Map.keySet().
* Eliminate trailing/succeeding whitespaces in log message.
* PortHandler
* canModifyInterface(): Boolean instances need to be compared using
equals(Object).
Change-Id: Ia9b83547ffe4efe80b328925cddd1ecf71865ba5
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Wed, 22 Oct 2014 04:43:28 +0000 (13:43 +0900)]
Bug 2235: Fixed NPE in PathPolicy(long, List).
Change-Id: I11b3992036f953363445a4acb3b2ca1b73cb6390
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Tue, 21 Oct 2014 13:22:05 +0000 (22:22 +0900)]
Use odlparent as parent POM.
* maven-checkstyle-plugin 2.12 is still used for strict indentation
check.
Other changes:
* manager: Fixed incorrect javadoc link in unit test.
* coordinator: Upgrade Apache Tomcat to 7.0.56.
Change-Id: I08dade0dd8c9054b6caf89f247a82cb6d3df5890
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Tue, 14 Oct 2014 02:58:25 +0000 (11:58 +0900)]
Incrementing versions by 0.1.0 for post-Helium master branch.
Change-Id: If612c8376cb56783e97418406a82f3a8e8d05536
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Hideyuki Tai [Thu, 25 Sep 2014 06:32:59 +0000 (02:32 -0400)]
Bug 1836: Updated README for Helium release.
Change-Id: Ia8e14a76e88ab5bfe1ac0bfee6571d8899dbd490
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
ananthip [Mon, 22 Sep 2014 13:09:17 +0000 (18:39 +0530)]
Bug 2016: Updated VTN Manager Neutron code to support updated OVSDB APIs.
Change-Id: I9a738900bcdae350c12d62680dc621e54f6ac141
Signed-off-by: ananthip <ananthip@hcl.com>
Shigeru Yasuda [Sun, 21 Sep 2014 08:05:02 +0000 (17:05 +0900)]
Increase UT coverage.
Change-Id: Ibc7b780e5fe5dae6c68e28440cbc1263d0ac3b16
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Fri, 19 Sep 2014 18:09:05 +0000 (03:09 +0900)]
Add unit test for flow condition.
Other changes:
* Increase UT coverage.
* API javadoc: Add notice of limitation on flow filter.
* IcmpMatchImpl: Refine hashCode() for better performance.
* InetMatchImpl: Ditto.
* Fix typo in comment.
* Trivial improvement of error message.
Change-Id: I4f80cc944dba0b841e83615d6ca1e4d4db12a7d5
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Sarath Babu Gurujala [Fri, 19 Sep 2014 13:52:39 +0000 (13:52 +0000)]
Merge "Bug 1901:Fixed bug in VTN FLOWFILTER with type "out""
balakrishnan [Fri, 19 Sep 2014 12:43:10 +0000 (18:13 +0530)]
Bug 1901:Fixed bug in VTN FLOWFILTER with type "out"
Change-Id: I70c3339577bfc3b6d4c6cabebc4f2286c6d4dbac
Signed-off-by: balakrishnan <balakrishnan.ka@hcl.com>
Sarath Babu Gurujala [Fri, 19 Sep 2014 07:26:08 +0000 (07:26 +0000)]
Merge "Bug 1925: Fix for portmap creation when created after vbrifflowfilter"
Hideyuki Tai [Thu, 18 Sep 2014 18:22:03 +0000 (18:22 +0000)]
Merge "Bug 1951: Fixed bug in Inet4AddressMatch.equals(Object)."
Karthik.S [Thu, 18 Sep 2014 16:45:19 +0000 (22:15 +0530)]
Bug 1925: Fix for portmap creation when created after vbrifflowfilter
Flowfilter is not added in controller, when Portmap is created after VBRIFFlowFilter.
Change-Id: Id84e65079665b749f07aa1a830e365c823fe90d9
Signed-off-by: Karthik.S <siva-karthik@hcl.com>
Shigeru Yasuda [Thu, 18 Sep 2014 11:40:47 +0000 (20:40 +0900)]
Bug 1951: Fixed bug in Inet4AddressMatch.equals(Object).
* Both network address and netmask must be compared.
Change-Id: I08b233b418e7f29fa03ca478e25cf96b66c7bd92
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Thu, 18 Sep 2014 06:17:51 +0000 (15:17 +0900)]
Revert workaround for Bug 1759.
* Pass DSCP value to SetNwTos action instead of TOS value.
Change-Id: I630dbe9972e8a16b9750945af21026185d84ee1d
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Wed, 17 Sep 2014 10:25:13 +0000 (19:25 +0900)]
Bug 1932: Fixed bugs in InetMatch.
* equals(Object) does not work.
* An empty string specified via JAXB as a string representation of
IP address should be rejected.
Other changes:
* Add unit tests for flow condition APIs.
* Reduce sonar warnings in FlowMatch and FlowMatchBuilder.
Change-Id: I795d855279751a893fc4a93e547aafd528cbb021
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Sarath Babu Gurujala [Mon, 15 Sep 2014 07:25:20 +0000 (07:25 +0000)]
Merge "Bug 1807 - Fix for Audit Failure in VTN Coordinator"
Sarath Babu Gurujala [Mon, 15 Sep 2014 06:19:05 +0000 (06:19 +0000)]
Merge "Added Functional Tests for Flowfilter"
Shigeru Yasuda [Fri, 12 Sep 2014 09:04:34 +0000 (18:04 +0900)]
Bug 1838: Fixed bug that SET_VLAN_PCP action was applied to untagged frame.
Change-Id: I07c3447ac7513d4728502f15076b094d00f70c46
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Fri, 12 Sep 2014 08:12:18 +0000 (08:12 +0000)]
Merge "Reduce sonar warnings."
Shigeru Yasuda [Fri, 12 Sep 2014 05:35:01 +0000 (14:35 +0900)]
Reduce sonar warnings.
Change-Id: Ib1b1f7df9423978e87afb89770f5294a8d427cba
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Fri, 12 Sep 2014 05:26:58 +0000 (14:26 +0900)]
Fixed incorrect javadoc link in test sources.
Change-Id: Ia4416d986e47b8876e8daf7d67975a4e0bb89414
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
senthil [Wed, 10 Sep 2014 21:50:45 +0000 (03:20 +0530)]
Added Functional Tests for Flowfilter
Change-Id: I5945018765083ec38fd296fe68d35b6cc04d0317
Signed-off-by: senthil <senthil-b@hcl.com>
senthil [Thu, 11 Sep 2014 19:22:32 +0000 (00:52 +0530)]
Bug 1807 - Fix for Audit Failure in VTN Coordinator
Change-Id: I2bcd9d81934963c283f11ec9b2f5d00124f58e51
Signed-off-by: senthil <senthil-b@hcl.com>
Hideyuki Tai [Thu, 11 Sep 2014 15:21:02 +0000 (15:21 +0000)]
Merge "Bug 1801: Sync dependencies to the controller."
Shigeru Yasuda [Thu, 11 Sep 2014 13:35:53 +0000 (22:35 +0900)]
Bug 1801: Sync dependencies to the controller.
* maven-surefire-plugin 2.16
* netty 4.0.23.Final
* mockito-all 1.9.5
* Third-party version of CorsFilter is no longer needed because
Tomcat 7.0.53 provides CorsFilter.
Change-Id: I869ac4b76b09925fd5cc3bffbf2b828bbe3713ed
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Thu, 11 Sep 2014 13:22:06 +0000 (22:22 +0900)]
Increase UT code coverage for packet modification.
Change-Id: I35f5c0670b4ba52186e7a37db61ad69c3bf680e1
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Sarath Babu Gurujala [Thu, 11 Sep 2014 10:36:22 +0000 (10:36 +0000)]
Merge "Updated UT for PortHandler and Enhanced UT for OVSDBPluginEventhandler"
Shigeru Yasuda [Thu, 11 Sep 2014 02:43:41 +0000 (02:43 +0000)]
Merge "Bug 1801: Updated Apache Tomcat version for VTN Manager."
Hideyuki Tai [Thu, 11 Sep 2014 01:10:04 +0000 (21:10 -0400)]
Bug 1801: Updated Apache Tomcat version for VTN Manager.
This patch updated versions of bundles related to Apache Tomcat for VTN
Manager.
Change-Id: I51715220df721aceed63136bb8224f1e933623e0
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
Hideyuki Tai [Wed, 10 Sep 2014 21:38:52 +0000 (21:38 +0000)]
Merge "Implement TCP/UDP checksum recalculation."
Hideyuki Tai [Wed, 10 Sep 2014 18:08:02 +0000 (18:08 +0000)]
Merge "Fixed incorrect javadoc link in test sources."
Shigeru Yasuda [Wed, 10 Sep 2014 17:19:15 +0000 (02:19 +0900)]
Implement TCP/UDP checksum recalculation.
This patch enables flow filter to modify IPv4 address and TCP/UDP
port number in packets.
Change-Id: Ibf2deb423dac9ec5b90f57f4faae2a5394aa9331
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Wed, 10 Sep 2014 10:38:27 +0000 (19:38 +0900)]
Fixed incorrect javadoc link in test sources.
Change-Id: Ibe5bf4e989253393acd39a740bd91ef05daac082
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
gvrangan [Wed, 10 Sep 2014 02:20:30 +0000 (11:20 +0900)]
Add Support for FlowList/FlowFilter Features in Coordinator
* User can Create/Update/Delete for Flowlist using Coordinator REST API
* User can Create/Update/Delete for FlowFilter using Coordinator REST API
Change-Id: I9d0c5f367a9fc9d2b7662b30dfcb8c56f4590a7e
Signed-off-by: gvrangan <venkatrangang@hcl.com>
ananthip [Wed, 10 Sep 2014 13:00:57 +0000 (18:30 +0530)]
Updated UT for PortHandler and Enhanced UT for OVSDBPluginEventhandler
Change-Id: I519ae694da36aecc7c81dd6d53875fb4fdf29e22
Signed-off-by: ananthip <ananthip@hcl.com>
Sarath Babu Gurujala [Wed, 10 Sep 2014 11:59:08 +0000 (11:59 +0000)]
Merge "Add Functional Tests for VTerminal and VTerminal Interfaces"
Karthik.S [Fri, 5 Sep 2014 17:12:11 +0000 (22:42 +0530)]
Add Functional Tests for VTerminal and VTerminal Interfaces
Change-Id: I58ab555e4edbc5cb30f33f1d4793238250b76ad6
Signed-off-by: Karthik.S <siva-karthik@hcl.com>
Sarath Babu Gurujala [Wed, 10 Sep 2014 10:58:18 +0000 (10:58 +0000)]
Merge "Add Coordinator Platform Support for the new features in ODL-VTN Manager"
ananthip [Tue, 9 Sep 2014 12:58:32 +0000 (18:28 +0530)]
Updated UT for flow api
Change-Id: I8600f0fac69d7e3b52655e6e8f2f98e193c3c9b9
Signed-off-by: ananthip <ananthip@hcl.com>
gvrangan [Wed, 10 Sep 2014 01:01:39 +0000 (10:01 +0900)]
Add Coordinator Platform Support for the new features in ODL-VTN Manager
Change-Id: I656490da638ed27c132400011cc54da7c1047d0f
Signed-off-by: gvrangan <venkatrangang@hcl.com>
Shigeru Yasuda [Mon, 8 Sep 2014 14:39:18 +0000 (23:39 +0900)]
Use PUSH_VLAN action to add VLAN tag to untagged frame.
This patch is required to support OF 1.3 switch because SET_FIELD
action never appends a VLAN tag to the packet. OF plugin will ignore
PUSH_VLAN action if OF 1.0 is used.
Change-Id: If194a4629a7f8b70acc0dc276b1899b48c2e382e
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Fri, 5 Sep 2014 02:11:03 +0000 (11:11 +0900)]
Fixed incorrect javadoc link in test sources.
Change-Id: I49bec690981a7811e4e6340f61bc707a88bf6627
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Hideyuki Tai [Wed, 3 Sep 2014 00:07:06 +0000 (20:07 -0400)]
Updated Karaf distribution.
This patch added the following two features into VTN local Karaf
distribution.
- features-adsal-compatibility
- features-openflowplugin
The two features are needed for testing VTN Manager.
The above two features and vtn features are configured as bootFeatures
so that these are installed as startup.
Change-Id: If69fadaeff3e25730a88606c8897c58e9b1f4f0c
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
Shigeru Yasuda [Thu, 4 Sep 2014 15:43:44 +0000 (00:43 +0900)]
Implement REDIRECT flow filter.
Change-Id: If3c1de453eab76602021664bf381df39523c0987
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
ananthip [Wed, 3 Sep 2014 09:39:25 +0000 (15:09 +0530)]
Updated UT for new OVSDB Neutron implementation
Change-Id: I31d5abf888f5f3e6eff548429c14dde2ede5242f
Signed-off-by: ananthip <ananthip@hcl.com>
Shigeru Yasuda [Thu, 4 Sep 2014 02:47:18 +0000 (11:47 +0900)]
vTerminal bug fix.
This patch fixes bug that more than one virtual interface could be
configured in a vTerminal.
Change-Id: If9683153005be09a489662f484ccfce7a0cab4a1
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Hideyuki Tai [Wed, 3 Sep 2014 03:03:54 +0000 (03:03 +0000)]
Merge "Update VTN Coordinator sources to the latest version."
Shigeru Yasuda [Mon, 1 Sep 2014 07:09:22 +0000 (16:09 +0900)]
Update VTN Coordinator sources to the latest version.
VTN Coordinator version is changed to 6.0.0.0-SNAPSHOT.
Change-Id: I598d1d1145de4fe7a5826f1619b4a0560ad4ef0f
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Tue, 2 Sep 2014 17:50:41 +0000 (02:50 +0900)]
Enable flow actions in flow filter to modify packet.
Other changes:
* Apply flow filters for outgoing packets when an unicast packet is
broadcasted in the vBridge. In that case REDIRECT flow filter is
ignored.
Change-Id: Id17cf857806f289b737a088af3f8c7dae27dc0f9
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Tue, 2 Sep 2014 06:37:15 +0000 (15:37 +0900)]
Fixed manager.neutron's Import-Package.
This patch fixes a bug that manager.neutron failed to load some
OVSDB classes.
Change-Id: I6a34e57bec2bd3dc13f91f61ee39256cb8408e0c
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Mon, 1 Sep 2014 14:07:57 +0000 (23:07 +0900)]
Use maven-assembly-plugin to include OVSDB in distribution package.
Change-Id: Ia81a9e04d5361da73c42e353639e6c9f654c12b2
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
ananthip [Thu, 28 Aug 2014 12:53:30 +0000 (18:23 +0530)]
Implementaion for New OVSDB Api support in Neutron with integrationtest
Change-Id: I7cd81c3ccb56fdbe2c95fc191dd7a223852781ea
Signed-off-by: ananthip <ananthip@hcl.com>
Shigeru Yasuda [Fri, 29 Aug 2014 00:14:52 +0000 (00:14 +0000)]
Merge "Added a dependency for ovsdb features."
Hideyuki Tai [Thu, 28 Aug 2014 21:42:11 +0000 (21:42 +0000)]
Merge "Specify plugin versions in order to suppress warning."
Shigeru Yasuda [Thu, 28 Aug 2014 16:30:29 +0000 (01:30 +0900)]
Specify plugin versions in order to suppress warning.
Change-Id: I34eb4947188863e6c02085804a54a87ea2168379
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Hideyuki Tai [Thu, 28 Aug 2014 15:59:47 +0000 (11:59 -0400)]
Added a dependency for ovsdb features.
This patch added a dependency for odl-ovsdb-all feature to
odl-vtn-manager-neutron.
The odl-ovsdb-all feature contains ovsdb library and plugin which
necessary for VTN Manager Neutron bundle.
Change-Id: I509330e601df560941ce3d1a454af3f0b6ad67d6
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
Shigeru Yasuda [Thu, 28 Aug 2014 15:12:18 +0000 (00:12 +0900)]
Implement DROP flow filter.
Change-Id: I94fae13bc279d8054a45c14f3d565c36df57d818
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>