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

2016-06-21 Thread Apache Jenkins Server
See -- [...truncated 41457 lines...] [INFO] Brooklyn REST Client ... SUCCESS [ 25.798 s] [INFO] Brooklyn Test Framework FAILURE [01:29 min]

Build failed in Jenkins: brooklyn-server-master #143

2016-06-21 Thread Apache Jenkins Server
See Changes: [svetoslav.neykov] Fix instantiating classes loaded from the bootstrap loader [svetoslav.neykov] Move jackson serialization configuration to core [svetoslav.neykov] Convert complex objects to JSON before passing

[GitHub] brooklyn-server pull request #212: Repeat ssh tests

2016-06-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/212 --- 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

[GitHub] brooklyn-server issue #212: Repeat ssh tests

2016-06-21 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/212 Yikes, well spotted! Merging now. --- 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

[GitHub] brooklyn-server pull request #212: Repeat ssh tests

2016-06-21 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/212#discussion_r67935709 --- Diff: test-framework/src/test/java/org/apache/brooklyn/test/framework/TestSshCommandIntegrationTest.java --- @@ -58,12 +62,39 @@

[GitHub] brooklyn-server pull request #208: Serialize complex objects as JSON in shel...

2016-06-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/208 --- 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

[jira] [Commented] (BROOKLYN-264) Stop app while VM still being provisioned: vm is left running when app is expunged

2016-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15342453#comment-15342453 ] ASF GitHub Bot commented on BROOKLYN-264: - Github user bostko closed the pull request at:

[GitHub] brooklyn-library pull request #45: BROOKLYN-264 Stop app while VM still bein...

2016-06-21 Thread bostko
Github user bostko closed the pull request at: https://github.com/apache/brooklyn-library/pull/45 --- 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

[jira] [Commented] (BROOKLYN-264) Stop app while VM still being provisioned: vm is left running when app is expunged

2016-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15342374#comment-15342374 ] ASF GitHub Bot commented on BROOKLYN-264: - GitHub user bostko opened a pull request:

[GitHub] brooklyn-library pull request #45: BROOKLYN-264 Stop app while VM still bein...

2016-06-21 Thread bostko
GitHub user bostko opened a pull request: https://github.com/apache/brooklyn-library/pull/45 BROOKLYN-264 Stop app while VM still being provisioned: vm is left ru… Refactored according to https://github.com/apache/brooklyn-server/pull/211 Please do not merge before

[GitHub] brooklyn-server pull request #212: Repeat ssh tests

2016-06-21 Thread sjcorbett
GitHub user sjcorbett opened a pull request: https://github.com/apache/brooklyn-server/pull/212 Repeat ssh tests `TestSshCommand` test repeatedly runs its command and assertions until either all the assertions pass or the configured timeout expires. Previously the class ran the

Build failed in Jenkins: brooklyn-master-windows #165

2016-06-21 Thread Apache Jenkins Server
See -- [...truncated 38269 lines...] [INFO] [INFO] Reactor Summary: [INFO] [INFO] Brooklyn REST JavaScript Web GUI

[GitHub] brooklyn-server pull request #204: Move machine metrics to SoftwareProcess e...

2016-06-21 Thread grkvlt
Github user grkvlt commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/204#discussion_r67902133 --- Diff: software/base/src/main/java/org/apache/brooklyn/entity/machine/MachineEntityImpl.java --- @@ -18,126 +18,41 @@ */ package

[GitHub] brooklyn-server pull request #204: Move machine metrics to SoftwareProcess e...

2016-06-21 Thread grkvlt
Github user grkvlt commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/204#discussion_r67902204 --- Diff: software/base/src/main/java/org/apache/brooklyn/entity/software/base/lifecycle/MachineLifecycleEffectorTasks.java --- @@ -709,9 +710,11 @@

[jira] [Commented] (BROOKLYN-264) Stop app while VM still being provisioned: vm is left running when app is expunged

2016-06-21 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15341947#comment-15341947 ] ASF GitHub Bot commented on BROOKLYN-264: - GitHub user bostko opened a pull request:

[GitHub] brooklyn-server issue #208: Serialize complex objects as JSON in shell.env.

2016-06-21 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/208 One more thought on this - it would be really good to get some additional text in the documentation describing these new capabilities. --- If your project is set up for it, you can reply

NGINX Configuration & Documentation

2016-06-21 Thread Martin Harris
Hi Folks, We've been making some additions to the Brooklyn documentation [here]( https://github.com/apache/brooklyn-docs/pull/78) and [here]( https://github.com/apache/brooklyn-docs/pull/79), and as part of it I was attempting to setup an nginx controller to act as a reverse proxy to a HA

[GitHub] brooklyn-server issue #210: Adds the ability for you to fetch all children o...

2016-06-21 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/210 Looks good to me. (Musing: At first sight it looked odd to return a list of children for `/children` and a map for `/children/recurse`, but on further thought the map _is_ appropriate for

[GitHub] brooklyn-server pull request #210: Adds the ability for you to fetch all chi...

2016-06-21 Thread m4rkmckenna
Github user m4rkmckenna commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/210#discussion_r67854531 --- Diff: rest/rest-api/src/main/java/org/apache/brooklyn/rest/api/ActivityApi.java --- @@ -57,6 +57,18 @@ public TaskSummary get(

[GitHub] brooklyn-server pull request #210: Adds the ability for you to fetch all chi...

2016-06-21 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/210#discussion_r67853905 --- Diff: rest/rest-api/src/main/java/org/apache/brooklyn/rest/api/ActivityApi.java --- @@ -57,6 +57,18 @@ public TaskSummary get(

[GitHub] brooklyn-docs issue #79: Ops guides updates for monitoring and disk space

2016-06-21 Thread rdowner
Github user rdowner commented on the issue: https://github.com/apache/brooklyn-docs/pull/79 @aledsage @drigodwin I've addressed your review comments. --- 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

[GitHub] brooklyn-docs pull request #79: Ops guides updates for monitoring and disk s...

2016-06-21 Thread rdowner
Github user rdowner commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/79#discussion_r67850130 --- Diff: guide/ops/starting-stopping-monitoring.md --- @@ -0,0 +1,66 @@ +--- +title: Starting, Stopping and Monitoring +layout:

[GitHub] brooklyn-docs pull request #79: Ops guides updates for monitoring and disk s...

2016-06-21 Thread rdowner
Github user rdowner commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/79#discussion_r67849723 --- Diff: guide/ops/requirements.md --- @@ -19,6 +19,43 @@ at least 8GB RAM and 100GB disk. The disk is just for logs, a small amount of pe any

[GitHub] brooklyn-server pull request #210: Adds the ability for you to fetch all chi...

2016-06-21 Thread m4rkmckenna
GitHub user m4rkmckenna opened a pull request: https://github.com/apache/brooklyn-server/pull/210 Adds the ability for you to fetch all children of an activity Example GET http://localhost:8081/v1/activities/abc123/children/recurse ``` { "sCxsLgvm": {

Jenkins build is back to normal : brooklyn-server-master #141

2016-06-21 Thread Apache Jenkins Server
See

[GitHub] brooklyn-server issue #208: Serialize complex objects as JSON in shell.env.

2016-06-21 Thread geomacy
Github user geomacy commented on the issue: https://github.com/apache/brooklyn-server/pull/208 Looks good to me. --- 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

[GitHub] brooklyn-server pull request #208: Serialize complex objects as JSON in shel...

2016-06-21 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/208#discussion_r67844244 --- Diff: utils/common/src/main/java/org/apache/brooklyn/util/javalang/Reflections.java --- @@ -242,7 +242,13 @@ public Object loadInstance(String

[GitHub] brooklyn-server pull request #201: Entity display name: fix catalog item def...

2016-06-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/201 --- 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

[GitHub] brooklyn-server issue #201: Entity display name: fix catalog item defaults

2016-06-21 Thread neykov
Github user neykov commented on the issue: https://github.com/apache/brooklyn-server/pull/201 Thanks @aledsage, 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

[GitHub] brooklyn-server pull request #208: Serialize complex objects as JSON in shel...

2016-06-21 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/208#discussion_r67842336 --- Diff: software/base/src/main/java/org/apache/brooklyn/entity/software/base/ShellEnvironmentSerializer.java --- @@ -0,0 +1,51 @@ +/* + *

[GitHub] brooklyn-server pull request #208: Serialize complex objects as JSON in shel...

2016-06-21 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/208#discussion_r67842274 --- Diff: software/base/src/main/java/org/apache/brooklyn/entity/software/base/ShellEnvironmentSerializer.java --- @@ -0,0 +1,51 @@ +/* + *

[GitHub] brooklyn-server pull request #208: Serialize complex objects as JSON in shel...

2016-06-21 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/208#discussion_r67842027 --- Diff: software/base/src/main/java/org/apache/brooklyn/entity/software/base/AbstractSoftwareProcessSshDriver.java --- @@ -344,9 +346,23 @@ public

[GitHub] brooklyn-server pull request #204: Move machine metrics to SoftwareProcess e...

2016-06-21 Thread neykov
Github user neykov commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/204#discussion_r67840071 --- Diff: software/base/src/main/java/org/apache/brooklyn/entity/machine/MachineEntityImpl.java --- @@ -18,126 +18,41 @@ */ package

[GitHub] brooklyn-server pull request #152: Resolve AddSensor and AddEffector config

2016-06-21 Thread sjcorbett
Github user sjcorbett closed the pull request at: https://github.com/apache/brooklyn-server/pull/152 --- 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

[GitHub] brooklyn-server pull request #209: Test relative entities

2016-06-21 Thread sjcorbett
GitHub user sjcorbett opened a pull request: https://github.com/apache/brooklyn-server/pull/209 Test relative entities Adds an entity for test cases that need to resolve their target from another entity. For example, to make assertions on the child of a group member. You can merge

[GitHub] brooklyn-server issue #201: Entity display name: fix catalog item defaults

2016-06-21 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-server/pull/201 @neykov can you take another look please? --- 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

[GitHub] brooklyn-server pull request #208: Serialize complex objects as JSON in shel...

2016-06-21 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/208#discussion_r67831901 --- Diff: software/base/src/main/java/org/apache/brooklyn/entity/software/base/ShellEnvironmentSerializer.java --- @@ -0,0 +1,51 @@ +/* + *

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-21 Thread Andrea Turli
Hi, Can you please try with the following YAML name: VM4 services: - type: brooklyn.entity.basic.EmptySoftwareProcess location: jclouds:openstack-devtest-compute: endpoint: http://x.x.x.x:5000/v2.0/ identity: "my-tenant:my-username" credential: my-password # optional

[GitHub] brooklyn-docs issue #79: Ops guides updates for monitoring and disk space

2016-06-21 Thread aledsage
Github user aledsage commented on the issue: https://github.com/apache/brooklyn-docs/pull/79 Looks good - a few minor comments. We should see how this relates / overlaps with what @nakomis has been writing (which is mostly related to HA). In particular, your monitoring

[GitHub] brooklyn-server pull request #208: Serialize complex objects as JSON in shel...

2016-06-21 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/208#discussion_r67831734 --- Diff: software/base/src/main/java/org/apache/brooklyn/entity/software/base/ShellEnvironmentSerializer.java --- @@ -0,0 +1,51 @@ +/* + *

[GitHub] brooklyn-server pull request #208: Serialize complex objects as JSON in shel...

2016-06-21 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/208#discussion_r67831641 --- Diff: software/base/src/main/java/org/apache/brooklyn/entity/software/base/AbstractSoftwareProcessSshDriver.java --- @@ -344,9 +346,23 @@

[GitHub] brooklyn-server pull request #208: Serialize complex objects as JSON in shel...

2016-06-21 Thread geomacy
Github user geomacy commented on a diff in the pull request: https://github.com/apache/brooklyn-server/pull/208#discussion_r67831277 --- Diff: camp/camp-brooklyn/src/test/java/org/apache/brooklyn/camp/brooklyn/EntitiesYamlTest.java --- @@ -1011,6 +1014,43 @@ public void

[GitHub] brooklyn-docs pull request #79: Ops guides updates for monitoring and disk s...

2016-06-21 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/79#discussion_r67831210 --- Diff: guide/ops/starting-stopping-monitoring.md --- @@ -0,0 +1,66 @@ +--- +title: Starting, Stopping and Monitoring +layout:

[GitHub] brooklyn-docs pull request #79: Ops guides updates for monitoring and disk s...

2016-06-21 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/79#discussion_r67830328 --- Diff: guide/ops/starting-stopping-monitoring.md --- @@ -0,0 +1,66 @@ +--- +title: Starting, Stopping and Monitoring +layout:

[GitHub] brooklyn-docs pull request #79: Ops guides updates for monitoring and disk s...

2016-06-21 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/79#discussion_r67830154 --- Diff: guide/ops/starting-stopping-monitoring.md --- @@ -0,0 +1,66 @@ +--- +title: Starting, Stopping and Monitoring +layout:

[GitHub] brooklyn-docs pull request #79: Ops guides updates for monitoring and disk s...

2016-06-21 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/79#discussion_r67829739 --- Diff: guide/ops/starting-stopping-monitoring.md --- @@ -0,0 +1,66 @@ +--- +title: Starting, Stopping and Monitoring +layout:

[GitHub] brooklyn-docs pull request #79: Ops guides updates for monitoring and disk s...

2016-06-21 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/79#discussion_r67829261 --- Diff: guide/ops/requirements.md --- @@ -19,6 +19,43 @@ at least 8GB RAM and 100GB disk. The disk is just for logs, a small amount of pe any

[GitHub] brooklyn-docs pull request #79: Ops guides updates for monitoring and disk s...

2016-06-21 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/79#discussion_r67828945 --- Diff: guide/ops/requirements.md --- @@ -19,6 +19,43 @@ at least 8GB RAM and 100GB disk. The disk is just for logs, a small amount of pe any

[GitHub] brooklyn-docs pull request #79: Ops guides updates for monitoring and disk s...

2016-06-21 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/79#discussion_r67828097 --- Diff: guide/ops/requirements.md --- @@ -19,6 +19,43 @@ at least 8GB RAM and 100GB disk. The disk is just for logs, a small amount of pe any

[GitHub] brooklyn-docs pull request #79: Ops guides updates for monitoring and disk s...

2016-06-21 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/79#discussion_r67827766 --- Diff: guide/ops/requirements.md --- @@ -19,6 +19,43 @@ at least 8GB RAM and 100GB disk. The disk is just for logs, a small amount of pe any

[GitHub] brooklyn-docs pull request #79: Ops guides updates for monitoring and disk s...

2016-06-21 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/79#discussion_r67827849 --- Diff: guide/ops/requirements.md --- @@ -19,6 +19,43 @@ at least 8GB RAM and 100GB disk. The disk is just for logs, a small amount of pe any

[GitHub] brooklyn-docs pull request #79: Ops guides updates for monitoring and disk s...

2016-06-21 Thread aledsage
Github user aledsage commented on a diff in the pull request: https://github.com/apache/brooklyn-docs/pull/79#discussion_r67827160 --- Diff: guide/ops/requirements.md --- @@ -19,6 +19,43 @@ at least 8GB RAM and 100GB disk. The disk is just for logs, a small amount of pe any

Need help in deploying Brooklyn on OpenStack liberty

2016-06-21 Thread Gowri LN
Hi All, I am trying to launch a very basic VM using Apache Brooklyn 0.9 on OpenStack ( Liberty) setup. I tried the jclouds-openstack-devtest jar and changed the location definition to openstack-devtest-compute ( as suggested in - Stackoverflow-link