Pull request #268: added MZ Login und ContentDelivery
Merge in OPAPM/cd_e2e_monitoring_config from ICES to master * commit '18a188f911c5834be67e7e143240ed97d131b97c': Fixed compass-id. Fixed comma. added MZ Login und ContentDeliveryCD_ts-transformer
commit
6c965ee800
|
|
@ -4,6 +4,8 @@ config:
|
|||
- CD_ICES_FestivalMode: default.json
|
||||
- CD_ICES_MyModes: default.json
|
||||
- CD_ICES_CoreDataEngine: default.json
|
||||
- CD_ICES_Login: default.json
|
||||
- CD_ICES_ContentDelivery: default.json
|
||||
|
||||
CD_InCarExperienceServices:
|
||||
- name: CD_InCarExperienceServices
|
||||
|
|
@ -15,7 +17,7 @@ CD_ICES_AmbientMusic:
|
|||
|
||||
CD_ICES_FestivalMode:
|
||||
- name: CD_ICES_FestivalMode
|
||||
- compassIDs: \"compass-id:ices-festivalmode\",\"compass-id:ices-festivalmode-adminui\",\"compass-id:ices-contentdelivery\",\"compass-id:ices-login\"
|
||||
- compassIDs: \"compass-id:ices-festivalmode\",\"compass-id:ices-festivalmode-adminui\"
|
||||
|
||||
CD_ICES_MyModes:
|
||||
- name: CD_ICES_MyModes
|
||||
|
|
@ -24,3 +26,12 @@ CD_ICES_MyModes:
|
|||
CD_ICES_CoreDataEngine:
|
||||
- name: CD_ICES_CoreDataEngine
|
||||
- compassIDs: \"compass-id:ices-cde\"
|
||||
|
||||
CD_ICES_Login:
|
||||
- name: CD_ICES_Login
|
||||
- compassIDs: \"compass-id:ices-login\"
|
||||
|
||||
CD_ICES_ContentDelivery:
|
||||
- name: CD_ICES_ContentDelivery
|
||||
- compassIDs: \"compass-id:ices-content-delivery\"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue