nautobot / nautobot-app-device-onboarding

Device Onboarding Plugin for Nautobot
https://docs.nautobot.com/projects/device-onboarding/en/latest/
Other
44 stars 31 forks source link

For multiple IPs, spawn new jobs rather than run serially in a single job. #145

Open scetron opened 10 months ago

scetron commented 10 months ago

Environment

Proposed Functionality

For each IP added in a call, spawn a new job.

Right now, if multiple IPs are input into the IPAddress field of the job, each IP will be onboarded, but in a single job. Instead, spawn additional jobs and add them to the job queue to run in parallel.

Make this as optional and or a configurable item.

Use Case

Onboarding lots of devices is easy but may take a long time since they are done one at a time.