Added fields for port mappings
This commit is contained in:
10
README.md
10
README.md
@@ -2,6 +2,9 @@
|
||||
|
||||
Datacenter Modeler is a React-based web application for designing datacenter rack and cabinet layouts with drag-and-drop equipment placement. Users can build rack diagrams, edit component metadata, export reports, and save/load layouts as JSON.
|
||||
|
||||
# Written by Matthew Puckett
|
||||
# https://www.theblindengineer.com
|
||||
|
||||
## Features
|
||||
|
||||
- Drag racks and cabinets onto the workspace
|
||||
@@ -30,7 +33,10 @@ Datacenter Modeler is a React-based web application for designing datacenter rac
|
||||
- Edit patch panel-specific properties:
|
||||
- Copper or fiber optic medium
|
||||
- Number of ports
|
||||
- Port identification
|
||||
- Dynamic port map with Port ID and Cable ID fields
|
||||
- Edit component port-map properties for Switch, Firewall, Storage Switch, Router, Server, Blade Chassis, Storage Array, and KVM:
|
||||
- Dynamic port map with Port ID, Cable ID, and VLAN fields
|
||||
- VLAN defaults to 1 for new component ports
|
||||
- Edit PDU-specific properties:
|
||||
- Horizontal rack mount or vertical side mount
|
||||
- Horizontal size from 1U to 12U
|
||||
@@ -143,7 +149,7 @@ Diagram data is stored as JSON with this top-level shape:
|
||||
}
|
||||
```
|
||||
|
||||
Each rack/cabinet contains its own metadata and an array of installed equipment. Equipment records include type, name, size, U position, manufacturer/model details, asset information, power, notes, and display color. Patch panel records also include medium, port count, and port identification metadata. PDU records include mounting orientation, side placement for vertical PDUs, input voltage, output port definitions, and managed-device connection metadata.
|
||||
Each rack/cabinet contains its own metadata and an array of installed equipment. Equipment records include type, name, size, U position, manufacturer/model details, asset information, power, notes, and display color. Patch panel and network-capable component records also include structured port map metadata. PDU records include mounting orientation, side placement for vertical PDUs, input voltage, output port definitions, and managed-device connection metadata.
|
||||
|
||||
## Project Structure
|
||||
|
||||
|
||||
Reference in New Issue
Block a user