You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to fix an issue in the Ansible module where you're unable to set a manual mac address on an already present network interface when cloning a VM. Got everything working fine when running against our live vSphere 6.5, but the Ansible test is failing due to vcsim not applying these changes.
In the background, the following SOAP body is sent for cloning:
Basically the same request on a live vSphere works fine - the mac address is changed and everyone is happy. On the vcsim, however, the mac address on the new VM is still generated (00:0c:29:8e:f6:af) instead of the manual one requested.
The text was updated successfully, but these errors were encountered:
I'm trying to fix an issue in the Ansible module where you're unable to set a manual mac address on an already present network interface when cloning a VM. Got everything working fine when running against our live vSphere 6.5, but the Ansible test is failing due to vcsim not applying these changes.
In the background, the following SOAP body is sent for cloning:
Basically the same request on a live vSphere works fine - the mac address is changed and everyone is happy. On the vcsim, however, the mac address on the new VM is still generated (00:0c:29:8e:f6:af) instead of the manual one requested.
The text was updated successfully, but these errors were encountered: