-
Notifications
You must be signed in to change notification settings - Fork 341
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 bug when adding contact info #608
Comments
ansibullbot
added
bug
This issue/PR relates to a bug
needs_triage
Needs a first human triage before being processed.
python3
labels
Jan 15, 2021
Akasurde
added
easyfix
Good for new comers and easy to start with contribution
waiting_on_contributor
Needs help. Feel free to engage to get things unblocked
labels
Jan 18, 2021
Files identified in the description: If these files are inaccurate, please update the |
ansibullbot
added
cloud
module
module
plugins
plugin (any type)
and removed
needs_triage
Needs a first human triage before being processed.
labels
Jan 18, 2021
Akasurde
added a commit
to Akasurde/community.vmware
that referenced
this issue
Jan 18, 2021
Fixes: ansible-collections#608 Signed-off-by: Abhijeet Kasurde <[email protected]>
resolved_by_pr #614 |
Akasurde
removed
the
waiting_on_contributor
Needs help. Feel free to engage to get things unblocked
label
Jan 18, 2021
Files identified in the description: If these files are inaccurate, please update the |
ansibullbot
added
has_pr
waiting_on_contributor
Needs help. Feel free to engage to get things unblocked
and removed
module
module
labels
Jan 18, 2021
Akasurde
added a commit
to Akasurde/community.vmware
that referenced
this issue
Jan 20, 2021
* Add contact to vmware_dvswitch integration test * Add missing " in integration test Fixes: ansible-collections#608 Signed-off-by: Abhijeet Kasurde <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SUMMARY
There's a bug in how the contact info is added to vim.DistributedVirtualSwitch.ConfigInfo in the vmware_dvswitch module
ISSUE TYPE
COMPONENT NAME
https://github.com/ansible-collections/community.vmware/blob/main/plugins/modules/vmware_dvswitch.py#L368
ANSIBLE VERSION
OS / ENVIRONMENT
SUSE 12.4
STEPS TO REPRODUCE
EXPECTED RESULTS
Successfully created DVswitch with the required contact information
ACTUAL RESULTS
An exception is thrown by VmomiSupport.py
Due to IP issues, I am not allowed to do a PR, but I can propose a fix:
Change this:
https://github.com/ansible-collections/community.vmware/blob/main/plugins/modules/vmware_dvswitch.py#L368
To this:
The text was updated successfully, but these errors were encountered: