-
Notifications
You must be signed in to change notification settings - Fork 218
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
[Bug]: Cable Connection Not created #927
Comments
This might be a bug in Netbox 3.4.2 - there is a fix for this error in upstream that has not been released yet, but I am not 100% sure so I am not linking directly to it |
thanks for the tip, is there any way for me to quickly test it since i am using the docker compose method to launch it: version: '3.4' |
If you are using the |
Cable creation api changed from v3.2 to v3.3 and new netbox instances. To the best of my knowledge, the netbox_cable module has not been updated to use the newer api. |
thanks ! |
Correct, it is a breaking API change that requires us to do some work to support both the old API and new API in the module, based on which netbox API version the module is talking to |
Should be fixed in collection 3.11.0. |
It is indeed. Thanks a lot. |
Ansible NetBox Collection version
v3,9,0
Ansible version
NetBox version
v3.4.2
Python version
3.10
Steps to Reproduce
Hi,
I am trying to create a cable connection between two devices with this code:
But the cable connection is not created and instead throwing this error:
Any tips?
Thanks
BR
Expected Behavior
Expeceted the cable connection to be created.
Observed Behavior
Error
The text was updated successfully, but these errors were encountered: