-
Notifications
You must be signed in to change notification settings - Fork 339
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
VM OU Customization #2275
Comments
Ok thank you so much, if I'm not wrong this feature are not implemented today ? |
@PierreNa Yes, this functionality appeared only in vSphere 8.0U2 and since then no one has raised the question of its relevance. But it looks like it wouldn’t be very difficult to implement, which is what I did. The burden of testing will be on you because... I’m afraid I simply won’t be able to implement tests for this function, and I currently have nowhere to test it on my own stand. |
@ihumster, OK, so it may take a long time before this is implemented in branch main. |
SUMMARY
Since vSphere 8u2 a new feature is available on Policies and Profiles > VM Customization Specifications interface.
Right now we can specify Active Directory OU directly on customization.
ISSUE TYPE
We've tested this new feature, and apparently the customisation call works fine, but it doesn't apply the specified OR path.
From what I've been able to see in the function code, it doesn't take this parameter.
vmware_guest_customization_info.py
COMPONENT NAME
vmware_guest_customization_spec
ADDITIONAL INFORMATION
This is a really useful feature in complicated environments where the operator does not have access to the AD. It makes it possible to be more autonomous and more relevant when executing workflows.
The text was updated successfully, but these errors were encountered: