51 lines
1.6 KiB
YAML
51 lines
1.6 KiB
YAML
config:
|
|
- CDam-device-PROD: msTeams.json
|
|
- CDam-device-INT: msTeams.json
|
|
|
|
#Prod notification system for EMEA/NA/CN
|
|
#Dry-run needed for all hubs
|
|
CDam-device-PROD:
|
|
- name: CD_am-device PROD
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
#Configuration
|
|
CDam-device-PROD.EMEA-Prod:
|
|
- name: CD_am-device PROD
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDam-device-PROD.NA-Prod:
|
|
- name: CD_am-device PROD
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDam-device-PROD.CN-Prod:
|
|
- name: CD_am-device PROD
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
|
|
#INT notification system for EMEA/NA/CN
|
|
#Dry-run needed for all hubs
|
|
CDam-device-INT:
|
|
- name: CD_am-device INT
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
#Configuration
|
|
CDam-device-INT.EMEA-PreProd:
|
|
- name: CD_am-device INT
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDam-device-INT.NA-PreProd:
|
|
- name: CD_am-device INT
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDam-device-INT.CN-PreProd:
|
|
- name: CD_am-device INT
|
|
- alertingProfile: CD_am-device/alerting-profile/CDam-device-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false" |