-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Issue type
[X] Feature request
[ ] Bug report
[ ] Documentation
Environment
- Python version: Python 3.5.2
- NetBox version: Develop branch [07364ab]
Description
Currently virtual chassis are named after their master node. It would be great if there was a way to name them according to their "virtual" identity -
For instance: A two member firewall virtual chassis could have two separate names and a virtual one representing the two units.
- node1.fw1.somesite.net
- node2.fw1.somesite.net
Their virtual name is fw1.somesite.net
See what I did there?
A name
CharField would need to be added to the VirtualChassis model
It should be optional but used in the __str__
method when documented.
I can submit a PR for this functionality if approved.
Chipa001, ankerstal, Chris-ZA, lowpolyfire, mmahacek and 10 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