-
Notifications
You must be signed in to change notification settings - Fork 42
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
Need an entity to map with "Group of CI" concept in ITOP #163
Comments
Please clarify what kind of edge with organization is needed/what's its purpose |
isRelatedTo. If there is a specific edge type that gets inherited then please let us know. Thanks, |
#169 could be used for the grouping, as the entity allows free attributes you could just create all the needed attributes as free. |
Satish, |
Hi Satish, we reverted the creation of the too general entity for grouping because it doesn't make sense in a semantical ontology. |
Hi Catarina, The Group Of CI concept is similar to Service Families. A new Group / Family can be explicitly created / deleted from iTOP UI. MarsNodes do not allow free attributes. Please suggest how to store these two separate groups (Service Family and Group of CI) along with support to CRUD operation on them. Thanks and Regards, -Satish From: conofre [mailto:[email protected]] Hi Satish, we reverted the creation of the too general entity for grouping because it doesn't make sense in a semantical ontology. — |
Hi Satish, The modeling of the existing relational DB of iTOP will not have a direct translation for most of the cases. MARSNode's are now allowed to have free attributes in the ontology. An alternative way of having it would be using the extensions within the xml representation of the MARSNode (this xml is within the attribute arago/marsNodeFormalRepresentation ). In terms of representing a service family, could you please specify this need in a more detailed way so that we understand the best way of representing it semantically speaking? |
Can we have a belongs to relationship between ITService and ITService
|
Hi Catarina, I could only find the following documentation around service family in ITOP.
Thanks, |
Hi Satish, |
That would have helped if this was just an attribute for a Service. If not separate entity, I was thinking about using the Service Catalog entity for this purpose. There is a separate UI in ITOP, just to create/update/delete a service family, before you create any service. Where should I store it? It is supposed to be a separate entity because many services can be added to a service family. Please take a look at the ITOP Images below. I am not sure if the images get attached to github issue so copying on email as well. From: conofre [mailto:[email protected]] Hi Satish, — |
A CI (Configuration Item) in ITOP is currently mapped with respective MARS Node in GraphIT.
However ITOP allows to create CI groups with following set of attributes -
Name
Status
Parent Group (edge with other Group).
Organization (edge)
Associated CI (edges with MARS Nodes)
Description
Type
We need an GraphIT entity for this.
Thanks and Regards,
-Satish
The text was updated successfully, but these errors were encountered: