Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Andrea Turli
@andreaturli pushed 1 commit. 93c8cb9 address nacx comments -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/438/files/4dd54bcb3640c37c7df19e8ffb31ad8cb42d9b8f..93c8cb9bb449c108a3dae22415d72ad7bcbffa9d

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Andrea Turli
andreaturli commented on this pull request. > + * the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Andrea Turli
andreaturli commented on this pull request. > + +import javax.inject.Inject; +import javax.inject.Named; +import javax.inject.Singleton; +import javax.ws.rs.Consumes; +import javax.ws.rs.GET; +import javax.ws.rs.QueryParam; +import javax.ws.rs.core.MediaType; + +/** + *

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Andrea Turli
andreaturli commented on this pull request. > + * See the License for the specific language governing permissions and + * limitations under the License. + */ +package org.jclouds.aliyun.ecs.domain.options; + +import org.jclouds.http.options.BaseHttpRequestOptions; + +import static

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Andrea Turli
andreaturli commented on this pull request. > + * limitations under the License. + */ +package org.jclouds.aliyun.ecs.domain.options; + +import org.jclouds.http.options.BaseHttpRequestOptions; + +import static com.google.common.base.Preconditions.checkState; + +public class PaginationOptions

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Andrea Turli
andreaturli commented on this pull request. > + AP_NORTHEAST_1("ap-northeast-1", "Japan (Tokyo)"), + AP_SOUTH_1("ap-south-1", "India (Mumbai)"), + AP_SOUTHEAST_1("ap-southeast-1", "Singapore"), + AP_SOUTHEAST_2("ap-southeast-2", "Australia (Sydney)"), +

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Andrea Turli
andreaturli commented on this pull request. > + + public abstract String status(); + + public abstract String imageName(); + + public abstract Boolean isSupportIoOptimizeds(); + + public abstract Boolean isSelfShared(); + + public abstract Boolean isCopied(); + + public abstract

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Andrea Turli
andreaturli commented on this pull request. > + + /** +* Returns a region enum corresponding to the given region name. +* +* @param regionName +*The name of the region. Ex.: eu-west-1 +* @return Region enum representing the given region name. +*/ + public

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Andrea Turli
andreaturli commented on this pull request. > +import org.jclouds.http.HttpErrorHandler; +import org.jclouds.http.annotation.ClientError; +import org.jclouds.http.annotation.Redirection; +import org.jclouds.http.annotation.ServerError; +import

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Andrea Turli
andreaturli commented on this pull request. > +import static org.jclouds.reflect.Reflection2.typeToken; + +public class ECSServiceApiMetadata extends BaseHttpApiMetadata { + + public ECSServiceApiMetadata() { + this(new Builder()); + } + + protected ECSServiceApiMetadata(Builder

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Andrea Turli
andreaturli commented on this pull request. > +org.apache.felix +maven-bundle-plugin +3.5.0 +true + +NONE + + +

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Andrea Turli
andreaturli commented on this pull request. > +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Ignasi Barrera
nacx commented on this pull request. > +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the

[jira] [Commented] (JCLOUDS-1430) Aliyun ECS support

2018-07-03 Thread Andrea Turli (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16531261#comment-16531261 ] Andrea Turli commented on JCLOUDS-1430: --- First PR available at 

[jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS initial skeleton (#438)

2018-07-03 Thread Andrea Turli
- add ApiMetadata and ProviderMetadata - add skeleton for ECSComputeApi with ImageApi only - add `FormSign` filter - add HttpApiModule and ParserModule - add `ImageApi` feature with Mock and Live Tests You can view, comment on, or merge this pull request online at:

Build failed in Jenkins: jclouds-karaf-2.1.x-branch #33

2018-07-03 Thread jenkins-no-reply
See -- [...truncated 585.27 KB...] [INFO] Verification of feature jclouds-softlayer/2.1.1.SNAPSHOT succeeded [INFO] Verification of feature jclouds-b2/2.1.1.SNAPSHOT

[jira] [Commented] (JCLOUDS-1166) Remove uses of the 'com.google.gson.internal' package

2018-07-03 Thread Jia Zhai (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16531204#comment-16531204 ] Jia Zhai commented on JCLOUDS-1166: --- , Thanks Ignasi > Remove uses of the

Re: [jclouds/jclouds] Added Virtual Network Gateway API (#1221)

2018-07-03 Thread Ignasi Barrera
Closed #1221. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/1221#event-1713692378

Re: [jclouds/jclouds] Added Virtual Network Gateway API (#1221)

2018-07-03 Thread Ignasi Barrera
Pushed to [master](http://git-wip-us.apache.org/repos/asf/jclouds/commit/ea5b899d) and [2.1.x](http://git-wip-us.apache.org/repos/asf/jclouds/commit/9705aa7f). -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[jira] [Created] (JCLOUDS-1431) Support AU geo for Live Tests

2018-07-03 Thread Trevor Flanagan (JIRA)
Trevor Flanagan created JCLOUDS-1431: Summary: Support AU geo for Live Tests Key: JCLOUDS-1431 URL: https://issues.apache.org/jira/browse/JCLOUDS-1431 Project: jclouds Issue Type: Task

[jira] [Commented] (JCLOUDS-1166) Remove uses of the 'com.google.gson.internal' package

2018-07-03 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16531179#comment-16531179 ] Ignasi Barrera commented on JCLOUDS-1166: - There have not been more discussions around this,

[jira] [Commented] (JCLOUDS-1166) Remove uses of the 'com.google.gson.internal' package

2018-07-03 Thread Jia Zhai (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16531078#comment-16531078 ] Jia Zhai commented on JCLOUDS-1166: --- meet issue JCLOUDS-1160 again. Is there any update for this?