vmware-archive / rvc

RVC is a Linux console UI for vSphere, built on the RbVmomi bindings to the vSphere API.
MIT License
240 stars 48 forks source link

Added more options to vm.create #8

Closed barn closed 13 years ago

barn commented 13 years ago

You can now do specify primary disksize, memory and cpucount:

/soko.puppetlabs.lan/ha-datacenter/vm> help vm.create usage: vm.create [opts] name Create a new VM name: Destination Folder --pool, -p : Resource pool --host, -h : Host --datastore, -d : Datastore --disksize, -s : Size in KB of primary disk (default: 4000000) --memory, -m : Size in MB of memory (default: 128) --cpucount, -c : Number of CPUs (default: 1)