-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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 configure a device on a Circuit Termination point anymore #1637
Comments
Please post the list of steps necessary to recreate the behavior you're describing, beginning with the creation of sites and devices. |
Here is a recent test I did :
- Create a new tenant "TestTenant"
- Create a new site "TestSite"
- Create a new device "TestDevice", assign it to "TestTenant" and
"TestSite"
- Create a new circuit "TestCircuit", assign is to "TestTenant"
- Add to Termination - A Side
- Select "TestSite"
- There is no rack
- Try to select "TestDevice" but it does not show up
Now as I said in the same context, with an already existing circuit where I
did assign everything before 2.2.2, the device is shown in the Termination
- A Side. If I try to edit the latter to change something, I lose the
device and can't select it anymore or any other for that matter.
I hope this is enough information else let me know.
Regards,
2017-10-26 9:33 GMT-04:00 Jeremy Stretch <notifications@github.com>:
… Please post the list of steps necessary to recreate the behavior you're
describing, beginning with the creation of sites and devices.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1637 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZpQ6U9nr_WpOhCfgqeaJwAUBvMklkVoks5swIpGgaJpZM4QDDhI>
.
--
Jérôme DECORNIQUET
|
When I run through the steps you list, I see TestDevice in the list as expected. Are you sure you didn't assign TestDevice to a rack? (If you did, you'd need to select the rack from the dropdown in the circuit termination form.) Does TestDevice show up in the list at https://netbox/dcim/devices/?rack_id=0? |
I did verify and it's not assigned to any rack, nor does it shows at
https://netbox/dcim/devices/?rack_id=0.
Could it be a DB issue after the upgrade ? Everything else is running
smoothly though.
2017-10-27 10:59 GMT-04:00 Jeremy Stretch <notifications@github.com>:
… When I run through the steps you list, I see TestDevice in the list as
expected. Are you sure you didn't assign TestDevice to a rack? (If you did,
you'd need to select the rack from the dropdown in the circuit termination
form.) Does TestDevice show up in the list at
https://netbox/dcim/devices/?rack_id=0?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#1637 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZpQ6X8bq_EzfKJ5komeC8aJlkeWvaboks5swe_ZgaJpZM4QDDhI>
.
--
Jérôme DECORNIQUET
|
Can you post the result you get when querying the API for the device please? ( |
It looks like you might have run into #1649. What version of |
Hello, First, the GET https://netbox/api/dcim/devices// was indeed showing the null value for the rack. Thanks, |
Cool. #1649 will be fixed in v2.2.3. Closing this out. |
Issue type
[ ] Feature request
[X ] Bug report
[ ] Documentation
Environment
Description
When creating a circuit and editing the termination point, after selecting the site, no device are found/looked up.
More specifically, when I take an existing circuit with termination A-Z already configured, if I change the site (say from site ABC to ZZZ) and then go back to the original, the device do not show up anymore even though it does existing in Netbox.
I upgraded from 2.1.5 to 2.2.2 recently, it used to work before.
Regards,
The text was updated successfully, but these errors were encountered: