Skip to content

Commit 35ca32d

Browse files
authored
Merge pull request #17 from cloudsigma/feat/use-sdk-client
feat: use cloudsigma-sdk-go library
2 parents 21c4a9a + d3bfe25 commit 35ca32d

20 files changed

Lines changed: 200 additions & 1572 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you encounter any troubles, activate the debug mode with `docker-machine --de
3030
- `--cloudsigma-api-location`: CloudSigma API location endpoint [code](http://cloudsigma-docs.readthedocs.io/en/latest/general.html#api-endpoint).
3131
- `--cloudsigma-cpu`: CPU clock speed for the host in MHz.
3232
- `--cloudsigma-cpu-type`: CPU type
33-
- `--cloudsigma-cpu-epc-size`: Enclave Page Cache (EPC) size.
33+
- `--cloudsigma-driver-name`: CloudSigma drive name (latest version will be used).
3434
- `--cloudsigma-drive-size`: Drive size for the host in GiB.
3535
- `--cloudsigma-drive-uuid`: CloudSigma drive uuid.
3636
- `--cloudsigma-memory`: Size of memory for the host in MB.
@@ -46,10 +46,10 @@ If you encounter any troubles, activate the debug mode with `docker-machine --de
4646
| --------------------------- | ------------------------- | -------------------------------------- |
4747
| `--cloudsigma-api-location` | `CLOUDSIGMA_API_LOCATION` | `zrh` |
4848
| `--cloudsigma-cpu` | `CLOUDSIGMA_CPU` | `2000` |
49-
| `--cloudsigma-cpu-type` | `CLOUDSIGMA_CPU_TYPE` | `intel` |
50-
| `--cloudsigma-cpu-epc-size` | `CLOUDSIGMA_CPU_EPC_SIZE` | - |
49+
| `--cloudsigma-cpu-type` | `CLOUDSIGMA_CPU_TYPE` | - |
50+
| `--cloudsigma-drive-name` | `CLOUDSIGMA_DRIVE_NAME` | `ubuntu` |
5151
| `--cloudsigma-drive-size` | `CLOUDSIGMA_DRIVE_SIZE` | `20` |
52-
| `--cloudsigma-drive-uuid` | `CLOUDSIGMA_DRIVE_UUID` | `6fe24a6b-b5c5-40ba-8860-771044d2500d` |
52+
| `--cloudsigma-drive-uuid` | `CLOUDSIGMA_DRIVE_UUID` | `` |
5353
| `--cloudsigma-memory` | `CLOUDSIGMA_MEMORY` | `1024` |
5454
| **`--cloudsigma-password`** | `CLOUDSIGMA_PASSWORD` | - |
5555
| `--cloudsigma-ssh-port` | `CLOUDSIGMA_SSH_PORT` | `22` |

api/client.go

Lines changed: 0 additions & 155 deletions
This file was deleted.

api/client_test.go

Lines changed: 0 additions & 176 deletions
This file was deleted.

api/doc.go

Lines changed: 0 additions & 2 deletions
This file was deleted.

0 commit comments

Comments
 (0)