Build failed in Jenkins: brooklyn-server-master-docker #230

2018-12-14 Thread Apache Jenkins Server
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on H22 (ubuntu xenial) in workspace

Build failed in Jenkins: brooklyn-master-build-docker #1151

2018-12-14 Thread Apache Jenkins Server
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on H39 (ubuntu xenial) in workspace

Re: Brooklyn git -- git-wip-us GONE now gitbox or github

2018-12-14 Thread Geoff Macartney
Do we even need to have a remote for git-wip-us any more? Now that we can merge on Github I've removed the repo I had for merging PRs altogether! On Fri, 14 Dec 2018 at 12:28 Alex Heneveld wrote: > > As per thread below: my `git pull` just failed, but this command in the > root brooklyn dir

Re: Build depends on Docker

2018-12-14 Thread Geoff Macartney
We added this in https://github.com/apache/brooklyn-dist/pull/118, but I do dislike having to have Docker to build Brooklyn. IMHO anyone should be able to build and use Brooklyn without knowing anything about Docker. Could we remove the image build from the mvn install and have a separate shell sc

[GitHub] geomacy commented on issue #275: Change git-wip-us.apache.org to gitbox.apache.org

2018-12-14 Thread GitBox
geomacy commented on issue #275: Change git-wip-us.apache.org to gitbox.apache.org URL: https://github.com/apache/brooklyn-docs/pull/275#issuecomment-447492195 We probably need a bit more of a rewrite, but this is a minimal start. ---

[GitHub] geomacy opened a new pull request #275: Change git-wip-us.apache.org to gitbox.apache.org

2018-12-14 Thread GitBox
geomacy opened a new pull request #275: Change git-wip-us.apache.org to gitbox.apache.org URL: https://github.com/apache/brooklyn-docs/pull/275 This follows move to gitbox, see https://lists.apache.org/thread.html/3d87de62fa3330222a972ed98e63907107ca5951f0bdf099972ae426@%3Cdev.brook

Build failed in Jenkins: brooklyn-client-master-docker #106

2018-12-14 Thread Apache Jenkins Server
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on H28 (ubuntu xenial) in workspace

[GitHub] ahgittin commented on issue #117: require login to webconsole for webapps

2018-12-14 Thread GitBox
ahgittin commented on issue #117: require login to webconsole for webapps URL: https://github.com/apache/brooklyn-ui/pull/117#issuecomment-447379194 good spot @tbouron -- i was trying to do things the "right way" with a JaaS login module but that seems geared around the `` indeed is limite

Build failed in Jenkins: brooklyn-ui-master-docker #171

2018-12-14 Thread Apache Jenkins Server
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on H27 (ubuntu xenial) in workspace

[GitHub] tbouron commented on issue #117: require login to webconsole for webapps

2018-12-14 Thread GitBox
tbouron commented on issue #117: require login to webconsole for webapps URL: https://github.com/apache/brooklyn-ui/pull/117#issuecomment-447371396 @ahgittin This should be ok for basic auth but I think will fail for any other kind of auth (if implemented in the future) All resources are no

[GitHub] ahgittin commented on issue #117: require login to webconsole for webapps

2018-12-14 Thread GitBox
ahgittin commented on issue #117: require login to webconsole for webapps URL: https://github.com/apache/brooklyn-ui/pull/117#issuecomment-447363483 fixed a bug reported by @frogfather where one snippet had been added twice but have noticed that while this works for the first launch,

Build failed in Jenkins: brooklyn-dist-master-docker #156

2018-12-14 Thread Apache Jenkins Server
See -- Started by timer [EnvInject] - Loading node environment variables. Building remotely on ubuntu-eu2 (ubuntu trusty) in workspace

Re: [NOTICE] Mandatory relocation of Apache git repositories on git-wip-us.apache.org

2018-12-14 Thread Thomas Bouron
Hey Geoff. All credits go to the infra team on this one, they were super responsive! On Fri, 14 Dec 2018 at 14:48 Geoff Macartney wrote: > Wow that was quick. Thanks Thomas! > > Geoff > > > On Fri, 14 Dec 2018 at 10:58 Thomas Bouron > wrote: > > > Erratum: we now have a team for the people who

Re: [NOTICE] Mandatory relocation of Apache git repositories on git-wip-us.apache.org

2018-12-14 Thread Geoff Macartney
Wow that was quick. Thanks Thomas! Geoff On Fri, 14 Dec 2018 at 10:58 Thomas Bouron wrote: > Erratum: we now have a team for the people who did the Gitbox <-> GitHub > link, which gives committers the ability to merge PR directly from the > GitHub UI 🎉 > > > On Fri, 14 Dec 2018 at 10:18 Thomas

[GitHub] ahgittin opened a new pull request #117: require login to webconsole for webapps

2018-12-14 Thread GitBox
ahgittin opened a new pull request #117: require login to webconsole for webapps URL: https://github.com/apache/brooklyn-ui/pull/117 the REST API has always been secured but we now secure these static assets also; this gives a better experience on login, and it will be even more importan

Brooklyn git -- git-wip-us GONE now gitbox or github

2018-12-14 Thread Alex Heneveld
As per thread below: my `git pull` just failed, but this command in the root brooklyn dir worked seamlessly for me: *for x in .git/{config,modules/*/config} ; do sed -i.bk s/git-wip-us/gitbox/g $x ; done** * (I use submodules; slight tweaks should take care of it for other topologies.)

[ACTION REQUIRED] Committers, link your ASF account to GitHub

2018-12-14 Thread Richard Downer
If you are a current committer to Apache Brooklyn, and you would like to use all the new features that Gitbox gives us, you will need to link your GitHub and ASF accounts. You can do this at https://gitbox.apache.org Have fun with the big green "Merge Pull Request" button!! Richard. --

Re: [NOTICE] Mandatory relocation of Apache git repositories on git-wip-us.apache.org

2018-12-14 Thread Thomas Bouron
Erratum: we now have a team for the people who did the Gitbox <-> GitHub link, which gives committers the ability to merge PR directly from the GitHub UI 🎉 On Fri, 14 Dec 2018 at 10:18 Thomas Bouron wrote: > Migration successful[1]. It means that committers can push to either > Gitbox or GitHub

Re: [NOTICE] Mandatory relocation of Apache git repositories on git-wip-us.apache.org

2018-12-14 Thread Thomas Bouron
Migration successful[1]. It means that committers can push to either Gitbox or GitHub (still cannot merge directly through the UI though) [1] https://issues.apache.org/jira/browse/INFRA-17440?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel On Fri, 14 Dec 2018 at 08:44 Thomas B

[GitHub] ahgittin commented on issue #963: disable jclouds authorizePublicKey for extra ssh public key data

2018-12-14 Thread GitBox
ahgittin commented on issue #963: disable jclouds authorizePublicKey for extra ssh public key data URL: https://github.com/apache/brooklyn-server/pull/963#issuecomment-447275653 Just had a report of a user who is disabling the ssh init options and using `extraSsh...` to configure the user'

Re: [NOTICE] Mandatory relocation of Apache git repositories on git-wip-us.apache.org

2018-12-14 Thread Thomas Bouron
Hi all. I think we have reached a consensus here as there is no +0 or -1. I went ahead and created an INFRA ticket[1] to request the move. Best. [1] https://issues.apache.org/jira/browse/INFRA-17440 On Thu, 13 Dec 2018 at 13:53 John Campbell wrote: > No strong feelings, so +1 from me > > John