Return-Path: X-Original-To: apmail-cloudstack-dev-archive@www.apache.org Delivered-To: apmail-cloudstack-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 91201179C8 for ; Mon, 6 Apr 2015 20:11:18 +0000 (UTC) Received: (qmail 94476 invoked by uid 500); 6 Apr 2015 20:11:12 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 94423 invoked by uid 500); 6 Apr 2015 20:11:11 -0000 Mailing-List: contact dev-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list dev@cloudstack.apache.org Received: (qmail 94403 invoked by uid 99); 6 Apr 2015 20:11:11 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Apr 2015 20:11:11 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id B4CB81D73E5; Mon, 6 Apr 2015 20:11:09 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============4353282633906909541==" MIME-Version: 1.0 Subject: Re: Review Request 19758: Added a Network Service Provider for JuniperContrailvSRX. This NSP provides sourceNAT functionality. From: "Sebastien Goasguen" To: "Rajesh Battala" Cc: "Sebastien Goasguen" , "Sachchidanand Vaidya" , "cloudstack" Date: Mon, 06 Apr 2015 20:11:09 -0000 Message-ID: <20150406201109.5637.62977@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Sebastien Goasguen" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/19758/ X-Sender: "Sebastien Goasguen" References: <20140509053610.3852.64170@reviews.apache.org> In-Reply-To: <20140509053610.3852.64170@reviews.apache.org> Reply-To: "Sebastien Goasguen" X-ReviewRequest-Repository: cloudstack-git --===============4353282633906909541== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/19758/#review79049 ----------------------------------------------------------- Thank you for submitting your CloudStack contribution through review board. After discussion on the dev@cloudstack.apache.org the community decided to close down review board and start accepting contributiong through GitHub pull requests. We have been using GH PR for several months now and the process is better than review board. We will keep Review Board open for another week to give you time to migrate your patch to a github PR if you wish. After that time, your patch will no longer be viewable (even though it will not be deleted). Please consider submitting a pull request. Great instructions are available at: https://github.com/apache/cloudstack/blob/master/CONTRIBUTING.md Thank you very much for your time and your contribution to Apache CloudStack, we hope that using this new process will encourage you to do more. - Sebastien Goasguen On May 9, 2014, 5:36 a.m., Sachchidanand Vaidya wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/19758/ > ----------------------------------------------------------- > > (Updated May 9, 2014, 5:36 a.m.) > > > Review request for cloudstack and Rajesh Battala. > > > Repository: cloudstack-git > > > Description > ------- > > - Added new Network Service Provider "JuniperContrailvSRX". > - Impelemted an element (ContrailVSrxElement) to support this Network Service Provider. > vSRX element currently supports only sourceNAT. It will be enhanced later to support > more features. > - Changes to service-instance creation code to use left virtual-network's SourceNAT addr > as an interface address on vSRX instance's Public-network interface. > > > Diffs > ----- > > api/src/com/cloud/network/Network.java ef3bcdf > plugins/network-elements/juniper-contrail/resources/META-INF/cloudstack/contrail/spring-contrail-context.xml 99ab02e > plugins/network-elements/juniper-contrail/src/org/apache/cloudstack/network/contrail/management/ContrailVSrxElementImpl.java PRE-CREATION > plugins/network-elements/juniper-contrail/src/org/apache/cloudstack/network/contrail/management/ServiceManagerImpl.java f34eacc > plugins/network-elements/juniper-contrail/src/org/apache/cloudstack/network/contrail/model/VMInterfaceModel.java 49060f1 > > Diff: https://reviews.apache.org/r/19758/diff/ > > > Testing > ------- > > Performed unit tests with vSRX network service provider. Also other unit tests pass in local testbed. > > > Thanks, > > Sachchidanand Vaidya > > --===============4353282633906909541==--