Shigeru Yasuda [Thu, 12 Mar 2015 13:21:38 +0000 (22:21 +0900)]
Fixed IT breakage.
* Update MD-SAL configuration file for IT.
* Wait for mandatory AD-SAL services before test.
* Synchronize AD-SAL inventory information with the test environment.
Change-Id: I37f28cd938ddee84d6f2a88d34089676cf6cf92a
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Wed, 11 Mar 2015 19:40:40 +0000 (04:40 +0900)]
Disable integration tests temporarily.
This is just a tentative fix. IT breakage will be fixed later.
Change-Id: I7bbf3a0f375af4fcb942f6739bdfdaa76778b133
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
yogalakshmi.pa [Wed, 25 Feb 2015 16:29:10 +0000 (21:59 +0530)]
Bug 2758: Fixed bug in VbrIf for Update adminstatus check
Change-Id: I7fd390ff4368d6354cb03085db26b42e69fae425
Signed-off-by: yogalakshmi.pa <yogalakshmi.pa@hcl.com>
Shigeru Yasuda [Mon, 9 Mar 2015 08:50:22 +0000 (17:50 +0900)]
Simplify unit tests for XML validation.
Change-Id: I049f679eceda8715c6b75344a655e892991dcb17
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Flavio Fernandes [Fri, 6 Mar 2015 22:17:06 +0000 (17:17 -0500)]
Changes for OpenStack Neutron support (cont.)
* Use nsf feature that excludes the deprecated (in controller) neutron.
* Use neutron service from new repository.
Change-Id: Ib573a385c812d10b8472052b9d47f805f6615d62
Ref: https://git.opendaylight.org/gerrit/#/c/15887/
Signed-off-by: Flavio Fernandes <ffernand@redhat.com>
Hideyuki Tai [Thu, 5 Mar 2015 20:37:44 +0000 (20:37 +0000)]
Merge "Install odl-ovsdb-compatibility-layer explicitly."
Shigeru Yasuda [Thu, 5 Mar 2015 19:13:08 +0000 (04:13 +0900)]
Install odl-ovsdb-compatibility-layer explicitly.
Change-Id: I4bc718a5fdd0469f7dd293203a52dee394e5e59f
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Sarath Babu Gurujala [Thu, 5 Mar 2015 12:37:33 +0000 (12:37 +0000)]
Merge "Fix Interaction Port as 8282 to keep up changes in ODL ADSAL Port"
Shigeru Yasuda [Wed, 4 Mar 2015 19:02:44 +0000 (04:02 +0900)]
Detect arithmetic overflow on XML unmarshalling.
JAXB reference implementation bundled in OpenJDK always ignores
arithmetic overflow. This patch makes JAXB raise a validation event
when it detects arithmetic overflow. So XML unmarshalling will fail
if the XML text contains too large (or small) number.
Change-Id: I38560bdd49a6fa7695d19f7a11a7578c81da1b56
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Mon, 2 Mar 2015 10:55:26 +0000 (19:55 +0900)]
API class changes for MD-SAL migration.
* util.EtherAddress: Don't cache EthernetAddress instance because
it is vulnerable to internal byte array corruption.
* Added some utility methods to util.IpNetwork and util.Ip4Network.
* Use EtherAddress and IpNetwork in flow condition/action API classes.
* util.VTNIdentifiable: Added new interface for generic comparator.
VTNIdentifiable instances can be compared using
VTNIdentifiableComparator.
Change-Id: I7ef8e6db4ade9aeb182a1cdfab97eb4f0dd52b07
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Mon, 2 Mar 2015 08:34:44 +0000 (17:34 +0900)]
Changes for OpenStack Neutron support.
* Use neutron subproject.
* Use ovsdb-plugin-compatibility-layer.
Change-Id: I207d97437798475bb99ce295f15f9af58d2fa59e
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Wed, 25 Feb 2015 10:24:06 +0000 (19:24 +0900)]
Migration to MD-SAL phase 1.
* Inventory and network topology information is derived from the
MD-SAL datastore.
* VTN Manager owns packet routing table.
* The following functionalities have been migrated to MD-SAL.
* Path policy
* VTN Manager's configuration
* PACKET_IN listening
* Packet transmission (PACKET_OUT)
* Added some utilities to manager bundle.
VTN Manager no longer uses the following AD-SAL utilities.
* NetUtils
* HexEncode
Change-Id: I9e240e4b41e4123234dabc875baa4fa9404cc65d
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Wed, 25 Feb 2015 07:53:41 +0000 (16:53 +0900)]
Remove unused dependency. (yangtools:features-test)
Change-Id: I66b856d5030edc3c37960bfc93f89b685a1b063a
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Liubov Efremova [Sun, 14 Dec 2014 17:23:20 +0000 (20:23 +0300)]
Averaged statistics was added
Signed-off-by: Liubov Efremova <Liubov.Efremova@pacnet.com>
Shigeru Yasuda [Tue, 24 Feb 2015 13:21:49 +0000 (22:21 +0900)]
Use OpenFlow services provided by openflowplugin.
Change-Id: I19d41793d36e18f2826012234b1ad4b72fbb0bf3
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Tue, 24 Feb 2015 07:13:33 +0000 (16:13 +0900)]
Revert "Use features-ovsdb 1.1.1-SNAPSHOT.".
Change-Id: I2c7e72ddc1ecd6eae7faa145e600b74e4282f276
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Mon, 23 Feb 2015 09:04:34 +0000 (18:04 +0900)]
Use features-ovsdb 1.1.1-SNAPSHOT.
Change-Id: I16fa01176cf86bf14dd4584422a1b6713782b490
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Mon, 23 Feb 2015 08:10:46 +0000 (17:10 +0900)]
Use odlparent:features-test instead of yangtools:features-test.
Change-Id: I7bdd7aba01791f952e47ceca42b2dd3789de981d
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
yogalakshmi.pa [Thu, 19 Feb 2015 19:23:39 +0000 (00:53 +0530)]
Fix Interaction Port as 8282 to keep up changes in ODL ADSAL Port
Change-Id: Ie17b3c59785593749b29453279c8e3fe2deb1a37
Signed-off-by: yogalakshmi.pa <yogalakshmi.pa@hcl.com>
Shigeru Yasuda [Tue, 17 Feb 2015 12:24:02 +0000 (21:24 +0900)]
Suppress lint:unchecked warnings.
* manager
* manager.northbound
Change-Id: I830a5b52e6d0e0897d68b97bd65d54b68d1dd9a7
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Tue, 17 Feb 2015 10:26:04 +0000 (19:26 +0900)]
Use OSGi framework provided by org.osgi instead of equinoxSDK381.
Change-Id: Idcb15b5e0ee858eb7731a0ddd724c8d53e2b9cdf
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Thanh Ha [Wed, 11 Feb 2015 23:19:43 +0000 (18:19 -0500)]
Remove <repositories> and <pluginRepositories> sections
It is recommended that developers and servers configure this locally via
settings.xml.
https://lists.opendaylight.org/pipermail/discuss/2015-January/004482.html
Change-Id: I69e18e2041350fae6fa747e674086d8973d8747a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Shigeru Yasuda [Mon, 9 Feb 2015 17:42:43 +0000 (02:42 +0900)]
Fixed incorrect javadoc link.
Change-Id: I0cd9adc936ac199dcb76432b85030daab36bc793
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Fri, 6 Feb 2015 18:05:38 +0000 (03:05 +0900)]
Bug 2688: Fixed bug in flow timeout setting specified by path map.
If a flow is mapped by path map and flow timeout is not specified in
the path map configuration, flow timeout setting should be inherited
from the virtual tenant configuration.
Change-Id: Icf72cf8e7af2ce628a449ca80d4c350416eda4ae
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Shigeru Yasuda [Fri, 6 Feb 2015 15:17:35 +0000 (00:17 +0900)]
Fixed build error due to ovsdb change.
Change-Id: I49e95a3f1db923e7710ba4827af61d079eec2b67
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
Hideyuki Tai [Thu, 5 Feb 2015 21:56:09 +0000 (16:56 -0500)]
Fixed a copyright header.
Change-Id: I8ad8de2c70ca6aaa568a235a3ead0510c8baeb13
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
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."