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 C0AA018536 for ; Mon, 21 Sep 2015 14:43:04 +0000 (UTC) Received: (qmail 7828 invoked by uid 500); 21 Sep 2015 14:43:04 -0000 Delivered-To: apmail-cloudstack-dev-archive@cloudstack.apache.org Received: (qmail 7723 invoked by uid 500); 21 Sep 2015 14:43:04 -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 7692 invoked by uid 99); 21 Sep 2015 14:43:04 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2015 14:43:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 064C0DFC7F; Mon, 21 Sep 2015 14:43:04 +0000 (UTC) From: sureshanaparti To: dev@cloudstack.apache.org Reply-To: dev@cloudstack.apache.org Message-ID: Subject: [GitHub] cloudstack pull request: CLOUDSTACK-7151: Support multiple physica... Content-Type: text/plain Date: Mon, 21 Sep 2015 14:43:04 +0000 (UTC) GitHub user sureshanaparti opened a pull request: https://github.com/apache/cloudstack/pull/862 CLOUDSTACK-7151: Support multiple physical networks at cluster level for guest traffic over VMware deployments. CLOUDSTACK-7151: Support multiple physical networks at cluster level for guest traffic over VMware deployments. 1. API Changes - addcluster and updatecluster 2. VMware resource changes 3. Database and Upgrade changes Currently, in cloudstack, the support for cluster level override settings (introduced in 4.2.0 with VMware DVS Integration) for guest and public traffic types blocks support for multiple physical networks defined in the zone for these traffic types over VMware deployments. It is required to support multiple physical networks defined in the zone for these traffic types at zone and cluster level(when defined) without impacting existing cluster level override settings. This would also fix the issue CLOUDSTACK-7151 - vmware: Type of vSwitch was not detected correctly while preparing public/guest virtual networks. Also, renaming of vSwitch name for guest and public traffic type overridden at cluster in current cloudstack deployment has become troublesome, requiring manual update to database. This need to be addressed such that admin would be able to seamlessly re-name vSwitch name at cluster in Cloudstack whenever required, even in production cloud. Design change for existing cluster level traffic override settings. FS/Design details: https://cwiki.apache.org/confluence/display/CLOUDSTACK/Support+multiple+physical+networks+at+cluster+level+for+guest+traffic+over+VMware+deployments You can merge this pull request into a Git repository by running: $ git pull https://github.com/sureshanaparti/cloudstack CLOUDSTACK-7151_VMwareMultiplePhyNetworksSupportAtCluster Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cloudstack/pull/862.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #862 ---- commit 8ce5ef939c0590eabb9c9ea97ad650c2a4f4402a Author: Suresh Kumar Anaparti Date: 2015-09-21T14:27:03Z CLOUDSTACK-7151: Support multiple physical networks at cluster level for guest traffic over VMware deployments. 1. API Changes - addcluster and updatecluster 2. VMware resource changes 3. Database and Upgrade changes ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---