Environment Type in CMDB
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-30-2022 02:28 AM
Team,
I am looking to autopopulate the environemtn type (PROD and Non PROD) based on a discovery schedule. Any help is appreciated.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2022 10:07 AM
Any Update on the update set?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 06:31 AM
For non-production instances, what is the recommended CI class? Would it be the same as the production instance?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2022 10:38 AM
Two options:
1) Base it upon the network segment
If you have a well segmented network, you can set environment based upon the network/mask
2) Base it upon the naming convention of the device discovered
If you have a naming convention which has an indicator for Dev, UAT, Stress, Prod (d,u,s,p) at the beginning or end of any CI name...
A third option exists for servers. If you have a local configuration file which is populated at the time the server is stood up, you can set Environment, Assigned To, etc. This is the least desirable because it requires manual intervention on a broader scale that the other two options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2022 12:51 AM
Yes, I have a Discovery schedule that identifies the environments. How do I proceed with Point 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2022 01:52 PM
Then you need to script the update.
If you create a data lookup table which is populated with Network/Mask and Environment, you should be able to reference that table either in your discovery pattern or in an on insert or on update business rule.