-
Notifications
You must be signed in to change notification settings - Fork 217
/
events.yaml
724 lines (644 loc) · 17.8 KB
/
events.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
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
x-events:
- name: cancel_install_start_failed
message: "Failed to cancel installation: error starting DB transaction"
event_type: cluster
severity: "error"
properties:
cluster_id: UUID
- name: cancel_install_commit_failed
message: "Failed to cancel installation: error committing DB transaction"
event_type: cluster
severity: "error"
properties:
cluster_id: UUID
- name: host_registration_setting_properties_failed
message: "Failed to register host: error setting host properties"
event_type: host
severity: "error"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
- name: host_media_disconnected
message: "Unable to read from the discovery media. It was either disconnected or poor network conditions prevented it from being read. Try using the minimal ISO option and be sure to keep the media connected until the installation is completed"
event_type: host
severity: "error"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
- name: cluster_registration_succeeded
message: "Successfully registered cluster"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
cluster_kind: string
- name: cluster_deregister_failed
message: "Failed to deregister cluster. Error: {error}"
event_type: cluster
severity: "error"
properties:
cluster_id: UUID
error: string
- name: cluster_deregistered
message: "Deregistered cluster"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
- name: cluster_validation_failed
message: "Cluster validation '{validation_id}' {failure_message}"
event_type: cluster
severity: "warning"
properties:
cluster_id: UUID
validation_id: string
validation_msg: string
failure_message: string
- name: cluster_validation_fixed
message: "Cluster validation '{validation_id}' is now fixed"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
validation_id: string
validation_msg: string
- name: after_inactivity_cluster_deregistered
message: "Cluster is deregistered due to inactivity"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
- name: cluster_installation_completed
message: "Successfully completed installing cluster"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
- name: cluster_installation_failed
message: "Failed installing cluster. Reason: {failure_reason}"
event_type: cluster
severity: "critical"
properties:
cluster_id: UUID
failure_reason: string
- name: cluster_installation_canceled
message: "Canceled cluster installation"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
- name: cancel_installation_failed
message: "Failed to cancel installation: {error}"
event_type: cluster
severity: "error"
properties:
cluster_id: UUID
error: string
- name: cluster_status_updated
message: "Updated status of the cluster to {cluster_status}"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
cluster_status: string
status_info: string
- name: cluster_finalizing_stage_updated
message: "Updated finalizing stage of the cluster to '{finalizing_stage}'"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
finalizing_stage: string
- name: cluster_installation_reset
message: "Reset cluster installation"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
- name: reset_installation_failed
message: "Failed to reset installation. Error: {error}"
event_type: cluster
severity: "error"
properties:
cluster_id: UUID
error: string
- name: api_ingress_vip_updated
message: "Cluster was updated with api-vip {api_vip}, ingress-vip {ingress_vip}"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
api_vip: string
ingress_vip: string
- name: api_ingress_vip_timed_out
message: "API and Ingress VIPs lease allocation has been timed out"
event_type: cluster
severity: "warning"
properties:
cluster_id: UUID
timeout_interval: integer
- name: prepare_installation_failed
message: "Failed to prepare the installation due to an unexpected error: {error}. Please retry later"
event_type: cluster
severity: "warning"
properties:
cluster_id: UUID
error: string
- name: cluster_prepare_installation_started
message: "Cluster starting to prepare for installation"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
- name: installation_preparing_timed_out
message: "Preparing for installation was timed out for the cluster, reason {reason}"
event_type: cluster
severity: "warning"
properties:
cluster_id: UUID
reason: string
- name: cluster_degraded_OLM_operators_failed
message: "Cluster is installed but degraded due to failed OLM operators {failed_operators}"
event_type: cluster
severity: "warning"
properties:
cluster_id: UUID
failed_operators: string
- name: expired_image_deleted
message: "Deleted image from backend because it expired. It may be generated again at any time"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
- name: cluster_operator_report
message: "The following operators are experiencing issues: {report}"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
report: string
- name: cluster_operator_status
message: "Operator {operator_name} status: {status} message: {status_info}"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
operator_name: string
status: string
status_info: string
- name: finalizing_stage_timed_out
message: "Cluster {cluster_id}: finalizing stage {stage} has been active more than the expected completion time ({minutes} minutes)"
event_type: cluster
severity: "warning"
properties:
cluster_id: UUID
stage: string
minutes: int64
- name: host_deregistered
message: "Host {host_name} deregistered"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
- name: host_installer_args_applied
message: "Host {host_name}: custom installer arguments were applied"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
- name: host_bootstrap_set
message: "Host {host_name}: set as bootstrap"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
- name: host_status_updated
message: "Host {host_name}: updated status from {src_status} to {new_status} {info}"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
severity: string
host_name: string
src_status: string
new_status: string
info: string
- name: host_stage_timed_out
message: "Host {host_name}: host stage {stage} has been active more than the expected completion time ({minutes} minutes)"
event_type: host
severity: "warning"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
stage: string
minutes: int64
- name: host_role_updated
message: "Host {host_name}: calculated role is {suggested_role}"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
host_name: string
suggested_role: string
- name: image_status_updated
message: "Host {host_name}: New image status {image_status}. result: {result}. {info}"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
image_status: string
result: string
info: string
- name: host_installation_cancelled
message: "Installation cancelled for host {host_name}"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
- name: host_installation_started
message: "Host {host_name} starting installation as a worker node"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
- name: host_cancel_installation_failed
message: "Failed to cancel installation of host {host_name}: {error}"
event_type: host
severity: "error"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
error: string
- name: host_installation_reset
message: "Installation reset for host {host_name}"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
- name: host_installation_reset_failed
message: "Failed to reset installation of host {host_name}. Error: {error}"
event_type: host
severity: "error"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
error: string
- name: user_required_complete_installation_reset
message: "User action is required in order to complete installation reset for host {host_name}"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
- name: host_set_status_failed
message: "Failed to set status of host {host_name} to reset-pending-user-action. Error: {error}"
event_type: host
severity: "error"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
error: string
- name: host_validation_failed
message: "Host {host_name}: validation '{validation_id}' {failure_message}"
event_type: host
severity: "warning"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
validation_id: string
failure_message: string
- name: host_validation_fixed
message: "Host {host_name}: validation '{validation_id}' is now fixed"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
validation_id: string
- name: quick_disk_format_performed
message: "{host_name}: Performing quick format of disk {disk_name}({disk_id})"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
disk_name: string
disk_id: string
- name: quick_disk_format_skipped
message: "{host_name}: Skipping quick format of disk {disk_name}({disk_id}) due to user request. This could lead to boot order issues during installation"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
disk_name: string
disk_id: string
- name: infra_env_registration_failed
message: "Failed to register infra env. Error: {error}"
event_type: infra_env
severity: "error"
properties:
infra_env_id: UUID
error: string
- name: infra_env_registered
message: "Registered infra env"
event_type: infra_env
severity: "info"
properties:
infra_env_id: UUID
- name: infra_env_deregister_failed
message: "Failed to deregister infra env. Error: {error}"
event_type: infra_env
severity: "error"
properties:
infra_env_id: UUID
error: string
- name: infra_env_deregistered
message: "Deregistered infra env"
event_type: infra_env
severity: "info"
properties:
infra_env_id: UUID
- name: generate_image_fetch_failed
message: "Failed to generate image: error fetching updated infra env metadata"
event_type: infra_env
severity: "error"
properties:
infra_env_id: UUID
- name: existing_image_reused
message: "Re-used existing image rather than generating a new one (image type is '{image_type}')"
event_type: infra_env
severity: "info"
properties:
infra_env_id: UUID
image_type: string
- name: install_config_applied
message: "Custom install config was applied to the cluster"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
- name: proxy_settings_changed
message: "Proxy settings changed"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
- name: disk_speed_slower_than_supported
message: "Host's disk {host_disk} is slower than the supported speed, and may cause degraded cluster performance (fdatasync duration: {fdatasync_duration} ms)"
event_type: host
severity: "warning"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_disk: string
fdatasync_duration: int64
- name: host_discovery_ignition_config_applied
message: "Host {host_name}: custom discovery ignition config was applied"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
host_name: string
- name: host_reset_fetch_failed
message: "Failed to reset host {host_name}: error fetching host from DB"
event_type: host
severity: "error"
properties:
host_id: UUID
infra_env_id: UUID
host_name: string
- name: host_boot_logs_uploaded
message: "Uploaded node boot logs for host {host_name} cluster {cluster_id}"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
- name: host_logs_uploaded
message: "Uploaded logs for host {host_name} cluster {cluster_id}"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
- name: cluster_logs_uploaded
message: "Uploaded logs for the cluster"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
- name: host_approved_updated
message: "Host {host_name}: updated approved to {approved_value}"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
host_name: string
approved_value: bool
- name: host_registration_succeeded
message: "Host {host_name}: Successfully registered"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
- name: host_bind_succeeded
message: "Host {host_name}: Successfully bound to cluster {cluster_id}"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
- name: host_unbind_succeeded
message: "Host {host_name}: Successfully unbound from cluster"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
host_name: string
- name: generate_image_format_failed
message: "Failed to generate image: error formatting ignition file"
event_type: infra_env
severity: "error"
properties:
infra_env_id: UUID
- name: generate_minimal_iso_failed
message: "Failed to generate minimal ISO"
event_type: infra_env
severity: "error"
properties:
infra_env_id: UUID
- name: upload_image_failed
message: "Failed to upload image"
event_type: infra_env
severity: "error"
properties:
infra_env_id: UUID
- name: ignition_config_image_generated
message: "Generated image ({details})"
event_type: infra_env
severity: "info"
properties:
infra_env_id: UUID
details: string
- name: host_install_progress_updated
message: "Host: {host_name}, {event}"
event_type: host
severity: "info"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
host_name: string
event: string
- name: host_registration_failed
message: "{message}"
event_type: host
severity: "error"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
message: string
- name: host_bind_failed
message: "Failed to bind host {host_id} to cluster {cluster_id}: {message}"
event_type: host
severity: "error"
properties:
host_id: UUID
infra_env_id: UUID
cluster_id: UUID_PTR
message: string
- name: host_unbind_failed
message: "Failed to unbind host {host_id} to cluster: {message}"
event_type: host
severity: "error"
properties:
host_id: UUID
infra_env_id: UUID
message: string
- name: inactive_clusters_deregistered
message: "{message}"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
message: string
- name: clusters_permanently_deleted
message: "{message}"
event_type: cluster
severity: "info"
properties:
cluster_id: UUID
message: string
- name: image_info_updated
message: "Updated image information ({details})"
event_type: infra_env
severity: "info"
properties:
cluster_id: UUID_PTR
infra_env_id: UUID
details: string
- name: upgrade_agent_started
message: "Host {host_name}: Agent has been instructed to download image '{agent_image}' and restart"
event_type: host
severity: info
properties:
host_id: UUID
host_name: string
infra_env_id: UUID
cluster_id: UUID_PTR
agent_image: string
- name: upgrade_agent_finished
message: "Host {host_name}: Agent has downloaded image '{agent_image}' and will now restart"
event_type: host
severity: info
properties:
host_id: UUID
host_name: string
infra_env_id: UUID
cluster_id: UUID_PTR
agent_image: string
- name: upgrade_agent_failed
message: "Host {host_name}: Agent failed to download image '{agent_image}', will try again"
event_type: host
severity: error
properties:
host_id: UUID
host_name: string
infra_env_id: UUID
cluster_id: UUID_PTR
agent_image: string
- name: validations_ignored
message: "Cluster {cluster_id}: ignored some or all validations at the discretion of the user"
event_type: cluster
severity: info
properties:
cluster_id: UUID
- name: reboots_for_node
message: "Node {node_name} has been rebooted {reboots} times before completing installation"
event_type: host
severity: info
properties:
host_id: UUID
node_name: string
infra_env_id: UUID
cluster_id: UUID_PTR
reboots: int64