-
Notifications
You must be signed in to change notification settings - Fork 43
Add support for software version ingestion. #317
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
Closed
Closed
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
0e2a9f3
initial software version
12513e7
added software version fixes
d3e9501
fix create method software version
061fa28
added eos and junos software version
6d4203b
fix key error
a025e29
data updates for testing
56de53d
tests
1b8f872
docs update
eafc911
linting
21a78bb
fix tests
06a8bb1
update testing object
07944fe
fixed tests
susanhooks 9f2c206
fix loading and saving bugs with vlans, lags and vrfs (#310)
Dav-C 7fcf6f1
Ensure that 'connectivity_test' kwargs always passed downstream (#314)
msheiny 97d1d57
Expand tests to cover ssh logic (#315)
msheiny d873f78
Release 4.2.1
scetron 99d8363
Merge pull request #318 from nautobot/release-4.2.1
scetron fb4c8b6
Merge pull request #319 from nautobot/develop
scetron e4cfde7
Fixed app startup crashing nautobot during startup in some cases. (#321)
gsnider2195 4bec6d4
Release 4.2.2
smk4664 ee5d077
Update docs/admin/release_notes/version_4.2.md
smk4664 fc282e2
Merge pull request #323 from nautobot/release-v4.2.2
smk4664 5afec57
Prepatch version
smk4664 bd2d13a
Merge pull request #324 from nautobot/main-to-develop-4.2.2
smk4664 4b51cea
Cookie updated by NetworkToCode Cookie Drift Manager Tool
6b8a684
Poetry lock and fix the change fragment filename.
smk4664 99a597a
filter out non device/interface connected cables
scetron 9db7f24
update utils and add test
scetron 166c16f
add a note to the docs
scetron ad81ef0
linting
scetron 1ea57ea
add fragment
scetron 5a5659e
Merge pull request #327 from nautobot/drift-manager/pr
scetron b65470d
Merge branch 'develop' into scetron-fix-cables
scetron b5d4b89
update error message
scetron 00d29df
Merge pull request #330 from nautobot/scetron-fix-cables
smk4664 5256e72
update version and lock
scetron 44f4c17
Release 4.2.3
scetron fb575b6
Merge pull request #336 from nautobot/release-4.2.3
scetron e66fc39
bump version
scetron 54921c1
Merge pull request #339 from nautobot/release-4.2.3-to-develop
scetron cfe5b03
Merge branch 'develop' into shooks-software-version
susanhooks File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
- Added support syncing in software versions from devices to nautobot core models. |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@susanhooks What is the reason Software Version is part of "Network data" Sync, and not the "Network Device" sync ?