Re: brooklyn-ui: daily build?

2018-09-12 Thread Geoff Macartney
Daily sounds like a good compromise position +1 On Wed, 12 Sep 2018, 12:52 Aled Sage, wrote: > Hi all, > > TL;DR: we should reconfigure the `brooklyn-ui` build (and probably > others) to be triggered daily and/or when `brooklyn-server` builds. > _* > Problem*_ > Our brooklyn-ui build is

Jenkins build is back to normal : brooklyn-master-build-docker #666

2018-09-12 Thread Apache Jenkins Server
See

Re: [DISCUSS] Release Apache Brooklyn 1.0.0-M1 [rc1]

2018-09-12 Thread Thomas Bouron
Hi all It's a solid +1 to me. Here is the summary of my tests: 1. downloaded all artifacts 2. verified all signatures 3. build source with tests 4. launched Brooklyn vagrant and did sanity checks, i.e. up and running 5. launched Brooklyn (zip) and did sanity checks, i.e. up and running 6. used

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

2018-09-12 Thread Apache Jenkins Server
See

[GitHub] brooklyn issue #20: include instructions for building outwith source control

2018-09-12 Thread ahgittin
Github user ahgittin commented on the issue: https://github.com/apache/brooklyn/pull/20 I think any built artifact should include information on its provenance, so requiring a user to supply that metadata could be argued as a good thing! I don't have stats to back this up but

[GitHub] brooklyn-server pull request #990: Revert "This closes #988"

2018-09-12 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/brooklyn-server/pull/990 ---

[GitHub] brooklyn-server pull request #990: Revert "This closes #988"

2018-09-12 Thread aledsage
GitHub user aledsage opened a pull request: https://github.com/apache/brooklyn-server/pull/990 Revert "This closes #988" This reverts commit f6ad11846de2d9ba2e9004648179270e3ca3c25f, reversing changes made to c782aae54f424e317c0999f5cde3fab19bc45cfb. This PR broke

[GitHub] brooklyn issue #20: include instructions for building outwith source control

2018-09-12 Thread rdowner
Github user rdowner commented on the issue: https://github.com/apache/brooklyn/pull/20 I'd rather not consider this a documentation fail that needs fixed, but a build process that needs fixed. Is there a way to supply sensible defaults for these parameters so that a build from

brooklyn-ui: daily build?

2018-09-12 Thread Aled Sage
Hi all, TL;DR: we should reconfigure the `brooklyn-ui` build (and probably others) to be triggered daily and/or when `brooklyn-server` builds. _* Problem*_ Our brooklyn-ui build is configured to only run when the repo changes [1]. However, its parent pom is

[DISCUSS] Release Apache Brooklyn 1.0.0-M1 [rc1]

2018-09-12 Thread Richard Downer
This thread is for discussions related to the release vote. I should clarify what we are looking for in a release vote. Particularly, we are looking for people to download,validate, and test the release. Only if you are satisfied that the artifacts are correct and the quality is high enough,

[VOTE] Release Apache Brooklyn 1.0.0-M1 [rc1]

2018-09-12 Thread Richard Downer
This is to call for a vote for the release of Apache Brooklyn 1.0.0-M1. This release comprises of a source code distribution, and a corresponding binary distribution, and Maven artifacts. The source and binary distributions, including signatures, digests, etc. can be found at:

Re: Complete org.apache.brooklyn.entity.osgi.karaf.KarafContainer YAML Blueprint example

2018-09-12 Thread Duncan Grant
So KarafContainer is using ssh and bash commands so would need a linux target. In general with brooklyn blueprints they will either explicitly document the required target or by default it'll be "any" linux distro. There's an example here

Re: Complete org.apache.brooklyn.entity.osgi.karaf.KarafContainer YAML Blueprint example

2018-09-12 Thread nino martinez wael
services: - type: org.apache.brooklyn.entity.osgi.karaf.KarafContainer:0.12.0 location: win7client1 brooklyn.locations: - type: byon brooklyn.config: displayName: Windows 7 Client 1 user: admin password: hosts: [192.168.167.61] And the error: ON_FIRE Service Up false

Re: Complete org.apache.brooklyn.entity.osgi.karaf.KarafContainer YAML Blueprint example

2018-09-12 Thread Duncan Grant
Hi, There's an example here https://github.com/brooklyncentral/brooklyn-karaf. I just tried it and it worked fine but it isn't really any different to your yaml above so I assume the problem may be due to your location. What error are you getting and what does your location look like? Regards

Build failed in Jenkins: brooklyn-library-master-docker #321

2018-09-12 Thread Apache Jenkins Server
See -- [...truncated 42.76 KB...] [INFO] --- buildnumber-maven-plugin:1.3:create (default) @ brooklyn-software-cm-ansible --- [INFO] [INFO] ---

Complete org.apache.brooklyn.entity.osgi.karaf.KarafContainer YAML Blueprint example

2018-09-12 Thread nino martinez wael
Hi Im playing around with brooklyn and are having a little trouble getting a karafcontainer to install IF I just do this: services: - type: org.apache.brooklyn.entity.osgi.karaf.KarafContainer:0.12.0 location: mynode it fails, so does someone have an example that are complete enough to