Mario Lenz

Results 456 comments of Mario Lenz

I'm not sure if you broke something, but the pipeline didn't merge the PR. It's also possible that there has been a temporary failure int it. Well, if it still...

@ihumster I don't like this function... 1) it's pretty slow and 2) it returns the first object found. I think it would be better to fail if there are two...

I'm afraid that this is correct. Personally, I'm not using ESA (yet) so it's hard for me to test things in a real-world environment. Additionally, ESA is a vSphere 8...

> Obviously if this isn't used, the first sorted host in the cluster is chosen. And if this host can't access the datastore, then the template can't be cloned. It's...

I thought there might be an issue with `True` (like there's somewhere a problem with mistaking the string with a boolean) but couldn't reproduce it. Then I've seen that it...

I'm not 100% sure about this, but it looks like there are some advanced settings you can't set directly. The vSphere API seems to ignore them. I've seen this already...

> I just tested this enabling VM logging with PowerCLI and everything works fine. I can easily change this parameter with following function. $newSpec has EnableLogging flag as $true. It...

What `state` do you use in your playbook? `vmware_guest` is a (far too) complex beast and hard to debug, but it might have something to do with it. I remember...

I don't know the module well, but maybe the original author @sky-joker can help. But the [API documentation for vim.host.AutoStartManager.AutoPowerInfo](https://vdc-repo.vmware.com/vmwb-repository/dcr-public/c476b64b-c93c-4b21-9d76-be14da0148f9/04ca12ad-59b9-4e1c-8232-fd3d4276e52c/SDK/vsphere-ws/docs/ReferenceGuide/vim.host.AutoStartManager.AutoPowerInfo.html) states: > startOrder is relative to other virtual machines in...

@jillr Thanks for summarizing the current state of the CI system and explaining the problems you are facing with the integration tests for VMware vSphere (both this collection and `vmware.vmware_rest`)....