Re: Repository splitting script

2015-12-14 Thread John McCabe
> `brooklyn/software/base` > > `locations/*` is intended for implementations of `Location` > > --a > > > On 9 December 2015 at 22:36, John McCabe <j...@johnmccabe.net> wrote: > > > Does locations/winrm sound reasonable? (rather than reverting back to > >

Re: Incubator re-org

2015-12-21 Thread John McCabe
Hi All - We've raised pull request 1119 [1] which implements the restructuring of the incubator-brooklyn project in preparation for the split into multiple repositories. You can checkout the PR locally and build as normal, Regards, John ## Snippet from the PR [1] This pull applies the

Re: Brooklyn Daemon Solution

2016-01-29 Thread John McCabe
[bumping so aleks can see the thread] On Thu, 28 Jan 2016 at 16:41 Andrew Kennedy < andrew.kenn...@cloudsoftcorp.com> wrote: > Or what about running a Brooklyn Docker image as a systemd service! > > - http://container-solutions.com/running-docker-containers-with-systemd/ > -

Re: move to new repos THIS WEEKEND ?

2016-01-28 Thread John McCabe
Looks good, checked out, built and deployed a test app without any observed issues. Will there a cut off on getting PRs merged today or tomorrow? On Thu, 28 Jan 2016 at 10:09 Alex Heneveld wrote: > > Brooklyners- > > TL;DR: *switch to new repos at the weekend,

Re: [VOTE] Release Apache Brooklyn 0.9.0 [rc3]

2016-04-07 Thread John McCabe
@andrea you need to bump your go to 1.6 and retry. I have: - spun up the vagrant box (had to inject the rc3 download url as its not on the mirrors) without observing any issues - checked port forwarding looks ok - binds to http://localhost:8081 on the host - checked byon location catalog loads

Re: [CANCEL][VOTE] Release Apache Brooklyn 0.9.0 [rc2]

2016-04-06 Thread John McCabe
Likewise can https://github.com/apache/brooklyn-dist/pull/31 be considered for inclusion. /John On Wed, 6 Apr 2016 at 17:29 Sam Corbett wrote: > If I've not missed the cutoff I'd like > https://github.com/apache/brooklyn-server/pull/99 to be included. > > On 6

Re: CLI packaging problem

2016-03-24 Thread John McCabe
lease of the CLI. > > > > I believe the release manager copies the final artifacts to the right > place in apache, giving us the nice download links. We can do the same for > the CLI, as long as we have an appropriate artifact to put there from the > 0.9.0 release process. > &g

Re: [VOTE] Release Apache Brooklyn 0.9.0 [rc2]

2016-04-04 Thread John McCabe
@svet, latest isn't required, 1.8+ should suffice. On Mon, 4 Apr 2016 at 12:53 Svetoslav Neykov < svetoslav.ney...@cloudsoftcorp.com> wrote: > +1 binding > > * Tested the .zip & .tar.gz dists > * Tested CLI > * Tried a simple blueprint > * Tested the vagrant artifact - "vagrant up" *fails*

Re: [CANCEL][VOTE] Release Apache Brooklyn 0.9.0 [rc2]

2016-04-05 Thread John McCabe
due to this critical bug, I am cancelling the vote. > > Richard. > > [1]https://brooklyn.apache.org/v/latest/ops/locations/index.html#byon > > On 4 April 2016 at 18:11, John McCabe <j...@johnmccabe.net> wrote: > > @all, I hit an issue with location handling while followin

Re: [VOTE] Release Apache Brooklyn 0.9.0 [rc1]

2016-03-31 Thread John McCabe
+1 On Thu, 31 Mar 2016 at 14:59 Duncan Godwin wrote: > +1 > > On 31 March 2016 at 14:49, Thomas Bouron > wrote: > > > +1! > > > > On Thu, 31 Mar 2016 at 14:17 Aleksandr Vasilev < > > aleksandr.vasi...@cloudsoftcorp.com> wrote: >

Re: vagrant version requirements

2016-04-04 Thread John McCabe
g > it up as a possible pain point. > Another thing I suggest is to base it on the latest LTS release, having a > bigger chance for it to be already downloaded. > > Svet. > > > > On 4.04.2016 г., at 17:57, John McCabe <j...@johnmccabe.net> wrote: > > > &

Re: Naming of Brooklyn Client on OSX Homebrew

2016-05-23 Thread John McCabe
package. > Looking forward to use it! > > Best. > > On Mon, 23 May 2016 at 10:55 John McCabe <j...@johnmccabe.net> wrote: > > > Thanks Richard, will aim to proceed with ApacheBrooklynCli, so to flow on > > OSX would be: > > > > # brew install apac

Installing Apache Brooklyn CLI 0.9.0 on OSX with brew

2016-05-23 Thread John McCabe
All, The Apache Brooklyn CLI 0.9.0 (br) Homebrew [1] formula has just merged, so it's now available for install. # brew update # brew install apache-brooklyn-cli # br -version Heres what it looks like in under 30 seconds: - https://asciinema.org/a/0098jfnikgmsr2fwhargkmayz Enjoy !! /John [1]

Re: Naming of Brooklyn Client on OSX Homebrew

2016-05-23 Thread John McCabe
doing is 100% permitted by the license - but > it may need to be clear in the metadata that this is John's work, not > Apache's. > > Richard. > > > On 23 May 2016 at 09:50, John McCabe <j...@johnmccabe.net> wrote: > > > Some feedback from @rdowner is that we sho

Naming of Brooklyn Client on OSX Homebrew

2016-05-23 Thread John McCabe
Hi All, I've currently got a pull request in against Homebrew/homebrew-core#1326 to add the Brooklyn CLI to brew. There's a reluctance however to add a `br` alias due to it being 'too generic', one alternative is to just go with the repo

Re: YAML blueprint: install package utility

2016-05-24 Thread John McCabe
Is there any way we could get rid of the initializers/type parts, rather than: - type: org.apache.brooklyn.entity.basic.VanillaSoftwareProcess brooklyn.initializers: - type: org.apache.brooklyn.initializer.stock.PackageInstaller packages: yum: curl apt: curl-whatever=2.3.4

Re: Installing Apache Brooklyn CLI 0.9.0 on OSX with brew

2016-05-24 Thread John McCabe
gt; > Just installed the CLI via brew, it's awesome! Thank you very much for > > this! > > > > Best. > > > > On Tue, 24 May 2016 at 00:11 Andrew Kennedy < > > andrew.kenn...@cloudsoftcorp.com> wrote: > > > > > Awesome, just test

Re: Beginner's issue in launching brooklyn from vagrant

2017-02-24 Thread John McCabe
Hi Rupinder, I think you've added Svets suggested config update in the wrong place. It should be added in the following block (note you're just adding the vb.customize here): server_config.vm.provider :virtualbox do |vb| vb.name = server["name"] vb.memory = server["ram"]

Re: [PROPOSAL] Remove unauthenticated localhost login

2016-09-13 Thread John McCabe
for a login. I personally > haven't been involved in that, so not sure how feasible/hard it is. > > --- > _*Alternative Proposal 2*_ > We could make the default be unauthenticated (including disabling jaas > in the default config files). > > Aled > > > On 08/09/20

Re: [PROPOSAL] Remove unauthenticated localhost login

2016-09-08 Thread John McCabe
-1 on removing it unless it can be reproduced in some form for the getting started envs, the vagrant envs for example are local to the users system and don't need to be secured as they are *not* intended for use in a production capacity (perhaps worth adding a note pointing the user to the section

Re: Call for release: Brooklyn 0.10.0

2016-11-17 Thread John McCabe
If there's a cli bump feel free to ping me about the homebrew release process if necessary (it's pretty straight forward). /John On Thu, 17 Nov 2016, 15:19 Svetoslav Neykov, < svetoslav.ney...@cloudsoftcorp.com> wrote: > Nobody else stepped up so I guess that's me. I'll give it a go. > > Thanks.

Re: Brooklyn website

2017-04-18 Thread John McCabe
+1 on Thomas's mock up, looks great. Being able to see something in action before trying it can be useful, perhaps something asciinema-like (https://asciinema.org/a/46498). On Tue, 18 Apr 2017 at 08:21 Thomas Bouron wrote: > On Tue, 18 Apr 2017 at 00:32 Alex

