A Nautobot plugin for bulk connections
Project description
nautobot-bulk-connect
is a plugin for connecting rear ports in bulk.
Please note that this plugin uses internal Nautobot components, which is explicitly discouraged by the documentation. We promise to keep the plugin up to date, but the latest version might break on unsupported Nautobot version. Your mileage may vary.
Installation
The plugin can be found on pypi.
You should therefore be able to install it using pip
:
pip install nautobot-bulk-connect
Make sure to use the same version of pip
that manages Nautobot, so if you’ve
set up a virtual environment, you will have to use <venv>/bin/pip
instead.
After that, you should be able to install the plugin as described in the
Nautobot documentation. You’ll
have to add this to your PLUGINS_CONFIG
:
PLUGINS_CONFIG = {
'nautobot_bulk_connect': {
'device_role': None,
}
}
Set device_role
to a role name if you only want that role name to have the
plugin functionality.
Usage
The plugin will add a button to your device view that allows you to connect rear ports to other rear ports in bulk, by specifying starting ports and a number/count of ports.
The form you will be presented with looks like the form you are used to from cable connections already.
The plugin will perform basic sanity checks on your input: if any rear port inside the range is already connected, or the count goes outside of the range of available rear ports on either side, an error message will be returned.
Have fun!
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file nautobot-bulk-connect-0.1.3.tar.gz
.
File metadata
- Download URL: nautobot-bulk-connect-0.1.3.tar.gz
- Upload date:
- Size: 7.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 573842dbb8136b3d56804fb9fb778926d141900b2db0a9527e737e6c3e1eb930 |
|
MD5 | e0be5edf4948fde20dcc68253574b749 |
|
BLAKE2b-256 | d39507352fda3de0fc0a1abdfeca3844c461522379099a49a04423eccd9ae428 |