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

Update nb_inventory to support NetBox 3.5 #999

Merged
merged 28 commits into from May 10, 2023

Conversation

rodvand
Copy link
Contributor

@rodvand rodvand commented May 10, 2023

  • Enable CI for NetBox 3.5
  • Update nb_inventory to handle new API schema
  • I have read the comments and followed the CONTRIBUTING.md.
  • I have explained my PR according to the information in the comments or in a linked issue.
  • My PR targets the devel branch.

rodvand and others added 28 commits February 12, 2023 15:38
…empotent (netbox-community#944)

It is important that the object's custom fields dictionary contains only those keys that were given by the user. Otherwise the following dictionary comparison does not work and leads to the result, that there is a difference in state even when the entries already have the desired state. The issue is caused, because the comparison takes also those entries into account that were not given by the user.

Signed-off-by: Christoph Fiehe <c.fiehe@eurodata.de>
)

* Added ASN module
* Added tests for ASN module
This is part of an issue with netbox-community#946 and at least adds more debug info around what endpoint was not found
* Feature: Added module for FHRP groups
* Added tests for the FHRP groups module
* Updated documentation for fhrp_group module
* Fix filter when trying to create a location named the same in different sites
* Add regression test for issue 958
* Add name as a filter to location
* Added fhrp_group_assignment module
* Added fhrp groups creation to netbox-deploy
* Added tests for fhrp_group_assignment module
* Added netbox_fhrp_group_assignment to runtime.yml
* Added netbox_l2vps_termination module
* Added tests for netbox_l2vps_termination module
* Added L2VPNs creation to netbox-deploy.py
@rodvand rodvand merged commit 4f90642 into netbox-community:devel May 10, 2023
7 of 8 checks passed
rodvand added a commit to rodvand/ansible_modules that referenced this pull request May 10, 2023
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

6 participants