cd_e2e_monitoring_config/BMW-Dynatrace-config/CD_webapi/notification/notification.yaml

51 lines
1.5 KiB
YAML

config:
- CDwebapi-PROD: msTeams.json
- CDwebapi-INT: msTeams.json
#Prod notification system for EMEA/NA/CN
#Dry-run needed for all hubs
CDwebapi-PROD:
- name: CD_webapi PROD
- alertingProfile: CD_webapi/alerting-profile/CDwebapi-PROD.id
- webhook: https://empty
- skipDeployment: "true"
#Configuration
CDwebapi-PROD.EMEA-Prod:
- name: CD_webapi PROD
- alertingProfile: CD_webapi/alerting-profile/CDwebapi-PROD.id
- webhook: https://empty
- skipDeployment: "false"
CDwebapi-PROD.NA-Prod:
- name: CD_webapi PROD
- alertingProfile: CD_webapi/alerting-profile/CDwebapi-PROD.id
- webhook: https://empty
- skipDeployment: "false"
CDwebapi-PROD.CN-Prod:
- name: CD_webapi PROD
- alertingProfile: CD_webapi/alerting-profile/CDwebapi-PROD.id
- webhook: https://empty
- skipDeployment: "false"
#INT notification system for EMEA/NA/CN
#Dry-run needed for all hubs
CDwebapi-INT:
- name: CD_webapi INT
- alertingProfile: CD_webapi/alerting-profile/CDwebapi-INT.id
- webhook: https://empty
- skipDeployment: "true"
#Configuration
CDwebapi-INT.EMEA-PreProd:
- name: CD_webapi INT
- alertingProfile: CD_webapi/alerting-profile/CDwebapi-INT.id
- webhook: https://empty
- skipDeployment: "false"
CDwebapi-INT.NA-PreProd:
- name: CD_webapi INT
- alertingProfile: CD_webapi/alerting-profile/CDwebapi-INT.id
- webhook: https://empty
- skipDeployment: "false"
CDwebapi-INT.CN-PreProd:
- name: CD_webapi INT
- alertingProfile: CD_webapi/alerting-profile/CDwebapi-INT.id
- webhook: https://empty
- skipDeployment: "false"