Re: Code Contribution: Container Service

2017-05-10 Thread John McCabe
+1, it's awesome!! On Wed, 10 May 2017, 13:22 Geoff Macartney, < geoff.macart...@cloudsoftcorp.com> wrote: > +1 > > I'm planning to do a talk on Brooklyn next month and it would be great to > be able to use Kubernetes in an example Blueprint. > > > > On Wed, 10 May 2017 at 13:16 Graeme Miller <

Missing .deb packaging for 0.11.0

2017-05-27 Thread John McCabe
Hey, Noticed that the apache-brooklyn_0.11.0_noarch.deb deb package is missing. It doesn't appear to exist on any of the mirrors accessible from: https://www.apache.org/dyn/closer.lua/brooklyn/apache-brooklyn_0.11.0_noarch.deb Its referenced from the Getting Started for Debian/Ubuntu. All the

Re: Missing .deb packaging for 0.11.0

2017-06-05 Thread John McCabe
d really release that. > > > > I've raised this in JIRA as BROOKLYN-511 [1] > > > > [1] https://issues.apache.org/jira/browse/BROOKLYN-511 > > > > On 27 May 2017 at 11:27, John McCabe <j...@johnmccabe.net> wrote: > > > > > Hey, > > >

Re: [ANNOUNCE] Mark McKenna join as Apache Brooklyn committer and PMC member

2017-05-08 Thread John McCabe
Congratulations Mark !! On Mon, 8 May 2017 at 10:07 Thomas Bouron wrote: > Congratulations Mark! > > On Mon, 8 May 2017 at 09:15 Ivana Yovcheva < > ivana.yovch...@cloudsoftcorp.com> > wrote: > > > Congratulations Mark! > > > > Ivana Yovcheva > > Software

Re: [ANNOUNCE] Apache Brooklyn 0.11.0 released

2017-05-19 Thread John McCabe
The client on brew has been updated: https://github.com/Homebrew/homebrew-core/commit/2f9e055be68ccce267477fe38d957d0f65119e1f https://github.com/Homebrew/homebrew-core/commit/cc78a8539c0de48a2005a58ce736e5edb9a863f8 On Thu, 18 May 2017 at 13:55 Richard Downer wrote: > The

Re: [ANNOUNCE] New committer: Thomas Bouron

2017-10-05 Thread John McCabe
Very well deserved, congratulations Thomas !! On Thu, 5 Oct 2017 at 10:23 Richard Downer wrote: > Welcome aboard Thomas :-) and thank you for the contributions - both to the > code and the community - that you have made so far! > > Richard. > > > On 5 October 2017 at 09:42,

Re: [PROPOSAL] Using docker for jenkins builds

2017-11-15 Thread John McCabe
Huge +1 on consistency/portability. On Tue, 14 Nov 2017 at 16:40 Mark McKenna wrote: > +1 I echo what Richard says about consistency ... also makes debugging > build failures easier > > > > On 14 November 2017 at 15:48, Richard Downer wrote: > > > +1

Re: [VOTE] New Angular UI for Brooklyn

2018-07-26 Thread John McCabe
This is fantastic news, congrats to all involved !! On Thu, Jul 26, 2018 at 11:54 AM Alex Heneveld < alex.henev...@cloudsoftcorp.com> wrote: > > Thanks Richard, Thomas. > > i have done as you suggest, pushing from a merged branch directly to > master. [1] is the result of `mkdir new ; cd new ;

Re: Making First Contact

2018-03-08 Thread John McCabe
Looking good, best of luck with this Mert!! On Thu, 8 Mar 2018 at 19:32 Mert Kahyaoğlu wrote: > Hi everyone, > > I prepared my proposal and wanted to share it with you. Your feedback is > highly appreciated and will help me improve my proposal. > > Looking forward to

Re: Failing Go build: NodePrime/jsonpath missing?

2018-03-23 Thread John McCabe
There may be something odd going on with that Github account, the linked website is flagged as a security threat by Cisco Umbrella on the corp network here [1]. 1 - https://i.imgur.com/jTZlRUH.png On Fri, 23 Mar 2018 at 10:04 Geoff Macartney wrote: > Let's give

Re: Failing Go build: NodePrime/jsonpath missing?

2018-03-23 Thread John McCabe
@Geoff, I recommend vendoring dependencies while you're addressing this. I've switched from glide to dep in recent months for this and its pretty painless. On Fri, 23 Mar 2018 at 10:52 John McCabe <j...@johnmccabe.net> wrote: > There may be something odd going on with that Githu

Re: Making First Contact

2018-03-23 Thread John McCabe
owsers compatibility? > > > > > > > > > > > > > > That's it for me, I let you think about it :) > > > > > > > > > > > > > > Best. > > > > > > > > > > > > > > On Fri, 9 Mar 2018

Re: Website question

2019-03-20 Thread John McCabe
Geoff, have you tried using Docker rather than install locally. This has worked well for the OpenFaaS site - https://github.com/openfaas/openfaas.github.io/blob/master/docker-compose.yml On Wed, Mar 20, 2019, 1:56 PM Thomas Bouron wrote: > Hey Geoff. > > I'm on the same boat as you, but I

Re: go version on Jenkins

2019-08-09 Thread John McCabe
t; On Fri, 9 Aug 2019 at 00:16, John McCabe wrote: > > > Hi Geoff, > > Have you looked at the jsonpath package used by kubernetes. > > > > https://github.com/kubernetes/client-go/tree/master/util/jsonpath > > > > It may be a better choice than an im

Re: go version on Jenkins

2019-08-08 Thread John McCabe
Hi Geoff, Have you looked at the jsonpath package used by kubernetes. https://github.com/kubernetes/client-go/tree/master/util/jsonpath It may be a better choice than an implementation with a single contributor. Best, John On Thu, Aug 8, 2019 at 10:48 PM Geoff Macartney wrote: > Hi all, > >

Re: go version on Jenkins

2019-08-09 Thread John McCabe
ild that locally I end up with an image with Docker > > 1.7.4 > > > > so > > > > > possibly as a quick fix we could replace the current image with an > > > > updated > > > > > one. > > > > > But is is installing doc

Re: [VOTE] Release Apache Brooklyn 1.0.0 [rc3]

2020-02-25 Thread John McCabe
Awesome, congratulations to you all ! On Tue, Feb 25, 2020 at 1:57 PM Geoff Macartney wrote: > Thanks Richard, > > That's great news. I don't know about you all but I find this very > exciting! > > Many congratulations to everyone who has contributed to building Apache > Brooklyn in the first

Re: Brooklyn 1.0.0 release candidate?

2020-01-17 Thread John McCabe
Congratulations all, great to see!! On Fri, Jan 17, 2020, 4:16 PM Richard Downer wrote: > +1. Look forward to it :-) Thanks to all who have been getting us up to > 1.0-grade! > > On Fri, 17 Jan 2020 at 16:00, Aled Sage wrote: > > > Hi all, > > > > I believe we are (finally!) ready to produce

[jira] [Created] (BROOKLYN-290) Broken link in brooklyn-client README.md

2016-06-03 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-290: Summary: Broken link in brooklyn-client README.md Key: BROOKLYN-290 URL: https://issues.apache.org/jira/browse/BROOKLYN-290 Project: Brooklyn Issue Type

[jira] [Created] (BROOKLYN-289) Broken link in brooklyn-client README.md

2016-06-03 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-289: Summary: Broken link in brooklyn-client README.md Key: BROOKLYN-289 URL: https://issues.apache.org/jira/browse/BROOKLYN-289 Project: Brooklyn Issue Type

[jira] [Updated] (BROOKLYN-283) Integrate OSX brew packaging of brooklyn-cli into docs

2016-05-26 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe updated BROOKLYN-283: - Issue Type: Improvement (was: Bug) > Integrate OSX brew packaging of brooklyn-cli into d

[jira] [Created] (BROOKLYN-283) Integrate OSX brew packaging of brooklyn-cli into docs

2016-05-26 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-283: Summary: Integrate OSX brew packaging of brooklyn-cli into docs Key: BROOKLYN-283 URL: https://issues.apache.org/jira/browse/BROOKLYN-283 Project: Brooklyn

[jira] [Updated] (BROOKLYN-250) displayName in location brooklyn.config not being used

2016-04-07 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe updated BROOKLYN-250: - Attachment: dropdown.png > displayName in location brooklyn.config not being u

[jira] [Updated] (BROOKLYN-250) displayName in location brooklyn.config not being used

2016-04-07 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe updated BROOKLYN-250: - Description: Observed that the {{displayName}} field populated by the location wizard/yaml

[jira] [Updated] (BROOKLYN-250) displayName in location brooklyn.config not being used

2016-04-07 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe updated BROOKLYN-250: - Description: Observed that the {{displayName}} field populated by the location wizard/yaml

[jira] [Updated] (BROOKLYN-250) displayName in location brooklyn.config not being used

2016-04-07 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe updated BROOKLYN-250: - Description: Observed that the {{displayName}} field populated by the location wizard doesn't

[jira] [Created] (BROOKLYN-250) displayName in location brooklyn.config not being used

2016-04-07 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-250: Summary: displayName in location brooklyn.config not being used Key: BROOKLYN-250 URL: https://issues.apache.org/jira/browse/BROOKLYN-250 Project: Brooklyn

[jira] [Commented] (BROOKLYN-250) displayName in location brooklyn.config not being used

2016-04-07 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230275#comment-15230275 ] John McCabe commented on BROOKLYN-250: -- The {{config}} property in the {{CatalogLocationSummary

[jira] [Updated] (BROOKLYN-250) displayName in location brooklyn.config not being used

2016-04-07 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-250?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe updated BROOKLYN-250: - Description: Observed that the {{displayName}} field populated by the location wizard

[jira] [Commented] (BROOKLYN-250) displayName in location brooklyn.config not being used

2016-04-07 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15230978#comment-15230978 ] John McCabe commented on BROOKLYN-250: -- Addressing in jsgui is messy as the location model is based

[jira] [Created] (BROOKLYN-254) Setting the type in an effector parameter always returns java.lang.Object

2016-04-11 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-254: Summary: Setting the type in an effector parameter always returns java.lang.Object Key: BROOKLYN-254 URL: https://issues.apache.org/jira/browse/BROOKLYN-254 Project

[jira] [Created] (BROOKLYN-253) Effector APIs ParameterSummary should include label property

2016-04-11 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-253: Summary: Effector APIs ParameterSummary should include label property Key: BROOKLYN-253 URL: https://issues.apache.org/jira/browse/BROOKLYN-253 Project: Brooklyn

[jira] [Commented] (BROOKLYN-248) Incorrect name in derived locations

2016-04-06 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15228150#comment-15228150 ] John McCabe commented on BROOKLYN-248: -- How would it be used for a real location use case? I'd have

[jira] [Commented] (BROOKLYN-246) Unable to add byon locations

2016-04-05 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15225993#comment-15225993 ] John McCabe commented on BROOKLYN-246: -- Likewise for the Vagrant location bom, it had been working

[jira] [Created] (BROOKLYN-246) Unable to add byon locations

2016-04-04 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-246: Summary: Unable to add byon locations Key: BROOKLYN-246 URL: https://issues.apache.org/jira/browse/BROOKLYN-246 Project: Brooklyn Issue Type: Bug

[jira] [Updated] (BROOKLYN-246) Unable to add byon locations

2016-04-04 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe updated BROOKLYN-246: - Description: Running both the most recent 0.9.0-SNAPSHOT dist from maven and a freshly build

[jira] [Assigned] (BROOKLYN-280) br cli fails to login to brooklyn instances with self-signed SSL certs

2016-05-23 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe reassigned BROOKLYN-280: Assignee: John McCabe > br cli fails to login to brooklyn instances with self-signed

[jira] [Updated] (BROOKLYN-280) br cli fails to login to brooklyn instances with self-signed SSL certs

2016-05-23 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-280?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe updated BROOKLYN-280: - Description: Attempt to log into Brooklyn with a cert generated following the instructions

[jira] [Commented] (BROOKLYN-276) TomcatServer entity does not install JRE if one is not present

2016-05-23 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15296567#comment-15296567 ] John McCabe commented on BROOKLYN-276: -- assigning to myself so I remember to grab the env yml

[jira] [Assigned] (BROOKLYN-276) TomcatServer entity does not install JRE if one is not present

2016-05-23 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe reassigned BROOKLYN-276: Assignee: John McCabe > TomcatServer entity does not install JRE if one is not pres

[jira] [Comment Edited] (BROOKLYN-280) br cli fails to login to brooklyn instances with self-signed SSL certs

2016-05-23 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15296560#comment-15296560 ] John McCabe edited comment on BROOKLYN-280 at 5/23/16 4:04 PM: --- I'll fix

[jira] [Commented] (BROOKLYN-280) br cli fails to login to brooklyn instances with self-signed SSL certs

2016-05-23 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-280?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15296560#comment-15296560 ] John McCabe commented on BROOKLYN-280: -- I'll fix this, have a test client that works, will need

[jira] [Comment Edited] (BROOKLYN-279) Catalog API lets you submit invalid yaml

2016-05-23 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15296655#comment-15296655 ] John McCabe edited comment on BROOKLYN-279 at 5/23/16 5:05 PM: --- Changing

[jira] [Commented] (BROOKLYN-279) Catalog API lets you submit invalid yaml

2016-05-23 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-279?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15296655#comment-15296655 ] John McCabe commented on BROOKLYN-279: -- Changing issue title following feedback from [~m4rkmckenna

[jira] [Created] (BROOKLYN-275) Private Key Data description in the Add BYON Location Wizard is misleading

2016-05-22 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-275: Summary: Private Key Data description in the Add BYON Location Wizard is misleading Key: BROOKLYN-275 URL: https://issues.apache.org/jira/browse/BROOKLYN-275 Project

[jira] [Created] (BROOKLYN-276) TomcatServer entity does not install JRE if one is not present

2016-05-22 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-276: Summary: TomcatServer entity does not install JRE if one is not present Key: BROOKLYN-276 URL: https://issues.apache.org/jira/browse/BROOKLYN-276 Project: Brooklyn

[jira] [Created] (BROOKLYN-274) App wizard fails for app templates containing locations

2016-05-22 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-274: Summary: App wizard fails for app templates containing locations Key: BROOKLYN-274 URL: https://issues.apache.org/jira/browse/BROOKLYN-274 Project: Brooklyn

[jira] [Commented] (BROOKLYN-276) TomcatServer entity does not install JRE if one is not present

2016-05-23 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15296181#comment-15296181 ] John McCabe commented on BROOKLYN-276: -- [~svet] was actually a docker container, I've been putting

[jira] [Commented] (BROOKLYN-281) Enricher missing `brooklyn.config`: all config values ignored silently

2016-05-24 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15297891#comment-15297891 ] John McCabe commented on BROOKLYN-281: -- [~aled.sage] this looks related to BROOKLYN-279 > Enric

[jira] [Commented] (BROOKLYN-200) Consider using other geo-DNS providers

2016-05-13 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15282849#comment-15282849 ] John McCabe commented on BROOKLYN-200: -- This is still an issue, I reached out to geoscaling.com

[jira] [Created] (BROOKLYN-269) Sensitive external values exposed in debug logs when using external config supplier

2016-05-18 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-269: Summary: Sensitive external values exposed in debug logs when using external config supplier Key: BROOKLYN-269 URL: https://issues.apache.org/jira/browse/BROOKLYN-269

[jira] [Commented] (BROOKLYN-261) Unable to use previous catalog item in the same file if nested inside services

2016-05-04 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15270491#comment-15270491 ] John McCabe commented on BROOKLYN-261: -- Some pertinent additional comments: [~svet

[jira] [Created] (BROOKLYN-261) Unable to use previous catalog item in the same file if nested inside services

2016-05-04 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-261: Summary: Unable to use previous catalog item in the same file if nested inside services Key: BROOKLYN-261 URL: https://issues.apache.org/jira/browse/BROOKLYN-261

[jira] [Created] (BROOKLYN-262) No error thrown when adding app yaml to the catalog with app added to the catalog

2016-05-04 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-262: Summary: No error thrown when adding app yaml to the catalog with app added to the catalog Key: BROOKLYN-262 URL: https://issues.apache.org/jira/browse/BROOKLYN-262

[jira] [Updated] (BROOKLYN-262) No error thrown when adding app yaml to the catalog

2016-05-04 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe updated BROOKLYN-262: - Summary: No error thrown when adding app yaml to the catalog (was: No error thrown when adding

[jira] [Commented] (BROOKLYN-262) No error thrown when adding app yaml to the catalog

2016-05-04 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-262?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15270804#comment-15270804 ] John McCabe commented on BROOKLYN-262: -- fyi [~tbouron]/[~m4rkmckenna] > No error thrown w

[jira] [Created] (BROOKLYN-265) Slow connection to remote Brooklyn allows Deploy button to be clicked multiple times

2016-05-06 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-265: Summary: Slow connection to remote Brooklyn allows Deploy button to be clicked multiple times Key: BROOKLYN-265 URL: https://issues.apache.org/jira/browse/BROOKLYN-265

[jira] [Commented] (BROOKLYN-276) TomcatServer entity does not install JRE if one is not present

2016-07-05 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15362372#comment-15362372 ] John McCabe commented on BROOKLYN-276: -- I've been unable to reproduce this, it's behaving

[jira] [Resolved] (BROOKLYN-276) TomcatServer entity does not install JRE if one is not present

2016-07-05 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe resolved BROOKLYN-276. -- Resolution: Invalid > TomcatServer entity does not install JRE if one is not pres

[jira] [Closed] (BROOKLYN-276) TomcatServer entity does not install JRE if one is not present

2016-07-05 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe closed BROOKLYN-276. Closing as invalid. fyi [~aledsage] > TomcatServer entity does not install JRE if

[jira] [Closed] (BROOKLYN-275) Private Key Data description in the Add BYON Location Wizard is misleading

2016-07-04 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe closed BROOKLYN-275. Resolution: Fixed Fixed in https://github.com/apache/brooklyn-ui/pull/28 Thanks [~tbouron

[jira] [Updated] (BROOKLYN-310) vagrant getting started won't work if docker beta installed on windows

2016-06-30 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe updated BROOKLYN-310: - Description: If the user installs the current Docker beta on Windows (OSX remains unaffected

[jira] [Updated] (BROOKLYN-310) vagrant getting started won't work if docker beta installed on windows

2016-06-30 Thread John McCabe (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] John McCabe updated BROOKLYN-310: - Summary: vagrant getting started won't work if docker beta installed on windows (was: vagrant

[jira] [Created] (BROOKLYN-310) vagrant getting started won't work if docker beta install on windows

2016-06-30 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-310: Summary: vagrant getting started won't work if docker beta install on windows Key: BROOKLYN-310 URL: https://issues.apache.org/jira/browse/BROOKLYN-310 Project

[jira] [Created] (BROOKLYN-443) 0.10.0 and 0.11.0 snapshot docs links 404'ing

2017-02-25 Thread John McCabe (JIRA)
John McCabe created BROOKLYN-443: Summary: 0.10.0 and 0.11.0 snapshot docs links 404'ing Key: BROOKLYN-443 URL: https://issues.apache.org/jira/browse/BROOKLYN-443 Project: Brooklyn Issue