-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
- Python version: 3.6.8
- NetBox version: 2.9.10
Proposed Functionality
It could be seen as counter-intuitive to edit devices individually to assign local config contexts. It may be more appropriate to allow the assignment of config contexts to specific devices (or multiple specific devices) via the config context menu/form, by providing a form option for selecting devices or multiple devices.
Use Case
We have two more more devices that require the same config context, though there are additional devices, that meet all the same config context matching criteria, that do not require/should not have the config context. This means either
a. Configuring the same config context twice, on two+ local config contexts, posing risk for inconsistencies
b. Configuring a config context across a wider scope of devices that actually need it
It would be possible to do this with tags, though with many of the same scenario repeated, the tag scope becomes unwieldy.
Database Changes
Cannot answer this, as it is beyond my scope of knowledge.
External Dependencies
None