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 <[email protected]>
Authored: Mon Oct 2 17:26:31 2017 +0200
Committer: Thomas Bouron <[email protected]>
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

Reply via email to