Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EB19B200C7F for ; Wed, 10 May 2017 06:01:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E9CF9160BB6; Wed, 10 May 2017 04:01:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3CDF0160BC3 for ; Wed, 10 May 2017 06:01:43 +0200 (CEST) Received: (qmail 49132 invoked by uid 500); 10 May 2017 04:01:42 -0000 Mailing-List: contact dev-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list dev@karaf.apache.org Received: (qmail 48927 invoked by uid 99); 10 May 2017 04:01:41 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 May 2017 04:01:41 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 3803E1AF9CC for ; Wed, 10 May 2017 04:01:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 0.281 X-Spam-Level: X-Spam-Status: No, score=0.281 tagged_above=-999 required=6.31 tests=[KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id 2GZYXmEDl-It for ; Wed, 10 May 2017 04:01:39 +0000 (UTC) Received: from relay4-d.mail.gandi.net (relay4-d.mail.gandi.net [217.70.183.196]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTPS id 4F41D5F36C for ; Wed, 10 May 2017 04:01:39 +0000 (UTC) Received: from mfilter23-d.gandi.net (mfilter23-d.gandi.net [217.70.178.151]) by relay4-d.mail.gandi.net (Postfix) with ESMTP id 055901720A5; Wed, 10 May 2017 06:01:39 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mfilter23-d.gandi.net Received: from relay4-d.mail.gandi.net ([IPv6:::ffff:217.70.183.196]) by mfilter23-d.gandi.net (mfilter23-d.gandi.net [::ffff:10.0.15.180]) (amavisd-new, port 10024) with ESMTP id Owqm7ydD0O3M; Wed, 10 May 2017 06:01:37 +0200 (CEST) X-Originating-IP: 82.238.224.4 Received: from [192.168.134.109] (bre91-1-82-238-224-4.fbx.proxad.net [82.238.224.4]) (Authenticated sender: jb@nanthrax.net) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 731B01720AE; Wed, 10 May 2017 06:01:37 +0200 (CEST) Subject: Re: Apache jclouds needs your help To: dev@karaf.apache.org, dev@jclouds.apache.org References: From: =?UTF-8?Q?Jean-Baptiste_Onofr=c3=a9?= Message-ID: <7b413e19-57b9-f74d-35f6-e0e5d3c4819c@nanthrax.net> Date: Wed, 10 May 2017 06:01:37 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit archived-at: Wed, 10 May 2017 04:01:44 -0000 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