You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Andrew Gaul (Jira)" <ji...@apache.org> on 2020/09/26 02:31:00 UTC

[jira] [Closed] (JCLOUDS-1071) Reusable services seem to be broken in jclouds-karaf

     [ https://issues.apache.org/jira/browse/JCLOUDS-1071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Gaul closed JCLOUDS-1071.
--------------------------------
    Resolution: Won't Fix

The Karaf project now maintains the jclouds bindings; please open an issue there.

> Reusable services seem to be broken in jclouds-karaf
> ----------------------------------------------------
>
>                 Key: JCLOUDS-1071
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1071
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-karaf
>    Affects Versions: 1.9.2
>            Reporter: Ignasi Barrera
>            Priority: Major
>
> It seems that the reusable compute service stuff is broken, as it looks like the services are not being properly registered:
> {code}
> $ ./jclouds-cli 
>    _       _                 _      
>   (_)     | |               | |     
>    _  ____| | ___  _   _  _ | | ___ 
>   | |/ ___) |/ _ \| | | |/ || |/___)
>   | ( (___| | |_| | |_| ( (_| |___ |
>  _| |\____)_|\___/ \____|\____(___/ 
> (__/                                 
>   jclouds cli (2.0.0-SNAPSHOT)
>   http://jclouds.org
> Hit '<tab>' for a list of available commands
> and '[cmd] --help' for help on a specific command.
> Hit '<ctrl-d>' to shutdown jclouds cli.
> jclouds> features:install jclouds-profitbricks
> jclouds> jclouds:compute-service-create --provider profitbricks --identity [identity] --credential [credential] --name simple
> Waiting for compute service with name: simple.
> jclouds> jclouds:compute-service-list
> Compute APIs:
> -------------
> [id]                     [type]       [service]   
> ec2                      compute      [ ]         
> stub                     compute      [ ]         
> Compute Providers:
> ------------------
> [id]                     [type]       [service]   
> profitbricks             compute      [ ]         
> aws-ec2                  compute      [ ]  
> jclouds> jclouds:node-list --name simple
> null
> jclouds> jclouds:node-create cli-group 1
> null
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)