Skip to content

Latest commit

 

History

History
20 lines (20 loc) · 941 Bytes

README.md

File metadata and controls

20 lines (20 loc) · 941 Bytes

Nautobot Jobs

A collection of Nautobot jobs to make life easier.

Get Device OS

Purpose

Automatically build device <-> software relationships in Nautobot for the Device Lifecycle app.

Depencies

Job Logic

  1. Use nornir_napalm get_facts to retrieve os_version
  2. Create software version based on os_version in Nautobot LCM app
  3. Create software to device relationship

Notes

  • 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.