-
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
Conversation
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
* fix loading and saving bugs with vlans, lags. and vrfs * add change fragment --------- Co-authored-by: David Cates <david.cates@networktocode.com>
* Expand tests to cover ssh logic ---------
Release 4.2.1
Release v4.2.1
Co-authored-by: Glenn Matthews <glenn.matthews@networktocode.com>
Release 4.2.2
After 4.2.2 release
Main to develop 4.2.2
Template: ``` { "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "dir": "nautobot-app", "ref": "refs/tags/nautobot-app-v2.4.2", "path": null } ``` Cookie: ``` { "remote": "https://github.com/nautobot/nautobot-app-device-onboarding.git", "path": "/tmp/tmp2kdf1gez/nautobot-app-device-onboarding", "repository_path": "/tmp/tmp2kdf1gez/nautobot-app-device-onboarding", "dir": "", "branch_prefix": "drift-manager", "context": { "codeowner_github_usernames": "@mzbroch @scetron @glennmatthews @chadell", "full_name": "Network to Code, LLC", "email": "info@networktocode.com", "github_org": "nautobot", "app_name": "nautobot_device_onboarding", "verbose_name": "Device Onboarding", "app_slug": "nautobot-device-onboarding", "project_slug": "nautobot-app-device-onboarding", "repo_url": "https://github.com/nautobot/nautobot-app-device-onboarding", "base_url": "nautobot-device-onboarding", "min_nautobot_version": "2.0.3", "max_nautobot_version": "2.9999", "camel_name": "NautobotDeviceOnboarding", "project_short_description": "Device Onboarding", "model_class_name": "None", "open_source_license": "Apache-2.0", "docs_base_url": "https://docs.nautobot.com", "docs_app_url": "https://docs.nautobot.com/projects/device-onboarding/en/latest", "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "_output_dir": "/tmp/tmp2kdf1gez", "_repo_dir": "/github/home/.cookiecutters/cookiecutter-nautobot-app/nautobot-app", "_checkout": "refs/tags/nautobot-app-v2.4.2" }, "base_branch": "develop", "remote_name": "origin", "pull_request_strategy": "PullRequestStrategy.CREATE", "post_actions": [ "PostAction.RUFF", "PostAction.POETRY" ], "baked_commit_ref": "860a6ce04937705d0ccc7d3be6578489b9c58a69", "draft": false } ``` CLI Arguments: ``` { "cookie_dir": "", "input": false, "json_filename": "", "output_dir": "", "push": true, "template": "", "template_dir": "", "template_ref": "refs/tags/nautobot-app-v2.4.2", "pull_request": null, "post_action": [ "ruff", "poetry" ], "disable_post_actions": true, "draft": false } ```
Using additional periods in the change fragment filename confuses Towncrier.
Cookie updated by NetworkToCode Cookie Drift Manager Tool
Scetron fix cables
## [v4.2.3 (2025-03-11)](https://github.com/nautobot/nautobot-app-device-onboarding/releases/tag/v4.2.3) ### Fixed - [#326](#326) - Fixed error from ingesting existing cable attached to a circuit. ### Housekeeping - Rebaked from the cookie `nautobot-app-v2.4.2`.
Release 4.2.3 to develop
mzbroch
reviewed
Mar 20, 2025
@@ -43,6 +43,7 @@ Regardless, the Onboarding App greatly simplifies the onboarding process by allo | |||
| 802.1Q mode | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ | | |||
| Lag Member | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ | | |||
| Vrf Membership | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ | | |||
| Software Version | ✅ | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ | |
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 ?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Added software version model to sync devices to network as an optional field. Added tests, documentation, and parsing for supported command mappers.
Closes: #233
What's Changed
Added software version ingestion.
To Do
Nautobot to be pinned to ^2.3.1