-
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
vmware_deploy_ovf: Add option to source properties marked as ovf:user… #1838
vmware_deploy_ovf: Add option to source properties marked as ovf:user… #1838
Conversation
This is a repost of a stale issue/pr |
…Configurable=false
Build failed. ✔️ ansible-tox-linters SUCCESS in 8m 35s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 8m 42s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 8m 56s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 8m 34s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 8m 29s |
recheck |
@mariolenz need add this to current version and as backport to 3.x |
Build failed. ✔️ ansible-tox-linters SUCCESS in 8m 36s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 8m 41s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 8m 37s |
recheck |
Build failed. ✔️ ansible-tox-linters SUCCESS in 8m 37s |
recheck |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 8m 31s |
Build succeeded. ✔️ ansible-tox-linters SUCCESS in 8m 40s |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't really know how to test this at the moment, but the code LGTM.
What do you think @ihumster, should we merge? If you think that we should, you can add the mergeit
label and it should be merged automatically.
Build succeeded (gate pipeline). ✔️ ansible-tox-linters SUCCESS in 8m 32s |
3dec435
into
ansible-collections:main
ansible-collections#1838) vmware_deploy_ovf: Add option to source properties marked as ovf:user… SUMMARY This forces OVF properties marked as ovf:userConfigurable=false to become user configurable. This is useful when deploying VCSA OVAs. Fixes: ansible-collections#802 ISSUE TYPE Feature Pull Request COMPONENT NAME vmware_deploy_ovf: Add option to force applying non-user configurable properties Reviewed-by: Mario Lenz <[email protected]> Reviewed-by: Alexander Nikitin <[email protected]>
|
#1838) (#1883) vmware_deploy_ovf: Add new parameter enable_hidden_properties SUMMARY This forces OVF properties marked as ovf:userConfigurable=false to become user configurable. This is useful when deploying VCSA OVAs. ISSUE TYPE Feature Pull Request COMPONENT NAME vmware_deploy_ovf ADDITIONAL INFORMATION Backport #1838
SUMMARY
This forces OVF properties marked as ovf:userConfigurable=false to become user configurable.
This is useful when deploying VCSA OVAs.
Fixes: #802
ISSUE TYPE
COMPONENT NAME
vmware_deploy_ovf: Add option to force applying non-user configurable properties