Merge branch 'master' of https://atc.bmwgroup.net/bitbucket/scm/opapm/cd_e2e_monitoring_config into CD_VDLM_multiple_custom_services
commit
a0326f03ff
|
|
@ -73,11 +73,11 @@ CDnewComponentTagITSM.EMEA-PreProd:
|
|||
- name: CD_AFW ITSM INT
|
||||
- alertingProfile: CD_AFW/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- contractid: "10APP11863401"
|
||||
- appdid: "APP-24654"
|
||||
- mzName: CD_AFW/management-zone/CDnewComponentTag.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
- DTEnvironment: https://qqk70169.live.dynatrace.com
|
||||
- skipDeployment: "false"
|
||||
|
||||
CDnewComponentTagITSM.NA-PreProd:
|
||||
- name: CD_AFW ITSM INT
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ CDAudioVideoServicesPRODITSM.EMEA-Prod:
|
|||
- name: CD_AudioVideoServices ITSM PROD
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP10900711"
|
||||
- contractid: "10APP10900712"
|
||||
- appdid: "188900"
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
|
|
@ -53,7 +53,7 @@ CDAudioVideoServicesPRODITSM.NA-Prod:
|
|||
- name: CD_AudioVideoServices ITSM PROD
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "20APP10900702"
|
||||
- contractid: "20APP10900703"
|
||||
- appdid: "188900"
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- DTEnvironment: https://wgv50241.live.dynatrace.com
|
||||
|
|
@ -64,7 +64,7 @@ CDAudioVideoServicesPRODITSM.CN-Prod:
|
|||
- name: CD_AudioVideoServices ITSM PROD
|
||||
- alertingProfile: CD_AudioVideoServices/alerting-profile/CDAudioVideoServices.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "30APP10900706"
|
||||
- contractid: "30APP10900707"
|
||||
- appdid: "189125"
|
||||
- mzName: CD_AudioVideoServices/management-zone/CDAudioVideoServices.id
|
||||
- DTEnvironment: https://dynatracemgd-tsp.bmwgroup.net/e/b921f1b9-c00e-4031-b9d1-f5a0d530757b
|
||||
|
|
|
|||
|
|
@ -42,21 +42,21 @@ CDnewComponentTagITSM.EMEA-Prod:
|
|||
- name: CD_Countly ITSM PROD
|
||||
- alertingProfile: CD_Countly/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- contractid: "10APP11899700"
|
||||
- appdid: "APPD-253917"
|
||||
- mzName: CD_Countly/management-zone/CDnewComponentTag.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
- skipDeployment: "false"
|
||||
|
||||
CDnewComponentTagITSM.NA-Prod:
|
||||
- name: CD_Countly ITSM PROD
|
||||
- alertingProfile: CD_Countly/alerting-profile/CDnewComponentTag.id
|
||||
- webhook: https://apim-beta-prod.bmwgroup.com/evtmgmt/eventproxy/v1
|
||||
- contractid: "10APP11906401"
|
||||
- appdid: "TEST123"
|
||||
- contractid: "20APP11899700"
|
||||
- appdid: "APPD-253917"
|
||||
- mzName: CD_Countly/management-zone/CDnewComponentTag.id
|
||||
- DTEnvironment: https://xxu26128.live.dynatrace.com
|
||||
- skipDeployment: "true"
|
||||
- DTEnvironment: https://wgv50241.live.dynatrace.com
|
||||
- skipDeployment: "false"
|
||||
|
||||
|
||||
CDnewComponentTagITSM.CN-Prod:
|
||||
|
|
|
|||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.smc2.dkey.api.vehicle.v1.boundary.VehicleInboundBCI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes":["{{.argumentTypes}}"],
|
||||
"methodName": "sendKeyListToBackend",
|
||||
"returnType": "void"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,32 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.smc2.dkey.api.vehicle.v1.boundary.VehicleInboundBCI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes": [
|
||||
"java.lang.String",
|
||||
"java.lang.Byte[]"
|
||||
],
|
||||
"methodName": "sendKeyListToBackend",
|
||||
"returnType": "void"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"enabled": true,
|
||||
"metadata": {
|
||||
"clusterVersion": "1.211.111.20210222-093946",
|
||||
"configurationVersions": [
|
||||
0
|
||||
]
|
||||
},
|
||||
"name": "{{.name}}",
|
||||
"processGroups": [],
|
||||
"queueEntryPoint": false,
|
||||
"queueEntryPointType": null,
|
||||
"rules": [
|
||||
{
|
||||
"annotations": [],
|
||||
"className": "com.bmw.cc.smc2.dkey.api.vehicle.v1.boundary.VehicleInboundBCI",
|
||||
"enabled": true,
|
||||
"fileName": "",
|
||||
"matcher": "EQUALS",
|
||||
"methodRules": [
|
||||
{
|
||||
"argumentTypes":["{{.argumentTypes}}"],
|
||||
"methodName": "sendKeyListToBackend",
|
||||
"returnType": "void"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -0,0 +1,11 @@
|
|||
config:
|
||||
- TemplateTest: TemplateTest.json
|
||||
|
||||
TemplateTest:
|
||||
- name: EW_TEMPLATE_TEST
|
||||
- skipDeployment: "true"
|
||||
TemplateTest.EMEA-PreProd:
|
||||
- name: EW_TEMPLATE_TEST
|
||||
- argumentTypes: ""
|
||||
- skipDeployment: "false"
|
||||
|
||||
Loading…
Reference in New Issue