Rebase softlayer to upstream - 07 22 2019#22
Merged
yhuanghamu merged 425 commits intomasterfrom Aug 8, 2019
Merged
Conversation
softlayer#1074 - fixed issue with config setup
…s failing when run individually, so I think I fixed that
This is a similar change to softlayer#980, except for file storage
Update provisionedIops reading to handle float-y values
…ual_Guest::createObject to support ipv6 requests
softlayer#882 - Added table which shows the status of each url
… test for vs capture
…a few more unit tests
softlayer#676 - ipv6 support for creating virtual guests
removed power_state column option from "slcli server list"
… updated some docs
This reverts commit f8e6ae0.
The "sshkey --add" does not currently return the key ID, this commit updates the CLI to return the ID.
Copied in the bare metal cancellation code and moves some fields around in the request to get it to work with the API
After creating a dedicatedhost, poll for all hostIds with a matching orderId by listing all dedicatedhosts and filtering by new order_id
```
$ slcli -y --format=json dedicatedhost create -H dedtest3 -D rescale.com -d wdc07 -f 56_CORES_X_242_RAM_X_1_4_TB --billing hourly
{
"hosts": [
{
"datacenter": "wdc07",
"hostName": "dedtest3",
"hostId": 247017
}
],
"id": 29794663,
"created": "2018-10-01T14:23:46-06:00"
}
```
1. Add new cli command to edit tags of dedicatedhost
2. Show tags in dedicatedhost detail
e.g.
```
slcli dedicatedhost edit --tag nicetag 258803
slcli --format=json dedicatedhost detail 258803
slcli --format=json dedicatedhost detail 258803
{
"modify date": "",
"name": "dev-ryans-cluster0650-cluster-service-compute0-0",
"cpu count": 56,
"router hostname": "bcr01a.dal10",
"memory capacity": 242,
"tags": [
"nicetag"
],
"disk capacity": 1200,
"guest count": 0,
"create date": "2018-10-10T12:46:35-06:00",
"router id": 843613,
"owner": "[email protected]_2018-08-02-13.24.01",
"datacenter": "dal10",
"id": 258803
}
```
180000f to
82e24c7
Compare
|
which commit are these changes in? I must not be looking in the right place:
|
596d7bd to
db2684f
Compare
added 2 commits
July 24, 2019 20:57
1. Remove out of date customized format. 2. Use vsi.create_instances batch instances creation instead of for-loop vsi.order_guest
Minium update, Not all tests passed.
db2684f to
2bd5cee
Compare
Author
We have some commits to add our dedeicatedhost cancel implementation. And they are all dropped. Therefore you will not see them in rebase commit history. |
kramimus
approved these changes
Aug 7, 2019
59cd588 to
3a88159
Compare
If vm/hw in reclaim status, there will be an error
3a88159 to
1cdf2f7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The history seems kinds of messy.
PR in web and Worker sides.
https://github.com/rescale/rescale-platform-web/pull/12472
https://github.com/rescale/rescale-platform-worker/pull/2452