-
Notifications
You must be signed in to change notification settings - Fork 2
Conversation
pke11y
commented
Oct 11, 2022
- poetry updates for IPF SDK v5
- updates for snapshot handling
- support for IPF client timeout variable
@justinjeffery-ipf and Cristian Cordero, can you guys take a look? |
i deployed this branch and test locally, everything looks good from my end 👍 |
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.
Looks good, only questions are:
- Nautobot version support (not sure why do we drop support for <1.4)
- Ipfabric support matrix
@@ -44,7 +45,7 @@ myst-parser = "^0.15.2" | |||
sphinx-autoapi = "^1.8.4" | |||
sphinx-rtd-theme = "^1.0.0" | |||
nautobot-chatops = "^1.5.1" | |||
nautobot-chatops-ipfabric = "^1.1.1" | |||
nautobot-chatops-ipfabric = "^2.0.0" |
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.
this implicitly drops support for ipfabric <5.x.x. Should we mention it? (matrix)
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.
Correct, yes same as ChatOps. Version 5.0+. So yes I'll update the matrix. Good shout.
pyproject.toml
Outdated
@@ -18,18 +18,19 @@ packages = [ | |||
|
|||
[tool.poetry.dependencies] | |||
python = ">=3.7.1,<4.0" | |||
nautobot = "^1.2.0" | |||
nautobot = "^1.4.0" |
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.
why do we increase this dependency?
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.
Probably no reason to really, I can remove.
nautobot-ssot = "^1.0.1" | ||
netutils = "^1.0.0" | ||
ipfabric = "^0" | ||
ipfabric-diagrams = "~5.0.2" | ||
ipfabric = "~5.0.11" |
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.
same comment as below, about support
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.
LGTM