Nornir-Nautobot is a set of utilities to help interact with Nautobot via Nornir. The nornir_nautobot project intends to solve two primary use cases.
The set of plugins intend to provide mechanisms to include common networking workflows that will help enable network automation. As an example, there are method to get configurations or test network connectivity. Over time this will include functions to perform actions such as get vlans, neighbors, protocols, etc.
To install Nornir Nautobot install via Python PIP:
pip install nornir-nautobot
The inventory plugin is used to gather inventory from a Nautobot instance. This queries the DCIM endpoint to gather information about the devices.
This is an opinionated plugin to help with network automation workflows with Nautobot.
The task plugin helps with dispatching specific functions with multiple underlying OS.