Best way to associated environment to CI in CMDB

SudhirOjha
Mega Guru

HI,

I need to associate environments with CI i.e. servers, DB .

Which is the best way to associate environments to CI .

 

Thanks

Sudhir

6 REPLIES 6

AshishKM
Kilo Patron
Kilo Patron

You can create an Environment field (field type Choice )  in cmdb_ci table and add all applicable environment in choice list. This way you can use environment in all child tables. For all bulk upload map the CI environment with this field in transform map.

Environment List:

Stage , Production, Test, Development , Sandbox , Disaster Recovery , POC  ect.

find_real_file.png

 

Thanks,

Ashish

Please mark correct/or/hit helpful for others if it helps you.

 

 

 


Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution

SanjivMeher
Kilo Patron
Kilo Patron

There is a table cmdb_ci_environment, where you can store all the environments you have.

 

Then create relationship between environment and CI.


Please mark this response as correct or helpful if it assisted you with your question.

SudhirOjha
Mega Guru

We have already a relationship table with CI- cmdb_environment_to_ci table.

but problem is that it doen't have exposed to itil users as other cmdb table.

Then you can create the required ACL to expose it


Please mark this response as correct or helpful if it assisted you with your question.