A collection of Nautobot jobs to make life easier.
Automatically build device <-> software relationships in Nautobot for the Device Lifecycle app.
- Use
nornir_napalm
get_facts
to retrieveos_version
- Create software version based on
os_version
in Nautobot LCM app - Create software to device relationship
- Shoutout to dpeachey for the Nornir patterns. His repo has a collection of very useful Nautobot jobs.
- Once adding this to your nautobot repo, you can manually
group this job with the
Device/Software Lifecycle Reporting
Jobs.