ntc-netbox-plugin-onboarding
ntc-netbox-plugin-onboarding copied to clipboard
A plugin for NetBox to easily onboard new devices.
### Environment * Python version: 3.7.7 * NetBox version: 3.0-beta1 * ntc-netbox-plugin-onboarding version: 2.1.0 ### Proposed Functionality As an FYI here is what changed that could impact or help the...
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.1 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.7.2 to 2.10.1. Commits 286bd9f Cut 2.10.1 4c491e2 Fix CVE re: PKey.write_private_key chmod race aa3cc6f Cut 2.10.0 e50e19f Fix up changelog entry with real links 02ad67e Helps...
This is just a quick check to see if the tests would pass with adding the appropriate versions to the Travis matrix
Please review and verify changes for updates to PyPI token
### Environment * Python version: 3.8.10 * NetBox version: 2.10.6 * ntc-netbox-plugin-onboarding version: 2.1.0 Trying to Bulk add devices with device_type specified. The plugin still try using the device_type name...
- pass transport protocol 'telnet' when port equals 23
This is maybe a bit dirty. To facilitate the telnet "transport" instead of ssh. When port 23 is selected, add automatically the transport:telnet option diff: --- a/netbox_onboarding/onboard.py +++ b/netbox_onboarding/onboard.py @@...
### Environment * Python version: 3.6.10 * NetBox version: 2.9.6 * ntc-netbox-plugin-onboarding version: Where can I find this information? ### Steps to Reproduce I wanted to onboard Cisco APs. Cisco...
### Environment * Python version: 3.8.8 * NetBox version: 2.10.8 * ntc-netbox-plugin-onboarding version: 2.1.0 ( both pip, and built from master and develop ) Also this was tested under docker...