Return-Path: X-Original-To: apmail-brooklyn-commits-archive@minotaur.apache.org Delivered-To: apmail-brooklyn-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F4103109EC for ; Sun, 18 Jan 2015 10:34:17 +0000 (UTC) Received: (qmail 17864 invoked by uid 500); 18 Jan 2015 10:34:20 -0000 Delivered-To: apmail-brooklyn-commits-archive@brooklyn.apache.org Received: (qmail 17842 invoked by uid 500); 18 Jan 2015 10:34:20 -0000 Mailing-List: contact commits-help@brooklyn.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.incubator.apache.org Delivered-To: mailing list commits@brooklyn.incubator.apache.org Received: (qmail 17833 invoked by uid 99); 18 Jan 2015 10:34:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Jan 2015 10:34:20 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Sun, 18 Jan 2015 10:33:58 +0000 Received: (qmail 17744 invoked by uid 99); 18 Jan 2015 10:33:55 -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; Sun, 18 Jan 2015 10:33:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 60AADE07E9; Sun, 18 Jan 2015 10:33:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sjcorbett@apache.org To: commits@brooklyn.incubator.apache.org Date: Sun, 18 Jan 2015 10:33:57 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [5/6] incubator-brooklyn git commit: This closes #413 X-Virus-Checked: Checked by ClamAV on apache.org This closes #413 Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/33f5c672 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/33f5c672 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/33f5c672 Branch: refs/heads/master Commit: 33f5c67232ecc62641cd1fb86bfcf39358462de5 Parents: dc53885 17afcce Author: Sam Corbett Authored: Sun Jan 18 10:20:43 2015 +0000 Committer: Sam Corbett Committed: Sun Jan 18 10:20:43 2015 +0000 ---------------------------------------------------------------------- .../brooklyn/entity/basic/BrooklynTaskTags.java | 33 ++++- .../management/internal/EffectorUtils.java | 2 +- ...wareProcessDriverLifecycleEffectorTasks.java | 7 + .../entity/basic/SoftwareProcessImpl.java | 5 +- .../entity/brooklynnode/BrooklynNodeImpl.java | 131 ++++++++++++------- .../BrooklynNodeUpgradeEffectorBody.java | 7 +- .../software/MachineLifecycleEffectorTasks.java | 19 ++- 7 files changed, 149 insertions(+), 55 deletions(-) ----------------------------------------------------------------------