Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot Bulk Create IPs in v2.0.1 #4608

Closed
rlad78 opened this issue Oct 5, 2023 · 3 comments · Fixed by #4644
Closed

Cannot Bulk Create IPs in v2.0.1 #4608

rlad78 opened this issue Oct 5, 2023 · 3 comments · Fixed by #4644
Assignees
Labels
type: bug Something isn't working as expected

Comments

@rlad78
Copy link

rlad78 commented Oct 5, 2023

Environment

  • Nautobot version (Docker tag too if applicable): v2.0.1 (Docker tag: 2.0.1-py3.10)
  • Python version: 3.10.13
  • Database platform, version: Postgres 13, Redis 8 (using official Docker Compose setup)
  • Middleware(s): N/A

Steps to Reproduce

  1. Navigate to the "IP Addresses" page
  2. Hit "Add" to start creating a new IP Address
  3. Change to the "Bulk Create" tab
  4. Choose any kind of IP pattern
  5. Choose a status
  6. Hit "Create"
  7. Observe the "Server Error" page

Expected Behavior

A range of IPs to be created.

Observed Behavior

The following exception was raised:

<class 'ValueError'>

'IPAddressBulkAddForm' has no field named 'parent'.

Python version: 3.10.13
Nautobot version: 2.0.1

This is on a fairly new instance of Nautobot (we're using it for testing purposes). We have some Prefixes, Vlans, etc. set up, but no Job Hooks or Custom Fields or anything like that yet.

@rlad78 rlad78 added triage This issue is new and has not been reviewed. type: bug Something isn't working as expected labels Oct 5, 2023
@rlad78 rlad78 changed the title Cannot Bulk Create IPs in >=2.0.0 Cannot Bulk Create IPs in 2.0.1 Oct 5, 2023
@rlad78 rlad78 changed the title Cannot Bulk Create IPs in 2.0.1 Cannot Bulk Create IPs in v2.0.1 Oct 5, 2023
@bryanculver bryanculver added emergent Unplanned work that is brought into a sprint after it's started. and removed triage This issue is new and has not been reviewed. labels Oct 5, 2023
@bryanculver
Copy link
Member

@rlad78 Can you give an example of the file you are uploading?

@rlad78
Copy link
Author

rlad78 commented Oct 5, 2023

@bryanculver Not uploading a file, this is just using the Bulk Create tab. Specifically, it's at /ipam/ip-addresses/bulk-add/.

Screenshot 2023-10-05 at 11 58 45 AM

@bryanculver
Copy link
Member

@bryanculver Not uploading a file, this is just using the Bulk Create tab. Specifically, it's at /ipam/ip-addresses/bulk-add/.

Screenshot 2023-10-05 at 11 58 45 AM

Thanks for the prompt follow up!

@bryanculver bryanculver removed the emergent Unplanned work that is brought into a sprint after it's started. label Oct 11, 2023
@timizuoebideri1 timizuoebideri1 self-assigned this Oct 11, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type: bug Something isn't working as expected
Projects
No open projects
Status: Done
3 participants