Koushik If the patch and tests look good, please commit and close the review
> -----Original Message----- > From: Sateesh Chodapuneedi [mailto:nore...@reviews.apache.org] On Behalf > Of Sateesh Chodapuneedi > Sent: Monday, February 11, 2013 7:56 PM > To: Murali Reddy; Kelven Yang > Cc: Sateesh Chodapuneedi; cloudstack; Chip Childers > Subject: Re: Review Request: Patch 2 : CLOUDSTACK-657 VMware vNetwork > Distributed Virtual Switch support in CloudStack > > > > > On Feb. 12, 2013, 3:09 a.m., Chip Childers wrote: > > > You mention tests were added, but where are they? > > Tests are included in patch-4 (https://reviews.apache.org/r/9201/) > > > - Sateesh > > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/9191/#review16456 > ----------------------------------------------------------- > > > On Feb. 12, 2013, 1:17 a.m., Sateesh Chodapuneedi wrote: > > > > ----------------------------------------------------------- > > This is an automatically generated e-mail. To reply, visit: > > https://reviews.apache.org/r/9191/ > > ----------------------------------------------------------- > > > > (Updated Feb. 12, 2013, 1:17 a.m.) > > > > > > Review request for cloudstack, Murali Reddy and Kelven Yang. > > > > > > Description > > ------- > > > > This is 2nd patch for feature 'Support for VMware dvSwitch in CloudStack'. > > > > This patch introduces 2 new global configuration parameters > > "vmware.use.dvswitch" - Enable dvswitch functionality. > > "vmware.ports.per.dvportgroup" - Default number of ports per Vmware > dvPortGroup. > > > > > > This addresses bug CLOUDSTACK-657. > > > > > > Diffs > > ----- > > > > api/src/org/apache/cloudstack/api/ApiConstants.java d242830 > > > api/src/org/apache/cloudstack/api/command/admin/cluster/AddClusterCmd.ja > va c64883c > > server/src/com/cloud/configuration/Config.java 5e4996b > > server/src/com/cloud/upgrade/dao/Upgrade40to41.java d3a8cd5 > > > > Diff: https://reviews.apache.org/r/9191/diff/ > > > > > > Testing > > ------- > > > > Manual testing:- > > 1) Tested guest traffic over dvSwitch on a dedicated physical network. In > > this > case management and public traffic uses standard vSwitch on a common > physical network. > > 2) Tested both guest traffic and public traffic over dvSwitch on a physical > network. > > 3) Use optional parameters added to AddClusterCmd to override Zone level > network traffic label. Tested 2 clusters, one with standard vSwitch and other > with dvSwitch. > > 4) Tested all 3 traffic types on single physical network with global > > parameter > 'vmware.use.dvswitch' set to false. This is default configuration scenario. > > > > > > Added following tests, > > 1) Test fetching dvSwitch object from vCenter > > 2) Test for presence of dvPortGroup > > 3) Test presence of dvPortGroup > > 4) Test get existing dvPortGroup > > 5) fetch dvPortGroup configuration > > 6) Test compare dvPortGroup configuration > > 7) Test update dvPortGroup configuration > > > > > > Thanks, > > > > Sateesh Chodapuneedi > > > >