Skip to content
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

Fix advanced settings #5

Merged
merged 3 commits into from
Dec 22, 2021
Merged

Fix advanced settings #5

merged 3 commits into from
Dec 22, 2021

Conversation

dotalchemy
Copy link
Contributor

Fixed a thing introduced by a change made to the 'community.vmware' collection where customsettings was replaced with advanced_settings in a recent release of the collection.

This caused the role to fail with Unable to find custom value key disk.EnableUUID

See Github Issue #179
See vmware_guest_module

Tested on whatever version of Ansible is in the very latest AWX Operator build, but there shouldn't be a version dependency change as it's just a string edit in the yaml to match what community.vmware is expecting.

customvalues --> advanced_settings
Updated for `advanced_settings`
@albers
Copy link
Member

albers commented Dec 12, 2021

Thanks very much for your contribution.
I will need some time to review it because I first need to set up suitable testing environments.

Copy link
Member

@albers albers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did some research:

advanced_settings was added to vmware_guest in the 1.8.0 release of the community.vmware collection.
This release is part of the Ansible community package 3.2.0, which is based on ansible-core 2.10.7 (see build data).

Because this change is a breaking one, min_ansible_version will have to be changed to 2.10.7 here.

Please also change the requirements section to
"The minimum community.vmware collection version is 1.8.0, which is part of the Ansible community package 3.2.0."

README.md Outdated Show resolved Hide resolved
tasks/main.yml Show resolved Hide resolved
Updated documentation to be vSphere 7.0
Updated documentation to reflect new minimum requirements
Updated galaxy metadata for new minimum Ansible version
Copy link
Contributor Author

@dotalchemy dotalchemy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please review and let me know if there are any changes you'd like to see!

tasks/main.yml Show resolved Hide resolved
Copy link
Member

@albers albers left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perfect, thank you very much for the contribution.

@albers albers merged commit e87f333 into hamburger-software:master Dec 22, 2021
@albers
Copy link
Member

albers commented Dec 22, 2021

@dotalchemy released v6.0.0

@dotalchemy dotalchemy deleted the fix-advanced_settings branch January 9, 2022 22:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants