You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jclouds.apache.org by Ignasi Barrera <na...@apache.org> on 2017/05/09 20:33:33 UTC

Apache jclouds needs your help

Hi!

I'm Ignasi, from Apache jclouds. I'm cross-posting this to the
jclouds-dev list too since we are looking for help with an integration
we have with Karaf.

We have the jclouds-karaf project [1] that hosts several features for
easy installation of jclouds in Karaf and provides custom commands to
manage the different cloud providers we support. We've recently
upgraded it from Karaf 2.3.11 to Karaf 4.0.8, and we've hit some
issues we have not been able to resolve yet.

We have a CLI built on top of that [2], which is a branded Karaf that
already includes the jclouds features and a couple shell scripts to
expose the commands so they are easily scriptable. This CLI is what
we've not been able to fix.

The CLI runner class [3] does not compile with Karaf 4.0.8, and we
haven't been able to find the right replacements to the classes in use
nor documentation we can follow to properly upgrade that class.


We would highly appreciate your help and pointers to upgrade the CLI
and have it working with Karaf 4.0.8. We're stuck there and need your
help so we can have it fixed for the next jclouds release.


Thank you very much!

I.



[1] https://github.com/jclouds/jclouds-karaf
[2] https://github.com/jclouds/jclouds-cli
[3] https://github.com/jclouds/jclouds-cli/blob/master/runner/src/main/java/org/jclouds/cli/runner/Main.java

Re: Apache jclouds needs your help

Posted by Andrew Phillips <ap...@qrmedia.com>.
> I just wanted to say thanks for your quick and great support.

A big +1 to that - many thanks for helping out!

ap

Re: Apache jclouds needs your help

Posted by Andrew Phillips <ap...@qrmedia.com>.
> I just wanted to say thanks for your quick and great support.

A big +1 to that - many thanks for helping out!

ap

Re: Apache jclouds needs your help

Posted by Ignasi Barrera <na...@apache.org>.
Hi!

I just wanted to say thanks for your quick and great support. We have
everything working again!
I'll start having a look at the new command API and start upgrading
our code to the new APIs. It will be a great opportunity to learn more
about Karaf and to get more familiar with it :)


Thank you all!

I.

On 10 May 2017 at 09:54, Guillaume Nodet <gn...@apache.org> wrote:
> I've created a PR to add build time verification of all karaf features.
> Btw, if you're planning on requiring karaf >= 4, it would be interesting to
> switch to the new api instead of the deprecated one for commands.
>
> 2017-05-10 8:49 GMT+02:00 Ignasi Barrera <na...@apache.org>:
>
>> Feel free to ping us here or on the #jclouds IRC channel.
>> Thank you very much!
>>
>> On 10 May 2017 at 06:01, Jean-Baptiste Onofré <jb...@nanthrax.net> wrote:
>> > Hi Ignasi,
>> >
>> > Thanks for the update. As I already worked on jclouds, I will help you on
>> > this.
>> >
>> > Let me take a look and I keep you posted.
>> >
>> > Regards
>> > JB
>> >
>> >
>> > On 05/09/2017 10:33 PM, Ignasi Barrera wrote:
>> >>
>> >> Hi!
>> >>
>> >> I'm Ignasi, from Apache jclouds. I'm cross-posting this to the
>> >> jclouds-dev list too since we are looking for help with an integration
>> >> we have with Karaf.
>> >>
>> >> We have the jclouds-karaf project [1] that hosts several features for
>> >> easy installation of jclouds in Karaf and provides custom commands to
>> >> manage the different cloud providers we support. We've recently
>> >> upgraded it from Karaf 2.3.11 to Karaf 4.0.8, and we've hit some
>> >> issues we have not been able to resolve yet.
>> >>
>> >> We have a CLI built on top of that [2], which is a branded Karaf that
>> >> already includes the jclouds features and a couple shell scripts to
>> >> expose the commands so they are easily scriptable. This CLI is what
>> >> we've not been able to fix.
>> >>
>> >> The CLI runner class [3] does not compile with Karaf 4.0.8, and we
>> >> haven't been able to find the right replacements to the classes in use
>> >> nor documentation we can follow to properly upgrade that class.
>> >>
>> >>
>> >> We would highly appreciate your help and pointers to upgrade the CLI
>> >> and have it working with Karaf 4.0.8. We're stuck there and need your
>> >> help so we can have it fixed for the next jclouds release.
>> >>
>> >>
>> >> Thank you very much!
>> >>
>> >> I.
>> >>
>> >>
>> >>
>> >> [1] https://github.com/jclouds/jclouds-karaf
>> >> [2] https://github.com/jclouds/jclouds-cli
>> >> [3]
>> >> https://github.com/jclouds/jclouds-cli/blob/master/
>> runner/src/main/java/org/jclouds/cli/runner/Main.java
>> >>
>> >
>> > --
>> > Jean-Baptiste Onofré
>> > jbonofre@apache.org
>> > http://blog.nanthrax.net
>> > Talend - http://www.talend.com
>>
>
>
>
> --
> ------------------------
> Guillaume Nodet

Re: Apache jclouds needs your help

Posted by Ignasi Barrera <na...@apache.org>.
Hi!

I just wanted to say thanks for your quick and great support. We have
everything working again!
I'll start having a look at the new command API and start upgrading
our code to the new APIs. It will be a great opportunity to learn more
about Karaf and to get more familiar with it :)


Thank you all!

I.

On 10 May 2017 at 09:54, Guillaume Nodet <gn...@apache.org> wrote:
> I've created a PR to add build time verification of all karaf features.
> Btw, if you're planning on requiring karaf >= 4, it would be interesting to
> switch to the new api instead of the deprecated one for commands.
>
> 2017-05-10 8:49 GMT+02:00 Ignasi Barrera <na...@apache.org>:
>
>> Feel free to ping us here or on the #jclouds IRC channel.
>> Thank you very much!
>>
>> On 10 May 2017 at 06:01, Jean-Baptiste Onofré <jb...@nanthrax.net> wrote:
>> > Hi Ignasi,
>> >
>> > Thanks for the update. As I already worked on jclouds, I will help you on
>> > this.
>> >
>> > Let me take a look and I keep you posted.
>> >
>> > Regards
>> > JB
>> >
>> >
>> > On 05/09/2017 10:33 PM, Ignasi Barrera wrote:
>> >>
>> >> Hi!
>> >>
>> >> I'm Ignasi, from Apache jclouds. I'm cross-posting this to the
>> >> jclouds-dev list too since we are looking for help with an integration
>> >> we have with Karaf.
>> >>
>> >> We have the jclouds-karaf project [1] that hosts several features for
>> >> easy installation of jclouds in Karaf and provides custom commands to
>> >> manage the different cloud providers we support. We've recently
>> >> upgraded it from Karaf 2.3.11 to Karaf 4.0.8, and we've hit some
>> >> issues we have not been able to resolve yet.
>> >>
>> >> We have a CLI built on top of that [2], which is a branded Karaf that
>> >> already includes the jclouds features and a couple shell scripts to
>> >> expose the commands so they are easily scriptable. This CLI is what
>> >> we've not been able to fix.
>> >>
>> >> The CLI runner class [3] does not compile with Karaf 4.0.8, and we
>> >> haven't been able to find the right replacements to the classes in use
>> >> nor documentation we can follow to properly upgrade that class.
>> >>
>> >>
>> >> We would highly appreciate your help and pointers to upgrade the CLI
>> >> and have it working with Karaf 4.0.8. We're stuck there and need your
>> >> help so we can have it fixed for the next jclouds release.
>> >>
>> >>
>> >> Thank you very much!
>> >>
>> >> I.
>> >>
>> >>
>> >>
>> >> [1] https://github.com/jclouds/jclouds-karaf
>> >> [2] https://github.com/jclouds/jclouds-cli
>> >> [3]
>> >> https://github.com/jclouds/jclouds-cli/blob/master/
>> runner/src/main/java/org/jclouds/cli/runner/Main.java
>> >>
>> >
>> > --
>> > Jean-Baptiste Onofré
>> > jbonofre@apache.org
>> > http://blog.nanthrax.net
>> > Talend - http://www.talend.com
>>
>
>
>
> --
> ------------------------
> Guillaume Nodet

Re: Apache jclouds needs your help

Posted by Guillaume Nodet <gn...@apache.org>.
I've created a PR to add build time verification of all karaf features.
Btw, if you're planning on requiring karaf >= 4, it would be interesting to
switch to the new api instead of the deprecated one for commands.

2017-05-10 8:49 GMT+02:00 Ignasi Barrera <na...@apache.org>:

> Feel free to ping us here or on the #jclouds IRC channel.
> Thank you very much!
>
> On 10 May 2017 at 06:01, Jean-Baptiste Onofré <jb...@nanthrax.net> wrote:
> > Hi Ignasi,
> >
> > Thanks for the update. As I already worked on jclouds, I will help you on
> > this.
> >
> > Let me take a look and I keep you posted.
> >
> > Regards
> > JB
> >
> >
> > On 05/09/2017 10:33 PM, Ignasi Barrera wrote:
> >>
> >> Hi!
> >>
> >> I'm Ignasi, from Apache jclouds. I'm cross-posting this to the
> >> jclouds-dev list too since we are looking for help with an integration
> >> we have with Karaf.
> >>
> >> We have the jclouds-karaf project [1] that hosts several features for
> >> easy installation of jclouds in Karaf and provides custom commands to
> >> manage the different cloud providers we support. We've recently
> >> upgraded it from Karaf 2.3.11 to Karaf 4.0.8, and we've hit some
> >> issues we have not been able to resolve yet.
> >>
> >> We have a CLI built on top of that [2], which is a branded Karaf that
> >> already includes the jclouds features and a couple shell scripts to
> >> expose the commands so they are easily scriptable. This CLI is what
> >> we've not been able to fix.
> >>
> >> The CLI runner class [3] does not compile with Karaf 4.0.8, and we
> >> haven't been able to find the right replacements to the classes in use
> >> nor documentation we can follow to properly upgrade that class.
> >>
> >>
> >> We would highly appreciate your help and pointers to upgrade the CLI
> >> and have it working with Karaf 4.0.8. We're stuck there and need your
> >> help so we can have it fixed for the next jclouds release.
> >>
> >>
> >> Thank you very much!
> >>
> >> I.
> >>
> >>
> >>
> >> [1] https://github.com/jclouds/jclouds-karaf
> >> [2] https://github.com/jclouds/jclouds-cli
> >> [3]
> >> https://github.com/jclouds/jclouds-cli/blob/master/
> runner/src/main/java/org/jclouds/cli/runner/Main.java
> >>
> >
> > --
> > Jean-Baptiste Onofré
> > jbonofre@apache.org
> > http://blog.nanthrax.net
> > Talend - http://www.talend.com
>



-- 
------------------------
Guillaume Nodet

Re: Apache jclouds needs your help

Posted by Guillaume Nodet <gn...@apache.org>.
I've created a PR to add build time verification of all karaf features.
Btw, if you're planning on requiring karaf >= 4, it would be interesting to
switch to the new api instead of the deprecated one for commands.

2017-05-10 8:49 GMT+02:00 Ignasi Barrera <na...@apache.org>:

> Feel free to ping us here or on the #jclouds IRC channel.
> Thank you very much!
>
> On 10 May 2017 at 06:01, Jean-Baptiste Onofré <jb...@nanthrax.net> wrote:
> > Hi Ignasi,
> >
> > Thanks for the update. As I already worked on jclouds, I will help you on
> > this.
> >
> > Let me take a look and I keep you posted.
> >
> > Regards
> > JB
> >
> >
> > On 05/09/2017 10:33 PM, Ignasi Barrera wrote:
> >>
> >> Hi!
> >>
> >> I'm Ignasi, from Apache jclouds. I'm cross-posting this to the
> >> jclouds-dev list too since we are looking for help with an integration
> >> we have with Karaf.
> >>
> >> We have the jclouds-karaf project [1] that hosts several features for
> >> easy installation of jclouds in Karaf and provides custom commands to
> >> manage the different cloud providers we support. We've recently
> >> upgraded it from Karaf 2.3.11 to Karaf 4.0.8, and we've hit some
> >> issues we have not been able to resolve yet.
> >>
> >> We have a CLI built on top of that [2], which is a branded Karaf that
> >> already includes the jclouds features and a couple shell scripts to
> >> expose the commands so they are easily scriptable. This CLI is what
> >> we've not been able to fix.
> >>
> >> The CLI runner class [3] does not compile with Karaf 4.0.8, and we
> >> haven't been able to find the right replacements to the classes in use
> >> nor documentation we can follow to properly upgrade that class.
> >>
> >>
> >> We would highly appreciate your help and pointers to upgrade the CLI
> >> and have it working with Karaf 4.0.8. We're stuck there and need your
> >> help so we can have it fixed for the next jclouds release.
> >>
> >>
> >> Thank you very much!
> >>
> >> I.
> >>
> >>
> >>
> >> [1] https://github.com/jclouds/jclouds-karaf
> >> [2] https://github.com/jclouds/jclouds-cli
> >> [3]
> >> https://github.com/jclouds/jclouds-cli/blob/master/
> runner/src/main/java/org/jclouds/cli/runner/Main.java
> >>
> >
> > --
> > Jean-Baptiste Onofré
> > jbonofre@apache.org
> > http://blog.nanthrax.net
> > Talend - http://www.talend.com
>



-- 
------------------------
Guillaume Nodet

Re: Apache jclouds needs your help

Posted by Ignasi Barrera <na...@apache.org>.
Feel free to ping us here or on the #jclouds IRC channel.
Thank you very much!

On 10 May 2017 at 06:01, Jean-Baptiste Onofré <jb...@nanthrax.net> wrote:
> Hi Ignasi,
>
> Thanks for the update. As I already worked on jclouds, I will help you on
> this.
>
> Let me take a look and I keep you posted.
>
> Regards
> JB
>
>
> On 05/09/2017 10:33 PM, Ignasi Barrera wrote:
>>
>> Hi!
>>
>> I'm Ignasi, from Apache jclouds. I'm cross-posting this to the
>> jclouds-dev list too since we are looking for help with an integration
>> we have with Karaf.
>>
>> We have the jclouds-karaf project [1] that hosts several features for
>> easy installation of jclouds in Karaf and provides custom commands to
>> manage the different cloud providers we support. We've recently
>> upgraded it from Karaf 2.3.11 to Karaf 4.0.8, and we've hit some
>> issues we have not been able to resolve yet.
>>
>> We have a CLI built on top of that [2], which is a branded Karaf that
>> already includes the jclouds features and a couple shell scripts to
>> expose the commands so they are easily scriptable. This CLI is what
>> we've not been able to fix.
>>
>> The CLI runner class [3] does not compile with Karaf 4.0.8, and we
>> haven't been able to find the right replacements to the classes in use
>> nor documentation we can follow to properly upgrade that class.
>>
>>
>> We would highly appreciate your help and pointers to upgrade the CLI
>> and have it working with Karaf 4.0.8. We're stuck there and need your
>> help so we can have it fixed for the next jclouds release.
>>
>>
>> Thank you very much!
>>
>> I.
>>
>>
>>
>> [1] https://github.com/jclouds/jclouds-karaf
>> [2] https://github.com/jclouds/jclouds-cli
>> [3]
>> https://github.com/jclouds/jclouds-cli/blob/master/runner/src/main/java/org/jclouds/cli/runner/Main.java
>>
>
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com

Re: Apache jclouds needs your help

Posted by Ignasi Barrera <na...@apache.org>.
Feel free to ping us here or on the #jclouds IRC channel.
Thank you very much!

On 10 May 2017 at 06:01, Jean-Baptiste Onofré <jb...@nanthrax.net> wrote:
> Hi Ignasi,
>
> Thanks for the update. As I already worked on jclouds, I will help you on
> this.
>
> Let me take a look and I keep you posted.
>
> Regards
> JB
>
>
> On 05/09/2017 10:33 PM, Ignasi Barrera wrote:
>>
>> Hi!
>>
>> I'm Ignasi, from Apache jclouds. I'm cross-posting this to the
>> jclouds-dev list too since we are looking for help with an integration
>> we have with Karaf.
>>
>> We have the jclouds-karaf project [1] that hosts several features for
>> easy installation of jclouds in Karaf and provides custom commands to
>> manage the different cloud providers we support. We've recently
>> upgraded it from Karaf 2.3.11 to Karaf 4.0.8, and we've hit some
>> issues we have not been able to resolve yet.
>>
>> We have a CLI built on top of that [2], which is a branded Karaf that
>> already includes the jclouds features and a couple shell scripts to
>> expose the commands so they are easily scriptable. This CLI is what
>> we've not been able to fix.
>>
>> The CLI runner class [3] does not compile with Karaf 4.0.8, and we
>> haven't been able to find the right replacements to the classes in use
>> nor documentation we can follow to properly upgrade that class.
>>
>>
>> We would highly appreciate your help and pointers to upgrade the CLI
>> and have it working with Karaf 4.0.8. We're stuck there and need your
>> help so we can have it fixed for the next jclouds release.
>>
>>
>> Thank you very much!
>>
>> I.
>>
>>
>>
>> [1] https://github.com/jclouds/jclouds-karaf
>> [2] https://github.com/jclouds/jclouds-cli
>> [3]
>> https://github.com/jclouds/jclouds-cli/blob/master/runner/src/main/java/org/jclouds/cli/runner/Main.java
>>
>
> --
> Jean-Baptiste Onofré
> jbonofre@apache.org
> http://blog.nanthrax.net
> Talend - http://www.talend.com

Re: Apache jclouds needs your help

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi Ignasi,

Thanks for the update. As I already worked on jclouds, I will help you on this.

Let me take a look and I keep you posted.

Regards
JB

On 05/09/2017 10:33 PM, Ignasi Barrera wrote:
> Hi!
>
> I'm Ignasi, from Apache jclouds. I'm cross-posting this to the
> jclouds-dev list too since we are looking for help with an integration
> we have with Karaf.
>
> We have the jclouds-karaf project [1] that hosts several features for
> easy installation of jclouds in Karaf and provides custom commands to
> manage the different cloud providers we support. We've recently
> upgraded it from Karaf 2.3.11 to Karaf 4.0.8, and we've hit some
> issues we have not been able to resolve yet.
>
> We have a CLI built on top of that [2], which is a branded Karaf that
> already includes the jclouds features and a couple shell scripts to
> expose the commands so they are easily scriptable. This CLI is what
> we've not been able to fix.
>
> The CLI runner class [3] does not compile with Karaf 4.0.8, and we
> haven't been able to find the right replacements to the classes in use
> nor documentation we can follow to properly upgrade that class.
>
>
> We would highly appreciate your help and pointers to upgrade the CLI
> and have it working with Karaf 4.0.8. We're stuck there and need your
> help so we can have it fixed for the next jclouds release.
>
>
> Thank you very much!
>
> I.
>
>
>
> [1] https://github.com/jclouds/jclouds-karaf
> [2] https://github.com/jclouds/jclouds-cli
> [3] https://github.com/jclouds/jclouds-cli/blob/master/runner/src/main/java/org/jclouds/cli/runner/Main.java
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com

Re: Apache jclouds needs your help

Posted by Jean-Baptiste Onofré <jb...@nanthrax.net>.
Hi Ignasi,

Thanks for the update. As I already worked on jclouds, I will help you on this.

Let me take a look and I keep you posted.

Regards
JB

On 05/09/2017 10:33 PM, Ignasi Barrera wrote:
> Hi!
>
> I'm Ignasi, from Apache jclouds. I'm cross-posting this to the
> jclouds-dev list too since we are looking for help with an integration
> we have with Karaf.
>
> We have the jclouds-karaf project [1] that hosts several features for
> easy installation of jclouds in Karaf and provides custom commands to
> manage the different cloud providers we support. We've recently
> upgraded it from Karaf 2.3.11 to Karaf 4.0.8, and we've hit some
> issues we have not been able to resolve yet.
>
> We have a CLI built on top of that [2], which is a branded Karaf that
> already includes the jclouds features and a couple shell scripts to
> expose the commands so they are easily scriptable. This CLI is what
> we've not been able to fix.
>
> The CLI runner class [3] does not compile with Karaf 4.0.8, and we
> haven't been able to find the right replacements to the classes in use
> nor documentation we can follow to properly upgrade that class.
>
>
> We would highly appreciate your help and pointers to upgrade the CLI
> and have it working with Karaf 4.0.8. We're stuck there and need your
> help so we can have it fixed for the next jclouds release.
>
>
> Thank you very much!
>
> I.
>
>
>
> [1] https://github.com/jclouds/jclouds-karaf
> [2] https://github.com/jclouds/jclouds-cli
> [3] https://github.com/jclouds/jclouds-cli/blob/master/runner/src/main/java/org/jclouds/cli/runner/Main.java
>

-- 
Jean-Baptiste Onofré
jbonofre@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com