nautobot-app-device-onboarding icon indicating copy to clipboard operation
nautobot-app-device-onboarding copied to clipboard

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

Open scetron opened this issue 7 months ago • 0 comments

Environment

  • Nautobot version: 2.x
  • nautobot-device-onboarding version: 3.x

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.

scetron avatar Jan 04 '24 18:01 scetron