Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EC0E7F37D for ; Fri, 29 Mar 2013 13:26:11 +0000 (UTC) Received: (qmail 68307 invoked by uid 500); 29 Mar 2013 13:26:11 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 68157 invoked by uid 500); 29 Mar 2013 13:26:09 -0000 Mailing-List: contact commits-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 commits@cloudstack.apache.org Received: (qmail 68129 invoked by uid 99); 29 Mar 2013 13:26:09 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Mar 2013 13:26:09 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id AB823833DB6; Fri, 29 Mar 2013 13:26:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: muralireddy@apache.org To: commits@cloudstack.apache.org Message-Id: <583a07918ceb46288312b08936844e3c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to ee3fd18 Date: Fri, 29 Mar 2013 13:26:08 +0000 (UTC) Updated Branches: refs/heads/master 690c31290 -> ee3fd1843 BigSwitch networking plugin update Update BigSwitch Plugin: . UI support for adding BigSwitch controller as a network service provider . Correct the message format between the plugin and the controller . Add Health check API Test to add a BigSwitch controller as a network service provider and view. Test to implementation of guest network on the controller Test to associate VM to its guest network Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ee3fd184 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ee3fd184 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ee3fd184 Branch: refs/heads/master Commit: ee3fd1843533528eb3872951730fee6e5802c348 Parents: 690c312 Author: Kanzhe Jiang Authored: Fri Mar 29 18:48:50 2013 +0530 Committer: Murali Reddy Committed: Fri Mar 29 18:54:48 2013 +0530 ---------------------------------------------------------------------- .../WEB-INF/classes/resources/messages.properties | 4 + client/tomcatconf/componentContext.xml.in | 13 +- client/tomcatconf/nonossComponentContext.xml.in | 6 + .../api/commands/DeleteBigSwitchVnsDeviceCmd.java | 4 +- .../api/commands/ListBigSwitchVnsDevicesCmd.java | 8 +- .../api/response/BigSwitchVnsDeviceResponse.java | 4 + .../com/cloud/network/BigSwitchVnsDeviceVO.java | 4 +- .../com/cloud/network/bigswitch/Attachment.java | 38 -- .../cloud/network/bigswitch/AttachmentData.java | 50 ++ .../cloud/network/bigswitch/BigSwitchVnsApi.java | 39 +- .../network/bigswitch/ControlClusterStatus.java | 4 + .../src/com/cloud/network/bigswitch/Network.java | 74 --- .../com/cloud/network/bigswitch/NetworkData.java | 86 ++++ .../src/com/cloud/network/bigswitch/Port.java | 56 --- .../src/com/cloud/network/bigswitch/PortData.java | 68 +++ .../cloud/network/element/BigSwitchVnsElement.java | 14 +- .../network/guru/BigSwitchVnsGuestNetworkGuru.java | 4 +- .../network/resource/BigSwitchVnsResource.java | 40 +- .../cloud/network/bigswitch/BigSwitchApiTest.java | 18 +- .../network/resource/BigSwitchVnsResourceTest.java | 44 ++- ui/dictionary.jsp | 5 +- ui/scripts/system.js | 373 ++++++++++++++- 22 files changed, 698 insertions(+), 258 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ee3fd184/client/WEB-INF/classes/resources/messages.properties ---------------------------------------------------------------------- diff --git a/client/WEB-INF/classes/resources/messages.properties b/client/WEB-INF/classes/resources/messages.properties index da224eb..d62cbae 100644 --- a/client/WEB-INF/classes/resources/messages.properties +++ b/client/WEB-INF/classes/resources/messages.properties @@ -1582,6 +1582,10 @@ label.nicira.controller.address=Controller Address label.nicira.transportzoneuuid=Transport Zone Uuid label.nicira.l3gatewayserviceuuid=L3 Gateway Service Uuid +label.add.BigSwitchVns.device=Add BigSwitch Vns Controller +label.delete.BigSwitchVns=Remove BigSwitch Vns Controller +label.bigswitch.controller.address=BigSwitch Vns Controller Address + #resizeVolumes label.resize.new.size=New Size(GB) label.action.resize.volume=Resize Volume http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ee3fd184/client/tomcatconf/componentContext.xml.in ---------------------------------------------------------------------- diff --git a/client/tomcatconf/componentContext.xml.in b/client/tomcatconf/componentContext.xml.in index 3f8277a..0b81016 100644 --- a/client/tomcatconf/componentContext.xml.in +++ b/client/tomcatconf/componentContext.xml.in @@ -107,12 +107,6 @@ --> - -