Create a CDM application that generates a new service in the CMDB
Generate a new service (an application service, application model, or dynamic CI group [infrastructure application type]) in the CMDB) and create a CDM application as the container for the config data for the service.
Before you begin
Important: Starting with the Washington D.C. release, DevOps Config is being prepared for future deprecation. It will be hidden and no longer activated on new instances but will continue to be supported.
Role required: CDM Admin [sn_cdm.cdm_admin]
About this task
For the application, you specify the number of deployables to generate and the SDLC environment that the deployables represent. When you upload existing config data into the application, the system maps the data as [name:value] pairs (config data items — CDIs) in the appropriate node in the data structure of the CDM application. For an overview of the process of preparing a new application to receive config data, see Preparing an application for config data upload.
Procedure
- Select the Applications icon (
Applications icon\) to open the Create new application page and then select **New application**.
Choose how to create the new CDM application
On the Overview tab for the new CDM application, fill in additional application details that further identify the service in the CDM.
The CSDM application model (name, owner, manufacturer) functions as the link between DevOps features. There is an SDLC component of the CDM for each CSDM application model.
Application name Unique and meaningful name for the application. Application model name Name of the application model. Maintained by Groups with access to the application. Only members of these groups can access the application data. Application description Description that helps other users understand the purpose, scope, and intent of the application. Application model owner Name of the owner of the application model. Manufacturer Manufacturer of the application. Select Manage deployables to open the Edit deployables tab where you can configure the deployables.
Select Create deployables and then fill in the settings on the Create Deployables dialog box to specify the quantity and environment type of deployables to create and the CMDB services to connect them to.
| Field | Description |
|---|---|
| Environment | The kind of environment that is configured by the config data in the deployables. - Development - Test - Production |
| Connection preference | Option to connect the newly created deployables to the new services. Auto-connect is the only option when creating an application to an existing CMDB entry. Note: Because the DevOps pipeline applies config data in a deployable only to the services that the deployable is connected to, every deployable must be connected to a service. |
| Quantity | The number of deployables to create. Limit: 100. |
When you select **Create**, the system generates an application model in the CMDB and the CDM application with the specified number and types of deployables. The system auto-generates names of the form AppName\_EnvironmentType\_number.
On the Edit deployables tab, select the card for each deployable in turn and update its settings.
You connect each deployable to a service in the CMDB. The deployable holds the config data for its associated service.
The system auto-saves your updates to settings.
| Field | Description |
|---|---|
| Deployable name | Default name for the deployable. To ensure that the auto-generated names are unique, the system adds a timestamp. Rename as needed. |
| Deployable description | Description that helps other users understand the purpose, scope, and intent of the deployable. |
| Identifier | Unique identifier that distinguishes this deployable from other deployables that share the same name and possibly many config data settings. For example, the production deployable that has the identifier Pacific might have different config settings for the |
| Connected to | Service in the CMDB that the deployable is associated with. Select a service in the Available services list. Perform one of the following actions:
|
- Click Next to view the list of deployables on the Edit deployables tab.
Choose how to create the new CDM application
What to do next
The application is not yet structured to accept config data, so the next step is to add the data structure. See Add the nodes that will contain config data to a new CDM application.
Related topics