Closed
Description
Deployment Type
Self-hosted
NetBox Version
v3.7.5
Python Version
3.11
Steps to Reproduce
- create vm/device and assign it to a site
- create a cluster, don't assign any site
- attempt to assign the created device/vm in step 1 to the cluster
Error message The selected cluster (<cluster name>) is not assigned to this site (<site name>)
Expected Behavior
If a cluster has no site set, then a VM/device from any site should be assignable to it. Without being able to do this, it's not possible to track a cluster that spans multiple DC.
Observed Behavior
Can't assign a device/vm with a defined site to a cluster with no defined site (null
)