You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Ignasi Barrera <no...@github.com> on 2016/01/26 12:37:27 UTC

[jclouds-cli] JCLOUDS-1056: Added ProfitBricks (#30)

Note this might fail until the Karaf snapshots are populated to the maven repo.

@devcsrj Can you build this branch and verify that ProfitBricks is working properly from the CLI? A simple test to create/destroy a node would be perfect!


You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-cli/pull/30

-- Commit Summary --

  * JCLOUDS-1056: Added ProfitBricks

-- File Changes --

    M assembly/pom.xml (1)

-- Patch Links --

https://github.com/jclouds/jclouds-cli/pull/30.patch
https://github.com/jclouds/jclouds-cli/pull/30.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-cli/pull/30

Re: [jclouds-cli] JCLOUDS-1056: Added ProfitBricks (#30)

Posted by Ignasi Barrera <no...@github.com>.
Closed #30.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-cli/pull/30#event-529470234

Re: [jclouds-cli] JCLOUDS-1056: Added ProfitBricks (#30)

Posted by Ignasi Barrera <no...@github.com>.
Thanks @devcsrj! The reusable services feature seems to be broken. I've opened [JCLOUDS-1071](https://issues.apache.org/jira/browse/JCLOUDS-1071) to track it.
Pushed to master as [60dda2d5](http://git-wip-us.apache.org/repos/asf/jclouds-cli/commit/60dda2d5).

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-cli/pull/30#issuecomment-176115997

Re: [jclouds-cli] JCLOUDS-1056: Added ProfitBricks (#30)

Posted by Reijhanniel Jearl Campos <no...@github.com>.
Ok! Will post results in a while

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-cli/pull/30#issuecomment-175299741

Re: [jclouds-cli] JCLOUDS-1056: Added ProfitBricks (#30)

Posted by Reijhanniel Jearl Campos <no...@github.com>.
*Assumes ProfitBricks account has atleast 1 existing datacenter (a jclouds ZONE).*

Built branch with `mvn install`, and used `assembly/target/jclouds-cli-2.0.0-SNAPSHOT.tar.gz`.

:white_check_mark: Verified in the provider that the node was created and destroyed, with commands:
```
➜  bin  ./jclouds node create --provider profitbricks --identity [identity] --credential [credential] cli-group 1
Created nodes:
[id]                                 [location]                           [hardware]             [group]   [status]
8239ef66-819c-49cd-aa9e-9f22b041554a 18c32796-194f-4d77-80c2-1c246652db63 cpu=1,ram=1024,disk=10 cli-group RUNNING 
➜  bin  ./jclouds node destroy --provider profitbricks --identity [identity] --credential [credential] 8239ef66-819c-49cd-aa9e-9f22b041554a
➜  bin  
```

:negative_squared_cross_mark: Unable to create a reusable Compute Service, with commands:
```
➜  bin  ./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
```


---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-cli/pull/30#issuecomment-175330085