Support time synchronization on hosts 69/83369/4
authorBartek Grzybowski <b.grzybowski@partner.samsung.com>
Tue, 26 Mar 2019 15:10:10 +0000 (16:10 +0100)
committerBartek Grzybowski <b.grzybowski@partner.samsung.com>
Tue, 2 Apr 2019 13:25:58 +0000 (15:25 +0200)
commit30b2cbf179448d2761af53494a694f4ce986d623
treea25f6eff088a5fcd83cc57ca8b741dc5d76dbeed
parent53036e8f41f50cb7ebb2346d02442d80bc16ece0
Support time synchronization on hosts

This change introduces functionality to synchronize
infra/kube nodes' clock with external NTP authority.

Configuring external time source is optional, however
default behaviour will be to setup NTP time source on
infra-node and sync kube-nodes clock with it.

It's also possible to setup custom time zone.

Change-Id: I725ce9a306da1977628b6c03d5ff10fca77fb3b0
Issue-ID: OOM-1710
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
ansible/group_vars/all.yml
ansible/infrastructure.yml
ansible/roles/chrony/defaults/main.yml [new file with mode: 0644]
ansible/roles/chrony/handlers/main.yml [new file with mode: 0644]
ansible/roles/chrony/tasks/main.yml [new file with mode: 0644]
ansible/roles/chrony/templates/chrony.conf.j2 [new file with mode: 0644]
docs/InstallGuide.rst