Google Code Exporter
Google Code Exporter
``` This is two related requets. Since most other systems rely on the VM's uuid, I propose: 1. Have a function or flag on get_registered_vms that returns the uuid of...
``` I am adding a search feature into my app, and I'm looking for the best way to search "everything". Below is my current method. If there a more efficient...
``` Some vSphere managed objects besides Datastore should be wrapped under this VIDatastore class. For e.g. HostDatastoreBrowser (see https://groups.google.com/forum/?fromgroups=#!topic/pysphere/v1QLEPRbAyg) This class should also implement what is requested on Issue #12...
``` Methods triggering tasks returns different object types depending on the value of the sync_run parameter which might be confusing. These should probably be implemented on separate methods. If this...
``` We are looking at a way to boot the system into our own ISO image. So a way to add an ISO image from a datastore, as well as...
``` Connect to pysphere using Kerberos / AD From: https://groups.google.com/forum/#!topic/pysphere/jcFn6ZtwUgk This should be done by implementing this function: http://www.vmware.com/support/developer/vc-sdk/visdk41pubs/ApiReference/vim.Sess ionManager.html#loginBySSPI ``` Original issue reported on code.google.com by `[email protected]` on 31...
``` What steps will reproduce the problem? 1. Set up your server connection 2. Get a VM entity 3. Call `vm.send_file(bla, bla)` What is the expected output? What do you...
``` Implement upload/download files from datastores. This functionality must be implemented out of the vsphere sdk, they are just simple PUT/GET requests to the server. See: http://communities.vmware.com/message/1540767 ``` Original issue...
Delete a VM
``` Being able to delete a VM would be extremely useful. Is this a limitation on the vSphere SDK or on pysphere. If its pysphere I would be more than...
``` See http://groups.google.com/group/pysphere/browse_thread/thread/2bba503390fbf2a5/97 7cbcfdde6268c7#977cbcfdde6268c7 e.g. class VIAlarm: def list_alarms(...) def silence_alarm(...) we might add some callback functionality where a user can provide a function to be called when a particular...