-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application
Milestone
Description
Environment
- Python version: 3.6.9
- NetBox version: 2.9.8
Proposed Functionality
Allow the creation of a virtual machine without designating a cluster. Allow virtual machines to be assigned to sites directly, with the optional election of assignment to a cluster within that site. This would largely mirror the ability to assign a device to a site and, optionally, to a rack within that site.
Use Case
Allows for simplified modeling of virtual machines by obviating the need to define clusters, and allows for optimized filtering of virtual machines by site.
Database Changes
- Add a
siteForeignKey field to the VirtualMachine model - Make the
clusterfield optional - Extend model validation to prohibit the assignment of a VM to a cluster outside its site
External Dependencies
None
tyler-8, jsenecal, sdktr, jrbeilke, abrahamvegh and 2 more
Metadata
Metadata
Assignees
Labels
status: acceptedThis issue has been accepted for implementationThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the applicationIntroduction of new functionality to the application