Return-Path: X-Original-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-cloudstack-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 69368D064 for ; Wed, 1 Aug 2012 16:42:42 +0000 (UTC) Received: (qmail 58944 invoked by uid 500); 1 Aug 2012 16:42:42 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 58908 invoked by uid 500); 1 Aug 2012 16:42:42 -0000 Mailing-List: contact cloudstack-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: cloudstack-dev@incubator.apache.org Delivered-To: mailing list cloudstack-dev@incubator.apache.org Received: (qmail 58895 invoked by uid 99); 1 Aug 2012 16:42:42 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2012 16:42:42 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id E9A581C1924; Wed, 1 Aug 2012 16:42:40 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============0796770193999745383==" MIME-Version: 1.0 Subject: Review Request: POC VIF plugin implementation From: "Tomoe Sugihara" To: "Chiradeep Vittal" Cc: "cloudstack" , "Tomoe Sugihara" Date: Wed, 01 Aug 2012 16:42:40 -0000 Message-ID: <20120801164240.22302.33971@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org Auto-Submitted: auto-generated Sender: "Tomoe Sugihara" X-ReviewGroup: cloudstack X-ReviewRequest-URL: https://reviews.apache.org/r/6285/ X-Sender: "Tomoe Sugihara" Reply-To: "Tomoe Sugihara" --===============0796770193999745383== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/6285/ ----------------------------------------------------------- Review request for cloudstack and Chiradeep Vittal. Description ------- POC VIF plugin implementation ----------------------------- - This allows vendors to implement their of plug/unplug logic, and users ca= n choose one by specifying "libvirt.vif.driver" parameter in agent.properti= es file. - if it is not specified, it defaults to the current implementation with = Linux bridge. - This work is still half way in that: - unplug hasn't been implemented - I was going to factor out the existing default implementation with Linu= x bridge to something like LibvirtBridgeVifDriver, but there's a bunch of d= ependencies (on methods and fields in LibvirtComputingResource and VirtualR= outingResource) and I couldn't finish it. Ultimately, all the networking sp= ecific logic should be separated from LibvirtComputingResource to vif drive= r. = Diffs ----- plugins/hypervisors/kvm/src/com/cloud/hypervisor/kvm/resource/LibvirtComp= utingResource.java ea12b986b0a771c028354637a657b100fc3cfa27 = Diff: https://reviews.apache.org/r/6285/diff/ Testing ------- Thanks, Tomoe Sugihara --===============0796770193999745383==--