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 1C2A297B5 for ; Thu, 3 Jan 2013 18:45:04 +0000 (UTC) Received: (qmail 81541 invoked by uid 500); 3 Jan 2013 18:45:03 -0000 Delivered-To: apmail-incubator-cloudstack-dev-archive@incubator.apache.org Received: (qmail 81508 invoked by uid 500); 3 Jan 2013 18:45:03 -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 81500 invoked by uid 99); 3 Jan 2013 18:45:03 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2013 18:45:03 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of kanzhe.jiang@bigswitch.com designates 209.85.215.44 as permitted sender) Received: from [209.85.215.44] (HELO mail-la0-f44.google.com) (209.85.215.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jan 2013 18:44:57 +0000 Received: by mail-la0-f44.google.com with SMTP id fr10so8462707lab.3 for ; Thu, 03 Jan 2013 10:44:36 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:x-gm-message-state; bh=Vi5UwU9SeCP88wsiE6/OJBvsmiWtnbB7x3uSYHSeL50=; b=E9N9M0v6auX8Zl9DAVJCU5jEweK3rgWAAzlR9qm8WU+5v2pKyLxBMcuLt6ENT+WMHE osCKhGSCUmIwCXZlKWX3eQbsqshtncFcANONMDYS6FuZIrRnCo2EXscUh+AlxgUF/nRi cc7yb2ldV3mveR0uS/IU/6ExaLuFQXpoEt4qXCjTVBws7HZgmQV7nrl2JQHVDzgrqcV+ BLr6RdWlfrhuclk7v58E84qhkB+tNFvr83Lvxg5UTUIZgcPNXUEbjQebNNGwTaGLJHmj KjqZ9EDvdWJp8qq1LEOLrcxvV4RE8SgVKFOYjhgkdJvHvzmu/3AIZ4KDs4+6Peb/paga hf5A== MIME-Version: 1.0 Received: by 10.152.148.4 with SMTP id to4mr46893522lab.39.1357238676695; Thu, 03 Jan 2013 10:44:36 -0800 (PST) Received: by 10.112.180.102 with HTTP; Thu, 3 Jan 2013 10:44:36 -0800 (PST) In-Reply-To: References: Date: Thu, 3 Jan 2013 10:44:36 -0800 Message-ID: Subject: Re: [PROPOSAL] A networking plugin to integration with BigSwitch network controller platform From: Kanzhe Jiang To: cloudstack-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=e89a8f2345b33329e204d266c129 X-Gm-Message-State: ALoCoQkyaqYKE/l95TaRv94nvXhuBhIykp4Le9/ycn85i6NCUBBv+EblE7ZbIFqANI0KzBUQ7Ewu X-Virus-Checked: Checked by ClamAV on apache.org --e89a8f2345b33329e204d266c129 Content-Type: text/plain; charset=ISO-8859-1 Hi Chip, Yes, I will put together a design spec together soon for review. I was informed that the code freeze date for the current release is end of January, 2013. My plan is to submit the plugin some time before the deadline for review so the plugin would be available in the coming release. Thanks, Kanzhe On Thu, Jan 3, 2013 at 6:48 AM, Chip Childers wrote: > On Thu, Jan 3, 2013 at 1:20 AM, Kanzhe Jiang > wrote: > > Hi All, > > > > Happy New Year to Everyone! > > First of all, I am new to the community and very excited to have the > > opportunity to work on the project. > > > > I would like to propose a networking plugin that will support > > openflow-based cloud networking solutions through BigSwitch's BVS (Big > > Virtual Switch) application. > > > > BVS is one of the SDN applications available for the BigSwitch network > > controller. BVS application provides network virtualization, manages > > isolated and virtual networks on top of the underlying physical and > virtual > > switch infrastructure. These virtual networks correspond directly to the > > groups of VMs, servers, and other devices that need their own secure > > connectivity. The virtual networks are programmed into the physical > and/or > > virtual switches without having to separately configure individual > network > > devices. > > > > The proposed CloudStack networking plugin will bring the OpenFlow-based > > standard network virtualization technology to CloudStack. > > > > There won't be any change to the existing CloudStack workflow. In a > typical > > deployment, all OpenFlow-enabled physical and virtual switches and other > > network resources are configured to be managed by the BigSwitch > > controller(s). When a guest network is created, the plugin will create a > > corresponding virtual network in the BVS When a guest VM is launched, > the > > VM is automatically assigned to its configured guest network(s). > > The BVS application will provide network isolation and connectivities > among > > VMs. > > > > More detailed product description is available on the > > website > > . > > > > Please let me know if you need more information. > > > > Sincerely, > > > > -- > > Kanzhe Jiang > > MTS at BigSwitch > > This looks like a great addition. Do you have a feel for the timing > that you think it will require to get it done? > > If you can start the process of creating your design document under > the "Design Documents Not Committed to a Release" page ( > > https://cwiki.apache.org/confluence/display/CLOUDSTACK/Design+Documents+Not+Committed+to+a+Release > ), we can help work through any design issues and help get a plan in > place to include it in the appropriate feature release. > > -chip > -- Kanzhe Jiang MTS at BigSwitch --e89a8f2345b33329e204d266c129--