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

Role not selectable in Perform Device Onboarding #245

Open jifox opened 1 month ago

jifox commented 1 month ago

Environment

Expected Behavior

The Role should be selectable when try to start the Perform Device Onboarding job

Observed Behavior

The avaliable items in the Role input field is empty.

I checked the database content and it looks right to me. At least the "egde-switch" should be selectable.

In [1]: role = Role.objects.get(name="edge-switch")

In [2]: role.name
Out[2]: 'edge-switch'

In [3]: ctyp = role.content_types.all()

In [4]: ctyp[0]
Out[4]: <ContentType: dcim | device>

Steps to Reproduce

  1. Start Onboarding Job
  2. Select a Role
jeffkala commented 3 weeks ago

I can't duplicate this one. Can you confirm you're using device onboarding 3.x version and not 4.x version?