Michael Wilson created JCLOUDS-1053:
---
Summary: jclouds-sshj doesn't handle getExitStatus returning null
Key: JCLOUDS-1053
URL: https://issues.apache.org/jira/browse/JCLOUDS-1053
Project: jc
[
https://issues.apache.org/jira/browse/JCLOUDS-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065785#comment-15065785
]
Michael Wilson edited comment on JCLOUDS-1001 at 12/20/15 2:5
[
https://issues.apache.org/jira/browse/JCLOUDS-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15065785#comment-15065785
]
Michael Wilson commented on JCLOUDS-1001:
-
All, I've taken a look at
[
https://issues.apache.org/jira/browse/JCLOUDS-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15062163#comment-15062163
]
Michael Wilson commented on JCLOUDS-1001:
-
Will do! My plate's a li
[
https://issues.apache.org/jira/browse/JCLOUDS-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15060799#comment-15060799
]
Michael Wilson commented on JCLOUDS-1001:
-
I should add that our GCE spend
[
https://issues.apache.org/jira/browse/JCLOUDS-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15060147#comment-15060147
]
Michael Wilson edited comment on JCLOUDS-1001 at 12/16/15 3:2
[
https://issues.apache.org/jira/browse/JCLOUDS-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15060147#comment-15060147
]
Michael Wilson commented on JCLOUDS-1001:
-
I'm +1 to that. It would ma
So, I've got two failures with my run, but it looks to be unrelated to my
change:
Results :
Failed tests:
UrlMapApiLiveTest.testInsertUrlMap:63->BaseGoogleComputeEngineApiLiveTest.assertOperationDoneSuccessfully:86
ยป IllegalState
UrlMapApiLiveTest.testDeleteUrlMap:193->BaseGoogleComputeEn
Looks like I missed a line in there. I've pushed up the change, but I haven't
done a full live test run -- working on that now. However:
[pool-1-thread-1] Test
testCreatePreemptibleNodeWithSsd(org.jclouds.googlecomputeengine.compute.GoogleComputeEngineServiceLiveTest)
succeeded: 169288ms
Test s
Thanks for the catch. Will do!
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/857#issuecomment-141147263
I've changed the aforementioned line such that scheduling is set to TERMINATE
and automaticRestart to FALSE if instances are preemptible. This seemed a lot
less invasive to me. Let me know your thoughts.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pu
Just realized an issue with this and GoogleComputeEngineServiceAdapter --
Line 180 in this PR has the following line:
Scheduling.create(OnHostMaintenance.MIGRATE, true,
options.preemptible()) // scheduling
The scheduling can't be set to OnHostMaintenance.MIGRATE and preemptible
sim
This has been heavily based on @ajatix's work here:
https://github.com/jclouds/jclouds-labs-google/pull/146.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/857#issuecomment-140585026
The Google Compute provider should support preemptible instances.
You can view, comment on, or merge this pull request online at:
https://github.com/jclouds/jclouds/pull/857
-- Commit Summary --
* JCLOUDS-1001. Add preemptible support to the Google Compute provider.
-- File Changes --
Michael Wilson created JCLOUDS-1001:
---
Summary: Add Google Compute preemptible support
Key: JCLOUDS-1001
URL: https://issues.apache.org/jira/browse/JCLOUDS-1001
Project: jclouds
Issue Type
15 matches
Mail list logo