-
Notifications
You must be signed in to change notification settings - Fork 377
/
app_desc.yaml
294 lines (294 loc) · 12.2 KB
/
app_desc.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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
spec_version: 2
app_version: "3.32.1-p2"
app:
region: default
bk_app_code: bk_sops
bk_app_name: 标准运维
bk_app_name_en: Standard OPS
market:
category: 运维工具
introduction: 标准运维是通过一套成熟稳定的任务调度引擎,把在多系统间的工作整合到一个流程,助力运维实现跨系统调度自动化的SaaS应用。
introduction_en: SOPS is a SaaS application that utilizes a set of mature and stable task scheduling engines to help realize cross-system scheduling automation, and integrates the work among multiple systems into a single process.
display_options:
width: 1280
height: 720
is_win_maximize: True
open_mode: "new_tab"
modules:
default:
is_default: True
language: Python
source_dir: ./src
services:
- name: mysql
- name: rabbitmq
- name: redis
spec: reusable
- name: bkrepo
- name: otel
env_variables:
- key: PIP_VERSION
value: 20.2.3
description: PIP版本
- key: BKAPP_FILE_MANAGER_TYPE
value: job_repo
description: 文件管理类型
- key: BKAPP_AUTO_UPDATE_VARIABLE_MODELS
value: 0
description: 是否自动更新变量模型
- key: BKAPP_AUTO_UPDATE_COMPONENT_MODELS
value: 0
description: 是否自动更新插件模型
- key: GUNICORN_WORKER_NUM
value: 1
description: GunicornWorker数量
- key: GUNICORN_THREAD_NUM
value: 10
description: GunicornThread数量
- key: ENABLE_METRICS
value: 1
description: 是否启动 metrics server
processes:
web:
command: bin/start_web.sh
plan: 4C2G5R
replicas: 5
beat:
command: python manage.py celery beat -l info
plan: 4C1G5R
replicas: 1
dworker:
command: python manage.py celery worker -Q default -n default@%h -P threads -c 10 -l info
plan: 4C2G5R
replicas: 5
svc_discovery:
bk_saas:
- bk_app_code: "bk_iam"
- bk_app_code: "bk_user_manage"
- bk_app_code: "bk_nodeman"
- bk_app_code: "bk_gsekit"
- bk_app_code: "bk_sops"
- bk_app_code: "bk_sops"
module_name: "callback"
- bk_app_code: "bk_sops"
module_name: "api"
scripts:
pre_release_hook: bash bin/pre_release
bkmonitor:
port: 5001
callback:
is_default: False
language: Python
source_dir: ./src
services:
- name: mysql
shared_from: default
- name: rabbitmq
shared_from: default
- name: redis
shared_from: default
- name: bkrepo
shared_from: default
- name: otel
shared_from: default
env_variables:
- key: PIP_VERSION
value: 20.2.3
description: PIP版本
- key: BKAPP_FILE_MANAGER_TYPE
value: job_repo
description: 文件管理类型
- key: BKAPP_AUTO_UPDATE_VARIABLE_MODELS
value: 0
description: 是否自动更新变量模型
- key: BKAPP_AUTO_UPDATE_COMPONENT_MODELS
value: 0
description: 是否自动更新插件模型
- key: GUNICORN_WORKER_NUM
value: 1
description: GunicornWorker数量
- key: GUNICORN_THREAD_NUM
value: 10
description: GunicornThread数量
- key: ENABLE_METRICS
value: 1
description: 是否启动 metrics server
processes:
web:
command: gunicorn wsgi -w $GUNICORN_WORKER_NUM -b [::]:${PORT:-5000} --access-logfile - --error-logfile - --access-logformat '[%(h)s] %({request_id}i)s %(u)s %(t)s "%(r)s" %(s)s %(D)s %(b)s "%(f)s" "%(a)s"' --max-requests=500 -k gthread --threads $GUNICORN_THREAD_NUM
plan: 4C5G5R
replicas: 5
svc_discovery:
bk_saas:
- bk_app_code: "bk_iam"
- bk_app_code: "bk_user_manage"
- bk_app_code: "bk_nodeman"
- bk_app_code: "bk_gsekit"
- bk_app_code: "bk_sops"
- bk_app_code: "bk_sops"
module_name: "callback"
- bk_app_code: "bk_sops"
module_name: "api"
bkmonitor:
port: 5001
pipeline:
is_default: False
language: Python
source_dir: ./src
services:
- name: mysql
shared_from: default
- name: rabbitmq
shared_from: default
- name: redis
shared_from: default
- name: bkrepo
shared_from: default
- name: otel
shared_from: default
env_variables:
- key: PIP_VERSION
value: 20.2.3
description: PIP版本
- key: BKAPP_FILE_MANAGER_TYPE
value: job_repo
description: 文件管理类型
- key: DEFAULT_MAX_TASKS_IN_MEMORY
value: 100000
description: celery exporter 存储任务最大值
- key: CELERY_EXPORTER_QUEUE
value: default api_task_queue_pipeline_priority api_task_queue_service_schedule_priority periodic_task_queue_pipeline_priority periodic_task_queue_service_schedule_priority pipeline pipeline_additional_task pipeline_additional_task_priority pipeline_priority pipeline_statistics_priority service_schedule service_schedule_priority task_prepare_api er_execute er_execute_api er_execute_periodic_task er_schedule er_schedule_api er_schedule_periodic_task node_auto_retry timeout_node_execute timeout_nodes_record task_callback
description: celery exporter 队列
- key: BKAPP_AUTO_UPDATE_VARIABLE_MODELS
value: 0
description: 是否自动更新变量模型
- key: BKAPP_AUTO_UPDATE_COMPONENT_MODELS
value: 0
description: 是否自动更新插件模型
- key: CELERY_EXPORTER_PORT
value: 5000
description: celery-exporter 监听端口
- key: ENABLE_METRICS
value: 1
description: 是否启动 metrics server
processes:
v1-engine:
command: celery worker -A blueapps.core.celery -P threads -Q api_task_queue_pipeline_priority,api_task_queue_service_schedule_priority,periodic_task_queue_pipeline_priority,periodic_task_queue_service_schedule_priority,pipeline,pipeline_priority,service_schedule,service_schedule_priority -n v1_engine@%h -c 100 -l info
plan: 4C1G5R
replicas: 2
api-er-e:
command: celery worker -A blueapps.core.celery -P threads -Q er_execute_api -n api_er_e_worker@%h -c 100 -l info
plan: 4C1G5R
replicas: 4
api-er-s:
command: celery worker -A blueapps.core.celery -P threads -Q er_schedule_api -n api_er_s_worker@%h -c 100 -l info
plan: 4C1G5R
replicas: 4
api-task:
command: celery worker -A blueapps.core.celery -P threads -Q task_prepare_api -n api_task_worker@%h -c 50 -l info
plan: 4C1G5R
replicas: 2
cworker:
command: python manage.py celery worker -Q pipeline_additional_task,pipeline_additional_task_priority,node_auto_retry,timeout_node_execute,timeout_nodes_record,task_callback -n common_worker@%h -P threads -c 6 -l info
plan: 4C1G5R
replicas: 2
er-e:
command: celery worker -A blueapps.core.celery -P threads -Q er_execute -n er_e_worker@%h -c 100 -l info
plan: 4C2G5R
replicas: 2
er-s:
command: celery worker -A blueapps.core.celery -P threads -Q er_schedule -n er_s_worker@%h -c 100 -l info
plan: 4C2G5R
replicas: 2
peri-er-e:
command: celery worker -A blueapps.core.celery -P threads -Q er_execute_periodic_task -n peri_er_e_worker@%h -c 100 -l info
plan: 4C1G5R
replicas: 2
peri-er-s:
command: celery worker -A blueapps.core.celery -P threads -Q er_schedule_periodic_task -n peri_er_s_worker@%h -c 100 -l info
plan: 4C1G5R
replicas: 2
stats-worker:
command: celery worker -A blueapps.core.celery -P threads -Q pipeline_statistics_priority -n default@%h -c 100 -l info
plan: 4C1G5R
replicas: 2
cleaner:
command: celery worker -A blueapps.core.celery -P threads -Q task_data_clean -n cleaner_worker@%h -c 100 -l info
plan: 4C1G5R
replicas: 2
web:
command: celery-prometheus-exporter --broker amqp://$RABBITMQ_USER:$RABBITMQ_PASSWORD@$RABBITMQ_HOST:$RABBITMQ_PORT/$RABBITMQ_VHOST --addr :$CELERY_EXPORTER_PORT --queue-list $CELERY_EXPORTER_QUEUE
plan: 4C1G5R
replicas: 1
node-timeout:
command: python manage.py node_timeout_process
plan: 4C1G5R
replicas: 1
svc_discovery:
bk_saas:
- bk_app_code: "bk_iam"
- bk_app_code: "bk_user_manage"
- bk_app_code: "bk_nodeman"
- bk_app_code: "bk_gsekit"
- bk_app_code: "bk_sops"
- bk_app_code: "bk_sops"
module_name: "callback"
- bk_app_code: "bk_sops"
module_name: "api"
bkmonitor:
port: 5001
api:
is_default: False
language: Python
source_dir: ./src
services:
- name: mysql
shared_from: default
- name: rabbitmq
shared_from: default
- name: redis
shared_from: default
- name: bkrepo
shared_from: default
- name: otel
shared_from: default
env_variables:
- key: PIP_VERSION
value: 20.2.3
description: PIP版本
- key: BKAPP_FILE_MANAGER_TYPE
value: job_repo
description: 文件管理类型
- key: BKAPP_AUTO_UPDATE_VARIABLE_MODELS
value: 0
description: 是否自动更新变量模型
- key: BKAPP_AUTO_UPDATE_COMPONENT_MODELS
value: 0
description: 是否自动更新插件模型
- key: GUNICORN_WORKER_NUM
value: 1
description: GunicornWorker数量
- key: GUNICORN_THREAD_NUM
value: 10
description: GunicornThread数量
- key: ENABLE_METRICS
value: 1
description: 是否启动 metrics server
processes:
web:
command: gunicorn wsgi -w $GUNICORN_WORKER_NUM -b [::]:${PORT:-5000} --access-logfile - --error-logfile - --access-logformat '[%(h)s] %({request_id}i)s %(u)s %(t)s "%(r)s" %(s)s %(D)s %(b)s "%(f)s" "%(a)s"' --max-requests=500 -k gthread --threads $GUNICORN_THREAD_NUM
plan: 4C2G5R
replicas: 5
svc_discovery:
bk_saas:
- bk_app_code: "bk_iam"
- bk_app_code: "bk_user_manage"
- bk_app_code: "bk_nodeman"
- bk_app_code: "bk_gsekit"
- bk_app_code: "bk_sops"
- bk_app_code: "bk_sops"
module_name: "callback"
- bk_app_code: "bk_sops"
module_name: "api"
bkmonitor:
port: 5001