Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C48D3200C2B for ; Thu, 2 Mar 2017 09:13:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C316A160B6F; Thu, 2 Mar 2017 08:13:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1557D160B61 for ; Thu, 2 Mar 2017 09:13:58 +0100 (CET) Received: (qmail 93720 invoked by uid 500); 2 Mar 2017 08:13:58 -0000 Mailing-List: contact issues-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 issues@cloudstack.apache.org Received: (qmail 93711 invoked by uid 500); 2 Mar 2017 08:13:58 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 93708 invoked by uid 99); 2 Mar 2017 08:13:58 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Mar 2017 08:13:58 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 94D7AC0B40 for ; Thu, 2 Mar 2017 08:13:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.652 X-Spam-Level: X-Spam-Status: No, score=0.652 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id VeAlpDnTfggw for ; Thu, 2 Mar 2017 08:13:53 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 84C095F23D for ; Thu, 2 Mar 2017 08:13:52 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 05C96E06B9 for ; Thu, 2 Mar 2017 08:13:46 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6200824162 for ; Thu, 2 Mar 2017 08:13:45 +0000 (UTC) Date: Thu, 2 Mar 2017 08:13:45 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-9806) Nuage domain template selection per VPC MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 02 Mar 2017 08:14:00 -0000 [ https://issues.apache.org/jira/browse/CLOUDSTACK-9806?page=3Dcom.atla= ssian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId= =3D15891786#comment-15891786 ]=20 ASF GitHub Bot commented on CLOUDSTACK-9806: -------------------------------------------- Github user blueorangutan commented on the issue: https://github.com/apache/cloudstack/pull/1981 =20 @borisstoyanov a Jenkins job has been kicked to build packages. I'll ke= ep you posted as I make progress. > Nuage domain template selection per VPC > --------------------------------------- > > Key: CLOUDSTACK-9806 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-980= 6 > Project: CloudStack > Issue Type: New Feature > Security Level: Public(Anyone can view this level - this is the defa= ult.)=20 > Components: UI > Reporter: Sigert Goeminne > Assignee: Sigert Goeminne > > When deploying CloudStack with Nuage VSP (Virtualized Services Plugin/Pla= tform), the Cloud/Network Administrator has the ability to define =E2=80=9C= Domain Templates=E2=80=9D in the Nuage VSP Platform and reuse (and instanti= ate) those when creating networks inside CloudStack. This allows for predef= ining advanced networking topologies in the SDN platform, and integrate tho= se seamlessly within the CloudStack workflows, without the need of porting = all those SDN capabilities (e.g. GRT leaking, Advanced ACL=E2=80=99s, Servi= ce Chaining, ...) into CloudStack. > Today this mechanism works via global settings and allows for one Nuage V= SP Domain Template to be specified per CloudStack Network type (Shared, Iso= lated, VPC). This is fine for most deployments but it doesn=E2=80=99t leave= room for hybrid deployments in which different CloudStack networks need in= dividually differentiated SDN capabilities. Especially for VPC=E2=80=99s it= would be nice to have finer grained domain template control. > With the proposed new features, we add the ability to configure a domain = template per VPC, i.e. each VPC created in CloudStack can be configured wit= h a different domain template. We will make this option accessible through = the UI also, but applicable to Nuage supporting zones only. > [Design Document|https://cwiki.apache.org/confluence/display/CLOUDSTACK/N= uage+domain+template+selection+per+VPC] -- This message was sent by Atlassian JIRA (v6.3.15#6346)