[GitHub] [brooklyn] tbouron opened a new pull request #42: Fix docker docker build

2020-02-11 Thread GitBox
tbouron opened a new pull request #42: Fix docker docker build URL: https://github.com/apache/brooklyn/pull/42 This happened since the upgrade to `maven:3.6.3-jdk-8`. We want to install `openjdk-8-jre` but it is not available anymore on Ubuntu buster, only version 11 is. This

[GitHub] [brooklyn-server] tbouron commented on issue #1085: Don’t prompt for confirmation with apt-get

2020-02-11 Thread GitBox
tbouron commented on issue #1085: Don’t prompt for confirmation with apt-get URL: https://github.com/apache/brooklyn-server/pull/1085#issuecomment-584533047 LGTM, tried on Ubuntu 18. This is an automated message from the

[GitHub] [brooklyn-server] tbouron merged pull request #1086: [SECURITY] Use HTTPS to resolve dependencies in Maven Build

2020-02-11 Thread GitBox
tbouron merged pull request #1086: [SECURITY] Use HTTPS to resolve dependencies in Maven Build URL: https://github.com/apache/brooklyn-server/pull/1086 This is an automated message from the Apache Git Service. To respond to

[GitHub] [brooklyn] kemitix commented on issue #41: docker: build docker image for building quickly

2020-02-11 Thread GitBox
kemitix commented on issue #41: docker: build docker image for building quickly URL: https://github.com/apache/brooklyn/pull/41#issuecomment-584589872 @tbouron I've updated the `Jenkinsfile` as requested. This is an automated

[GitHub] [brooklyn-library] tbouron merged pull request #179: [SECURITY] Use HTTPS to resolve dependencies in Maven Build

2020-02-11 Thread GitBox
tbouron merged pull request #179: [SECURITY] Use HTTPS to resolve dependencies in Maven Build URL: https://github.com/apache/brooklyn-library/pull/179 This is an automated message from the Apache Git Service. To respond to

Build failed in Jenkins: Brooklyn » master #48

2020-02-11 Thread Apache Jenkins Server
See Changes: -- Started by upstream project "brooklyn-server/master" build number 19 originally caused by: Branch indexing Connecting to https://api.github.com using /** (Read

[GitHub] [brooklyn-dist] tbouron merged pull request #157: Don’t prompt for confirmation with apt-get

2020-02-11 Thread GitBox
tbouron merged pull request #157: Don’t prompt for confirmation with apt-get URL: https://github.com/apache/brooklyn-dist/pull/157 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [brooklyn-server] tbouron merged pull request #1085: Don’t prompt for confirmation with apt-get

2020-02-11 Thread GitBox
tbouron merged pull request #1085: Don’t prompt for confirmation with apt-get URL: https://github.com/apache/brooklyn-server/pull/1085 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [brooklyn-dist] tbouron commented on issue #157: Don’t prompt for confirmation with apt-get

2020-02-11 Thread GitBox
tbouron commented on issue #157: Don’t prompt for confirmation with apt-get URL: https://github.com/apache/brooklyn-dist/pull/157#issuecomment-584533130 LGTM, same as @iuliana This is an automated message from the Apache Git

[GitHub] [brooklyn-dist] tbouron merged pull request #156: Fix for: script starting Brooklyn Vagrant instance checks for non-exi…

2020-02-11 Thread GitBox
tbouron merged pull request #156: Fix for: script starting Brooklyn Vagrant instance checks for non-exi… URL: https://github.com/apache/brooklyn-dist/pull/156 This is an automated message from the Apache Git Service. To

Build failed in Jenkins: Brooklyn » master #46

2020-02-11 Thread Apache Jenkins Server
See Changes: -- Started by upstream project "brooklyn-library/master" build number 20 originally caused by: Branch indexing Connecting to https://api.github.com using /** (Read

Build failed in Jenkins: Brooklyn » master #47

2020-02-11 Thread Apache Jenkins Server
See Changes: -- Started by upstream project "brooklyn-dist/master" build number 14 originally caused by: Push event to branch master Connecting to https://api.github.com using

Brooklyn master build failure

