Best way to associated environment to CI in CMDB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2018 07:51 AM
HI,
I need to associate environments with CI i.e. servers, DB .
Which is the best way to associate environments to CI .
Thanks
Sudhir
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2018 04:22 PM
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.
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2018 04:27 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2018 05:07 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2018 09:49 AM
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.