Skip to content

Virtual Chassis enhancement - Add the ability to name a virtual chassis #2018

@jsenecal

Description

@jsenecal

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.

Metadata

Metadata

Assignees

Labels

status: acceptedThis issue has been accepted for implementationtype: featureIntroduction of new functionality to the application

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions