-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
provider/vsphere: set uuid as vsphere_virtual_machine
output
#4382
Conversation
@eloycoto ping ... |
Hi @eloycoto / @chrislovecnm Please can you let me know the status of this PR? It has been stale for a while now. I have marked it WIP. If there is still no movement, I will close at the end of June - we are trying to cut off the stale WIP PRs thanks Paul |
Hey @stack72, My fault, I'll make the changes this weekend. Sorry! Regards. |
@eloycoto you rock :) |
Hey @stack72 Sorry for the delay. I had problems with
Should be ok now if not ping me and I'll fix it. |
Hi @eloycoto The build failed I'm afraid
If you can sort this out, then this is good to merge :) P. |
vsphere_virtual_machine
output
Sorry! Now it's ok ;-) |
@eloycoto can you put the full results of the unit tests in a gist? I would like to see that the tests are running locally. Thanks |
@chrislovecnm do you mean the unit tests or the acceptance tests? I don't think anyone (apart from you) will have a setup that can run them. This is an addition of an output so I don't think it's crucial :) |
@stack72 acceptance tests. Anyone that has an vsphere and esx servers can run them :) Some may fail, but we are getting them to the point where they will fail gracefully. |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Hi,
Nowadays the vsphere resource only export the id, in this case is the vm_path/vm_name. So I added the option to get the vm uuid, that it's unique.
On the other hand, the connInfo set was not in place, so each time that you want to run remote-exec, you should add the host parameter. To be consistent with the other resources I added the first network address.
Regards.