vtn.git
11 years agoRefactor VTN Manager. 40/6140/2
Shigeru Yasuda [Fri, 11 Apr 2014 12:10:28 +0000 (21:10 +0900)]
Refactor VTN Manager.

  * Associate MAC address with virtual mapping which maps the address
    in the MAC address table.
  * Associate ingress and egress flow entries with virtual mappings
    which map them in the flow database.
  * Enable to get source and destination hosts configured in flow entries
    for internal use.
  * Optimize the way to purge obsolete flow entries and MAC addresses.
  * Scan TopoEdgeUpdate list only one time when an edge update event
    is received.

Change-Id: Idecfe40d949616523f7036d72641afed3a7ecb8e
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoSuppress unwanted log messages while running tests. 39/6139/2
Shigeru Yasuda [Fri, 11 Apr 2014 11:59:27 +0000 (20:59 +0900)]
Suppress unwanted log messages while running tests.

Change-Id: Ia1e38f3b6d5e4880eb75c379f797cfbbcc697bba
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoFixed incorrect log message which indicates failure of flow uninstallation. 29/6029/1
Shigeru Yasuda [Thu, 10 Apr 2014 16:07:58 +0000 (01:07 +0900)]
Fixed incorrect log message which indicates failure of flow uninstallation.

Change-Id: I728ac6ec77acd13f1becdf12f03e39b8af641e77
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoFixed incorrect javadoc comment. 27/6027/1
Shigeru Yasuda [Thu, 10 Apr 2014 15:19:48 +0000 (00:19 +0900)]
Fixed incorrect javadoc comment.

Change-Id: I89605ddaec328f26d7aeabb411931961b9ade471
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoMerge "ArpHandler emulator: Abolish IPv4 forwarding."
Hideyuki Tai [Thu, 10 Apr 2014 05:18:17 +0000 (05:18 +0000)]
Merge "ArpHandler emulator: Abolish IPv4 forwarding."

11 years agoFixed unstable tests. 48/5948/1
Shigeru Yasuda [Mon, 7 Apr 2014 16:00:28 +0000 (01:00 +0900)]
Fixed unstable tests.

  * VTNManagerImplDisableNodesTest.testDisabledNodeAfterTimeout():
    Need more time to start PACKET_IN service on a new node.
  * VTNManagerImplClusterTest:
    Test should not fail even if cluster event is removed by timer thread.

Additional changes:

  * VTNManagerImpl: Use putEvent() to catch unexpected exception.

Change-Id: I2343417d994920ddce911d7e460fb436d7914b2e
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoArpHandler emulator: Abolish IPv4 forwarding. 35/5935/1
Shigeru Yasuda [Mon, 7 Apr 2014 09:30:25 +0000 (18:30 +0900)]
ArpHandler emulator: Abolish IPv4 forwarding.

The base controller has moved IPv4 forwarding logic from arphandler to
simpleforwarding. So it also should be removed from ArpHandler emulator.

Change-Id: I8c58a3a0cfa4ee37d1060c8c1084bb1d73a08ae2
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoImproved logging. 02/5902/1
Shigeru Yasuda [Fri, 4 Apr 2014 08:32:47 +0000 (17:32 +0900)]
Improved logging.

  * Don't record FLOW_MOD failure if the target node does not exist.
  * Record inventory change as informational log.

Change-Id: Ic7dab1f2e1b9dcd800ab70c62c15880e5c55f7a2
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoImplement Comparable to MacVlan and MapReference classes. 97/5897/1
Shigeru Yasuda [Thu, 3 Apr 2014 18:51:08 +0000 (03:51 +0900)]
Implement Comparable to MacVlan and MapReference classes.

Change-Id: Ifcc3addbb3e3a42336805e75c08bbed4b18388f9
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoAdded VTenantPath.contains(VTenantPath). 92/5892/2
Shigeru Yasuda [Thu, 3 Apr 2014 14:24:19 +0000 (23:24 +0900)]
Added VTenantPath.contains(VTenantPath).

VTenantPath.contains(VTenantPath) determines whether the virtual node
associated with the VTenantPath instance contains the virtual node
specified by another VTenantPath instance.

Change-Id: Ic1dbb1e6935d20ddea8d32e270e3ebe59a09797d
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoAllow unprivileged user to run VTN Coordinator. 01/5801/1
Shigeru Yasuda [Fri, 28 Mar 2014 13:43:15 +0000 (22:43 +0900)]
Allow unprivileged user to run VTN Coordinator.

  * A user who runs VTN Coordinator needs to have write permission
    for /usr/local/vtn/var directory.
  * db_setup command installs ownership of VTN Coordinator.
    Only a user who executed db_setup command can execute VTN commands,
    vtn_start, vtn_stop, and db_setup.
  * "db_setup -c" reset VTN Coordinator environment to initial state.
    * All data and log files are erased.

Change-Id: I366c14559bafe6bd0284815824bac7871721040b
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoTerminate Tomcat instance when uncd crashes. 73/5773/1
Shigeru Yasuda [Wed, 26 Mar 2014 12:43:39 +0000 (21:43 +0900)]
Terminate Tomcat instance when uncd crashes.

Change-Id: I464a39416b18aabb4079675ff245bcad5d0a253e
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoProvide Tomcat instance only for the VTN Coordinator. 59/5759/1
Shigeru Yasuda [Tue, 25 Mar 2014 16:24:09 +0000 (01:24 +0900)]
Provide Tomcat instance only for the VTN Coordinator.

  * vtn_start starts a Tomcat instance only for the VTN Coordinator,
    and vtn_stop stops.
  * VTN web application, including required Tomcat configuration, is
    pre-installed.
  * Note that TCP port number used by Tomcat is changed from 8080 to 8083.

Change-Id: I37176c83e60cf69c3fa5eeaece4fa7b3fe0bf9a1
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoUpdate VTN Coordinator sources to the latest version. 27/5727/1
Shigeru Yasuda [Mon, 24 Mar 2014 10:03:56 +0000 (19:03 +0900)]
Update VTN Coordinator sources to the latest version.

VTN Coordinator version is changed to 5.1.0.0-SNAPSHOT.

Change-Id: I6f76c22e5210ad5c7d97eb52ec23953aa1fe052d
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoTry to detect IP address for a host as possible. 90/5690/1
Shigeru Yasuda [Wed, 19 Mar 2014 17:46:54 +0000 (02:46 +0900)]
Try to detect IP address for a host as possible.

VTN Manager will send at most 10 ARP requests to a detected host.

Change-Id: I4356b8d42f91a5901315e75cc5dc69e6fffa322a
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoMap StatusCode.BADREQUEST to HTTP 400 response (Bad Request) in REST API. 44/5644/1
Shigeru Yasuda [Fri, 14 Mar 2014 13:03:44 +0000 (22:03 +0900)]
Map StatusCode.BADREQUEST to HTTP 400 response (Bad Request) in REST API.

Note that this patch affects error response code returned by REST API.

Change-Id: I0165cc40c03bfc31196527faf1df378b4477d0e8
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoNever learn zero MAC address in vBridge. 41/5641/1
Shigeru Yasuda [Fri, 14 Mar 2014 12:22:27 +0000 (21:22 +0900)]
Never learn zero MAC address in vBridge.

Change-Id: I78ede562fe4cbd689f18e6e58eb18437e6c1b28c
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoImplement Comparable to VTenantPath class. 39/5639/1
Shigeru Yasuda [Fri, 14 Mar 2014 11:58:34 +0000 (20:58 +0900)]
Implement Comparable to VTenantPath class.

Change-Id: I3054f4e6c7e57b279ba5f25b02648ee00a63932f
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoEliminate duplicate code in toString(). 36/5636/1
Shigeru Yasuda [Fri, 14 Mar 2014 11:13:29 +0000 (20:13 +0900)]
Eliminate duplicate code in toString().

Change-Id: Ieb1093941c502406ac65ae2e10756df9b122e2e8
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoFixed unstable unit test. 77/5577/1
Shigeru Yasuda [Mon, 10 Mar 2014 09:04:56 +0000 (18:04 +0900)]
Fixed unstable unit test.

A MacAddressEntry instance keeps a set of InetAddress instances using
an unorderd set. So string representation of a MacAddressEntry instance
is unstable because it is affected by the order of InetAddress instances.

Change-Id: Ic91af42fcfa851c67d0197d7ad34c2ae1e974413
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoRefactor VTN Manager. 64/5564/1
Shigeru Yasuda [Fri, 7 Mar 2014 12:44:32 +0000 (21:44 +0900)]
Refactor VTN Manager.

  * Determine virtual node where an incoming packet is mapped using
    global cluster cache instead of virtual node scan.
  * Ease VLAN mapping restriction.
    * The same VLAN ID can be mapped to different vBridges as long as
      different nodes are specified.
    * A VLAN mapping configured with a non-null node (which maps VLAN
      network on a specific switch) can coexist with another VLAN mapping
      configured with the same VLAN ID and a null node (which maps VLAN
      network on all switches).
      * VLAN mapping configured with a non-null node is always prior to
        VLAN mapping configured with a null node.

Change-Id: Ifc9a3170ceab65492df3b05f356a44991c515748
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoRemove unused dependency, jersey-json. 45/5545/1
Shigeru Yasuda [Wed, 5 Mar 2014 09:52:01 +0000 (18:52 +0900)]
Remove unused dependency, jersey-json.

Change-Id: Ia3846fc9bd20d77c835cff123223a82f074e5aeb
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoBug fix for equals(Object) in virtual node path classes. 20/5520/1
Shigeru Yasuda [Tue, 4 Mar 2014 11:07:04 +0000 (20:07 +0900)]
Bug fix for equals(Object) in virtual node path classes.

Virtual node paths of different types should be treated as different
objects even if they have the same path components.

Change-Id: If2e6ab3cfc1436b8a14210e63284190c284957f8
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoBug fix for port mapping. 38/5438/1
Shigeru Yasuda [Fri, 21 Feb 2014 11:29:35 +0000 (20:29 +0900)]
Bug fix for port mapping.

This patch fixes a bug that an unexpected port may be mapped if the switch
port to be mapped is specified by its name.

Change-Id: If1643560292e8d57df11b42e24adb1616f00407c
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoFixed typo in PortHandler.java. 22/5422/1
Hideyuki Tai [Thu, 20 Feb 2014 11:59:53 +0000 (06:59 -0500)]
Fixed typo in PortHandler.java.

Change-Id: I8f065278fb9ca52994678c49194ea9616aa99fc8
Signed-off-by: Hideyuki Tai <h-tai@cd.jp.nec.com>
11 years agoAdditional Functional tests for reading physical attributes from controllers 60/5260/2
senthil [Tue, 11 Feb 2014 20:51:00 +0000 (02:21 +0530)]
Additional Functional tests for reading physical attributes from controllers

Change-Id: I09ed9e28309698101b2fcad9a9fbb361306766f6
Signed-off-by: senthil <senthil-b@hcl.com>
11 years agoMerge "Add Delay to FT after mininet session termination"
Sarath Babu Gurujala [Tue, 11 Feb 2014 10:02:34 +0000 (10:02 +0000)]
Merge "Add Delay to FT after mininet session termination"

11 years agoAdd Delay to FT after mininet session termination 45/5145/1
balakrishnan [Fri, 7 Feb 2014 11:11:34 +0000 (16:41 +0530)]
Add Delay to FT after mininet session termination

Change-Id: I6304814847fa9e68ef6a855e45eab5c50eaca8da
Signed-off-by: balakrishnan <balakrishnan.ka@hcl.com>
11 years agoFix bug 385 to solve logical port computation in multiple controller scenarios 12/5012/2
kamatchi [Sun, 26 Jan 2014 18:38:58 +0000 (00:08 +0530)]
Fix bug 385 to solve logical port computation in multiple controller scenarios

Change-Id: Ic23b8e41d6972e46bf5f0d97d45f3788eb3d944c
Signed-off-by: kamatchi <kamatchi-l@hcl.com>
11 years ago[maven-release-plugin] prepare for next development iteration
jenkins-vtn [Mon, 27 Jan 2014 22:59:08 +0000 (22:59 +0000)]
[maven-release-plugin] prepare for next development iteration

11 years ago[maven-release-plugin] prepare release master-hydrogen-vtn-bulk-release-1 master-hydrogen-vtn-bulk-release-1
jenkins-vtn [Mon, 27 Jan 2014 22:59:07 +0000 (22:59 +0000)]
[maven-release-plugin] prepare release master-hydrogen-vtn-bulk-release-1

11 years agoSwitch dependencies to release artifact. 34/4934/1
Shigeru Yasuda [Mon, 27 Jan 2014 21:27:22 +0000 (06:27 +0900)]
Switch dependencies to release artifact.

Change-Id: Ifad21b07193ac7865497fdec8f427cc7cc6ecf85
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoDeploy README for VTN Coordinator tarball. 56/4856/1 vtn-bulk-release-prepare-only-4 jenkins-vtn-bulk-release-prepare-only-4
Shigeru Yasuda [Mon, 27 Jan 2014 11:26:15 +0000 (20:26 +0900)]
Deploy README for VTN Coordinator tarball.

Change-Id: Ic42101ff5f12e569f3c87c6543da61f48c32099b
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoMerge "Modify the Supported Platforms for Virtualization Edition."
Hideyuki Tai [Mon, 27 Jan 2014 10:41:33 +0000 (10:41 +0000)]
Merge "Modify the Supported Platforms for Virtualization Edition."

11 years agoModify the Supported Platforms for Virtualization Edition. 50/4850/1
gvrangan [Mon, 27 Jan 2014 10:01:13 +0000 (02:01 -0800)]
Modify the Supported Platforms for Virtualization Edition.

Change-Id: I84e4480be11088b8c58dd514a08e2f189d70f897
Signed-off-by: gvrangan <venkatrangang@hcl.com>
11 years agoMerge "Define pluginRepositories for manager.checkstyle."
Hideyuki Tai [Mon, 27 Jan 2014 09:29:11 +0000 (09:29 +0000)]
Merge "Define pluginRepositories for manager.checkstyle."

11 years agoMerge "Clean up maven plugins."
Hideyuki Tai [Mon, 27 Jan 2014 08:59:52 +0000 (08:59 +0000)]
Merge "Clean up maven plugins."

11 years agoDefine pluginRepositories for manager.checkstyle. 44/4844/1
Shigeru Yasuda [Mon, 27 Jan 2014 08:02:19 +0000 (17:02 +0900)]
Define pluginRepositories for manager.checkstyle.

Change-Id: I1f71df0c2ca4f5f7bfec2fbca9ac37bf57c843a2
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoClean up maven plugins. 41/4841/1
Shigeru Yasuda [Mon, 27 Jan 2014 06:52:27 +0000 (15:52 +0900)]
Clean up maven plugins.

  * Define plugin versions shared between Manager and Coodinator in
    common/pom.xml.
  * Remove unused buildnumber plugin configuration.

Change-Id: I2d56da41ebec98bd24a94c56842a273aed790272
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoFixed build error on Fedora 19 (i686). 39/4839/1
Shigeru Yasuda [Mon, 27 Jan 2014 05:47:48 +0000 (14:47 +0900)]
Fixed build error on Fedora 19 (i686).

Both true and false expression in conditional expression must be evaluated
as the same data type.

Change-Id: I9eeb3846d1656ba9c6ed095d1698c6add8a10536
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoMerge "Add unit test cases for physical read feature"
Sarath Babu Gurujala [Sat, 25 Jan 2014 12:39:06 +0000 (12:39 +0000)]
Merge "Add unit test cases for physical read feature"

11 years agoMerge "Add functional test for physical read"
Sarath Babu Gurujala [Sat, 25 Jan 2014 11:59:50 +0000 (11:59 +0000)]
Merge "Add functional test for physical read"

11 years agoAdd functional test for physical read 10/4710/1
balakrishnan [Sat, 25 Jan 2014 14:26:14 +0000 (19:56 +0530)]
Add functional test for physical read

Change-Id: If518f00995bed3ab5982929599eeed277be55d54
Signed-off-by: balakrishnan <balakrishnan.ka@hcl.com>
11 years agoMerge "Modify FT script for multicontroller portmap test using mininet"
Sarath Babu Gurujala [Sat, 25 Jan 2014 11:15:39 +0000 (11:15 +0000)]
Merge "Modify FT script for multicontroller portmap test using mininet"

11 years agoModify FT script for multicontroller portmap test using mininet 77/4677/2
balakrishnan [Sat, 25 Jan 2014 07:45:41 +0000 (13:15 +0530)]
Modify FT script for multicontroller portmap test using mininet

Change-Id: Ifcab1dff577c616d4115c1d986abcf7abe122711
Signed-off-by: balakrishnan <balakrishnan.ka@hcl.com>
11 years agoRefine artifact dependencies. 28/4728/1
Shigeru Yasuda [Fri, 24 Jan 2014 17:05:45 +0000 (02:05 +0900)]
Refine artifact dependencies.

  * Migrate artifact versions to common/pom.xml.
  * Remove unused dependency from northbound IT.

Change-Id: Ia62697846727d2a1433b55b5e97b187928980751
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoMerge "Fix Bug in TC Module"
Sarath Babu Gurujala [Fri, 24 Jan 2014 15:18:36 +0000 (15:18 +0000)]
Merge "Fix Bug in TC Module"

11 years agoMerge "Fixed illegal usage of SQLBindCol() in UPPL module of VTN Coordinator"
Sarath Babu Gurujala [Fri, 24 Jan 2014 14:48:03 +0000 (14:48 +0000)]
Merge "Fixed illegal usage of SQLBindCol() in UPPL module of VTN Coordinator"

11 years agoMerge "Fix Compilation Error in Unit Tests for Ubuntu 12.04"
Sarath Babu Gurujala [Fri, 24 Jan 2014 14:16:03 +0000 (14:16 +0000)]
Merge "Fix Compilation Error in Unit Tests for Ubuntu 12.04"

11 years agoFix Compilation Error in Unit Tests for Ubuntu 12.04 03/4703/1
Karthik.S [Fri, 24 Jan 2014 19:10:11 +0000 (11:10 -0800)]
Fix Compilation Error in Unit Tests for Ubuntu 12.04

Change-Id: I52afd83777cb25cc25d0cad37b816676f9f4ff0d
Signed-off-by: Karthik.S <siva-karthik@hcl.com>
11 years agoMerge "Detect PostgreSQL in runtime environment."
Tomohisa Yamabe [Fri, 24 Jan 2014 13:48:11 +0000 (13:48 +0000)]
Merge "Detect PostgreSQL in runtime environment."

11 years agoDetect PostgreSQL in runtime environment. 87/4687/2
Shigeru Yasuda [Fri, 24 Jan 2014 09:41:03 +0000 (18:41 +0900)]
Detect PostgreSQL in runtime environment.

This patch makes db_setup script detect PostgreSQL and ODBC driver.
If you want to specify the location of PostgreSQL explicitly, please
define below shell variables in /usr/local/vtn/etc/dbm/unc_db_env.conf.

  PGINST
    Set an absolute path to the PostgreSQL installation directory.

  PGSQL_ODBC_DRIVER
    Set an absolute path to PostgreSQL ODBC driver library.

Change-Id: I51bd0477b4607f46b58c7898308a001c61dec093
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoSync artifact version to the controller. 96/4696/1
Shigeru Yasuda [Fri, 24 Jan 2014 11:45:37 +0000 (20:45 +0900)]
Sync artifact version to the controller.

Change-Id: I519bec762c70df144cf3a7d6f1d3ed9f5834a576
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoFixed bug in VTN Manager unit test. 74/4674/1
Shigeru Yasuda [Fri, 24 Jan 2014 06:45:17 +0000 (15:45 +0900)]
Fixed bug in VTN Manager unit test.

Change-Id: I3cef6d6462bf4a32d636e688a51b6f06fe0b9693
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoAdd support for MD-SAL protocol plugin. 57/4657/1
Shigeru Yasuda [Thu, 23 Jan 2014 16:18:48 +0000 (01:18 +0900)]
Add support for MD-SAL protocol plugin.

  * Accept MD-SAL node and node connector if object identifier is
    a string which starts with "openflow:".
  * Ignore incoming LLDP packet.

Change-Id: I4b8f52e958a135ec9a2314000d9d303dba1ace52
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoMerge "Support for reading links between switches from controller"
Sarath Babu Gurujala [Thu, 23 Jan 2014 11:23:37 +0000 (11:23 +0000)]
Merge "Support for reading links between switches from controller"

11 years agoSupport for reading links between switches from controller 92/4492/2
surya.s [Tue, 21 Jan 2014 12:58:48 +0000 (18:28 +0530)]
Support for reading links between switches from controller

Change-Id: Ic72a4e5118ce528365f8cc0cab643e9c35f7ee3f
Signed-off-by: surya.s <surya.s@hcl.com>
11 years agoFix Bug in TC Module 40/4640/1
mausumi.p [Thu, 23 Jan 2014 06:32:17 +0000 (12:02 +0530)]
Fix Bug in TC Module

  * Corrected the default values in database table

Change-Id: I0c2907bd4b980efaa6dd6f09a7a5137633f49d24
Signed-off-by: mausumi.p <mausumi.p@hcl.com>
11 years agoMerge "Fix Cases in Functional test scripts for multi controller scenario"
Sarath Babu Gurujala [Wed, 22 Jan 2014 14:04:06 +0000 (14:04 +0000)]
Merge "Fix Cases in Functional test scripts for multi controller scenario"

11 years agoFix Cases in Functional test scripts for multi controller scenario 52/4552/1
senthil [Wed, 22 Jan 2014 13:28:03 +0000 (18:58 +0530)]
Fix Cases in Functional test scripts for multi controller scenario

Change-Id: Ieafc38766d74444f8d420f045ad42ff2d55be667
Signed-off-by: senthil <senthil-b@hcl.com>
11 years agoFixed illegal usage of SQLBindCol() in UPPL module of VTN Coordinator 86/4586/1
mausumi.p [Wed, 22 Jan 2014 12:06:43 +0000 (17:36 +0530)]
Fixed illegal usage of SQLBindCol() in UPPL module of VTN Coordinator

Change-Id: I9c82dbc0ca4cfd6a09449d422826e3e8e06fee31
Signed-off-by: mausumi.p <mausumi.p@hcl.com>
11 years agoFixed UT test failure caused by lack of storage for file path. 70/4570/1 vtn-bulk-release-prepare-only-3 jenkins-vtn-bulk-release-prepare-only-3
Shigeru Yasuda [Wed, 22 Jan 2014 11:29:37 +0000 (20:29 +0900)]
Fixed UT test failure caused by lack of storage for file path.

Change-Id: If91e36d65a76e4232e1eb2b6651da618595cc8d5
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoDisable Google Test from outputting colored text on Jenkins build. 76/4476/2 vtn-bulk-release-prepare-only-1 vtn-bulk-release-prepare-only-2 jenkins-vtn-bulk-release-prepare-only-1 jenkins-vtn-bulk-release-prepare-only-2
Shigeru Yasuda [Tue, 21 Jan 2014 07:21:54 +0000 (16:21 +0900)]
Disable Google Test from outputting colored text on Jenkins build.

Change-Id: I6ea84f3d176503c748b7ecb1ba0a7a21bae1f787
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoVerify json-c library supports 64-bit integer. 53/4453/2
Shigeru Yasuda [Mon, 20 Jan 2014 16:40:44 +0000 (01:40 +0900)]
Verify json-c library supports 64-bit integer.

VTN Coordinator build will fail unless json-c 0.10 or newer is installed.

Change-Id: I5191cce9a2f5d39ca5e40582d34399f2206125a2
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoAdd unit test cases for physical read feature 17/4717/1
kamatchi [Tue, 21 Jan 2014 03:23:48 +0000 (08:53 +0530)]
Add unit test cases for physical read feature

Change-Id: I5a57031f214213e93ec9db8ebd13c7b89ce16ca3
Signed-off-by: kamatchi <kamatchi-l@hcl.com>
11 years agoRefine log levels. 47/4447/1
Shigeru Yasuda [Mon, 20 Jan 2014 14:13:15 +0000 (23:13 +0900)]
Refine log levels.

This patch also refines log messages in manager.neutron bundle.

Change-Id: I774f0223c49cdee5617c07998d170408a7429823
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoFix for deadlock while read from multiple controllers 10/4310/3
balakrishnan [Fri, 17 Jan 2014 14:37:42 +0000 (20:07 +0530)]
Fix for deadlock while read from multiple controllers

Change-Id: I07303e6b0c6ee0d185f7e835e2aeb6a0b80f501e
Signed-off-by: balakrishnan <balakrishnan.ka@hcl.com>
11 years agoSuppress messages to the standard error output. 46/4346/1
Shigeru Yasuda [Fri, 17 Jan 2014 09:56:09 +0000 (18:56 +0900)]
Suppress messages to the standard error output.

Change-Id: I0a6f01f6796d7ddf9f5b0d3c76308cc76622f56f
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoMerge "Fix vtncacheutil Compilation Failure"
Sarath Babu Gurujala [Fri, 17 Jan 2014 05:47:25 +0000 (05:47 +0000)]
Merge "Fix vtncacheutil Compilation Failure"

11 years agoMerge "Avoid UT test failure that may happen on low-spec machine."
Hideyuki Tai [Fri, 17 Jan 2014 03:10:47 +0000 (03:10 +0000)]
Merge "Avoid UT test failure that may happen on low-spec machine."

11 years agoFix vtncacheutil Compilation Failure 88/4188/2
gvrangan [Mon, 13 Jan 2014 22:15:32 +0000 (14:15 -0800)]
Fix vtncacheutil Compilation Failure

 * Unused variables were reported.

Change-Id: I320a5479953e475faf28036eff118e58ba047ebd
Signed-off-by: gvrangan <venkatrangang@hcl.com>
11 years agoAvoid UT test failure that may happen on low-spec machine. 28/4328/1
Shigeru Yasuda [Thu, 16 Jan 2014 17:21:01 +0000 (02:21 +0900)]
Avoid UT test failure that may happen on low-spec machine.

This patch eases allowable error of time for which file lock test blocks.

Change-Id: I90d78c2f9ccddaaeba0ab215b18373b74f6ae48f
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoFixed typo in NB API method name. 11/4311/1
Shigeru Yasuda [Thu, 16 Jan 2014 14:52:11 +0000 (23:52 +0900)]
Fixed typo in NB API method name.

Change-Id: I0429661169f650661499816f75380661d1a12723
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoAdd copyright notice. 09/4309/1
Shigeru Yasuda [Thu, 16 Jan 2014 14:18:36 +0000 (23:18 +0900)]
Add copyright notice.

Change-Id: Ic14ffad0eac0f4dcd19bf43ea072d98bfa842cce
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agovtn-javaapi: Refine IPC error code definition for upll and uppl. 04/4304/1
Shigeru Yasuda [Thu, 16 Jan 2014 12:33:37 +0000 (21:33 +0900)]
vtn-javaapi: Refine IPC error code definition for upll and uppl.

This patch enables both upll_errors.properties and uppl_errors.properties
to have comments.

Additional changes:

  * UncJavaAPIErrorCode.java: Fixed typo.

Change-Id: I29bdf399796b29d18a45105111fc2fd9f7d00493
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoUse LSB information to determine Linux distribution. 01/4301/1
Shigeru Yasuda [Thu, 16 Jan 2014 11:19:16 +0000 (20:19 +0900)]
Use LSB information to determine Linux distribution.

Change-Id: I302c560f6282535f2ade1985874500577615359e
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoMerge "Eliminate direct output to the standard output stream from tests."
Hideyuki Tai [Thu, 16 Jan 2014 09:34:47 +0000 (09:34 +0000)]
Merge "Eliminate direct output to the standard output stream from tests."

11 years agoMerge "Update copyright information"
Shigeru Yasuda [Thu, 16 Jan 2014 09:24:01 +0000 (09:24 +0000)]
Merge "Update copyright information"

11 years agoUpdate copyright information 64/4264/3
susant [Wed, 15 Jan 2014 18:40:25 +0000 (00:10 +0530)]
Update copyright information

Change-Id: Iaddd793dd61ec1aca1814e8e2891b640006eee68
Signed-off-by: susant <susantchandra.s@hcl.com>
11 years agoMerge "Add maven-release-plugin."
Hideyuki Tai [Thu, 16 Jan 2014 08:20:32 +0000 (08:20 +0000)]
Merge "Add maven-release-plugin."

11 years agoRead support for switches and ports from controller 35/4135/4
susant [Fri, 10 Jan 2014 19:45:49 +0000 (01:15 +0530)]
Read support for switches and ports from controller

Change-Id: I60e82073f7a97eeb7570151bc2d0aa958a28ef71
Signed-off-by: susant <susantchandra.s@hcl.com>
11 years agoEliminate direct output to the standard output stream from tests. 58/4258/1
Shigeru Yasuda [Wed, 15 Jan 2014 11:41:39 +0000 (20:41 +0900)]
Eliminate direct output to the standard output stream from tests.

Change-Id: I590f4e38a8769d9db0ba4db1035ef06101ed1b2e
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoAdd maven-release-plugin. 33/4233/2
Shigeru Yasuda [Tue, 14 Jan 2014 15:29:09 +0000 (00:29 +0900)]
Add maven-release-plugin.

Change-Id: Ibb22cdf8f1b9e6a42577f8166c5978bb722cd21f
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoMerge "Fixed illegal usage of SQLBindCol() in VTN Coordinator."
Hideyuki Tai [Wed, 15 Jan 2014 06:59:33 +0000 (06:59 +0000)]
Merge "Fixed illegal usage of SQLBindCol() in VTN Coordinator."

11 years agoCorrect invalid javadoc link in IT test. 26/4226/1
Shigeru Yasuda [Tue, 14 Jan 2014 14:42:24 +0000 (23:42 +0900)]
Correct invalid javadoc link in IT test.

Change-Id: I48833300176709bd5746fe3bd3ff68d71541ee38
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoFix for ArpHandler emulator. 11/4211/1
Shigeru Yasuda [Tue, 14 Jan 2014 12:15:43 +0000 (21:15 +0900)]
Fix for ArpHandler emulator.

  * Don't forward IPv4 packet destinated to default gateway.
  * probe(HostNodeConnector): Check VLAN ID in the given HostNodeConnector.

Change-Id: Iaec5fae2a42985c3592d2f2b4fafefeea3dde691
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoRefine Java and REST API documents. 03/4203/1
Shigeru Yasuda [Tue, 14 Jan 2014 10:16:28 +0000 (19:16 +0900)]
Refine Java and REST API documents.

Change-Id: Ieb58b756c25c166e1bdeca3614089b0c0a27060b
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoFixed illegal usage of SQLBindCol() in VTN Coordinator. 43/4143/2
Shigeru Yasuda [Fri, 10 Jan 2014 16:20:49 +0000 (01:20 +0900)]
Fixed illegal usage of SQLBindCol() in VTN Coordinator.

  * modules/tc/tc_db_handler.cc
    * PostgreSQL ODBC driver converts value into string if a boolean
      column is bound as SQL_C_CHAR type. In this case SQLFetch() will
      store a string value, including terminator, into the buffer passed
      to SQLBindCol(). If a SQLCHAR (1 byte) variable is bound to a
      boolean column as SQL_C_CHAR type, SQLFetch() will cause buffer
      overrun when it stores a string terminator.

    * SQLBindCol() takes a SQLLEN pointer as 6th argument, not
      SQLINTEGER. On 64-bit platform, actual data type of SQLLEN and
      SQLINTEGER are int (4 bytes) and long (8 bytes) respectively.
      If a pointer to SQLINTEGER variable is passed to 6th argument of
      SQLBindCol(), SQLFetch() will cause buffer overrun because it
      will store a SQLLEN value into a SQLINTEGER variable.

  * modules/uppl/odbcm_db_varbind.cc
    * SQLFetch() will store value into buffer specified by SQLBindCol()
      call. That is, all buffer specified by SQLBindCol() must be valid
      until SQLFetch() is called.
      DBVarbind::bind_is_row_exists_output() specifies the address of
      local variable, cbNumericType, to 6th argument of SQLBindCol()
      without calling SQLFetch(). This code will corrupt unexpected
      buffer when SQLFetch() is called because the storage for
      cbNumericType variable is released when bind_is_row_exists_output()
      returns.

Change-Id: I8edbcc6b736b2a3bd4201ab5e99a3441e0ec2e81
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoMerge "Enable to build VTN Coordinator on Ubuntu."
Sarath Babu Gurujala [Sun, 12 Jan 2014 05:56:05 +0000 (05:56 +0000)]
Merge "Enable to build VTN Coordinator on Ubuntu."

