Update documentation

master
Jonathan Senkerik 2017-05-19 08:21:38 -04:00
parent e422deaeb7
commit 625e4f269c
1 changed files with 17 additions and 17 deletions

View File

@ -95,16 +95,16 @@ Saving new Defaults to ~/.esxi-vm.yml
Create a new VM named testvm01 using all defaults from ~/.esxi-vm.yml. Create a new VM named testvm01 using all defaults from ~/.esxi-vm.yml.
``` ```
./esxi-vm-create -n testvm01 ./esxi-vm-create -n testvm01 --summary
Create VM Success Create VM Success:
ESXi Host: esxi
VM NAME: testvm01 VM NAME: testvm01
vCPU: 2 vCPU: 2
Memory: 4GB Memory: 4GB
VM Disk: 20GB VM Disk: 20GB
DS Store: DS_4TB DS Store: DS_4TB
Network: None Network: None
``` ```
Change default number of vCPUs to 4, Memory to 8GB and vDisk size to 40GB. Change default number of vCPUs to 4, Memory to 8GB and vDisk size to 40GB.
@ -142,9 +142,9 @@ Power ON VM
Create VM Success: Create VM Success:
ESXi Host: esxi ESXi Host: esxi
VM NAME: testvm03 VM NAME: testvm03
vCPU: 2 vCPU: 4
Memory: 4GB Memory: 8GB
VM Disk: 20GB VM Disk: 40GB
Format: thin Format: thin
DS Store: DS_3TB_m DS Store: DS_3TB_m
Network: 192.168.1 Network: 192.168.1
@ -165,9 +165,9 @@ Power ON VM
Create VM Success: Create VM Success:
ESXi Host: esxi ESXi Host: esxi
VM NAME: testvm04 VM NAME: testvm04
vCPU: 2 vCPU: 4
Memory: 4GB Memory: 8GB
VM Disk: 20GB VM Disk: 40GB
Format: thin Format: thin
DS Store: DS_3TB_m DS Store: DS_3TB_m
Network: 192.168.1 Network: 192.168.1