jclouds/labs/google-compute
Adrian Cole a49a060152 There can be only one retryable predicate; use Predicates2.retry decorator 2013-01-13 20:30:34 -08:00
..
src There can be only one retryable predicate; use Predicates2.retry decorator 2013-01-13 20:30:34 -08:00
README.txt base pr for - jclouds provider for google compute engine 2012-12-29 15:39:45 +00:00
pom.xml base pr for - jclouds provider for google compute engine 2012-12-29 15:39:45 +00:00

README.txt

Status:

All the private apis are implemented and tested.
Snapshots are disabled because they are also disabled in GCE.
Just missing jcloud.compute glue code (coming soon!)

How to run the live tests:

Pre-requisites:
A Google Api account with Google Compute Engine enabled
The access pk (provided by google in PKCS12 format) in pem format.

running all tests:

mvn clean install -Plive -Dtest.google-compute.identity=<my account>@developer.gserviceaccount.com -Dtest.google-compute.credential=<path to pk.pem>