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
DeployingaDevelopmentEnvironment-Network
DeployingaDevelopmentEnvironment-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
DeployingaDevelopmentEnvironment-Folder
DeployingaDevelopmentEnvironment-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 ISO='[vss-ISOs] Linux/CentOS/CentOS-7.0-1406-x86_64-DVD.iso'

Anchor
Deployment
Deployment
Anchor
DeployingaDevelopmentEnvironment-Deployment
DeployingaDevelopmentEnvironment-Deployment
Deployment

Run vss-cli compute vm mk shell to deploy a virtual machine without an operating system installed. Before deploying the virtual machine, display what options and arguments the shell command takes:

...