Deploying CDP DMP SST Maps
This section provides detailed instructions on how to deploy HCL CDP DMP SST Maps using the Devtron in the OpenShift.
Prerequisites:
Make sure to create a dmp-sst-maps secret with required data in the HashiCorp Vault before deploying the CDP DMP SST Maps.
.png)
To create the dmp-sst-maps secret in the HashiCorp Vault, follow the steps below:
- Create a dmp-sst-maps secret sample key and value in the UI secret, and update
ConfigMaps data with actual values.
{ "DbUsername": "<DB_USER>", "DbPassword": "<DB_PASSWORD>", "DbUrl": "jdbc:mariadb://<DB_HOST>:3307/vrm", "DbDriver": "org.mariadb.jdbc.Driver", "AlertEmail": "", "DbHost": "<DB_HOST>", "DbPort": "3307", "TsdbHost": "<TSDB_HOST>", "TsdbPort": "80", "type": "b-aero-7-nodes", "region": "ap-south-1", "AlertFromEmail": "", "AWSRegion": "ap-south-1" }
Deploying CDP DMP Maps
To deploy the CDP DMP Maps, follow the steps below:
- Navigate to the Devtron Chart Store, and select the cdp-dmp-sst-maps
chart to deploy.
.png)
- Now, configure and deploy the CDP DMP SST Maps charts.

- In the YAML section, update the ConfigMap using below details, and deploy
the
charts.
ValidValuesConfig: /disk1/config/dmp-sst-maps/valid_values.json ValuesMappingConfig: /disk1/config/dmp-sst-maps/values_mapping.json mapsGenLocation: /disk1/dmp-sst-maps DbName: <DbName>
- On successful deployment, validate the deployment as shown below.
