-
Notifications
You must be signed in to change notification settings - Fork 1.2k
/
service.datadog.yaml
193 lines (192 loc) · 7.27 KB
/
service.datadog.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
---
schema-version: v2.1
dd-service: datadog-agent-nightly
team: "agent-delivery"
contacts:
- type: slack
# #agent-delivery-help
contact: https://dd.slack.com/archives/C06PQ7H6PHP
- type: email
contact: [email protected]
links:
- name: datadog-agent
provider: github
type: repo
url: https://github.com/DataDog/datadog-agent
- name: internal-chart
provider: github
type: repo
url: https://github.com/DataDog/k8s-datadog-agent-ops/tree/main/k8s/datadog-agent
- name: internal-chart-with-operator
provider: github
type: repo
url: https://github.com/DataDog/k8s-datadog-agent-ops/tree/main/k8s/datadog-agent-with-operator
- name: internal-image
provider: github
type: repo
url: https://github.com/DataDog/images/tree/master/datadog-agent
- name: deployment
provider: github
type: repo
url: https://github.com/DataDog/k8s-datadog-agent-ops
- name: Runbook
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/986480852/On-Call+Playbooks
- name: On Call documentation
provider: confluence
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/837812317/Combined+Agent+On-call
- name: Agent documentation
provider: confluence
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/2530706500/Agent+Components+in+Kubernetes#Datadog-Cluster-Agent
tags:
- team:container-integrations
- service:datadog-agent
- app:datadog-agent
extensions:
datadoghq.com/sdp:
workday_team: "Agent Delivery"
conductor:
slack: "datadog-agent-pipelines"
targets:
- name: "beta-build-full"
# For now, this config is mandatory, even if the target is not a ci_pipeline CNAB object.
# Setting this to a placeholder value for now, the intended pipeline that will be triggered will
# be the one that is defined in the main .gitlab-ci.yml file.
ci_pipeline: "//fake_placeholder:fake_placeholder"
branch: "main"
schedule: "10 3 * * SUN-THU"
parent_environments: ["prod", "staging"]
workflows:
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.staging-deploy"
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.staging-validate"
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.prod-wait-business-hours"
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.prod-deploy"
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.prod-validate"
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.publish-image-confirmation"
- name: "beta-build-staging"
# This conductor will run on Friday and Saturday, since we should not be deploying to
# production on Saturday and Sunday. This way, the full pipeline does not show as "failed" on
# days that we know no deployment should go out, and we do not have 3 deployments trying to happen
# on Monday.
ci_pipeline: "//fake_placeholder:fake_placeholder"
branch: "main"
schedule: "10 3 * * FRI-SAT"
parent_environments: ["staging"]
workflows:
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.staging-deploy"
- "k8s-datadog-agent-ops/workflows/beta_builds.agents_nightly.staging-validate"
- name: "beta-build-publish-image"
ci_pipeline: "//fake_placeholder:fake_placeholder"
branch: "main"
build_only: true
slack: "agent-nightly-deployment-expansion"
parent_environments: ["staging"]
options:
disable_failure_notifications: true
- name: "conductor-sandbox"
ci_pipeline: "//fake_placeholder:fake_placeholder"
branch: "chouquette/conductor"
parent_environments: ["staging"]
datadoghq.com/change-detection:
source_patterns:
- service.datadog.yaml
---
schema-version: v2.1
dd-service: datadog-cluster-agent
team: container-integrations
contacts:
- type: slack
# #container-integrations
contact: https://dd.slack.com/archives/C4TQDFK1P
- type: email
contact: [email protected]
links:
- name: datadog-agent
type: repo
provider: github
url: https://github.com/DataDog/datadog-agent
- name: internal-chart
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops/tree/main/k8s/datadog-cluster-agent
- name: internal-chart-with-operator
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops/tree/main/k8s/datadog-agent-with-operator
- name: internal-image
type: repo
provider: github
url: https://github.com/DataDog/images/tree/master/datadog-cluster-agent
- name: deployment
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops
- name: Runbook
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/986480852/On-Call+Playbooks
- name: On Call documentation
type: doc
provider: confluence
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/837812317/Combined+Agent+On-call
- name: Cluster-Agent documentation
type: doc
provider: confluence
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/2530706500/Agent+Components+in+Kubernetes#Datadog-Cluster-Agent
tags:
- team:container-integrations
- service:datadog-cluster-agent
- app:datadog-cluster-agent
integrations:
pagerduty:
service-url: https://datadog.pagerduty.com/service-directory/P55U2GM
---
schema-version: v2.1
dd-service: datadog-agent-cluster-worker
team: container-integrations
contacts:
- type: slack
# #container-integrations
contact: https://dd.slack.com/archives/C4TQDFK1P
- type: email
contact: [email protected]
links:
- name: datadog-agent
type: repo
provider: github
url: https://github.com/DataDog/datadog-agent
- name: internal-chart
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops/tree/main/k8s/datadog-agent-cluster-worker
- name: internal-chart-with-operator
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops/tree/main/k8s/datadog-agent-with-operator
- name: internal-image
type: repo
provider: github
url: https://github.com/DataDog/images/tree/master/datadog-agent-cluster-worker
- name: deployment
type: repo
provider: github
url: https://github.com/DataDog/k8s-datadog-agent-ops
- name: Runbook
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/986480852/On-Call+Playbooks
- name: On Call documentation
provider: confluence
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/837812317/Combined+Agent+On-call
- name: Datadog-Agent-Cluster-Worker documentation
provider: confluence
type: doc
url: https://datadoghq.atlassian.net/wiki/spaces/agent/pages/2530706500/Agent+Components+in+Kubernetes#Datadog-Agent-Cluster-Worker
tags:
- team:container-integrations
- service:datadog-agent-cluster-worker
- app:datadog-agent-cluster-worker
integrations:
pagerduty:
service-url: https://datadog.pagerduty.com/service-directory/P55U2GM