mirror of https://github.com/Kodomo/esxi-vm
Update documentation
parent
e422deaeb7
commit
625e4f269c
34
README.md
34
README.md
|
@ -95,22 +95,22 @@ 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:
|
||||||
|
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.
|
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
|
./esxi-vm-create -c 4 -m 8 -s 40 -u
|
||||||
Saving new Defaults to ~/.esxi-vm.yml
|
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.
|
Create a new VM named testvm02 using new defaults from ~/.esxi-vm.yml and specifying a Network interface and partial MAC.
|
||||||
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue