Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
josenk committed May 19, 2017
1 parent e422dea commit 625e4f2
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,22 +95,22 @@ Saving new Defaults to ~/.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:
VM NAME: testvm01
vCPU: 2
Memory: 4GB
VM Disk: 20GB
DS Store: DS_4TB
Network: None
Create VM Success
ESXi Host: esxi
VM NAME: testvm01
vCPU: 2
Memory: 4GB
VM Disk: 20GB
DS Store: DS_4TB
Network: None
```

Change default number of vCPUs to 4, Memory to 8GB and vDisk size to 40GB.
```
./esxi-vm-create -c 4 -m 8 -s 40 -u
Saving new Defaults to ~/.esxi-vm.yml
./esxi-vm-create -c 4 -m 8 -s 40 -u
Saving new Defaults to ~/.esxi-vm.yml
```

Create a new VM named testvm02 using new defaults from ~/.esxi-vm.yml and specifying a Network interface and partial MAC.
Expand Down Expand Up @@ -142,9 +142,9 @@ Power ON VM
Create VM Success:
ESXi Host: esxi
VM NAME: testvm03
vCPU: 2
Memory: 4GB
VM Disk: 20GB
vCPU: 4
Memory: 8GB
VM Disk: 40GB
Format: thin
DS Store: DS_3TB_m
Network: 192.168.1
Expand All @@ -165,9 +165,9 @@ Power ON VM
Create VM Success:
ESXi Host: esxi
VM NAME: testvm04
vCPU: 2
Memory: 4GB
VM Disk: 20GB
vCPU: 4
Memory: 8GB
VM Disk: 40GB
Format: thin
DS Store: DS_3TB_m
Network: 192.168.1
Expand Down

0 comments on commit 625e4f2

Please sign in to comment.