Matt
Matt
The principal identity module has switch to use the api call /api/v1/trust-management/principal-identities/with-certificate, which has a description of "Create a Principal Identity with a new, unused, certificate." This will add the...
This commit fixes an import error in vcenter_utils that was introduced recently and covered in https://github.com/vmware/ansible-for-nsxt/issues/413. Also the install instructions have been corrected in the readme. I work for VMware,...
Commit https://github.com/vmware/ansible-for-nsxt/commit/c7c8f52f8df16452e22642ed386134bd1c0ccda2 updated the import from `pyVim` to `pyvim`. This is problematic for 2 reasons. 1. There is a module in pypi called pyvim https://pypi.org/project/pyvim/ 2. The latest version of...
Reference https://github.com/vmware/ansible-for-nsxt/issues/372 This fix ensures that a segment contains the subnets key before trying to modify subnet dhcp config. This allows for segment without subnets to be used for things...
I have a playbook which creates a logical switch port and then uses if for either a T0 uplink or a T1 downlink. The problem is that the module is...
Working on the dev branch, when creating a transport node if any of the vm_deployment_config IaaS object lookups fails, for instance due to a naming issue, then the module fails...
**What happened?** When deploying 0.20+ into a cluster using kapp controller, the deployment succeeds when the target namespace is NOT overridden, but when the `--into-ns` flag is used during `kapp...
### Is your feature request related to a problem? Please describe. As per the issue in https://github.com/vmware/vsphere-automation-sdk-python/issues/352, I would like to be able to use the govcsim to perform integration...
The current pagination implementation doesn't work due to a recursive loop bug that was created in PR https://github.com/vmware/ansible-for-nsxt/pull/469. The request function contains a while loop which calls itself, triggers the...
**Is your feature request related to a problem? Please describe.** I use Ubuntu Desktop, where the ssh-agent is managed by the gnome keychain, which only seems to auto-import ssh keys...