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