Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
linenumbersfalse
export OS=centos64Guest

Anchor
Network
Network
Anchor
DeployInstancefromImage-Network
DeployInstancefromImage-Network
Network

Run 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
languagebash
linenumbersfalse
export NET=dvportgroup-11052=e1000e

Anchor
Folder
Folder
Anchor
DeployInstancefromImage-Folder
DeployInstancefromImage-Folder
Folder

Logical folders can be listed by running vss-cli compute folder ls. Select the target moref folder to store the virtual machine on:

...

Code Block
languagebash
linenumbersfalse
export FOLDER=group-v6736

Anchor
Deployment
Deployment
Anchor
DeployInstancefromImage-Deployment
DeployInstancefromImage-Deployment
Deployment

At 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.

...