forked from opensciencegrid/topology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
template-downtime.yaml
42 lines (40 loc) · 1.46 KB
/
template-downtime.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
# Class describes whether or not the downtime was planned. Choose one of the
# following classes:
# - SCHEDULED: downtime that has been scheduled at least 48 hours beforehand
# - UNSCHEDULED: downtime that has occurred due to an event such as a sudden
# hardware failure, or any unforseen circumstances
- Class: <TEXT>
# Unique ID, given by `bin/next_downtime_id`
ID: <ID>
# Summary of the reason for the downtime
Description: <TEXT>
# Downtime severity in descending order:
# - Outage
# - Severe
# - Intermittent Outage
# - No Significant Outage Expected
Severity: <TEXT>
# Start date and time of the downtime in the following format:
# <MONTH> <DAY>, <YEAR> <TIME> <TIME OFFSET>
# e.g. Mar 28, 2017 22:00 -0500
StartTime: <DATE AND TIME>
# End date and time of the downtime in the following format:
# <MONTH> <DAY>, <YEAR> <TIME> <TIME OFFSET>
# e.g. Mar 30, 2017 22:00 -0500
EndTime: <DATE AND TIME>
# The date and time this entry was created in the following format:
# <MONTH> <DAY>, <YEAR> <TIME> <TIME OFFSET>
# e.g. Mar 25, 2017 22:00 -0500
CreatedTime: <DATE AND TIME>
# The resource affected by the downtime
ResourceName: <RESOURCE NAME>
# The serivce(s) affected by the downtime as a list
Services:
- <SERVICE NAME>
# Additional services if there are any...
# - GridFtp
# - SRMv2
# ----------------------------------------------------------
# Additional downtimes can be added
# - Class: UNSCHEDULED
# ...