...
Code Block |
---|
language | bash |
---|
linenumbers | false |
---|
|
export OS=centos64Guest |
Anchor |
---|
| DeployingaDevelopmentEnvironment-Network |
---|
| DeployingaDevelopmentEnvironment-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 |
---|
| DeployingaDevelopmentEnvironment-Folder |
---|
| DeployingaDevelopmentEnvironment-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 ISO='[vss-ISOs] Linux/CentOS/CentOS-7.0-1406-x86_64-DVD.iso' |
Anchor |
---|
| DeployingaDevelopmentEnvironment-Deployment |
---|
| DeployingaDevelopmentEnvironment-Deployment |
---|
|
DeploymentRun 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:
...