You can merge this Pull Request by running:

  git pull https://github.com/lrodero/jclouds master

Or you can view, comment on it, or merge it online at:

  https://github.com/jclouds/jclouds/pull/122

-- Commit Summary --

  * Package name was incorrect in class
  * JCLOUDS-199. CloudStack live tests against ACS 4.2 simulator cleanup.
  * Configuration changes to make the ec2 test run. Also added to testng run
  * Added new maven project to group Gradiant experiments with jcloud.
  * Added Maven POM project to group Gradiant work (projects) with jclouds.
  * Created Maven project for jclouds experiments.
  * Added gradiant-jclouds-experiments as module, also added plugin
  * Just formatting the opening <project> tab.
  * Properly renamed my own projects to lrodero; updated .gitignore for some 
local files.
  * Updated experiments project pom.xml to point to pom.xml of parent project.
  * First working example of using EC2 through jclouds :) .
  * Basic tests to learn jclouds and testng
  * Deleted gradiant folder
  * Merge branch 'master' of https://github.com/lrodero/jclouds
  * Changed conf files names
  * Fixed broken reference to keys file
  * Refactorized EC2 tests code, first version of OpenStack test
  * Changed properties files names
  * Added basic Copyright notices
  * Renamed static final vars that contain property names
  * First version of the openstack tests completed, it only list servers. No
  * Corrected indentation (to all spaces)
  * Changed log level for JClouds libraries to 'DEBUG'
  * Added org.jclouds.examples.compute.basics.MainApp from jclouds-examples,
  * Removed file automatically generated by Maven, it only contains a
  * Keep improvin tests

-- File Changes --

    M .gitignore (1)
    M apis/cloudstack/pom.xml (2)
    M 
apis/cloudstack/src/main/java/org/jclouds/cloudstack/compute/functions/VirtualMachineToNodeMetadata.java
 (4)
    M 
apis/cloudstack/src/main/java/org/jclouds/cloudstack/domain/ResourceLimit.java 
(30)
    M 
apis/cloudstack/src/test/java/org/jclouds/cloudstack/compute/CloudStackComputeServiceAdapterLiveTest.java
 (4)
    M 
apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/DomainAccountApiLiveTest.java
 (4)
    M 
apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/DomainUserApiLiveTest.java
 (2)
    M 
apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/GlobalAlertApiLiveTest.java
 (2)
    M 
apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/GlobalCapacityApiLiveTest.java
 (4)
    M 
apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/GlobalConfigurationApiLiveTest.java
 (4)
    M 
apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/GlobalDomainApiLiveTest.java
 (5)
    M 
apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/GlobalHostApiLiveTest.java
 (1)
    M 
apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/GlobalPodApiLiveTest.java
 (6)
    M 
apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/GlobalUsageApiLiveTest.java
 (2)
    M 
apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/GlobalVlanApiLiveTest.java
 (54)
    M 
apis/cloudstack/src/test/java/org/jclouds/cloudstack/features/VirtualMachineApiLiveTest.java
 (4)
    M apis/cloudstack/src/test/resources/listresourcelimitsresponse.json (10)
    R 
compute/src/test/java/org/jclouds/compute/extensions/internal/StubSecurityGroupExtensionIntegrationTest.java
 (0)
    A lrodero/experiments/pom.xml (24)
    A 
lrodero/experiments/src/main/java/org/jclouds/examples/compute/basics/MainApp.java
 (263)
    A lrodero/experiments/src/test/java/lrodero/jclouds/EC2Compute.java (191)
    A lrodero/experiments/src/test/java/lrodero/jclouds/EC2Test.java (360)
    A lrodero/experiments/src/test/java/lrodero/jclouds/OpenStackTest.java (238)
    A lrodero/experiments/src/test/resources/logback.xml (85)
    A lrodero/pom.xml (138)
    M providers/aws-ec2/pom.xml (25)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/122.patch
https://github.com/jclouds/jclouds/pull/122.diff

Reply via email to