Re: [jclouds/jclouds] Improve Jetty installation for live tests (#1230)

2018-10-15 Thread Ignasi Barrera
Closing and re-opening to test new PR build -- 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/1230#issuecomment-429773301

Re: [jclouds/jclouds] Improve Jetty installation for live tests (#1230)

2018-10-15 Thread Ignasi Barrera
Closed #1230. -- 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/1230#event-1903538849

Re: [jclouds/jclouds] Improve Jetty installation for live tests (#1230)

2018-10-15 Thread Ignasi Barrera
Reopened #1230. -- 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/1230#event-1903538974

[jclouds/jclouds-labs] Remove deprecated Azure provider (#449)

2018-10-15 Thread Ignasi Barrera
Azure ARM has been there for a while and it does not make sense to keep this in labs. You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/449 -- Commit Summary -- * Remove deprecated Azure provider -- File Changes -- D

Re: [jclouds/jclouds-labs] Remove deprecated Azure provider (#449)

2018-10-15 Thread Andrew Gaul
gaul approved this pull request. -- 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-labs/pull/449#pullrequestreview-164699433

Re: [jclouds/jclouds-labs] Remove deprecated Azure provider (#449)

2018-10-15 Thread Ignasi Barrera
Closed #449. -- 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-labs/pull/449#event-1904138684

Re: [jclouds/jclouds-labs] Remove deprecated Azure provider (#449)

2018-10-15 Thread Ignasi Barrera
Testing new PR build -- 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-labs/pull/449#issuecomment-429859062

[jclouds/jclouds-labs] JCLOUDS-1457 - Add Clean Server operation to ServerApi. (#450)

2018-10-15 Thread Trevor Flanagan
You can view, comment on, or merge this pull request online at: https://github.com/jclouds/jclouds-labs/pull/450 -- Commit Summary -- * JCLOUDS-1457 - Add Clean Server operation to ServerApi. -- File Changes -- M

[jira] [Created] (JCLOUDS-1460) Add support for t3 instance types in AWS ec2

2018-10-15 Thread Simone (JIRA)
Simone created JCLOUDS-1460: --- Summary: Add support for t3 instance types in AWS ec2 Key: JCLOUDS-1460 URL: https://issues.apache.org/jira/browse/JCLOUDS-1460 Project: jclouds Issue Type:

Re: [jclouds/jclouds-labs] Remove deprecated Azure provider (#449)

2018-10-15 Thread Daniel Estévez
danielestevez approved this pull request. It's time! -- 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-labs/pull/449#pullrequestreview-164718408

Re: [jclouds/jclouds-labs] Remove deprecated Azure provider (#449)

2018-10-15 Thread Ignasi Barrera
Reopened #449. -- 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-labs/pull/449#event-1904138862

Re: [jclouds/jclouds-labs] JCLOUDS-1457 - Add Clean Server operation to ServerApi. (#450)

2018-10-15 Thread Trevor Flanagan
trevorflanagan commented on this pull request. > @@ -22,7 +22,7 @@ public enum State { - NORMAL, FAILED_ADD, FAILED_CHANGE, FAILED_DELETE, PENDING_DELETE, DELETED, UNRECOGNIZED, PENDING_CHANGE; + NORMAL, FAILED_ADD, FAILED_CHANGE, FAILED_DELETE, PENDING_DELETE, DELETED, UNRECOGNIZED,

Re: [jclouds/jclouds-labs] JCLOUDS-1457 - Add Clean Server operation to ServerApi. (#450)

2018-10-15 Thread Trevor Flanagan
trevorflanagan commented on this pull request. > @@ -35,6 +36,7 @@ public static Builder builder() { public abstract String name(); + @Nullable This change is not directly related to this PR. -- You are receiving this because you are subscribed to this thread. Reply to this email

Re: [jclouds/jclouds-labs] JCLOUDS-1457 - Add Clean Server operation to ServerApi. (#450)

2018-10-15 Thread Trevor Flanagan
trevorflanagan commented on this pull request. > @@ -150,6 +150,17 @@ String cloneServer(@PayloadParam("id") String id, > @PayloadParam("imageName") Str @MapBinder(BindToJsonPayload.class) void startServer(@PayloadParam("id") String id); + @Named("server:cleanServer") + @POST +

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

2018-10-15 Thread Simone (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simone updated JCLOUDS-1460: Description: Please add the new instance types t3.*, thanks!

[jira] [Commented] (JCLOUDS-1460) Add support for t3 instance types in AWS ec2

2018-10-15 Thread Ignasi Barrera (JIRA)
[ https://issues.apache.org/jira/browse/JCLOUDS-1460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16650379#comment-16650379 ] Ignasi Barrera commented on JCLOUDS-1460: - This should be easy to add. Wanna try contributing