Pull request #192: [TR] fix management-zone
Merge in OPAPM/cd_e2e_monitoring_config from VDLM/rtchandler-poc to master * commit 'c6ad84df2f82f52b1495243ea3748bae2972ce3e': test with REST custom service... custom vs. auto detected.... [TR] fix management-zoneCD_vs-cmdb
commit
ea2d87fa68
|
|
@ -4,6 +4,7 @@ config:
|
||||||
- customService3: template-1-1.json
|
- customService3: template-1-1.json
|
||||||
- customService4: template-1-1.json
|
- customService4: template-1-1.json
|
||||||
- customService5: template-1-1.json
|
- customService5: template-1-1.json
|
||||||
|
- customService6: template-1-1.json
|
||||||
|
|
||||||
customService1:
|
customService1:
|
||||||
- name: "VDLM_rtchandler - ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT"
|
- name: "VDLM_rtchandler - ifs-010 (SQS) RtcTeleXIn/Out - IN/OUT"
|
||||||
|
|
@ -45,3 +46,10 @@ customService5:
|
||||||
- methodName: cleanUp
|
- methodName: cleanUp
|
||||||
- returnType: void
|
- returnType: void
|
||||||
- skipDeployment: "false"
|
- skipDeployment: "false"
|
||||||
|
|
||||||
|
customService6:
|
||||||
|
- name: "VDLM_rtchandler - ifs-007 (REST) /rtchandler/rest/diag/v2 (/trigger)"
|
||||||
|
- className: com.bmw.cc.ts.rtchandler.api.diag.v2.boundary.DiagRequestResponseV2
|
||||||
|
- methodName: trigger
|
||||||
|
- returnType: void
|
||||||
|
- skipDeployment: "false"
|
||||||
|
|
@ -3,4 +3,4 @@ config:
|
||||||
|
|
||||||
CDnewComponentTag:
|
CDnewComponentTag:
|
||||||
- name: CD_VDLM_rtchandler
|
- name: CD_VDLM_rtchandler
|
||||||
- compassIDs: \"rtchandler\"
|
- compassIDs: rtchandler
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue