Provide configurable 'pools' of instantly-available (running) virtual machines
Find a file
Scott Schneider 1003afaf00 Rework vCenter VM retrieval method
Previous, the propertyCollector method was used to find VMs within
vCenter.  This method was ineffecient, as it would retrieve a list of
the entire vCenter inventory and then parse for the specified VM.  This
has been replaced with a fetch via searchIndex.FindByDnsName, which
returns only the requested VM object.
2014-02-04 09:42:28 -08:00
lib Rework vCenter VM retrieval method 2014-02-04 09:42:28 -08:00
public Provide more numbers to the dashboard 2014-01-23 13:36:12 -08:00
views Add dashboard (initial) 2013-12-12 11:12:13 -08:00
TODO.md Adding new bug (to be fixed) 2014-01-23 14:21:02 -08:00
vmware-host-pooler Rework vCenter VM retrieval method 2014-02-04 09:42:28 -08:00
vmware-host-pooler-api Provide more numbers to the dashboard 2014-01-23 13:36:12 -08:00