-
Notifications
You must be signed in to change notification settings - Fork 921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vcsim: Setting manual mac address on VM Clone #1355
Labels
Milestone
Comments
zeot
pushed a commit
to zeot/govmomi
that referenced
this issue
Jan 25, 2019
zeot
added a commit
to zeot/govmomi
that referenced
this issue
Jan 25, 2019
zeot
added a commit
to zeot/govmomi
that referenced
this issue
Jan 25, 2019
I think I found the issue. configureDevices was called with device changes from |
zeot
added a commit
to zeot/govmomi
that referenced
this issue
Jan 26, 2019
dougm
added a commit
that referenced
this issue
Jan 26, 2019
…on-clone vcsim: resolve issue making device changes on clone (resolves #1355)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: