Build failed in Jenkins: brooklyn-master-build #501

2016-11-01 Thread Apache Jenkins Server
See -- [...truncated 30221 lines...] [JENKINS] Recording test results [INFO] [INFO] Reactor Summary: [INFO] [INFO] Brooklyn

Re: Brooklyn Tosca

2016-11-01 Thread Valentin Aitken
Hi Graham, The A4C version which we tested is 1.1.0-SM8 Can you share what is the topology diagram which you are looking at? Here is an updated version of the post [1] which is tested with the latest Cloudsoft AMP 4.1.0 (the enterprise version of Apache Brooklyn) This document should be

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626647#comment-15626647 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user aledsage commented on the issue:

[GitHub] brooklyn-client issue #31: Experimental addition of 'catalog show'.

2016-11-01 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-client/pull/31 Yes, they are displayed on subsequent lines. On Tue, 1 Nov 2016, 18:28 Alex Heneveld, wrote: > awesome! does this now show the config keys info for

Brooklyn Tosca

2016-11-01 Thread Graham Ashby
I'm trying to get the Tosca bridge working with alien4cloud I'm using this as a guide: http://www.cloudsoft.io/drag-and-drop-tosca/ However, the bits don't seem to work together. If I do this from brooklyn-tosca HEAD, compiling it, The version of A4C doesn't seem to function properly (the

[GitHub] brooklyn-client issue #31: Experimental addition of 'catalog show'.

2016-11-01 Thread ahgittin
Github user ahgittin commented on the issue: https://github.com/apache/brooklyn-client/pull/31 awesome! does this now show the config keys info for items? --- 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

[GitHub] brooklyn-dist issue #56: [DO NOT MERGE] docker image, for standalone or quic...

2016-11-01 Thread ahgittin
Github user ahgittin commented on the issue: https://github.com/apache/brooklyn-dist/pull/56 build failure looks unrelated: ``` GitHub pull request #56 to apache/brooklyn-dist [EnvInject] - Loading node environment variables. ERROR: SEVERE ERROR occurs

[GitHub] brooklyn-dist issue #56: [DO NOT MERGE] docker image, for standalone or quic...

2016-11-01 Thread ahgittin
Github user ahgittin commented on the issue: https://github.com/apache/brooklyn-dist/pull/56 @andreaturli @m4rkmckenna @mikezaccardo fixed HL issue, and addressed comments. 6a47cf2 shows the difference in filesize w alpine (huge!) updating issue title; ready for review

[GitHub] brooklyn-client pull request #31: Experimental addition of 'catalog show'.

2016-11-01 Thread geomacy
GitHub user geomacy opened a pull request: https://github.com/apache/brooklyn-client/pull/31 Experimental addition of 'catalog show'. Examples: br catalog show br catalog show ( application | entity | location | policy ) ITEM[:VERSION] apps: br

[jira] [Created] (BROOKLYN-377) Test DSL breaks with multiple applications

2016-11-01 Thread Duncan Godwin (JIRA)
Duncan Godwin created BROOKLYN-377: -- Summary: Test DSL breaks with multiple applications Key: BROOKLYN-377 URL: https://issues.apache.org/jira/browse/BROOKLYN-377 Project: Brooklyn Issue

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626105#comment-15626105 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user aledsage commented on a diff in the pull

[GitHub] brooklyn-server pull request #390: BROOKLYN-356: fix race in transformer by ...

2016-11-01 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/390#discussion_r85981351 --- Diff: camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/BrooklynDslCommon.java --- @@ -525,15 +583,20 @@

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15626088#comment-15626088 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user aledsage commented on a diff in the pull

[GitHub] brooklyn-server pull request #390: BROOKLYN-356: fix race in transformer by ...

2016-11-01 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/390#discussion_r85979870 --- Diff: camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/DslComponent.java --- @@ -303,6 +330,12 @@ public

[GitHub] brooklyn-library issue #72: Fix test to work on any combination of OS & eol ...

2016-11-01 Thread neykov
Github user neykov commented on the issue: https://github.com/apache/brooklyn-library/pull/72 /cc @aledsage as discussed a while ago. The Windows build machines in Apache Infra have been replaced and the new ones set `core.autocrlf=input` globally which results in most files

[GitHub] brooklyn-library pull request #71: Don't allow multiple context entities in ...

2016-11-01 Thread neykov
GitHub user neykov opened a pull request: https://github.com/apache/brooklyn-library/pull/71 Don't allow multiple context entities in a task's tags Follow up to https://github.com/apache/brooklyn-server/pull/385 You can merge this pull request into a Git repository by running:

[GitHub] brooklyn-dist issue #56: [DO NOT MERGE] docker image, for standalone or quic...

2016-11-01 Thread ahgittin
Github user ahgittin commented on the issue: https://github.com/apache/brooklyn-dist/pull/56 great comments -- will update to use alpine and cut down fs layers --- 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

[GitHub] brooklyn-dist pull request #57: Adds OS check to the setenv script

2016-11-01 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-dist/pull/57 --- 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

[GitHub] brooklyn-dist issue #57: Adds OS check to the setenv script

2016-11-01 Thread neykov
Github user neykov commented on the issue: https://github.com/apache/brooklyn-dist/pull/57 LGTM, merging. --- 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,

[GitHub] brooklyn-client issue #27: Re-use pom config from brooklyn-server

2016-11-01 Thread neykov
Github user neykov commented on the issue: https://github.com/apache/brooklyn-client/pull/27 fixed merge conflicts --- 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

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625650#comment-15625650 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user geomacy commented on the issue:

[GitHub] brooklyn-server issue #390: BROOKLYN-356: fix race in transformer by adding ...

2016-11-01 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/390 Couple more comments but otherwise looks good along with Svet's comments. 👍 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] brooklyn-server pull request #322: Adds a TargetServerEntity for improved co...

2016-11-01 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/322#discussion_r85941805 --- Diff: software/base/src/main/java/org/apache/brooklyn/entity/software/base/TargetServerEntityImpl.java --- @@ -0,0 +1,38 @@ +/* + *

[GitHub] brooklyn-server issue #322: Adds a TargetServerEntity for improved command s...

2016-11-01 Thread neykov
Github user neykov commented on the issue: https://github.com/apache/brooklyn-server/pull/322 @grkvlt Can you add tests covering the new functionality. Do you think it would be more re-usable to create an `EntityLocation` which proxies to the location of another entity? It could

[GitHub] brooklyn-dist pull request #56: [DO NOT MERGE] docker image, for standalone ...

2016-11-01 Thread m4rkmckenna
Github user m4rkmckenna commented on a diff in the pull request: https://github.com/apache/brooklyn-dist/pull/56#discussion_r85938600 --- Diff: docker/Dockerfile --- @@ -0,0 +1,68 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor

[GitHub] brooklyn-server pull request #390: BROOKLYN-356: fix race in transformer by ...

2016-11-01 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/390#discussion_r85919560 --- Diff: camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/DslComponent.java --- @@ -224,6 +235,11 @@ public

[GitHub] brooklyn-server pull request #390: BROOKLYN-356: fix race in transformer by ...

2016-11-01 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/390#discussion_r85924125 --- Diff: camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/BrooklynDslCommon.java --- @@ -525,15 +583,20 @@ public

[GitHub] brooklyn-server pull request #390: BROOKLYN-356: fix race in transformer by ...

2016-11-01 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/390#discussion_r85919317 --- Diff: camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/DslComponent.java --- @@ -88,6 +90,15 @@ public

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625488#comment-15625488 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user neykov commented on a diff in the pull

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625499#comment-15625499 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user neykov commented on the issue:

[GitHub] brooklyn-server issue #390: BROOKLYN-356: fix race in transformer by adding ...

2016-11-01 Thread neykov
Github user neykov commented on the issue: https://github.com/apache/brooklyn-server/pull/390 There's pretty big overlap between the `getImmediate` & `newTask` implementations - would be nice to reuse as much as possible, but I'm fine merging those as is. --- If your project is set

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625489#comment-15625489 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user neykov commented on a diff in the pull

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625490#comment-15625490 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user neykov commented on a diff in the pull

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625492#comment-15625492 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user neykov commented on a diff in the pull

[GitHub] brooklyn-server pull request #390: BROOKLYN-356: fix race in transformer by ...

2016-11-01 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/390#discussion_r85929615 --- Diff: core/src/test/java/org/apache/brooklyn/util/core/task/ValueResolverTest.java --- @@ -69,46 +59,65 @@ public void testTimeoutBig() {

[GitHub] brooklyn-server pull request #390: BROOKLYN-356: fix race in transformer by ...

2016-11-01 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/390#discussion_r85920090 --- Diff: camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/DslComponent.java --- @@ -303,6 +330,12 @@ public

[GitHub] brooklyn-server pull request #390: BROOKLYN-356: fix race in transformer by ...

2016-11-01 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/390#discussion_r85920203 --- Diff: camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/DslComponent.java --- @@ -303,6 +330,12 @@ public

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625381#comment-15625381 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user neykov commented on the issue:

[GitHub] brooklyn-server issue #390: BROOKLYN-356: fix race in transformer by adding ...

2016-11-01 Thread neykov
Github user neykov commented on the issue: https://github.com/apache/brooklyn-server/pull/390 @aledsage I'm currently reviewing the PR, please hold on with the merge. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] brooklyn-server issue #390: BROOKLYN-356: fix race in transformer by adding ...

2016-11-01 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/390 Thanks @geomacy for the great comments - I've addressed those in an additional commit, and rebased against master. Once jenkins confirms the tests pass, I'll merge. If you do get a

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625376#comment-15625376 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user aledsage commented on the issue:

[GitHub] brooklyn-server pull request #390: BROOKLYN-356: fix race in transformer by ...

2016-11-01 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/390#discussion_r85909430 --- Diff: core/src/test/java/org/apache/brooklyn/util/core/task/ValueResolverTest.java --- @@ -41,6 +49,125 @@ public void setUp() throws Exception

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625140#comment-15625140 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user aledsage commented on a diff in the pull

Jenkins build is back to normal : brooklyn-master-build #498

2016-11-01 Thread Apache Jenkins Server
See

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625087#comment-15625087 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user aledsage commented on a diff in the pull

[GitHub] brooklyn-server pull request #390: BROOKLYN-356: fix race in transformer by ...

2016-11-01 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/390#discussion_r85906370 --- Diff: camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/dsl/DslTest.java --- @@ -118,39 +160,64 @@ public void

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625064#comment-15625064 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user geomacy commented on a diff in the pull

[GitHub] brooklyn-server pull request #390: BROOKLYN-356: fix race in transformer by ...

2016-11-01 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/390#discussion_r85905133 --- Diff: camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/DslComponent.java --- @@ -353,6 +386,33 @@ public

[jira] [Commented] (BROOKLYN-356) The sensor Transformer enricher fails to resolve its targetValue indeterministically.

2016-11-01 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-356?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15625023#comment-15625023 ] ASF GitHub Bot commented on BROOKLYN-356: - Github user aledsage commented on a diff in the pull

[GitHub] brooklyn-server pull request #390: BROOKLYN-356: fix race in transformer by ...

2016-11-01 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/390#discussion_r85903486 --- Diff: camp/camp-brooklyn/src/main/java/org/apache/brooklyn/camp/brooklyn/spi/dsl/methods/DslComponent.java --- @@ -353,6 +386,33 @@ public

[GitHub] brooklyn-dist pull request #57: Adds OS check to the setenv script

2016-11-01 Thread justinThompson
GitHub user justinThompson opened a pull request: https://github.com/apache/brooklyn-dist/pull/57 Adds OS check to the setenv script This PR does the following: - Adds an OS check to the start of the `setenv` script - Constructs `JAVA_HOME` based on the OS You can merge