Re: [jclouds/jclouds-site] draft release notes 2.1.1 (#217)

2018-08-10 Thread Daniel Estévez
danielestevez commented on this pull request. > +* [JCLOUDS-1410] - SoftLayer cannot provision with private image +* [JCLOUDS-1422] - LocalBlobStore.list ignores recursive flag when prefix set +* [JCLOUDS-1427] - NPE when deserializing Elastic IPs that have tags +* [JCLOUDS-1433] -

Re: [jclouds/jclouds-site] draft release notes 2.1.1 (#217)

2018-08-10 Thread Ignasi Barrera
nacx commented on this pull request. > +* [JCLOUDS-1410] - SoftLayer cannot provision with private image +* [JCLOUDS-1422] - LocalBlobStore.list ignores recursive flag when prefix set +* [JCLOUDS-1427] - NPE when deserializing Elastic IPs that have tags +* [JCLOUDS-1433] -

Re: [jclouds/jclouds-site] draft release notes 2.1.1 (#217)

2018-08-10 Thread Daniel Estévez
danielestevez commented on this pull request. > +* [JCLOUDS-1410] - SoftLayer cannot provision with private image +* [JCLOUDS-1422] - LocalBlobStore.list ignores recursive flag when prefix set +* [JCLOUDS-1427] - NPE when deserializing Elastic IPs that have tags +* [JCLOUDS-1433] -

Re: [jclouds/jclouds-site] draft release notes 2.1.1 (#217)

2018-08-10 Thread Daniel Estévez
danielestevez commented on this pull request. > +1. [Introduction](#intro) +1. [Release Highlights](#highlights) +1. [Known Issues](#knownissues) +1. [Credits](#credits) +1. [Test Results](#test) + +## Introduction + +Apache jclouds 2.1.1 is the first bugfix release after jclouds 2.1 and comes

[jira] [Updated] (JCLOUDS-1436) Add support for m5 instance types in AWS ec2

2018-08-10 Thread Daniel Estevez (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1436?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Daniel Estevez updated JCLOUDS-1436: Fix Version/s: (was: 2.1.0) 2.1.1 > Add support for m5 instance

Re: [jclouds/jclouds-site] draft release notes 2.1.1 (#217)

2018-08-10 Thread Andrea Turli
andreaturli commented on this pull request. > +* [JCLOUDS-1389] - Multipart upload to Google cloud storage failing with 400 > bad request +* [JCLOUDS-1391] - Headers must be sorted by lowercase when calculating signature +* [JCLOUDS-1392] - When fetching blob metadata with details all folders

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS (#443)

2018-08-10 Thread Andrea Turli
andreaturli commented on this pull request. > + + public abstract String description(); + + public abstract String regionId(); + + public abstract String status(); + + public abstract Map> userCidrs(); + + public abstract String vRouterId(); + + public abstract Map> vSwitchIds(); +

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS (#443)

2018-08-10 Thread Andrea Turli
andreaturli commented on this pull request. > + checkTagsInNodeEquals(node, tags); + + getAnonymousLogger().info( + format("<< available node(%s) os(%s) in %ss", node.getId(), node.getOperatingSystem(), createSeconds)); + + watch.reset().start(); + +

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS (#443)

2018-08-10 Thread Andrea Turli
andreaturli commented on this pull request. > + + public abstract Date creationTime(); + + public abstract String description(); + + public abstract String zoneId(); + + public abstract String status(); + + public abstract int availableIpAddressCount(); + + public abstract String

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS (#443)

2018-08-10 Thread Andrea Turli
andreaturli commented on this pull request. > + * 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 IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS (#443)

2018-08-10 Thread Andrea Turli
andreaturli commented on this pull request. > +import org.jclouds.rest.annotations.RequestFilters; +import org.jclouds.rest.annotations.ResponseParser; +import org.jclouds.rest.annotations.Transform; + +import javax.inject.Inject; +import javax.inject.Named; +import javax.inject.Singleton;

Re: [jclouds/jclouds-labs] [JCLOUDS-1430] Aliyun ECS (#443)

2018-08-10 Thread Andrea Turli
@andreaturli pushed 1 commit. 801266b addressing more comments -- You are receiving this because you are subscribed to this thread. View it on GitHub: https://github.com/jclouds/jclouds-labs/pull/443/files/3205bbfc559eeeda59f2f7994f1aa179d16057e0..801266bac92ae8d6c54cdec540b1860b95f8cb94

[jira] [Commented] (JCLOUDS-1439) How to connect AWS environment through Multi factor authentication(MFA) in jcloud

2018-08-10 Thread Bharat Agarwal (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16576045#comment-16576045 ] Bharat Agarwal commented on JCLOUDS-1439: - Thanks Ignasi for prompt response. My piece of code