Installing a Centos or Debian VM
================================

CD into the appropriate HV subdir and execute:

a) Create and online 2 vdisks of size 5GB and 1GB

b) Execute ./build_disks.sh <DEV1> <DEV2>
where DEV1 and DEv2 should be a device mapper path in the form /dev/<DATASTORE>/<VDISK UUID>

c) Execute ./VM_provision.sh <DEV1> <TEMPLATE FILENAME>

d) Configure the VM with ./<VM type>_VM_configure.sh <DEV1> <DEV2>

e) Start the VM with ./<VM type>_VM_start.sh <DEV1> <DEV2>

f) Login to the VM with ssh 10.200.1.50VM type

g) Stop the VM with ./VM_stop.sh <VM type>

