...
Code Block |
---|
language | bash |
---|
linenumbers | false |
---|
|
export OS=centos64Guest |
Anchor |
---|
| DeployInstancefromImage-Network |
---|
| DeployInstancefromImage-Network |
---|
|
NetworkRun vss-cli compute net ls
to list available network segments to your account. You must have at least VL-1584-VSS-PUBLIC
which is our public network.
...
Code Block |
---|
language | bash |
---|
linenumbers | false |
---|
|
export NET=dvportgroup-11052=e1000e |
Anchor |
---|
| DeployInstancefromImage-Folder |
---|
| DeployInstancefromImage-Folder |
---|
|
FolderLogical folders can be listed by running vss-cli compute folder ls
. Select the target moref
folder to store the virtual machine on:
...
Code Block |
---|
language | bash |
---|
linenumbers | false |
---|
|
export FOLDER=group-v6736 |
Anchor |
---|
| DeployInstancefromImage-Deployment |
---|
| DeployInstancefromImage-Deployment |
---|
|
DeploymentAt this point, we have all requirements to run vss-cli compute vm mk from-image
command to submit a deployment request. For this example, the request is made for 2GB of memory, 2 vCPU, 2x40GB disks.
...