From 30b2cbf179448d2761af53494a694f4ce986d623 Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Tue, 26 Mar 2019 16:10:10 +0100 Subject: 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 --- ansible/group_vars/all.yml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'ansible/group_vars/all.yml') diff --git a/ansible/group_vars/all.yml b/ansible/group_vars/all.yml index 1dc938fd..f9d6726f 100755 --- a/ansible/group_vars/all.yml +++ b/ansible/group_vars/all.yml @@ -147,3 +147,12 @@ application_post_install_role: # openStackDomain: "Default" # openStackUserName: "admin" # openStackEncryptedPassword: "f7920677e15e2678b0f33736189e8965" + +# Optional time synchronisation settings +# timesync: +# servers: +# - +# - <...> +# - +# slewclock: false +# timezone: -- cgit 1.2.3-korg