OPMAAS-714 - Updated TMPP - Rerun onboard.sh
parent
4d2bc59afa
commit
510df3f9cd
|
|
@ -1,43 +0,0 @@
|
||||||
config:
|
|
||||||
- CDnewComponentTag: default.json
|
|
||||||
|
|
||||||
|
|
||||||
#Prod alerting profiles for EMEA/NA/CN
|
|
||||||
CDnewComponentTag.EMEA-Prod:
|
|
||||||
- name: CD_managementZone PROD
|
|
||||||
- tag: newComponentTag
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDnewComponentTag.NA-Prod:
|
|
||||||
- name: CD_managementZone PROD
|
|
||||||
- tag: newComponentTag
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDnewComponentTag.CN-Prod:
|
|
||||||
- name: CD_managementZone PROD
|
|
||||||
- tag: newComponentTag
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#INT alerting profiles for EMEA/NA/CN
|
|
||||||
CDnewComponentTag.EMEA-PreProd:
|
|
||||||
- name: CD_managementZone INT
|
|
||||||
- tag: newComponentTag
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDnewComponentTag.NA-PreProd:
|
|
||||||
- name: CD_managementZone INT
|
|
||||||
- tag: newComponentTag
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDnewComponentTag.CN-PreProd:
|
|
||||||
- name: CD_managementZone INT
|
|
||||||
- tag: newComponentTag
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDnewComponentTag: template.json
|
|
||||||
|
|
||||||
CDnewComponentTag:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: newComponentTag
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,8 +0,0 @@
|
||||||
config:
|
|
||||||
- CDnewComponentTag: template.json
|
|
||||||
|
|
||||||
CDnewComponentTag:
|
|
||||||
- name: MyProcessNamingRule
|
|
||||||
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
|
||||||
- tag: newComponentTag
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -1,125 +0,0 @@
|
||||||
config:
|
|
||||||
- CDnewComponentTag-PROD: default.json
|
|
||||||
- CDnewComponentTag-E2E: default.json
|
|
||||||
- CDnewComponentTag-INT: default.json
|
|
||||||
- CDnewComponentTag-TEST: default.json
|
|
||||||
|
|
||||||
#PROD dashboards for EMEA/NA/CN Prod
|
|
||||||
CDnewComponentTag-PROD:
|
|
||||||
- name: CD_managementZone PROD
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "true"
|
|
||||||
CDnewComponentTag-PROD.EMEA-Prod:
|
|
||||||
- name: CD_managementZone PROD
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDnewComponentTag-PROD.NA-Prod:
|
|
||||||
- name: CD_managementZone PROD
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDnewComponentTag-PROD.CN-Prod:
|
|
||||||
- name: CD_managementZone PROD
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: PROD
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#E2E dashboards for EMEA/NA/CN Prod
|
|
||||||
CDnewComponentTag-E2E:
|
|
||||||
- name: CD_managementZone E2E
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "true"
|
|
||||||
CDnewComponentTag-E2E.EMEA-Prod:
|
|
||||||
- name: CD_managementZone E2E
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDnewComponentTag-E2E.NA-Prod:
|
|
||||||
- name: CD_managementZone E2E
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDnewComponentTag-E2E.CN-Prod:
|
|
||||||
- name: CD_managementZone E2E
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: E2E
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#INT dashboards for EMEA/NA/CN PreProd
|
|
||||||
CDnewComponentTag-INT:
|
|
||||||
- name: CD_managementZone INT
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "true"
|
|
||||||
CDnewComponentTag-INT.EMEA-PreProd:
|
|
||||||
- name: CD_managementZone INT
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDnewComponentTag-INT.NA-PreProd:
|
|
||||||
- name: CD_managementZone INT
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDnewComponentTag-INT.CN-PreProd:
|
|
||||||
- name: CD_managementZone INT
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: INT
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
||||||
#TEST dashboards for EMEA/NA/CN PreProd
|
|
||||||
CDnewComponentTag-TEST:
|
|
||||||
- name: CD_managementZone TEST
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "true"
|
|
||||||
CDnewComponentTag-TEST.EMEA-PreProd:
|
|
||||||
- name: CD_managementZone TEST
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDnewComponentTag-TEST.NA-PreProd:
|
|
||||||
- name: CD_managementZone TEST
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
CDnewComponentTag-TEST.CN-PreProd:
|
|
||||||
- name: CD_managementZone TEST
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- tag: newComponentTag
|
|
||||||
- env: TEST
|
|
||||||
- skipDeployment: "false"
|
|
||||||
|
|
@ -1,6 +0,0 @@
|
||||||
config:
|
|
||||||
- CDnewComponentTag: default.json
|
|
||||||
|
|
||||||
CDnewComponentTag:
|
|
||||||
- name: CD_managementZone
|
|
||||||
- tag: newComponentTag
|
|
||||||
|
|
@ -1,102 +0,0 @@
|
||||||
config:
|
|
||||||
- CDnewComponentTag: msTeams.json
|
|
||||||
- CDnewComponentTagITSM: itsm.json
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN Prod msTeams
|
|
||||||
CDnewComponentTag.EMEA-Prod:
|
|
||||||
- name: CD_managementZone PROD
|
|
||||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
|
||||||
- webhook: https://empty
|
|
||||||
- skipDeployment: "true"
|
|
||||||
CDnewComponentTag.NA-Prod:
|
|
||||||
- name: CD_managementZone PROD
|
|
||||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
|
||||||
- webhook: https://empty
|
|
||||||
- skipDeployment: "true"
|
|
||||||
CDnewComponentTag.CN-Prod:
|
|
||||||
- name: CD_managementZone PROD
|
|
||||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
|
||||||
- webhook: https://empty
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN PreProd msTeams
|
|
||||||
CDnewComponentTag.EMEA-PreProd:
|
|
||||||
- name: CD_managementZone INT
|
|
||||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
|
||||||
- webhook: https://empty
|
|
||||||
- skipDeployment: "true"
|
|
||||||
CDnewComponentTag.NA-PreProd:
|
|
||||||
- name: CD_managementZone INT
|
|
||||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
|
||||||
- webhook: https://empty
|
|
||||||
- skipDeployment: "true"
|
|
||||||
CDnewComponentTag.CN-PreProd:
|
|
||||||
- name: CD_managementZone INT
|
|
||||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
|
||||||
- webhook: https://empty
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
|
|
||||||
# Notification System for EMEA/NA/CN Prod ITSM
|
|
||||||
CDnewComponentTagITSM.EMEA-Prod:
|
|
||||||
- name: CD_managementZone ITSM PROD
|
|
||||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
|
||||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
|
||||||
- contractid: "10APP11906401"
|
|
||||||
- appdid: "TEST123"
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
CDnewComponentTagITSM.NA-Prod:
|
|
||||||
- name: CD_managementZone ITSM PROD
|
|
||||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
|
||||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
|
||||||
- contractid: "10APP11906401"
|
|
||||||
- appdid: "TEST123"
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
|
|
||||||
CDnewComponentTagITSM.CN-Prod:
|
|
||||||
- name: CD_managementZone ITSM PROD
|
|
||||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
|
||||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
|
||||||
- contractid: "10APP11906401"
|
|
||||||
- appdid: "TEST123"
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
CDnewComponentTagITSM.EMEA-PreProd:
|
|
||||||
- name: CD_managementZone ITSM INT
|
|
||||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
|
||||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
|
||||||
- contractid: "10APP11906401"
|
|
||||||
- appdid: "TEST123"
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
CDnewComponentTagITSM.NA-PreProd:
|
|
||||||
- name: CD_managementZone ITSM INT
|
|
||||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
|
||||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
|
||||||
- contractid: "10APP11906401"
|
|
||||||
- appdid: "TEST123"
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
|
|
||||||
CDnewComponentTagITSM.CN-PreProd:
|
|
||||||
- name: CD_managementZone ITSM INT
|
|
||||||
- alertingProfile: CD_managementZone/alerting-profile/CDnewComponentTag.id
|
|
||||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
|
||||||
- contractid: "10APP11906401"
|
|
||||||
- appdid: "TEST123"
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
||||||
|
|
@ -1,10 +0,0 @@
|
||||||
config:
|
|
||||||
- newComponentTag: default.json
|
|
||||||
|
|
||||||
newComponentTag:
|
|
||||||
- name: CD_managementZone - <synthetic-name>
|
|
||||||
- mzName: CD_managementZone/management-zone/CDnewComponentTag.name
|
|
||||||
- mzId: CD_managementZone/management-zone/CDnewComponentTag.id
|
|
||||||
- endpoint: <url>
|
|
||||||
- location: <location>
|
|
||||||
- skipDeployment: "true"
|
|
||||||
|
|
@ -0,0 +1,43 @@
|
||||||
|
config:
|
||||||
|
- CDCD_VehicleCentricInformationServices: default.json
|
||||||
|
|
||||||
|
|
||||||
|
#Prod alerting profiles for EMEA/NA/CN
|
||||||
|
CDCD_VehicleCentricInformationServices.EMEA-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices PROD
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDCD_VehicleCentricInformationServices.NA-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices PROD
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDCD_VehicleCentricInformationServices.CN-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices PROD
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#INT alerting profiles for EMEA/NA/CN
|
||||||
|
CDCD_VehicleCentricInformationServices.EMEA-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices INT
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDCD_VehicleCentricInformationServices.NA-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices INT
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDCD_VehicleCentricInformationServices.CN-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices INT
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
### How to configure custom metrics?
|
### How to configure custom metrics?
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Calculated+Metrics) page to configure your custom metrics.
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
### How to configure process groups?
|
### How to configure process groups?
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Process+Group+Naming) page to configure your process groups.
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
config:
|
||||||
|
- CDCD_VehicleCentricInformationServices: template.json
|
||||||
|
|
||||||
|
CDCD_VehicleCentricInformationServices:
|
||||||
|
- name: MyProcessNamingRule
|
||||||
|
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
### How to configure service naming
|
### How to configure service naming
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Service+Naming) page to configure your service naming.
|
||||||
|
|
@ -0,0 +1,8 @@
|
||||||
|
config:
|
||||||
|
- CDCD_VehicleCentricInformationServices: template.json
|
||||||
|
|
||||||
|
CDCD_VehicleCentricInformationServices:
|
||||||
|
- name: MyProcessNamingRule
|
||||||
|
- nameFormat: "{ProcessGroup:KubernetesNamespace/regex-example}"
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
### How to configure custom services?
|
### How to configure custom services?
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Custom+Services) page to configure your custom services.
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Custom+Services) page to configure your custom services.
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
### How to configure dashboards?
|
### How to configure dashboards?
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Dashboards) page to configure your dashboards.
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Dashboards) page to configure your dashboards.
|
||||||
|
|
@ -0,0 +1,125 @@
|
||||||
|
config:
|
||||||
|
- CDCD_VehicleCentricInformationServices-PROD: default.json
|
||||||
|
- CDCD_VehicleCentricInformationServices-E2E: default.json
|
||||||
|
- CDCD_VehicleCentricInformationServices-INT: default.json
|
||||||
|
- CDCD_VehicleCentricInformationServices-TEST: default.json
|
||||||
|
|
||||||
|
#PROD dashboards for EMEA/NA/CN Prod
|
||||||
|
CDCD_VehicleCentricInformationServices-PROD:
|
||||||
|
- name: CD_VehicleCentricInformationServices PROD
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDCD_VehicleCentricInformationServices-PROD.EMEA-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices PROD
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDCD_VehicleCentricInformationServices-PROD.NA-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices PROD
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDCD_VehicleCentricInformationServices-PROD.CN-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices PROD
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: PROD
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#E2E dashboards for EMEA/NA/CN Prod
|
||||||
|
CDCD_VehicleCentricInformationServices-E2E:
|
||||||
|
- name: CD_VehicleCentricInformationServices E2E
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDCD_VehicleCentricInformationServices-E2E.EMEA-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices E2E
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDCD_VehicleCentricInformationServices-E2E.NA-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices E2E
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDCD_VehicleCentricInformationServices-E2E.CN-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices E2E
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: E2E
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#INT dashboards for EMEA/NA/CN PreProd
|
||||||
|
CDCD_VehicleCentricInformationServices-INT:
|
||||||
|
- name: CD_VehicleCentricInformationServices INT
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDCD_VehicleCentricInformationServices-INT.EMEA-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices INT
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDCD_VehicleCentricInformationServices-INT.NA-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices INT
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDCD_VehicleCentricInformationServices-INT.CN-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices INT
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: INT
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
#TEST dashboards for EMEA/NA/CN PreProd
|
||||||
|
CDCD_VehicleCentricInformationServices-TEST:
|
||||||
|
- name: CD_VehicleCentricInformationServices TEST
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDCD_VehicleCentricInformationServices-TEST.EMEA-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices TEST
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDCD_VehicleCentricInformationServices-TEST.NA-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices TEST
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
CDCD_VehicleCentricInformationServices-TEST.CN-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices TEST
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
- env: TEST
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
### How to configure management zones?
|
### How to configure management zones?
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Management+Zones) page to configure your management zones.
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Management+Zones) page to configure your management zones.
|
||||||
|
|
@ -114,25 +114,20 @@
|
||||||
"conditions": [
|
"conditions": [
|
||||||
{
|
{
|
||||||
"comparisonInfo": {
|
"comparisonInfo": {
|
||||||
"negate": false,
|
"negate": false,
|
||||||
"operator": "EQUALS",
|
"operator": "EQUALS",
|
||||||
"type": "TAG",
|
"type": "TAG",
|
||||||
"value": {
|
"value": {
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "ms-id",
|
"key": "ms-id",
|
||||||
"value": "tmpp-web-proxy"
|
"value": "tmpp-wechat-proxy"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
"attribute": "SERVICE_TAGS"
|
"attribute": "SERVICE_TAGS"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"enabled": true,
|
|
||||||
"propagationTypes": [
|
|
||||||
"SERVICE_TO_PROCESS_GROUP_LIKE",
|
|
||||||
"SERVICE_TO_HOST_LIKE"
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
"type": "SERVICE"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
@ -143,34 +138,9 @@
|
||||||
"operator": "EQUALS",
|
"operator": "EQUALS",
|
||||||
"type": "TAG",
|
"type": "TAG",
|
||||||
"value": {
|
"value": {
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "ms-id",
|
"key": "ms-id",
|
||||||
"value": "tmpp-wechat-proxy"
|
"value": "tmpp-admin-ui"
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "SERVICE_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"enabled": true,
|
|
||||||
"propagationTypes": [
|
|
||||||
"SERVICE_TO_PROCESS_GROUP_LIKE",
|
|
||||||
"SERVICE_TO_HOST_LIKE"
|
|
||||||
],
|
|
||||||
"type": "SERVICE"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "ms-id",
|
|
||||||
"value": "tmpp-admin-ui"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
|
|
@ -209,6 +179,31 @@
|
||||||
"SERVICE_TO_HOST_LIKE"
|
"SERVICE_TO_HOST_LIKE"
|
||||||
],
|
],
|
||||||
"type": "SERVICE"
|
"type": "SERVICE"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"conditions": [
|
||||||
|
{
|
||||||
|
"comparisonInfo": {
|
||||||
|
"negate": false,
|
||||||
|
"operator": "EQUALS",
|
||||||
|
"type": "TAG",
|
||||||
|
"value": {
|
||||||
|
"context": "CONTEXTLESS",
|
||||||
|
"key": "ms-id",
|
||||||
|
"value": "tmpp-web-proxy"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"key": {
|
||||||
|
"attribute": "SERVICE_TAGS"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"enabled": true,
|
||||||
|
"propagationTypes": [
|
||||||
|
"SERVICE_TO_PROCESS_GROUP_LIKE",
|
||||||
|
"SERVICE_TO_HOST_LIKE"
|
||||||
|
],
|
||||||
|
"type": "SERVICE"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -0,0 +1,6 @@
|
||||||
|
config:
|
||||||
|
- CDCD_VehicleCentricInformationServices: default.json
|
||||||
|
|
||||||
|
CDCD_VehicleCentricInformationServices:
|
||||||
|
- name: CD_VehicleCentricInformationServices
|
||||||
|
- tag: CD_VehicleCentricInformationServices
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
### How to configure notification systems?
|
### How to configure notification systems?
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Problem+Notification+Integrations) page to configure your notification systems.
|
||||||
|
|
@ -0,0 +1,102 @@
|
||||||
|
config:
|
||||||
|
- CDCD_VehicleCentricInformationServices: msTeams.json
|
||||||
|
- CDCD_VehicleCentricInformationServicesITSM: itsm.json
|
||||||
|
|
||||||
|
# Notification System for EMEA/NA/CN Prod msTeams
|
||||||
|
CDCD_VehicleCentricInformationServices.EMEA-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices PROD
|
||||||
|
- alertingProfile: CD_VehicleCentricInformationServices/alerting-profile/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDCD_VehicleCentricInformationServices.NA-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices PROD
|
||||||
|
- alertingProfile: CD_VehicleCentricInformationServices/alerting-profile/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDCD_VehicleCentricInformationServices.CN-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices PROD
|
||||||
|
- alertingProfile: CD_VehicleCentricInformationServices/alerting-profile/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
# Notification System for EMEA/NA/CN PreProd msTeams
|
||||||
|
CDCD_VehicleCentricInformationServices.EMEA-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices INT
|
||||||
|
- alertingProfile: CD_VehicleCentricInformationServices/alerting-profile/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDCD_VehicleCentricInformationServices.NA-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices INT
|
||||||
|
- alertingProfile: CD_VehicleCentricInformationServices/alerting-profile/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
CDCD_VehicleCentricInformationServices.CN-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices INT
|
||||||
|
- alertingProfile: CD_VehicleCentricInformationServices/alerting-profile/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- webhook: https://empty
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
||||||
|
# Notification System for EMEA/NA/CN Prod ITSM
|
||||||
|
CDCD_VehicleCentricInformationServicesITSM.EMEA-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices ITSM PROD
|
||||||
|
- alertingProfile: CD_VehicleCentricInformationServices/alerting-profile/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
CDCD_VehicleCentricInformationServicesITSM.NA-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices ITSM PROD
|
||||||
|
- alertingProfile: CD_VehicleCentricInformationServices/alerting-profile/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
||||||
|
CDCD_VehicleCentricInformationServicesITSM.CN-Prod:
|
||||||
|
- name: CD_VehicleCentricInformationServices ITSM PROD
|
||||||
|
- alertingProfile: CD_VehicleCentricInformationServices/alerting-profile/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
CDCD_VehicleCentricInformationServicesITSM.EMEA-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices ITSM INT
|
||||||
|
- alertingProfile: CD_VehicleCentricInformationServices/alerting-profile/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
CDCD_VehicleCentricInformationServicesITSM.NA-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices ITSM INT
|
||||||
|
- alertingProfile: CD_VehicleCentricInformationServices/alerting-profile/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
||||||
|
CDCD_VehicleCentricInformationServicesITSM.CN-PreProd:
|
||||||
|
- name: CD_VehicleCentricInformationServices ITSM INT
|
||||||
|
- alertingProfile: CD_VehicleCentricInformationServices/alerting-profile/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||||
|
- contractid: "10APP11906401"
|
||||||
|
- appdid: "TEST123"
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||||
|
- skipDeployment: "true"
|
||||||
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
### How to configure synthetics?
|
### How to configure synthetics?
|
||||||
|
|
||||||
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics.
|
Please refer to [this](https://atc.bmwgroup.net/confluence/display/OPMAAS/Documentation+%7C+Synthetic+Monitors) page to configure your synthetics.
|
||||||
|
|
@ -0,0 +1,10 @@
|
||||||
|
config:
|
||||||
|
- CD_VehicleCentricInformationServices: default.json
|
||||||
|
|
||||||
|
CD_VehicleCentricInformationServices:
|
||||||
|
- name: CD_VehicleCentricInformationServices - <synthetic-name>
|
||||||
|
- mzName: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.name
|
||||||
|
- mzId: CD_VehicleCentricInformationServices/management-zone/CDCD_VehicleCentricInformationServices.id
|
||||||
|
- endpoint: <url>
|
||||||
|
- location: <location>
|
||||||
|
- skipDeployment: "true"
|
||||||
Loading…
Reference in New Issue