nautobot-app-device-onboarding
nautobot-app-device-onboarding copied to clipboard
Device Onboarding Plugin for Nautobot
https://github.com/nautobot/nautobot-app-device-onboarding/blob/8647c2b592ccbc6070e90c40e2980cfb072ac20a/nautobot_device_onboarding/nornir_plays/command_getter.py#L119 We're attempting to check job inputs and make sure the commands are in the command files above. However, we do additional json schema validation that doesn't take that into...
### Environment * Nautobot version: 2.x * nautobot-device-onboarding version: 4.x ### Proposed Functionality Allow overriding of default netmiko options in [inventory creator](https://github.com/nautobot/nautobot-app-device-onboarding/blob/develop/nautobot_device_onboarding/nornir_plays/inventory_creator.py) ### Use Case The primary use case is...
Add views and templates for information discovered from the network
### Environment * Nautobot version: ^2.0.0 * nautobot-device-onboarding version: ^4.0.0 ### Proposed Functionality Similarly to VLAN -> Location relationships, all Prefixes created during `Sync Network Data from Network` Job run...
# Closes: #233 ## What's Changed Added software version model to sync devices to network as an optional field. Added tests, documentation, and parsing for supported command mappers. ## To...
Update or Create devices is pulling location name and doesn't work with duplicate named locations.
### Environment * Python version: 3.11 * Nautobot version: 2.4.5 * nautobot-device-onboarding version: 4.2.3 ### Expected Behavior Device is onboarded in the location that was sent in the csv file....
## Deprecation - [ ] Deprecate old OnboardingTask job and all dependent code - [ ] Delete all references to old code from documentation site ## New Features - [x]...
### Environment * Nautobot version: 2.4.4 * nautobot-device-onboarding version: 4.2.3 ### Proposed Functionality In the `update()` method of `SyncDevicesDevice`, the call `device = Device.objects.get(name=self.name, location__name=self.location__name)` raises the exception with no...
Prototype for device discovery built on-top of existing SSOT Job. Current support is for SSH only (same as existing SSOT job), however more methods like SNMP can be added in...