2020-02-11 Thread Thomas Bouron
Hi Brooklyners. Just noticed that the Brooklyn master build is consistently failing. Took a quick look and it turns out our docker image is somehow screwed up. We are using the base `maven:3.6.3-jdk-8`, which is based on Ubuntu stretch. The first instruction in our dockerfile[1] is `apt-get

[GitHub] [brooklyn-dist] tbouron commented on a change in pull request #156: Fix for: script starting Brooklyn Vagrant instance checks for non-exi…

2020-02-11 Thread GitBox
tbouron commented on a change in pull request #156: Fix for: script starting Brooklyn Vagrant instance checks for non-exi… URL: https://github.com/apache/brooklyn-dist/pull/156#discussion_r377508476 ## File path: vagrant/src/main/vagrant/files/install_brooklyn.sh ## @@

[GitHub] [brooklyn-server] geomacy commented on issue #1086: [SECURITY] Use HTTPS to resolve dependencies in Maven Build

2020-02-11 Thread GitBox
geomacy commented on issue #1086: [SECURITY] Use HTTPS to resolve dependencies in Maven Build URL: https://github.com/apache/brooklyn-server/pull/1086#issuecomment-584535087 +1 Thanks @JLLeitschuh this is helpful This is an

[GitHub] [brooklyn] tbouron commented on issue #41: docker: build docker image for building quickly

2020-02-11 Thread GitBox
tbouron commented on issue #41: docker: build docker image for building quickly URL: https://github.com/apache/brooklyn/pull/41#issuecomment-584591735 @kemitix Looks like Jenkins doesn't take into account your folder change

Build failed in Jenkins: Brooklyn » master #45

2020-02-11 Thread Apache Jenkins Server
See Changes: -- Started by upstream project "brooklyn-dist/master" build number 13 originally caused by: Push event to branch master Connecting to https://api.github.com using

Re: Brooklyn master build failure

2020-02-11 Thread Thomas Bouron
So thanks to Paul, we managed to find a solution to the problem, actually 2 problems: 1. Not being able to verify the signature can be related to the disk size. Kind of crazy but that is true! My docker build had the same error as we saw on Jenkins. However, after doing a `docker system prune`

[GitHub] [brooklyn] jcabrerizo commented on issue #43: Fix docker build by reverting to docker image maven:3.5.4-jdk-8

2020-02-11 Thread GitBox
jcabrerizo commented on issue #43: Fix docker build by reverting to docker image maven:3.5.4-jdk-8 URL: https://github.com/apache/brooklyn/pull/43#issuecomment-584642272 LGTM This is an automated message from the Apache Git

[GitHub] [brooklyn] tbouron closed pull request #42: Fix docker docker build

2020-02-11 Thread GitBox
tbouron closed pull request #42: Fix docker docker build URL: https://github.com/apache/brooklyn/pull/42 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [brooklyn] tbouron opened a new pull request #43: Fix docker build by reverting to docker image maven:3.5.4-jdk-8

2020-02-11 Thread GitBox
tbouron opened a new pull request #43: Fix docker build by reverting to docker image maven:3.5.4-jdk-8 URL: https://github.com/apache/brooklyn/pull/43 #42 attempted to work around the new version of the docker image `maven:3.6.3-jdk-8`. While the docker build works, the tests fail at:

[GitHub] [brooklyn] tbouron merged pull request #43: Fix docker build by reverting to docker image maven:3.5.4-jdk-8

2020-02-11 Thread GitBox
tbouron merged pull request #43: Fix docker build by reverting to docker image maven:3.5.4-jdk-8 URL: https://github.com/apache/brooklyn/pull/43 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [brooklyn-dist] iuliana opened a new pull request #158: Added fix for broken templates and OS recommendation

2020-02-11 Thread GitBox
iuliana opened a new pull request #158: Added fix for broken templates and OS recommendation URL: https://github.com/apache/brooklyn-dist/pull/158 Changes included: - added `autoscaler.` in front of autoscaler policy configuration properties in `3-bash-web-and-riak-template` and

[GitHub] [brooklyn] kemitix commented on issue #41: docker: build docker image for building quickly

2020-02-11 Thread GitBox
kemitix commented on issue #41: docker: build docker image for building quickly URL: https://github.com/apache/brooklyn/pull/41#issuecomment-584668469 retest this please This is an automated message from the Apache Git

[GitHub] [brooklyn-dist] kemitix commented on issue #158: Added fix for broken templates and OS recommendation

2020-02-11 Thread GitBox
kemitix commented on issue #158: Added fix for broken templates and OS recommendation URL: https://github.com/apache/brooklyn-dist/pull/158#issuecomment-584696186 I was thinking along the lines of: "We recommend using or as they both provide the required 'raik' package.". Not

[GitHub] [brooklyn-dist] kemitix edited a comment on issue #158: Added fix for broken templates and OS recommendation

2020-02-11 Thread GitBox
kemitix edited a comment on issue #158: Added fix for broken templates and OS recommendation URL: https://github.com/apache/brooklyn-dist/pull/158#issuecomment-584696186 I was thinking along the lines of: "We recommend using [OS1] or [OS2] as they both provide the required 'riak'

[GitHub] [brooklyn-dist] kemitix edited a comment on issue #158: Added fix for broken templates and OS recommendation

2020-02-11 Thread GitBox
kemitix edited a comment on issue #158: Added fix for broken templates and OS recommendation URL: https://github.com/apache/brooklyn-dist/pull/158#issuecomment-584696186 I was thinking along the lines of: "We recommend using [OS1] or [OS2] as they both provide the required 'raik'

[GitHub] [brooklyn-dist] iuliana edited a comment on issue #158: Added fix for broken templates and OS recommendation

2020-02-11 Thread GitBox
iuliana edited a comment on issue #158: Added fix for broken templates and OS recommendation URL: https://github.com/apache/brooklyn-dist/pull/158#issuecomment-584684345 @kemitix Is it ok if I just add: `This recommendation is based on Riak packages provided by

[GitHub] [brooklyn-dist] iuliana commented on issue #158: Added fix for broken templates and OS recommendation

2020-02-11 Thread GitBox
iuliana commented on issue #158: Added fix for broken templates and OS recommendation URL: https://github.com/apache/brooklyn-dist/pull/158#issuecomment-584684345 Is it ok if I just add: `This recommendation is based on Riak packages provided by https://packagecloud.io/.` ? Or do I

[GitHub] [brooklyn-dist] tbouron merged pull request #158: Added fix for broken templates and OS recommendation

2020-02-11 Thread GitBox
tbouron merged pull request #158: Added fix for broken templates and OS recommendation URL: https://github.com/apache/brooklyn-dist/pull/158 This is an automated message from the Apache Git Service. To respond to the