Skip to content
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 "Known Error" #165

Open
sk-cool opened this issue Apr 21, 2015 · 8 comments
Open

Need an entity to map with "Known Error" #165

sk-cool opened this issue Apr 21, 2015 · 8 comments

Comments

@sk-cool
Copy link

sk-cool commented Apr 21, 2015

Known Error's are represented in ITOP with following set of attributes. We do not have a corresponding entity in GraphIT.

Attributes :
Name
Customer
Related Problem (Edge with Problem)
Error Code
Domain
Vendor (Edge)
Model
Version
Symptom
Root Cause
Workaround
Solution
Edge with CI's (Mars nodes).
Edge with Attachments.

We need an entity to represent this along with free attributes.

Thanks,
Satish

@conofre
Copy link
Contributor

conofre commented Apr 23, 2015

Proposal:
Creation of new entity "Error".
All needed attributes could be instantiated as free attributes.
In this context, please indicate the needed connections in the following manner:

VerbName1:
(EntityFrom) -> (EntityTo)

VerbName2:
(EntityFrom) -> (EntityTo)

Tks.

@sk-cool
Copy link
Author

sk-cool commented Apr 27, 2015

Hi Catarina,

We need the following type of edges with ogit/Error

`
Incoming edges --
ogit/isRelatedTo <= ogit/ITSM/Ticket
ogit/isRelatedTo <= ogit/ITSM/Problem
ogit/isRelatedTo <= ogit/ITService/Order
ogit/isRelatedTo <= ogit/ITSM/ChangeRequest
ogit/isRelatedTo <= ogit/ITSM/Incident
ogit/belongsTo <= ogit/ITSM/Attachment

Outgoing edges --
ogit/isRelatedTo => arago/MARSNode
`

Please let me know if you need anything else.

Thanks,
Satish

@conofre
Copy link
Contributor

conofre commented May 5, 2015

Hi Satish

verb isRelatedTo will be changed to "relates"

Summary of changes:

New entity "Error"

Error -> relates Ticket
Error -> relates Problem
Error -> relates Order
Error -> relates ChangeRequest
Error -> relates Incident
Error -> relates MARSNode

Why the edge to the Attachment?

Does this seem ok?

Tks.

@sk-cool
Copy link
Author

sk-cool commented May 6, 2015

Hi Catarina,

With respect to "relates", is this change happening for only ERROR or all across other entities/relationships?

With respect to Attachment, User can attach a log file with the error description. ITOP allows it to do so.

Thanks,
Satish

@conofre
Copy link
Contributor

conofre commented May 6, 2015

Hi Satish,
OGIT ontology is currently being reviewed and verb "isRelatedTo" will disappear and an equivalent verb "relates" will be available. All the associated changes should be available in some weeks.
In order for you to use to do less future adaptations to the new reviewed ontology, you could use the new verb. Let me know when you will start testing the Error entity creation so that we could complete the creation of:

New entity "Error"
edges to verb "relates":

Error -> relates Ticket
Error -> relates Problem
Error -> relates Order
Error -> relates ChangeRequest
Error -> relates Incident
Error -> relates MARSNode
Error -> relates Attachment

@sk-cool
Copy link
Author

sk-cool commented May 6, 2015

Our code is almost ready. We will start testing once you provide the edge.
On May 6, 2015 6:36 PM, "conofre" [email protected] wrote:

Hi Satish,
OGIT ontology is currently being reviewed and verb "isRelatedTo" will
disappear and an equivalent verb "relates" will be available. All the
associated changes should be available in some weeks.
In order for you to use to do less future adaptations to the new reviewed
ontology, you could use the new verb. Let me know when you will start
testing the Error entity creation so that we could complete the creation of:

New entity "Error"
edges to verb "relates":

Error -> relates Ticket
Error -> relates Problem
Error -> relates Order
Error -> relates ChangeRequest
Error -> relates Incident
Error -> relates MARSNode
Error -> relates Attachment


Reply to this email directly or view it on GitHub
#165 (comment).

@conofre
Copy link
Contributor

conofre commented May 7, 2015

The changed ontology should be ready in couple days. After it we could advance to the implementations of the Error entity and associated edges.

@sk-cool
Copy link
Author

sk-cool commented May 7, 2015

Thanks.
On May 7, 2015 6:52 PM, "conofre" [email protected] wrote:

The changed ontology should be ready in couple days. After it we could
advance to the implementations of the Error entity and associated edges.


Reply to this email directly or view it on GitHub
#165 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants