Mario Lenz
Mario Lenz
I didn't find an API to manage global permissions, either. I think there is a PowerCLI commandlet, but I didn't find anything in the vSphere SOAP or REST API. @Tomorrow9...
@ckhordiasma It looks like this PR changes a part of the code that you have recently worked on (#1318). You have removed `DeviceBacking` from `vim.vm.device.VirtualPCIPassthrough`. Now @darksoul42 wants to _add_...
> This is achievable through PowerCLI as well as pyvmomi directly - would sweet to see this implemented into a module. Are you sure this can be done with pyVmomi?...
@yo000 Your changes are buggy. The module fails our integration tests (see the last CI run) here: https://github.com/ansible-collections/community.vmware/blob/c660ecd19cabaa878f9fa71d5680bece2f2a13d8/tests/integration/targets/vmware_guest_disk/tasks/main.yml#L169 It seems to work fine when changing `iolimit`, but it fails when...
Could you please add a [changelog fragment](https://docs.ansible.com/ansible/latest/community/development_process.html#creating-changelog-fragments), like [this one](https://github.com/ansible-collections/community.vmware/blob/65d18a66dc7ae3a707ff41080bda85347327c50c/changelogs/fragments/1420-vmware_cluster_ha-add_apd_settings.yaml)? Maybe something like: ``` minor_changes: - vmware_guest_disk_info - Adding `iolimit` modifications of an existing disk without changing size (https://github.com/ansible-collections/community.vmware/pull/1466). ```...
@ShyamKumar-Y I'm not sure if I understand you correctly. As an example: You have a tag `TAGS_OS` with description `RHEL7` that's attached to VM1. Then you create VM2 which should...
OK, then I' think what you're trying to do is simply impossible. A tag is a kind of label which can be applied to an object in the vSphere inventory....
> Could you please help me on achieving this? Do I need to create a new category everytime whenever I build a new VM to have its own tags and...