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