-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
New functionality: Business Systems #11213
Comments
You can achieve this with services, tags, contacts and custom fields already today. But you are getting close to the CMDB realm, and should maybe consider integrate netbox with a real CMDB. for example iTop. A real CMDB handles relations to external parties as well, like integrations, that really dont fit to be modelled in netbox. |
CMDB is not infrastructure-level logic. It's a (company) management logic. So, I'd prefer not have any of it in our "source of truth" service. We have CMDBuild for this kind of stuff. All that matter for business projected there from Netbox. There you can limit some stuff by state, tenant etc., without continuously telling someone (without deep infrastructure knowledge), why they have "limited access". P.S. Also, business apps operate close with financial responsibility and other relations. Integrating all that external contacts/schematics, that have not any relations to infrastructure outside of business logic... |
It's a good idea, also you could create relation with services and so you have the set of ports exposed by a business application. |
Yes, it would be nice to have some information about business applications in the Netbox. Of course, we can use tags, but it's not comfortable for us. Integrating Netbox with CMDB for such a simple task is too complicated. |
For all those thumbing up, if you are doing it because you want this, make sure you thumb up the main FR. 😄 |
For managing our infrastructure, I came across the same problem. For our needs, most of the tenancy feature is sufficient, i.e. resources are assigned to an application tenant instead of an organizational unit tenant. You may be able to add some custom fields to tenants to cover additional characteristics such as criticality. |
I'd like to contribute to this as I see great value in this information for managing applications in our infrastructure, e.g. to automatically add resource spaces in monitoring or virtualization systems. If there's interest, I can provide a PR for one of the following milestones. A key question that came up in the discussion of Alef-Burzmali/netbox-data-flows#25 is, whether or not a resource can belong to a |
I personally feel this FR #17196 better fits the idea of modeling applications. |
If I understand correctly, #17196 and the NetBox IPAM services target IP services. However, this FR targets applications in general. An application needs different resources to provide a certain service, which could be a device or a virtual machine, but also completely different resources like IP pools, DNS zones or even paper forms. So I think these FRs should be handled separately. @jeremystretch could we add this to the 4.2 milestone by any chance? I think the window should be long enough to submit a PR and discuss any changes needed after review. |
no, it targets applications. #17196 aims to address a big gap in modeling layers 4-7 within NetBox. items 1, 2, 4, and 6 are already addressed in the current 'services' model. Adding some custom fields to a group of services aka an application for the 'application type' and the 'criticality' are simple enough. |
FYI we're working on a solution for service mapping at NetBox Labs, which seems likely to address the use case cited above.
|
NetBox version
v3.4.0
Feature type
New functionality
Proposed functionality
Business Systems (or Business applications) are a type of application that are used to improve the operations of a business.
For example, SAP ERP, Oracle EBS ERP, MES (Manufacturing Execution System), Material balance system, etc.
In general, a Вusiness system from the point of view of IT infrastructure operates on a certain number of VMs (database servers,
application servers, WEB servers, integration servers, etc.). Every business system has production environment, test environment,
development environment. Each environment is a collection of different VMs (bera metal servers).
Very often we or our bosses would like to know how many resources (VMs or bare metal servers) one business system or enother.
Often we would like to know how much resources (VMs or bare metal servers) one system or another is using.
Use case
A possible attributes for describing a business system:
Application Name
Application Description
Application Type
Tenant or Business Application Owner (for example, this field can refer to the Tenant entity of NetBox)
This is the application owner from the business, for example, various departments or organizations, etc.
Contact (this field can refer to the contacts entity of NetBox)
These are IT employees, for example, application administrator, devops engineer, etc.
Criticality
Is internet accessible
Database changes
A possible database schema could be something like this:
External dependencies
No new dependencies.
The text was updated successfully, but these errors were encountered: