tree: 7e7245151015381240c2969b9ca09c5b3d1995f8 [path history] [tgz]
  1. src/
  2. bnd.bnd
  3. pom.xml
  4. README.md
aliyun-ecs/README.md

alibaba Elastic Compute Service Provider

How to use it

alibaba ECS provider works exactly as any other jclouds provider. Notice that as alibaba supports dozens of locations and to limit the scope of some operations, one may want to use:

and

jclouds.regions

which is by default null. If you want to target only the north europe region, you can use

jclouds.regions="eu-central-1"

Setting Up Test Environment

Get or create the User Access Key and Access Key Secret for your account at https://usercenter.console.alibaba.com/#/manage/ak

Run Live Tests

Use the following to run one live test:

mvn -Dtest=<name of the live test> \
    -Dtest.alibaba-ecs.identity="<AccessKey ID>" \
    -Dtest.alibaba-ecs.credential="<Access Key Secret>" 
    integration-test -Plive

Use the following to run all the live tests:


mvn clean verify -Plive \ -Dtest.alibaba-ecs.identity="<AccessKey ID>" \ -Dtest.alibaba-ecs.credential="<Access Key Secret>"