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