Re: [PROPOSAL] Location model refactoring

2015-12-08 Thread Andrea Turli
Hadrian, Let me go back for a moment to the Brooklyn location definition: IMHO it answers the question *where* to deploy an entity not *how*. If we agree with this naive definition I think I like Alex's proposal of adding 'capabilities' to a location, primarily ssh, winrm but also config mgmt

Re: Issue Deployment Dependencies in Brooklyn

2015-12-24 Thread Andrea Turli
ore/catalog/internal/CatalogUtils.java#L68 > > Thanks, > Abhi > > > > On Thu, Dec 24, 2015 at 1:54 AM, Andrea Turli < > andrea.tu...@cloudsoftcorp.com> wrote: > > > Hi Abhishek, > > > > can you please share the stack trace of the error, please? > >

Re: Issue Deployment Dependencies in Brooklyn

2015-12-24 Thread Andrea Turli
Hi Abhishek, can you please share the stack trace of the error, please? I think it would be useful to have a look at your entities, do you have a github repository for them? I've written a simple dropwizard entity in plain YAML which may help you [1] Notice also that there are other YAML

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

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-22 Thread Andrea Turli
ces: > - type: brooklyn.entity.basic.EmptySoftwareProcess > name: Empty software process > > > A VM gets created in openstack with a floating IP assigned. But the > application is stuck in starting state ( Provisioning> DST Manager) for a > long time .But

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-22 Thread Andrea Turli
Are you testing something like the following? location: jclouds:openstack-devtest-compute: endpoint: https://x.x.x.x:5000/v2.0/ identity: "my-tenant:my-username" credential: password # optional as it should try `ubuntu` anyway - loginUser: ubuntu loginUser.privateKeyData:

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-22 Thread Andrea Turli
Hi, It doesnot seem to pick up the security group value and the private key in > yaml. And root is used as loginUser. > > Debug log : > > .. error acquiring {hostAndPort=x.x.x.x:22, loginUser=root, > > (root:rsa[fingerprint(05:6b:37...) > > > OK, to override "root" you need

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-23 Thread Andrea Turli
t; loginUser: "ubuntu" > loginUser.privateKeyData: "/home/ubuntu/openstack-in-key-g-priv.ppk" > templateOptions: > networks: [ "network-id" ] > floatingIpPoolNames: [ "name-of-my-floatingIp-pool" ] > securityGroups: ['my-security-group

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-24 Thread Andrea Turli
> > debug1: SSH2_MSG_NEWKEYS sent > > debug1: expecting SSH2_MSG_NEWKEYS > > debug1: SSH2_MSG_NEWKEYS received > > debug1: SSH2_MSG_SERVICE_REQUEST sent > > debug1: SSH2_MSG_SERVICE_ACCEPT received > > debug1: Authentications that can continue: publickey > >

Offline tomorrow afternoon

2016-01-19 Thread Andrea Turli
Hi, I've some errands and I'll need to be offline during most of my afternoon. Sorry for the late notice! Andrea

Re: Offline tomorrow afternoon

2016-01-19 Thread Andrea Turli
Sorry, clearly wrong mailing list. Apologies, Andrea On 19 January 2016 at 13:21, Andrea Turli <andrea.tu...@cloudsoftcorp.com> wrote: > Hi, > > I've some errands and I'll need to be offline during most of my afternoon. > > Sorry for the late notice! > > Andrea >

Re: [jira] [Created] (BROOKLYN-226) brooklyn support for eucalyptus

2016-02-16 Thread Andrea Turli
Hi, As you may know Brooklyn relies on Apache jclouds when it needs to provision nodes on the clouds. In case you've not seen [1] jclouds should be able to talk to Eucalyptus and so Brooklyn. Which version is your installation based on? Could you also share here the relavant snippet of your

Re: [VOTE] Accept contribution of Brooklyn CLI

2016-02-18 Thread Andrea Turli
+1 On 18 February 2016 at 17:08, John McCabe wrote: > +1 > > On Thu, 18 Feb 2016 at 15:52 Duncan Godwin < > duncan.god...@cloudsoftcorp.com> > wrote: > > > +1 > > > > On 18 February 2016 at 15:51, David Lloyd wrote: > > > > > +1 > > > > > > /Dave. > >

Re: Google Summer of Code - PaaS services addition proposal

2016-04-13 Thread Andrea Turli
>> * 2016-04-22: Accepted student proposals announced on the Google > >> Summer of Code site. > >> > >> Do you have a link (on the Apache site) to the application you > submitted? > >> > >> Aled > >> > >> > >> On 1

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

2016-04-08 Thread Andrea Turli
+1 I have: - Verified the sha256 for each of the artifacts, verified that each .tar.gz could be unpacked and built the src using the script attached. - Installed + launched Brooklyn from src just built - Created a new fake cloud Location with the location wizard just to the reload the

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

2016-04-07 Thread Andrea Turli
Hi, Borrowing some ideas from Apache jclouds community [1] I'd like to propose to use the same workflow: Validating an Apache Brooklyn release involves verifying the following: - Verify that the checksums are valid. - Verify that the PGP signatures are valid. - Check that the expanded source

Re: Google Summer of Code - PaaS services addition proposal

2016-04-22 Thread Andrea Turli
te some documentation. In any case, I hope this task is not painful > for you. > > Best, > Jose > > [1] https://community.apache.org/mentee-ranking-process.html > > > El 14/04/2016, a las 09:45, Andrea Turli <andrea.tu...@cloudsoftcorp.com> > esc

YAML blueprint: install package utility

2016-05-03 Thread Andrea Turli
hi, I’ve been thinking about an utility to simplify the YAML blueprint creation: from my experience when using VanillaSoftwareProcess is annoying to write a portable script just to install a package (say, java) valid for apt, yum, etc so I usually write it (multiple times) just for an OS. To

Re: YAML blueprint: install package utility

2016-05-03 Thread Andrea Turli
ands: | >>brooklyn-installPackages apt:openjdk-1.8.0 yum:java-1.8.0-openjdk-devel >> java-1.8.0 >> brooklyn-installPackages curl >>brooklyn-runAsRoot cp /tmp/whatever /etc/hosts >> ``` >> >> Andrew. >> >> On Tue, 3 May 2016 at 1

Re: BrooklynNode with a explicit httpPort in cloud

2016-05-05 Thread Andrea Turli
Jose, On 5 May 2016 at 10:30, Jose Carrasco wrote: > Hi all, > > Andrea, thanks for your reply. I have opened a jira issue > https://issues.apache.org/jira/browse/BROOKLYN-263 Thanks! > > Just a pair of question, do you think I should add a gsoc label to my > tasks in order

Re: BrooklynNode with a explicit httpPort in cloud

2016-05-05 Thread Andrea Turli
Jose, Thanks for that. Can you open a jira task to track this issue properly and add the jira issue url in this thread later on? There are a couple of workaround to ypur problem: 1. Can you try a list of required.ports: - 22 - 8082 in the provisioning.properties of your entity? 2.

Re: Google Summer of Code - PaaS services addition proposal

2016-05-02 Thread Andrea Turli
l!! >> >> Thanks a lot to all of you in particular to my GSoC mentor, Andrea. I am >> really looking forward to start :-) >> >> Thank you very much >> JoseEl 22/4/2016 23:21, Andrea Turli <andrea.tu...@cloudsoftcorp.com> >> escribió: >> >>> G

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-27 Thread Andrea Turli
Gowri, could you please share the steps you have done to provision the VM manually and the SSH command to access it? --- Yes, I can manually provision VM with the image ( my-image-id) and ssh > into it using my-keypair . > when you say using `my-keypair`, do you mean, you want to use always a

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-07-11 Thread Andrea Turli
t; NullPointerException) > > > > 2016-06-30 11:08:31,453 WARN o.a.b.c.m.i.EffectorUtils > >> [brooklyn-execmanager-PM0NSrkG-0]: Error invoking start at > >> EmptySoftwareProcessImpl{id=OCLIVRf3}: NullPointerException > > > > 2016-06-30 11:08:31,454 DEB

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-30 Thread Andrea Turli
GIN ] > The private key I am pointing in yaml is generated using putty gen by loading my key - "my-keypair" Any suggestions ? [1]: https://gist.github.com/andreaturli/33509ff74bb8d0cfb77d5ba36c46977e On Mon, Jun 27, 2016 at 1:55 PM, Andrea Turli < andrea.tu...@cloudsoftcorp.com&g

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-30 Thread Andrea Turli
Sorry forgot the link http://docs.openstack.org/user-guide/dashboard_launch_instances.html Il 30/giu/2016 08:18, "Andrea Turli" <andrea.tu...@cloudsoftcorp.com> ha scritto: > Gowri, > > Same suggestion as before. Please follow the first 2 points of this guide >

Re: Need help in deploying Brooklyn on OpenStack liberty

2017-02-03 Thread Andrea Turli
e-keypairs: false >> templateOptions: >> securityGroups: ['Basic'] >> keyPairName: "ubuntuuser" >> >> The above yaml fails with error : " >> >> Error invoking start at EmptySoftwareProcessImpl{id=jXdVjwRS}: Key Pairs >> are

Re: Need help in deploying Brooklyn on OpenStack liberty

2017-01-24 Thread Andrea Turli
ke to know if it is a mistake/config change required at openstack > level as I need to use Brooklyn on Openstack itself. > > Any suggestions ? > > > Error 1: Illegal parameter for 'location' (jclouds:openstack-mitaka-nova); > not resolvable: NoSuchElementException: Cloud pr

Re: Need help in deploying Brooklyn on OpenStack liberty

2017-01-24 Thread Andrea Turli
24 January 2017 at 11:09, Andrea Turli <andrea.tu...@cloudsoftcorp.com> wrote: > Gowri, > > to triage your issue it is important to know (1) the brooklyn version you > are using, could you report that? > > Please try this smoke test blueprint for Openstack > &g

Re: Need help in deploying Brooklyn on OpenStack liberty

2017-01-24 Thread Andrea Turli
xhausted available authentication methods > > Stuck in "provisioning" stage from around 40 mins > > Any suggestions ? > > On Tue, Jan 24, 2017 at 3:43 PM, Andrea Turli < > andrea.tu...@cloudsoftcorp.com> wrote: > > > Sorry Gowri,

Re: Need help in deploying Brooklyn on OpenStack liberty

2017-01-23 Thread Andrea Turli
ker( > ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run( > ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > > Thanks for your help so far. Any suggestion for resolving this? > > > Also we might setup a n

Re: Google Summer of Code - PaaS services addition proposal

2016-08-05 Thread Andrea Turli
ove my participation in the project. > > Thanks a lot. > Best, > Jose > > > El 02/05/2016, a las 11:36, Andrea Turli <andrea.tu...@cloudsoftcorp.com> > escribió: > > > Hi Jose, > > > > We are now in the "Community Bonding Period (April 22 - May

Re: [PROPOSAL] Remove java 7 support

2017-02-27 Thread Andrea Turli
+1 Il 27/feb/2017 14:35, "Geoff Macartney" ha scritto: > +1 > > I have been hoping we could get round to this soon, think it's a good idea. > > > > On Mon, 27 Feb 2017 at 13:09 Aled Sage wrote: > > > Hi all, > > > > I propose we switch to

Re: [PROPOSAL] Remove rest/rest-client from brooklyn-server

2016-09-09 Thread Andrea Turli
10:17, Robert Moss wrote: >> >> +1, prefer separate repo, though. >> >> Robert >> >> On 9 September 2016 at 10:03, Andrea Turli >> <andrea.tu...@cloudsoftcorp.com> >> wrote: >> >>> Hi, >>> >>> I'd

Re: Google Summer of Code - PaaS services addition proposal

2016-09-21 Thread Andrea Turli
gt; Hi all, >>>>> >>>>> Thanks Andrea for your report. As student I can say you are doing a >>> great job as mentor, I am learning a lot about software architectures, >>> patterns, and another principles to develop maintainable and testable code.

Re: Google Summer of Code - Closing Coding Period

2016-08-23 Thread Andrea Turli
Carrasco <jo...@lcc.uma.es> wrote: > Hi all, > > as I mentioned in my previous email [1], today ends the GSoC coding period. > > I would like to thank again to the community the opportunity. Specially, I > would > like to emphasize the importance of the help of Andrea Turli

Re: Children of VanillaSoftwareProcess and service.isUp

2016-10-01 Thread Andrea Turli
Hi Mike, VanillaSoftwareProcess doesn't look after the status of the children by default. You can try by adding a ComputeServiceIndicatorsFromChildrenAndMembers enricher like below: brooklyn.enrichers: - type:

Re: How to Override `imageID` of a Preconfigured Location?

2016-10-20 Thread Andrea Turli
Cant test it now but is this not working? https://cloudsoftcorp.slack.com/archives/D1Z6Z28MU/p147697807243 Il 21/ott/2016 00:31, "Mike Zaccardo" ha scritto: > Hi dev, > > I'd like to override the `imageID` of a location so it applies to all > entities in a

Re: Call for release: Brooklyn 0.10.0

2016-11-24 Thread Andrea Turli
November 2016 at 12:19, Andrea Turli <andrea.tu...@cloudsoftcorp.com> wrote: > Hi there, > > I've released the Apache jclouds 1.9.3-rc1 (see [1] and [2] for more > details) > > Please download, test and vote if you can! > > Andrea > > [1]:

Re: Call for release: Brooklyn 0.10.0

2016-11-17 Thread Andrea Turli
I'm happy to volunteer for releasing an official jclouds 1.9.3 which may be the half-house solution here. wdyt? Andrea On 17 November 2016 at 08:25, Svetoslav Neykov < svetoslav.ney...@cloudsoftcorp.com> wrote: > This is going to be the first release that actually works in Karaf. The > docs

Re: Call for release: Brooklyn 0.10.0

2016-11-16 Thread Andrea Turli
+1 Svet, FYI I'm working on #409 and #415 now that jclouds 2.0 is official released. Andrea On 16 November 2016 at 12:33, Svetoslav Neykov < svetoslav.ney...@cloudsoftcorp.com> wrote: > Is including jclouds 2.0 too big of a change to consider, what do people > think? > If that's considered

Re: Call for release: Brooklyn 0.10.0

2016-11-18 Thread Andrea Turli
owse/BROOKLYN-364 > > > > > > > > On 17/11/2016 11:37, Alex Heneveld wrote: > > > >> That would be a great solution Andrea! > >> > >> Best > >> Alex > >> > >> On 17 Nov 2016 08:18, "Andrea Turli" <andrea.tu...@c

Brooklyn CLI vs curl

2016-12-01 Thread Andrea Turli
Hi team, I'm comparing br cli performance vs plain curl commands and this is some of the surprising results I'm seeing: $ time br app myApp entity myEntity sensor > /dev/null real0m3.833s user0m0.008s sys 0m0.010s and $ br login http://brooklyn:8081 user password $ time curl -s -u

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

2016-12-20 Thread Andrea Turli
+1 (binding) Tested by running Svet's verify script. Do a clean extract of source repo for next steps. --- Checks successfully completed: [✓] Download links work. [✓] Checksums and PGP signatures are valid. [✓] Expanded source archive matches contents of

Re: build breakages

2017-03-20 Thread Andrea Turli
Hi Geoff, thanks for heads-up I think `http://httpbin` instead of `https://httpbin` won't change the logic of the tests as they are not testing ssl in any way. See https://github.com/apache/brooklyn-server/pull/599, this should fix the build. Apologies for the inconvenience, Andrea On 20

Re: Brooklyn website

2017-04-20 Thread Andrea Turli
I think it's a great contribution, much better on a small screen like smartphone. Still `Apache Brooklyn` doesn't fit nicely though. Also maybe instead of the feather, we could keep a brooklyn logo on the bar that remains when you scroll down, wdyt? Il 20/apr/2017 18:12, "Thomas Bouron"

Re: Brooklyn website

2017-04-21 Thread Andrea Turli
f we put only the Brooklyn logo on the navigation bar, I'm worried > that the first section of the homepage won't work anymore. We will need to > put something else there. If you have any ideas, I gladly take suggestions > :) > > Best. > > On Thu, 20 Apr 2017 at 20:26 Andrea Turli <

Re: Failing to deploy

2017-04-16 Thread Andrea Turli
Hi, In addition to the very good suggestione from Thomas, you can also try by adding imageId=RegionOne/76f5f4aa-a78f-4703-b738-cab967957431 to force Brooklyn to pick your Ubuntu 16.04 image. This will couple your blueprint to the specific image, if that is not accettable for you there is also

Re: Failing to deploy

2017-04-16 Thread Andrea Turli
ky with TryStack, :-) ! Thanks for your continued support! I'm attaching blueprints and logs here. Rupinder On Sun, Apr 16, 2017 at 3:01 PM, Rupinder Singh <rupi@gmail.com> wrote: > Thanks Thomas. Andrea. I'll try and get back. > > Rupinder > On 16 Apr 2017 14:31, "Andrea

Re: Failing to deploy

2017-04-22 Thread Andrea Turli
yaml and this time an instance of > ubuntu > >> > 16.04 > >> > >> > did > >> > >> > > show running in TrySStack dashboard. However, it kept starting > >> for > >> > too > >> > >> > long >

Re: [DISCUSS][VOTE] Release Apache Brooklyn 0.11.0 [rc2]

2017-04-26 Thread Andrea Turli
+1 Richard, I personally consider any rebinding issues a release blocker. Sorry for not having seen it during my tests. Does this mean we should agree on a minimum amount of "live" tests that should pass to validate a release? On 26 April 2017 at 09:01, Richard Downer

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

2017-04-25 Thread Andrea Turli
+1 (binding) Checks successfully completed: [✓] Download links work. [✓] Checksums and PGP signatures are valid. [✓] Expanded source archive matches contents of RC tag. [✓] Expanded source archive builds and passes tests. [✓] LICENSE is present and correct. [✓] NOTICE is present and correct,

Re: Trouble with Softlayer private images

2017-08-01 Thread Andrea Turli
Hi Graham, the Brooklyn location for SL you are using in your blueprint looks good to me, so from the Brooklyn perspective that is fine. With my jclouds hat on I'd ask you instead if you have seen http://jclouds.apache.org/guides/softlayer/ and if your SL account can actually "see" that private

Re: Code Contribution: Container Service

2017-05-10 Thread Andrea Turli
+1 Also I think this new set of locations will be the right place for the brooklyn-cloudfoundry location developed by Jose Carrasco during the GSoC 2016 as it is conceptually quite similar. On 10 May 2017 at 16:31, John McCabe wrote: > +1, it's awesome!! > > On Wed, 10 May

Re: Newbie questions

2017-06-02 Thread Andrea Turli
Daan, Looks to me you are in the right track! I'd probably start from https://brooklyn.apache.org/v/latest/locations/#apache-cloudstack to learn how to select images and networks. Best, Andrea Il 01/giu/2017 16:57, "Daan Hoogland" ha scritto: H, This is a usage

Re: Faster PR reviews

2017-05-08 Thread Andrea Turli
Richard, all, thanks for the great discussion. Thanks for moving this forward. I think those that have participated in > this thread are generally in agreement over changing our PR reviewing > standards, although I'm slightly concerned that relatively few people have > contributed to the thread.

Re: Failing to deploy

2017-05-08 Thread Andrea Turli
; hope I made little headway. > > regards > Rupinder > > > > On Sat, Apr 22, 2017 at 2:05 PM, Andrea Turli <andrea.turli@cloudsoftcorp. > com> wrote: > >> Rupinder, >> >> I'm quite confused now, could you please share the manual steps from >>

Re: [VOTE] New standards for PR reviewing.

2017-05-08 Thread Andrea Turli
+1 (binding) On 8 May 2017 at 17:45, Aled Sage wrote: > +1 (binding) > > > > On 08/05/2017 11:55, Richard Downer wrote: > >> There have been recent discussions about how the committers assess PRs for >> merging. The discussion is summarised below and the original thread >>

Re: Apache Brooklyn 1.0 release

2017-10-05 Thread Andrea Turli
+1 to stronger authN FYI I've quickly tried readthedocs -- see https://readthedocs.org/projects/brooklyn-docs/ and it is nice and free, maybe we should consider it for the website. It is an hosted service well integrated with github which offers full text seatrch out of the box. Many others ASF

Re: [PROPOSAL] Split Brooklyn website and documentation

2017-10-06 Thread Andrea Turli
+1 Thomas, didn't know Gitbook at all (that's why I suggested readthedocs) but looks pretty good! Il 06/ott/2017 15:37, "Richard Downer" ha scritto: Hi Thomas, I withdraw my previous comments - I looked at ReadTheDocs last year and was pessimistic, but it seems that GitBook

Re: [PROPOSAL] Split Brooklyn website and documentation

2017-10-17 Thread Andrea Turli
> Alex > > > > >> > > > > >> > > > > >> On 09/10/2017 09:54, Thomas Bouron wrote: > > > > >> > Thanks Mark. > > > > >> > > > > > >> > Regarding maintenance, it will be as easy

Slack channel available

2017-11-09 Thread Andrea Turli
Hi! There is an experimental slack workspace for the Apache Software Foundation. It is still a PoC, but anyone is welcome to join if interested. I've just created a #brooklyn channel there. Anyone with an @apache.org email address can register to "the-asf.slack.com", and once registered anyone

Re: Slack channel available

2017-11-09 Thread Andrea Turli
this PoC? Do you > know the official status of it? Is it supposed to replace IRC in the long > term? > > Anyway, thanks for the tip Andrea, just signed it. > > Best. > On Thu, 9 Nov 2017 at 15:45 Andrea Turli <and...@cloudsoft.io> wrote: > > > Hi! > > >

Re: Digital Ocean Support

2018-05-23 Thread Andrea Turli
Yes, jclouds support digitalocean v2 API. There isn't probably a good documentation for that provider as Brooklyn location, what are you trying to achieve? Il mer 23 mag 2018, 13:07 Duncan Johnston-Watt ha scritto: > Hi. Is Digital Ocean supported by Apache Brooklyn?

Re: Alibaba support

2018-05-23 Thread Andrea Turli
Hi Duncan, Not that I'm aware of, but maybe this is a good question for Apache jclouds user mailing list too? Best On 23 May 2018 at 13:18, Duncan Johnston-Watt wrote: > Hi. We are seeing a big spike in interest in Alibaba. Are there any plans > to support this? Is

Re: Digital Ocean Support

2018-05-23 Thread Andrea Turli
4 777 190 2653 | @duncanjw > > Sent from my iPhone > > > On 23 May 2018, at 12:24, Andrea Turli <and...@cloudsoft.io> wrote: > > > > Yes, jclouds support digitalocean v2 API. > > > > There isn't probably a good documentation for that provider as Bro

Re: New Angular UI for Brooklyn [DISCUSS]

2018-05-28 Thread Andrea Turli
+1 On 28 May 2018 at 14:51, Duncan Grant wrote: > +1 (non-binding) > This will make it much easier for new users to start using Apache Brooklyn. > > On Mon, 28 May 2018 at 13:47 Thomas Bouron com> > wrote: > > > +1 it's a great news! >

Re: Coercing instance types

2018-07-02 Thread Andrea Turli
FYI I've updated JCLOUDS-1379, maybe AWS Pricing API Bulk API could be an elegant solution. Best On 2 July 2018 at 10:00, Aled Sage wrote: > Hi Duncan, > > Agree, this can be an issue for folk not specifying the explicit instance > type - either it not working in newer regions, or it choosing

Re: Get access to Docker Hub

2018-04-04 Thread Andrea Turli
orp.com > > > wrote: > > > Nah that's fine, it would be a nice to have but not essential for now. > > I'll create a JIRA once I'll really require an access. > > > > But thanks for the help Andrea! > > > > Best. > > > > On Tue, 3 Apr 2018 at 1

Re: [DISCUSSION] Kubernetes Helm

2018-04-17 Thread Andrea Turli
Thomas, thanks for taking care of this. Geomacy, I've built brooklyn-{server,dist} on OSX and ran it from CentOS 7 and it works fine as I think `os-maven-plugin` is doing the right incantation Richard, I think helm is a well appreciated tool for kubernetes ecoystem. I think I can donate my

Re: Get access to Docker Hub

2018-04-03 Thread Andrea Turli
you, > Richard and Geoff are admin, do you think you can add me too? > > Best. > > On Tue, 3 Apr 2018 at 15:23 Andrea Turli <and...@cloudsoft.io> wrote: > > > Hi there, > > > > > > looks like ASF infra has fixed the issue > > https://issues.apache.

Re: Get access to Docker Hub

2018-04-03 Thread Andrea Turli
Hi there, looks like ASF infra has fixed the issue https://issues.apache.org/jira/browse/INFRA-16220 Could Geoff, Richard check if you can admin https://hub.docker.com/r/apache/brooklyn/ ? Thanks On 21 March 2018 at 18:02, Andrea Turli <and...@cloudsoft.io> wrote: > Sure, Geoff

Re: Get access to Docker Hub

2018-03-21 Thread Andrea Turli
he.org> wrote: > > > Thanks for arranging this Andrea. Please add me as well: > > > > rdowner at Docker Hub > > richard at ASF > > > > Richard. > > > > > > On 21 March 2018 at 09:04, Andrea Turli <and...@cloudsoft.io> wrote: > > > &

Get access to Docker Hub

2018-03-21 Thread Andrea Turli
hi team, thinking about this comment from duncangrant [1] I think we could ask ASF infra to get access to apache docker hub organization and start pushing docker images for brooklyn to `apache/brooklyn`. Searching for other ASF projects [2] seems pretty common to ask ASF infra to grant access

[jira] [Created] (BROOKLYN-255) Add public and private PaaS support to Brooklyn

2016-04-13 Thread Andrea Turli (JIRA)
Andrea Turli created BROOKLYN-255: - Summary: Add public and private PaaS support to Brooklyn Key: BROOKLYN-255 URL: https://issues.apache.org/jira/browse/BROOKLYN-255 Project: Brooklyn Issue

[jira] [Commented] (BROOKLYN-317) AWS-EC2 provisioning fails: doesn't get public ip when waiting for ssh-reachability

2016-07-29 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-317?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15398993#comment-15398993 ] Andrea Turli commented on BROOKLYN-317: --- I couldn't reproduce the error but I can confirm that ap

[jira] [Created] (BROOKLYN-326) JavaSoftwareProcessSshDriver.tryJavaInstall should require ExitCode Zero

2016-08-08 Thread Andrea Turli (JIRA)
Andrea Turli created BROOKLYN-326: - Summary: JavaSoftwareProcessSshDriver.tryJavaInstall should require ExitCode Zero Key: BROOKLYN-326 URL: https://issues.apache.org/jira/browse/BROOKLYN-326

[jira] [Commented] (BROOKLYN-332) Blocked task holding mutex lives beyond application lifetime and blocks tasks in subsequent applications

2016-08-16 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15423204#comment-15423204 ] Andrea Turli commented on BROOKLYN-332: --- It was localhost. Thanks Sam for reporting it. > Bloc

[jira] [Commented] (BROOKLYN-111) Can't find any useful help / fork Brooklyn thanks to Apache Incubation & dependence on archaic mailing lists

2017-01-27 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15843083#comment-15843083 ] Andrea Turli commented on BROOKLYN-111: --- I think we can close that for long inactivity > Ca

[jira] [Closed] (BROOKLYN-111) Can't find any useful help / fork Brooklyn thanks to Apache Incubation & dependence on archaic mailing lists

2017-01-27 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-111?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Turli closed BROOKLYN-111. - Resolution: Not A Bug > Can't find any useful help / fork Brooklyn thanks to Apache Incubat

[jira] [Resolved] (BROOKLYN-11) Error on Wide Area Cassandra Cluster on Softlayer example

2017-01-27 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-11?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Turli resolved BROOKLYN-11. -- Resolution: Fixed > Error on Wide Area Cassandra Cluster on Softlayer exam

[jira] [Resolved] (BROOKLYN-364) OutOfMemoryError deploying to Softlayer

2017-01-27 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Turli resolved BROOKLYN-364. --- Resolution: Fixed Fix Version/s: 0.11.0 > OutOfMemoryError deploying to Softla

[jira] [Commented] (BROOKLYN-161) Use generated test bundles

2017-01-27 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-161?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15843088#comment-15843088 ] Andrea Turli commented on BROOKLYN-161: --- hi [~hadrian] can you please check if this bug is still

[jira] [Commented] (BROOKLYN-353) Best-practice for adding endpoints to the REST interface?

2016-09-29 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15532206#comment-15532206 ] Andrea Turli commented on BROOKLYN-353: --- Hi [~ilgrosso], I don't think we have any best practice

[jira] [Commented] (BROOKLYN-353) Best-practice for adding endpoints to the REST interface?

2016-09-29 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15532260#comment-15532260 ] Andrea Turli commented on BROOKLYN-353: --- Likewise, [~ilgrosso] Sounds reasonable, but I agree

[jira] [Commented] (BROOKLYN-353) Best-practice for adding endpoints to the REST interface?

2016-09-29 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15532335#comment-15532335 ] Andrea Turli commented on BROOKLYN-353: --- [~ilgrosso] I guess this may be similar to what [~rdowner

[jira] [Created] (BROOKLYN-359) Remove from docs SL Object Store

2016-10-10 Thread Andrea Turli (JIRA)
Andrea Turli created BROOKLYN-359: - Summary: Remove from docs SL Object Store Key: BROOKLYN-359 URL: https://issues.apache.org/jira/browse/BROOKLYN-359 Project: Brooklyn Issue Type: Bug

[jira] [Commented] (BROOKLYN-358) jclouds "swift" missing from karaf build

2016-10-10 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-358?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15562673#comment-15562673 ] Andrea Turli commented on BROOKLYN-358: --- I think it is mostly a documentation problem, brooklyn

[jira] [Commented] (BROOKLYN-527) Support deploy in azure using ARM template

2017-08-16 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-527?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16128524#comment-16128524 ] Andrea Turli commented on BROOKLYN-527: --- Interesting question [~aileen.wei]. There are no plans

[jira] [Resolved] (BROOKLYN-527) Support deploy in azure using ARM template

2017-08-16 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Turli resolved BROOKLYN-527. --- Resolution: Done Assignee: Andrea Turli > Support deploy in azure using ARM templ

[jira] [Commented] (BROOKLYN-541) ActiveMQ Artemis Component

2017-10-04 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16191147#comment-16191147 ] Andrea Turli commented on BROOKLYN-541: --- Thanks for reporting this. Just to clarify

[jira] [Updated] (BROOKLYN-542) Can't use a Freemarker template hashes in a blueprint

2017-10-05 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Turli updated BROOKLYN-542: -- Summary: Can't use a Freemarker template hashes in a blueprint (was: Can't use a Freemarker

[jira] [Created] (BROOKLYN-542) Can't use a Freemarker template hashes in YAML

2017-10-05 Thread Andrea Turli (JIRA)
Andrea Turli created BROOKLYN-542: - Summary: Can't use a Freemarker template hashes in YAML Key: BROOKLYN-542 URL: https://issues.apache.org/jira/browse/BROOKLYN-542 Project: Brooklyn Issue

[jira] [Closed] (BROOKLYN-542) Can't use a Freemarker template hashes in a blueprint

2018-02-15 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Turli closed BROOKLYN-542. - Resolution: Unresolved > Can't use a Freemarker template hashes in a bluepr

[jira] [Created] (BROOKLYN-583) Update jclouds version to 2.1.0

2018-02-22 Thread Andrea Turli (JIRA)
Andrea Turli created BROOKLYN-583: - Summary: Update jclouds version to 2.1.0 Key: BROOKLYN-583 URL: https://issues.apache.org/jira/browse/BROOKLYN-583 Project: Brooklyn Issue Type

[jira] [Assigned] (BROOKLYN-583) Update jclouds version to 2.1.0

2018-02-22 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Turli reassigned BROOKLYN-583: - Assignee: Andrea Turli > Update jclouds version to 2.

[jira] [Resolved] (BROOKLYN-583) Update jclouds version to 2.1.0

2018-02-22 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Turli resolved BROOKLYN-583. --- Resolution: Fixed > Update jclouds version to 2.

[jira] [Updated] (BROOKLYN-583) Update jclouds version to 2.1.0

2018-02-22 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/BROOKLYN-583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrea Turli updated BROOKLYN-583: -- Fix Version/s: 1.0.0 > Update jclouds version to 2.

[jira] [Created] (BROOKLYN-584) Support jclouds ContextLinking

2018-02-23 Thread Andrea Turli (JIRA)
Andrea Turli created BROOKLYN-584: - Summary: Support jclouds ContextLinking Key: BROOKLYN-584 URL: https://issues.apache.org/jira/browse/BROOKLYN-584 Project: Brooklyn Issue Type

jclouds-karaf discussion

2019-04-09 Thread Andrea Turli (apache.org)
Hi, there is an interesting discussion going on at https://lists.apache.org/thread.html/363dd8855b1bccf44bbdc837458eeb3e700ad499e5783532633e12dd@%3Cdev.jclouds.apache.org%3E Feel free to join. Best

  1   2   >