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

Interface Bulk Import Exception when adding interfaces to virtual machines #4052

Closed
dealer-san opened this issue Jan 30, 2020 · 0 comments
Closed
Assignees
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application

Comments

@dealer-san
Copy link

Environment

  • Python version: 3.6.8
  • NetBox version: 2.7.3

Steps to Reproduce

  1. Select "Devices" -> Interfaces -> Import
  2. Enter CSV interface data using virtual_machine column type (e.g., virtual_machine,name,type)
  3. Submit

Expected Behavior

Either interfaces are imported successfully or data validation errors are reported.

Observed Behavior

Submission results in the following Python exception.

2020-01-28 182920

Example input data:

virtual_machine,name,type
hostname,eth0,Virtual

The import seems to work without problems when importing for devices. Was able to reproduce issue in clean installs of both v2.7.2 and v2.7.3.

@jeremystretch jeremystretch added status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application labels Jan 30, 2020
@jeremystretch jeremystretch self-assigned this Jan 30, 2020
@lock lock bot locked as resolved and limited conversation to collaborators May 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: accepted This issue has been accepted for implementation type: bug A confirmed report of unexpected behavior in the application
Projects
None yet
Development

No branches or pull requests

2 participants