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

vmware_dvswitch: Fix idempotency prob with vSphere 7.0.1 #577

Merged
merged 2 commits into from
Dec 16, 2020

Conversation

mariolenz
Copy link
Collaborator

@mariolenz mariolenz commented Dec 15, 2020

SUMMARY

When no switch_version is given, the module tries to guess the correct version. As far as I understand the code, the module even might upgrade the dvSwitch version when no version is given if you've upgraded your vCenter. But that's not how other modules work: If people don't specify something, we just ignore this... we don't silently change things.

Fixes #576

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

vmware_dvswitch

@goneri goneri added vSphere7 vSphere 7.0 specific CI CI related issues labels Dec 15, 2020
@mariolenz
Copy link
Collaborator Author

recheck

@mariolenz mariolenz added the gate label Dec 16, 2020
@goneri
Copy link
Member

goneri commented Dec 16, 2020

Thank you @mariolenz.

@goneri goneri added the bug This issue/PR relates to a bug label Dec 16, 2020
@mariolenz mariolenz added gate and removed gate labels Dec 16, 2020
@ansible-zuul ansible-zuul bot merged commit 95fa879 into ansible-collections:main Dec 16, 2020
@mariolenz mariolenz deleted the issue576 branch December 16, 2020 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue/PR relates to a bug CI CI related issues vSphere7 vSphere 7.0 specific
Projects
None yet
Development

Successfully merging this pull request may close these issues.

vmware_dvswitch idempotency broken with vSphere 7.0.1
2 participants