Actions
action #69718
closedharmonize timezone used for our machines size:M
Status:
Resolved
Priority:
Low
Assignee:
Category:
Feature requests
Target version:
Start date:
2020-08-07
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Motivation¶
Has been first reported in #62309#note-3 that our workers use inconsistent timezone which makes reading and especially comparing logs harder. Also see #65118#note-29 for another related reported. We should use UTC on all machines to have something fair for all our users and employees regardless where they are situated, without time jumps and consistent.
Acceptance criteria¶
- AC1: All machines used within OSD infrastructure use UTC consistently for their internal timezone
- AC2: autoinst-log.txt files show UTC for new logs
Suggestions¶
- Either just change the timezone on all machines once and hope that in reinstalls we ensure the same and/or salt with https://docs.saltstack.com/en/latest/ref/states/all/salt.states.timezone.html#management-of-timezones
Updated by mkittler 4 months ago
I would also like to change the default in Grafana. We would just have to change a single line in /etc/grafana/grafana.ini
:
# Default timezone for user preferences. Options are 'browser' for the browser local timezone or a timezone name from IANA Time Zone database, e.g. 'UTC' or 'Europe/Amsterdam' etc.
default_timezone = UTC
Actions