Commit graph

10 commits

Author SHA1 Message Date
Charles Paul
6f4aaecb6a adding no_log to password 2016-01-05 14:36:05 -06:00
Matthew Jones
c157dbe55a Fix up vsphere_copy after open_url change
* Remove leading module parameter on open_url call as it's no longer used
  by module_utils.urls.open_url
* Force basic auth otherwise vsphere will just return a 401
2015-12-13 01:13:47 -05:00
Toshio Kuratomi
4bf75fca9f Merge pull request #788 from ansible/open_url-vsphere-copy
Port vsphere_copy from httplib to open_url for TLS cert validation
2015-11-02 08:59:35 -08:00
Toshio Kuratomi
dce3d4054e Return errno and http status as requested by @bcoca 2015-08-05 09:27:03 -07:00
Jonathan Davila
757b952be4 Doc string fix for vsphere_copy 2015-08-04 07:52:51 -05:00
Toshio Kuratomi
3ec3e77d53 Better status conditional from dagwieers 2015-07-30 13:44:13 -07:00
Toshio Kuratomi
1e18550805 Port vsphere_copy from httplib to open_url for TLS cert validation 2015-07-29 23:15:00 -07:00
Matt Martz
9f9422fcb5 Update vsphere_copy.py to use new style module_utils import 2015-06-30 13:45:53 -05:00
Dag Wieers
57e7a6662a Work around a software bug in vSphere
Due to a software bug in vSphere, it fails to handle ampersand in datacenter names.
The solution is to do what vSphere does (when browsing) and double-encode ampersands.

It is likely other characters need special treatment like this as well, haven't found any.
2015-06-29 17:08:48 +02:00
Brian Coca
1604382538 monior docfixes
added extensino to vsphere_copy so it actually installs
2015-06-19 11:04:25 -04:00
Renamed from cloud/vmware/vsphere_copy (Browse further)