We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
[ ] Feature request [X] Bug report [ ] Documentation
When importing IP Addresses via CSV, you can attach them to a Device/Interface but not to a Virtual Machine/Interface.
Step 1: import some VMs:
name,cluster,platform unifi,lxd1,Ubuntu 16.04 apt-cacher,lxd1,Ubuntu 16.04
Step 2: manually create an interface eth0 on each one (see #1492, #822)
eth0
Step 3: try to import the addresses:
address,status,virtual_machine,interface_name,is_primary 192.0.2.30/24,Active,unifi,eth0,true 2001:db8::30/64,Active,unifi,eth0,true 192.0.2.31/24,Active,apt-cacher,eth0,true 2001:db8::31/64,Active,apt-cacher,eth0,true
This fails since column "virtual_machine" is not supported. Column "device" is supported, but not usable here.
The text was updated successfully, but these errors were encountered:
Fixed #1500: Allow assigning IP addresses to virtual machines during …
512a3bf
…CSV bulk import
Fixed in 512a3bf
Sorry, something went wrong.
Fixed netbox-community#1500: Allow assigning IP addresses to virtual …
551fbec
…machines during CSV bulk import
No branches or pull requests
Issue type
[ ] Feature request
[X] Bug report
[ ] Documentation
Environment
Description
When importing IP Addresses via CSV, you can attach them to a Device/Interface but not to a Virtual Machine/Interface.
Step 1: import some VMs:
Step 2: manually create an interface
eth0
on each one (see #1492, #822)Step 3: try to import the addresses:
This fails since column "virtual_machine" is not supported. Column "device" is supported, but not usable here.
The text was updated successfully, but these errors were encountered: