Re: Google Summer of Code - PaaS services addition proposal

2016-08-05 Thread Andrea Turli
SoC, I should ask more questions > about new functionalities and how they should be implemented before > coding. Does the community use gitter? > > In other words, I am still a novice here and I have much to learn. Hence, > I will appreciate any advice and suggestion > in order to

Re: Google Summer of Code - Closing Coding Period

2016-08-23 Thread Andrea Turli
Carrasco 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 during this > perio

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

2016-09-09 Thread Andrea Turli
Hi, I'd like to move `rest/rest-client` out of `brooklyn-server` brooklyn-server has a dependency on resteasy which is used only by the rest/rest-client module. Having resteasy and cxf (two jax-rs implementations) in the classpath looks redundant to me. Also the extra work needed to support osgi

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

2016-09-09 Thread Andrea Turli
p-level list > of brooklyn sub-projects tighter (server and client has a nice symmetry ... > and given how much larger server is than all the clients, it'd be odd and > distracting to have multiple client projects) > > --a > > > > On 09/09/2016 10:17, Robert Moss wro

Re: Google Summer of Code - PaaS services addition proposal

2016-09-21 Thread Andrea Turli
loudfoundry.org/devguide/services/application- >>> binding.html#bind >>>> >>>> El 05/08/2016, a las 19:17, Jose Carrasco escribió: >>>> >>>>> Hi all, >>>>> >>>>> Thanks Andrea for your report. As student I

Re: Children of VanillaSoftwareProcess and service.isUp

2016-09-30 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: org.apache.brooklyn.core.entity.lifecycle.ServiceStateLogic$ComputeServiceIndicatorsFr

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 blueprint. Consider this simple bl

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 too

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 are

Re: Call for release: Brooklyn 0.10.0

2016-11-18 Thread Andrea Turli
> > > > > > > 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" > >> wrote:

Re: Call for release: Brooklyn 0.10.0

2016-11-24 Thread Andrea Turli
HTH, Andrea On 18 November 2016 at 12:19, Andrea Turli 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]: https://list

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: [DISCUSS][VOTE] Release Apache Brooklyn 0.10.0 [rc1]

2016-12-06 Thread Andrea Turli
+1 Run the verification script attached to check the rc1: [x] Download links work. [x] Binaries work [x] Checksums and PGP signatures are valid. [x] Expanded source archive matches contents of RC tag. [x] Expanded source archive builds and passes tests. [x] LICENSE is present and correct. [x] NOT

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: [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 brookl

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. > > > > > > On 18/02/2016 15:25, Richard Downer

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 arc

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 br

Re: Google Summer of Code - PaaS services addition proposal

2016-04-12 Thread Andrea Turli
d on the Google > >> Summer of Code site. > >> > >> Do you have a link (on the Apache site) to the application you > submitted? > >> > >> Aled > >> > >> > >> On 12/04/2016 22:33, Jose Carrasco wrote: > >>> Hi Aled. >

Re: Google Summer of Code - PaaS services addition proposal

2016-04-14 Thread Andrea Turli
o review in depth the proposal and to take a decision. > > Thanks again. > Best, > Jose > > > > > El 13/04/2016, a las 08:57, Andrea Turli > escribió: > > > Jose, > > > > I'm indeed happy to mentor you. > > > > I will try to add mys

Re: Google Summer of Code - PaaS services addition proposal

2016-04-22 Thread Andrea Turli
n 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 > escribió: > > > Jose, > > > > thanks for the reminder. &g

Re: Google Summer of Code - PaaS services addition proposal

2016-05-02 Thread Andrea Turli
> 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 >> escribió: >> >>> Good news for Brooklyn: the proposal got accepted [1] &g

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 incr

Re: YAML blueprint: install package utility

2016-05-03 Thread Andrea Turli
klyn-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 11:24 Andrea Turli >> w

Re: BrooklynNode with a explicit httpPort in cloud

2016-05-04 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. Alternative

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 to maintain the gs

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 #imag

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-22 Thread Andrea Turli
t; - 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 application is still in star

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-22 Thread Andrea Turli
--- BEGIN SSH2 PUBLIC KEY > my..public--key--data END SSH2 PUBLIC KEY > name: VM-new6 > services: > - type: brooklyn.entity.basic.EmptySoftwareProcess > name: Empty software process > > > But Still same issue. It doesnot seem to add my key to the VM. Any > sugge

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 `logi

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: /pa

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-23 Thread Andrea Turli
Hi Gowri, > 2016-06-23 06:05:12,297 WARN o.a.b.l.j.JcloudsLocation > [brooklyn-execmanager-XlwkWB3k-312]: Ignoring request to set template > option loginUser because this is not supported by > org.jclouds.openstack.nova.v2_0.compute.options.NovaTemplateOptions > 2016-06-23 06:05:12,298 WARN o.a.

Re: Need help in deploying Brooklyn on OpenStack liberty

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

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-24 Thread Andrea Turli
ect > > 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 contin

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-06-29 Thread Andrea Turli
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> wrote: > Gowri

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-06-29 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" ha scritto: > Gowri, > > Same suggestion as before. Please follow the first 2 points of this guide > [1] to verify that you can manually laun

Re: Need help in deploying Brooklyn on OpenStack liberty

2016-07-11 Thread Andrea Turli
) > > > > 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 DEBUG o.a.b.u.c.t.BasicExecutionMa

Re: Need help in deploying Brooklyn on OpenStack liberty

2017-01-23 Thread Andrea Turli
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 new openstack i

Re: Need help in deploying Brooklyn on OpenStack liberty

2017-01-24 Thread Andrea Turli
ere now. I would > really like 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 re

Re: Need help in deploying Brooklyn on OpenStack liberty

2017-01-24 Thread Andrea Turli
On 24 January 2017 at 11:09, Andrea Turli 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 > > services: > - type: server >

Re: Need help in deploying Brooklyn on OpenStack liberty

2017-01-24 Thread Andrea Turli
ailable 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, > > > > I&#

Re: Need help in deploying Brooklyn on OpenStack liberty

2017-02-03 Thread Andrea Turli
t; # optional >> imageId: RegionOne/imageID >> loginUser: 'ubuntu' >> loginUser.privateKeyFile: /home/ubuntu/Key/ubuntuuser.pem >> jclouds.openstack-nova.auto-generate-keypairs: false >> templateOptions: >> securityGroups: [

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 Java 8 for Apache Brooklyn (i.e. require Java 8; > > rem

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 March

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 us

Re: Failing to deploy

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

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" ha scritt

Re: Brooklyn website

2017-04-21 Thread Andrea Turli
n 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 > wrote: &

Re: Failing to deploy

2017-04-22 Thread Andrea Turli
gt; >> > > show running in TrySStack dashboard. However, it kept starting > >> for > >> > too > >> > >> > long > >> > >> > > and then crashed. The blueprint and logs are attached he

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, inclu

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 wrote: > Bug BROOKLYN-493[

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: [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 >> available at [1]. >> >

Re: Failing to deploy

2017-05-08 Thread Andrea Turli
I tried that with blueprint(as attached bp2) in Brooklyn. It > does create usable instance and I'm able to puTTY( apparently telnet) into > it with those credentials.For all other OSes I'll have to SSH. > > I'm trying. I may need to to catchup some more reading. Fo

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 2017, 13:22 Geoff Mac

Re: [VOTE] Accept contribution of Brooklyn Container Service

2017-05-31 Thread Andrea Turli
+1 (binding) Il 31/mag/2017 12:56, "Andrew Kennedy" ha scritto: > All, > > - https://github.com/cloudsoft/brooklyn-container-service > > This repository contains Brooklyn Container Service, which is a set of > locations and entities for Apache Brooklyn that allow deployment of > applications to

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 question but aws there is no

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 i

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 pr

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 this year is a diffe

Re: [PROPOSAL] Split Brooklyn website and documentation

2017-10-17 Thread Andrea Turli
> > >> shapes up with styling and guide-v-website integration. > > > > >> > > > > >> Best > > > > >> Alex > > > > >> > > > > >> > > > > >> On 09/10/2017 09:54, Thomas Bouron wrote: > >

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 ca

Re: Slack channel available

2017-11-09 Thread Andrea Turli
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 wrote: > > > Hi! > > > > There is an experimental slack workspace for the Apa

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 to

Re: Get access to Docker Hub

2018-03-21 Thread Andrea Turli
drea. Please add me as well: > > > > rdowner at Docker Hub > > richard at ASF > > > > Richard. > > > > > > On 21 March 2018 at 09:04, Andrea Turli wrote: > > > > > hi team, > > > > > > thinking about this comment from duncang

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 wrote: > Sure, Geoff! > > FYI https://issues.a

Re: Get access to Docker Hub

2018-04-03 Thread Andrea Turli
re admin, do you think you can add me too? > > Best. > > On Tue, 3 Apr 2018 at 15:23 Andrea Turli wrote: > > > Hi there, > > > > > > looks like ASF infra has fixed the issue > > https://issues.apache.org/jira/browse/INFRA-16220 > > > >

Re: Get access to Docker Hub

2018-04-04 Thread Andrea Turli
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 16:06 Andrea Turli wrote: > > > > > Thomas,

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 wo

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? It is listed as a > jclouds

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 anyone talking to Alibaba ab

Re: Digital Ocean Support

2018-05-23 Thread Andrea Turli
that adding > Apache Brooklyn support would not be that hard? > > Anecdotally I understand that they have a strong presence in South East > Asia. > > HTH. > > Best > -- > Duncan Johnston-Watt > CEO, Blockchain Technology Partners > +44 777 190 2653 | @duncanjw >

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! > > > > On Mon, 28 May 2018 at 13:40 Geoff Macartney > > wro

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 a

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 tool

Re: Brooklyn Persistence Style Adoption

2015-12-10 Thread Andrea Turli
Hi Abni, I think you could take a look at [1], which implements the jclouds' BlobStore abstraction using your local filesystem. Hopefully, [2] and [3] may be useful for getting the idea of that `api` and see if it is useful for you. Best, Andrea [1]: https://github.com/jclouds/jclouds/tree/f832

Re: Brooklyn Persistence Style Adoption

2015-12-10 Thread Andrea Turli
Ops I think I missed [3]: https://github.com/jclouds/jclouds-examples/tree/master/blobstore-scala-filesystem On 10 December 2015 at 10:06, Andrea Turli wrote: > Hi Abni, > > I think you could take a look at [1], which implements the jclouds' > BlobStore abstraction using your

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 bluepri

Re: Issue Deployment Dependencies in Brooklyn

2015-12-24 Thread Andrea Turli
va#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? > > > > I think it would be

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 wrote: > Hi, > > I've some errands and I'll need to be offline during most of my afternoon. > > Sorry for the late notice! > > Andrea >

[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&focusedCommentId=15398993#comment-15398993 ] Andrea Turli commented on BROOKLYN-317: --- I couldn't reproduce the error

[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&focusedCommentId=15423204#comment-15423204 ] Andrea Turli commented on BROOKLYN-332: --- It was localhost. Thanks Sam

[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&focusedCommentId=15532206#comment-15532206 ] Andrea Turli commented on BROOKLYN-353: --- Hi [~ilgrosso], I don't thin

[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&focusedCommentId=15532260#comment-15532260 ] Andrea Turli commented on BROOKLYN-353: --- Likewise, [~ilgrosso] Sounds reason

[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&focusedCommentId=15532335#comment-15532335 ] Andrea Turli commented on BROOKLYN-353: --- [~ilgrosso] I guess this may be sim

[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&focusedCommentId=15562673#comment-15562673 ] Andrea Turli commented on BROOKLYN-358: --- I think it is mostly a documenta

[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-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&focusedCommentId=15843083#comment-15843083 ] Andrea Turli commented on BROOKLYN-111: --- I think we can close that for

[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 In

[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&focusedCommentId=15843088#comment-15843088 ] Andrea Turli commented on BROOKLYN-161: --- hi [~hadrian] can you please chec

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

[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&focusedCommentId=16128524#comment-16128524 ] Andrea Turli commented on BROOKLYN-527: --- Interesting question [~aileen

[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&focusedCommentId=16191147#comment-16191147 ] Andrea Turli commented on BROOKLYN-541: --- Thanks for reporting this. Jus

  1   2   >