Project

General

Profile

The data center light time synchronisation » History » Version 1

Nico Schottelius, 02/06/2021 06:31 PM

1 1 Nico Schottelius
h1. The data center light time synchronisation
2
3
h2. Architecture
4
5
* We use 3 nodes per data center that use 2.pool.ntp.org (this pool is IPv6 enabled) as a source
6
** Usually this is based on APUs
7
* All other nodes use ntp.placeX.ungleich.ch as a time source
8
* All nodes have chronyd installed and running
9
** ntp seems to be unreliable
10
** ntpdate does not exist in alpine linux
11
** chrony exists on alpine/debian/devuan/ubuntu
12
13
Due to network firewalls, ntp.placeX.ungleich.ch is only reachable from the server network and not for public usage.
14
15
h2. Configuration
16
17
* We use the __dcl_ntp cdist type