-
Notifications
You must be signed in to change notification settings - Fork 42
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
Add IPFabric integration #137
Conversation
nautobot_ssot/integrations/ipfabric/diffsync/adapter_ipfabric.py
Outdated
Show resolved
Hide resolved
nautobot_ssot/integrations/ipfabric/diffsync/diffsync_models.py
Outdated
Show resolved
Hide resolved
Merged with the latest develop to resolve conflicts |
Port IP Fabric release v2.0.2 into integration PR
pyproject.toml
Outdated
@@ -81,7 +81,7 @@ mkdocstrings-python = "0.8.3" | |||
requests-mock = "^1.10.0" | |||
parameterized = "^0.8.1" | |||
myst-parser = "^0.15.2" | |||
nautobot-chatops = "^2.0.0" | |||
nautobot-chatops = { version = "^2.0.2", extras = ["ipfabric"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2.0.2 doesn't exist yet. 2.0.1 was just released. Please update the lockfile after this change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed
Blocked by #157 due to the following dependency: https://github.com/nautobot/nautobot-plugin-ssot/pull/137/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711R84 |
Merge nautobot-plugin-ssot-ipfabric/pull/131
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will carve out some time to test it this week. |
I ran a few tests and saw some discrepancies in the number of objects been created/updated/deleted. I will dig a little deeper into the results to see what is causing this and provide an update shortly. |
Closes #130
TODO
nautobot-chatops
App.