-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement PoD extension in Organization component #1488
Comments
Sorry but this request is all over the place. What do you mean by "PoD?" |
https://en.wikipedia.org/wiki/Point_of_delivery_(networking)Point of delivery (networking) Example1: Application PoD Example2: Design pattern |
This would be far too abstract and complicated to implement in NetBox. You might be able to partially accomplish what your after with custom fields or tagging (#132) though. |
Thank you Jeremy and the team for your great work!
I just started my Python way and hope join you a bit later)
Issue type
[x ] Feature request
Environment
Python version: 3.5.4
NetBox version: 2.1.4
Description
I looked through the issues and have not found similar request (most similar thing is cluster in virtualisation module)
You know a big infrastructure is usually divided into the different blocks and sometimes there are many identical blocks that could contain differents resources such as compute, network, storage
The reason for such design is opportunity for independents maintenance (read as different failure domain), HA purposes, scalability etc
The idea is:
Define different types of resources
Create container of resources (performance container)
Assign container of resources to device type
Aggregate set of device types to PoD
Use cases
Storing info from vendor datasheet such as connection/packet rate, bandwidth, max conns, bgp max table size etc for a device/device type
IP Prefix can be considered as resource as well
Resources sizing/planing for specific environment by aggregating the different devices (device types) into PoD (PoD types)
Resource calculation per rack, site, using as thresholds in monitoring system
Cloning identical PoDs between different sites, for example CustomerAppA, InternalResourceB etc
The text was updated successfully, but these errors were encountered: