nautobot-app-nornir icon indicating copy to clipboard operation
nautobot-app-nornir copied to clipboard

Nornir plugin to enable other Nautobot network automation plugins

Results 18 nautobot-app-nornir issues
Sort by recently updated
recently updated
newest added

The default environment variables for env credentials type are `NAPALM_USER` and `NAPALM_PASSWORD`, should these also accept `NAUTOBOT_` prepended as is the default in the various environments for deploying Nautobot and...

### Environment * Python version: latest * Nautobot version: latest * nautobot-plugin-nornir version: latest ### Proposed Functionality Pre-emptivly check, and allow sane error ``` access_type_str = device_obj.get_config_context()["nautobot_plugin_nornir"]["secret_access_type"].upper() KeyError: 'nautobot_plugin_nornir' ```...

Enable get_group_creds within the inventory.

Expose as each nornir task as a job that is allowlisted.

Allow user/operator defined grouping via the ORM inventory

Nornir supports transformers for a use case similar to credentials, perhaps this should be the future?

Testing is near non-existent, needs to be updated.

Bumps [nautobot](https://github.com/nautobot/nautobot) from 2.0.0 to 2.2.4. Release notes Sourced from nautobot's releases. v2.2.4 - 2024-05-13 What's Changed Security #1858 - Added sanitization of HTML tags in the content of BANNER_TOP,...

dependencies