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 EF4B8200CA3 for ; Thu, 1 Jun 2017 21:20:51 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id EE0A5160BDF; Thu, 1 Jun 2017 19:20:51 +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 66AA6160BC1 for ; Thu, 1 Jun 2017 21:20:51 +0200 (CEST) Received: (qmail 6869 invoked by uid 500); 1 Jun 2017 19:20:50 -0000 Mailing-List: contact commits-help@ariatosca.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ariatosca.incubator.apache.org Delivered-To: mailing list commits@ariatosca.incubator.apache.org Received: (qmail 6851 invoked by uid 99); 1 Jun 2017 19:20:50 -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; Thu, 01 Jun 2017 19:20:50 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 80D7CDFAF5; Thu, 1 Jun 2017 19:20:50 +0000 (UTC) From: tliron To: commits@ariatosca.apache.org Reply-To: commits@ariatosca.apache.org Message-ID: Subject: [GitHub] incubator-ariatosca pull request #143: ARIA-254 Create of multiple nodes per... Content-Type: text/plain Date: Thu, 1 Jun 2017 19:20:50 +0000 (UTC) archived-at: Thu, 01 Jun 2017 19:20:52 -0000 GitHub user tliron opened a pull request: https://github.com/apache/incubator-ariatosca/pull/143 ARIA-254 Create of multiple nodes per template * New aria.Scaling policy (and "scaling" role) * NodeTemplate model no longer stores scaling values (default_instances, etc.) but instead fetches them from applicable scaling policies * Some code cleanup You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/incubator-ariatosca ARIA-254-multiple-nodes-per-template Alternatively you can review and apply these changes as the patch at: https://github.com/apache/incubator-ariatosca/pull/143.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 #143 ---- commit acfc7f461b7ee6f01b6095d8eb4e28554df8928c Author: Tal Liron Date: 2017-06-01T19:17:17Z ARIA-254 Create of multiple nodes per template * New aria.Scaling policy (and "scaling" role) * NodeTemplate model no longer stores scaling values (default_instances, etc.) but instead fetches them from applicable scaling policies * Some code cleanup ---- --- 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. ---