*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

Reply via email to