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 CD957200D14 for ; Tue, 3 Oct 2017 12:22:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CC5E2160BD5; Tue, 3 Oct 2017 10:22:21 +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 26E0B1609D2 for ; Tue, 3 Oct 2017 12:22:21 +0200 (CEST) Received: (qmail 99735 invoked by uid 500); 3 Oct 2017 10:22:20 -0000 Mailing-List: contact commits-help@brooklyn.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@brooklyn.apache.org Delivered-To: mailing list commits@brooklyn.apache.org Received: (qmail 99718 invoked by uid 99); 3 Oct 2017 10:22:20 -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; Tue, 03 Oct 2017 10:22:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3CBEEF5561; Tue, 3 Oct 2017 10:22:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: drigodwin@apache.org To: commits@brooklyn.apache.org Date: Tue, 03 Oct 2017 10:22:20 -0000 Message-Id: <8233f553eed34a9a89b8f44ac95d4ddf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] brooklyn-library git commit: Update config keys' deprecated names archived-at: Tue, 03 Oct 2017 10:22:22 -0000 Repository: brooklyn-library Updated Branches: refs/heads/master 30fcb6502 -> bde6dee42 Update config keys' deprecated names Project: http://git-wip-us.apache.org/repos/asf/brooklyn-library/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-library/commit/feefb2a8 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-library/tree/feefb2a8 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-library/diff/feefb2a8 Branch: refs/heads/master Commit: feefb2a83c860c263da877de909499d8217acc8a Parents: 5cfc109 Author: Thomas Bouron Authored: Mon Oct 2 17:26:31 2017 +0200 Committer: Thomas Bouron Committed: Mon Oct 2 17:26:31 2017 +0200 ---------------------------------------------------------------------- .../main/resources/org/apache/brooklyn/demo/nodejs-riak-todo.yaml | 2 +- .../src/main/resources/org/apache/brooklyn/demo/nodejs-todo.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/feefb2a8/examples/simple-web-cluster/src/main/resources/org/apache/brooklyn/demo/nodejs-riak-todo.yaml ---------------------------------------------------------------------- diff --git a/examples/simple-web-cluster/src/main/resources/org/apache/brooklyn/demo/nodejs-riak-todo.yaml b/examples/simple-web-cluster/src/main/resources/org/apache/brooklyn/demo/nodejs-riak-todo.yaml index 958d29d..5d78c24 100644 --- a/examples/simple-web-cluster/src/main/resources/org/apache/brooklyn/demo/nodejs-riak-todo.yaml +++ b/examples/simple-web-cluster/src/main/resources/org/apache/brooklyn/demo/nodejs-riak-todo.yaml @@ -43,4 +43,4 @@ services: NODE_ENV: production RIAK_NODES: > $brooklyn:component("mycluster").attributeWhenReady("riak.cluster.nodeListPbPort") - launch.latch: $brooklyn:component("mycluster").attributeWhenReady("service.isUp") \ No newline at end of file + latch.launch: $brooklyn:component("mycluster").attributeWhenReady("service.isUp") \ No newline at end of file http://git-wip-us.apache.org/repos/asf/brooklyn-library/blob/feefb2a8/examples/simple-web-cluster/src/main/resources/org/apache/brooklyn/demo/nodejs-todo.yaml ---------------------------------------------------------------------- diff --git a/examples/simple-web-cluster/src/main/resources/org/apache/brooklyn/demo/nodejs-todo.yaml b/examples/simple-web-cluster/src/main/resources/org/apache/brooklyn/demo/nodejs-todo.yaml index 6aab1db..3b11b6d 100644 --- a/examples/simple-web-cluster/src/main/resources/org/apache/brooklyn/demo/nodejs-todo.yaml +++ b/examples/simple-web-cluster/src/main/resources/org/apache/brooklyn/demo/nodejs-todo.yaml @@ -50,4 +50,4 @@ services: $brooklyn:formatString("redis://%s:%d/", component("redis").attributeWhenReady("host.subnet.hostname"), component("redis").attributeWhenReady("redis.port")) - launch.latch: $brooklyn:component("redis").attributeWhenReady("service.isUp") \ No newline at end of file + latch.launch: $brooklyn:component("redis").attributeWhenReady("service.isUp") \ No newline at end of file