11 years agoFixed vtncacheutil UT build error on 32-bit platform. 41/4141/1
Shigeru Yasuda [Fri, 10 Jan 2014 16:06:12 +0000 (01:06 +0900)]
Fixed vtncacheutil UT build error on 32-bit platform.

Change-Id: Ia352c891d1640c0e2374b195b71e51217a210143
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoEnable to build VTN Coordinator on Ubuntu. 08/4108/2
Shigeru Yasuda [Thu, 9 Jan 2014 11:41:36 +0000 (20:41 +0900)]
Enable to build VTN Coordinator on Ubuntu.

  * Specify object files to linker before libraries to be linked.
  * Add some gcc options to suppress unwanted warnings.
  * Detect gcc multiarch.
  * unixodbc package does not provide odbc_config command.
  * libgtest-dev package does not provide gtest-config command.
    * libgtest-dev provides only sources for Google Test libraries.
      You must build and install Google Test libraries if you want to
      run UT tests which use Google Test.
  * Remove unnecessary checks in configure script.
  * Change PostgreSQL installation directory for Ubuntu.
    * This patch assumes that postgresql (version 9.1) and odbc-postgresql
      package are installed to Ubuntu.
  * Define BoolsAsChar parameter for PostgreSQL ODBC driver explicitly.

Change-Id: Ib2fdb6047b75eca1740dd9917d538f7c54fc4cd0
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoCacheUtil Support for the Physical-Read Feature 24/4024/2
surya.s [Mon, 6 Jan 2014 09:30:16 +0000 (15:00 +0530)]
CacheUtil Support for the Physical-Read Feature

Change-Id: Ief9ab181c11fa31cc9b28f2daf83d8b196d277d7
Signed-off-by: surya.s <surya.s@hcl.com>
11 years agoMerge "Update data files for multi-controller FT test case"
Sarath Babu Gurujala [Thu, 9 Jan 2014 10:49:41 +0000 (10:49 +0000)]
Merge "Update data files for multi-controller FT test case"

11 years agoUpdate data files for multi-controller FT test case 68/4068/1
senthil [Wed, 8 Jan 2014 17:49:22 +0000 (23:19 +0530)]
Update data files for multi-controller FT test case

Change-Id: I32709c92e2dc460d9bfa490dc053820a964c1666
Signed-off-by: senthil <senthil-b@hcl.com>
11 years agoSuppress gcc warning on VTN Coordinator UT build. 77/4077/1
Shigeru Yasuda [Wed, 8 Jan 2014 15:15:20 +0000 (00:15 +0900)]
Suppress gcc warning on VTN Coordinator UT build.

Below is a summary of warnings which may be detected by gcc.

  * Comparison between signed and unsigned values.
  * Comparison between different enum types.
  * Call of open() with specifying O_CREAT and without specifying
    permission.
  * Buffer overrun caused by specifying invalid size to memcpy().
  * Converting bool to pointer type, caused by EXPECT_EQ()/EXPECT_NE()
    macro with specifying bool value.

Change-Id: I27155f4ed259ce9f4a1d82b1ab4762df0deb766c
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoupll: Fixed buffer overrun. 76/4076/1
Shigeru Yasuda [Wed, 8 Jan 2014 14:15:47 +0000 (23:15 +0900)]
upll: Fixed buffer overrun.

Although sizeof(val_flowfilter_entry.redirect_node) is 32, upll module
passes 33 (kMaxLenFlowListName + 1) to strncpy() when it copies a string
into val_flowfilter_entry.redirect_node. It causes buffer overrun because
strncpy() always copies the specified number of bytes to the destination
address.

Change-Id: I4c40e33c05bf361baa97a16ceeb3ea91eef9e360
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
11 years agoMerge "Add README for VTN Coordinator"
Sarath Babu Gurujala [Tue, 7 Jan 2014 12:28:52 +0000 (12:28 +0000)]
Merge "Add README for VTN Coordinator"

11 years agoMerge "Don't expect build scripts for VTN Coordinator are executable."
Hideyuki Tai [Tue, 7 Jan 2014 00:28:36 +0000 (00:28 +0000)]
Merge "Don't expect build scripts for VTN Coordinator are executable."

11 years agoAdd README for VTN Coordinator 13/4013/2
susant [Fri, 3 Jan 2014 19:18:23 +0000 (00:48 +0530)]
Add README for VTN Coordinator

Change-Id: Icd7c98d8e308ad934bcc74e6d348a21882337fe8
Signed-off-by: susant <susantchandra.s@hcl.com>
11 years agoMerge "Modify FT script for portmap test using mininet"
Sarath Babu Gurujala [Mon, 6 Jan 2014 11:58:33 +0000 (11:58 +0000)]
Merge "Modify FT script for portmap test using mininet"