From dev-return-49500-apmail-cloudstack-dev-archive=cloudstack.apache.org@cloudstack.apache.org Mon Jan 6 08:04:18 2014 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 CA05A10262 for ; Mon, 6 Jan 2014 08:04:18 +0000 (UTC) Received: (qmail 68600 invoked by uid 500); 6 Jan 2014 08:04:17 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 68325 invoked by uid 500); 6 Jan 2014 08:04:15 -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 68317 invoked by uid 99); 6 Jan 2014 08:04:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jan 2014 08:04:14 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of trippie@gmail.com designates 209.85.215.174 as permitted sender) Received: from [209.85.215.174] (HELO mail-ea0-f174.google.com) (209.85.215.174) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jan 2014 08:04:08 +0000 Received: by mail-ea0-f174.google.com with SMTP id b10so7713740eae.19 for ; Mon, 06 Jan 2014 00:03:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:content-type:content-transfer-encoding:subject :message-id:date:to:mime-version; bh=DPfV0nATGsKlVVsef5CVdqwEQqYPFLNmoZ017ZcS0KI=; b=Oy2iMZzWcugimV/hwp/kGZ/kQvo2vY0wNsEd+yeMMoQBXwf5LDZf5gQWpnsNLeksMW iNugBq4yriVfAzgKMNHQyxG2K2Wjr4y2XUfl0tzRlzW1SDK6CEkJ+QkROFaMcyIzcLwW ktXm03K4BjdwEN66bhDFcj0ZB//yJhcDM6792aXC5LJOJKLYsgHvjdvHqSG/RhwJePGM aM33zGMG7l2bWjcHW5raC+FsNQnI2HDBkcA9edEUdnGC+fA4UWkysMfrVDyfgHVoKCGm u8TNt7FHNff7y1BUk6SjrrktfDLQ1bD03JIX2HfwLZ/F85LxGauaYVbWVlWHKH47NDUQ Ri5Q== X-Received: by 10.14.32.132 with SMTP id o4mr87491268eea.14.1388995427293; Mon, 06 Jan 2014 00:03:47 -0800 (PST) Received: from [10.10.1.170] ([95.142.96.53]) by mx.google.com with ESMTPSA id j46sm168640721eew.18.2014.01.06.00.03.45 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 06 Jan 2014 00:03:46 -0800 (PST) Sender: Trippie From: Hugo Trippaers Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: [MERGE] Opendaylight plugin Message-Id: Date: Mon, 6 Jan 2014 09:03:47 +0100 To: dev Mime-Version: 1.0 (Mac OS X Mail 7.1 \(1827\)) X-Mailer: Apple Mail (2.1827) X-Virus-Checked: Checked by ClamAV on apache.org Hey all, I would like to merge the branch open daylight into master. This branch = contains a plugin with an interface to an OpenDaylight controller.=20 The current functionality is limited to creating layer 2 isolated = networks using overlay networking as supported by opendaylight. We are = using the OVSDB and OpenFlow modules in OpenDaylight to build overlay = networks using gre tunneling. Opendaylight does not have a release yet, = so the state of the plugin is more of a technology preview, but has been = tested with several KVM hypervisors and the latest build of the = OpenDaylight controller and the ovsdb subproject. The functionality is = enough to work as an equivalent to the existing GRE tunnel = implementation for KVM hypervisors. Ideally this plugin should be the basic groundwork to start supporting = more functions/features available in OpenDaylight when they become = available. It allows interested parties to work with CloudStack and = OpenDaylight without having to work with a CS fork and keep rebasing a = separate branch. Cheers, Hugo=