Mario Lenz
Mario Lenz
@goneri > In the meantime, you can install the `python3-aiohttp` from EPEL, it should now conflict with Tower. I think you meant that it should no**t** conflict with Tower, otherwise...
@goneri I'm not sure if you really know [vROps](https://www.vmware.com/products/vrealize-operations.html) but it's a product that I don't consider _directly_ a part of vSphere. For me, vSphere is the core virtualization solution...
[Using the API with vRealize Operations Manager](https://docs.vmware.com/en/vRealize-Operations-Manager/8.4/com.vmware.vcom.api.doc/GUID-C27B4402-56DF-45D6-8813-EC2617D24407.html): >Swagger based API documentation is available with the product, with the capability of making REST API calls right from the landing page. >...
@goneri FYI: I see `ansible-test-sanity-docker-devel` failing with RETRY_LIMIT in [community.vmware](https://github.com/ansible-collections/community.vmware/), too. Luckily, it's non-voting.
> The CDROM device has no such option and is left unconnected when created. Are you sure it's left unconnected? It's not documented, but from the code it looks like...
Unfortunately, I'm out of office at the moment and don't have access to my usual test environment. I'll try to have another look at this issue when I'm back the...
> `get_network` API returns first found a network with the name. For me, it is returning Standard portgroup and in your case, it returns distributed portgroup. Since the API uses...
@MTWiley I don't know this module very well, but it looks like `validate_certs` only affects the connection to the (source) vCenter. But there seems to be a dedicated parameter `destination_vcenter_validate_certs`...
> That was something I missed the first time, but that unfortunately did not resolve the issue. Too bad, I was hoping `destination_vcenter_validate_certs` would fix your issue. I'm out of...
This is a bit weird. The module fails in the very last step, the actual cloning: https://github.com/ansible-collections/community.vmware/blob/c660ecd19cabaa878f9fa71d5680bece2f2a13d8/plugins/modules/vmware_guest_cross_vc_clone.py#L249-L250 It ignores the certificate of the source vCenter, otherwise it wouldn't connect to...