-
Notifications
You must be signed in to change notification settings - Fork 109
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
nxapi with cisco.nxos.nxos_l3_interfaces: "HttpApi.edit_config() got an unexpected keyword argument 'err_responses'" #893
Comments
Seems it was introduced with 5b461af |
It appears to be in context to 'sub-interface encapsulation' which is not part of the scenario here. |
@jcremp77 whats the |
@Ruchip16 'ansible.netcommon 6.1.3'; the site shows this to be latest, and is the version I have been testing with. https://docs.ansible.com/ansible/latest/collections/ansible/netcommon/index.html |
I see the same issue with ansible.netcommon 7.1.0 and cisco.nxos 9.2.1 |
I can reproduce the same issue with nxos versions 8.1.0 and newer. Problem doesn't present when running 8.0.0 Other versions used: |
ansible.netcommon==7.2.1 has the same issue here |
SUMMARY
Ansible is returning an error when using NXAPI with module name 'cisco.nxos.nxos_l3_interfaces'
There do not seem to be any issues with:
Was able to use these Ansible modules via the NXAPI with no issues.
ISSUE TYPE
Cannot configure Cisco Nexus switchport using module: cisco.nxos.nxos_l3_interfaces, via httpapi.
Snippet of error returned:
COMPONENT NAME
Ansible Module: cisco.nxos.nxos_l3_interfaces
ANSIBLE VERSION
COLLECTION VERSION
CONFIGURATION
OS / ENVIRONMENT
Ansible control node: Ubuntu Desktop 22.04
Linux tools-auto-01 5.15.0-27-generic #28-Ubuntu SMP Thu Apr 14 04:55:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
Ansible Target Node: Cisco Nexus 9000v
nxos.9.3.9.bin
STEPS TO REPRODUCE
EXPECTED RESULTS
no errors
ACTUAL RESULTS
Using Module with variables
Using Module with provided values; note: (truncated for brevity)
The text was updated successfully, but these errors were encountered: