diff options
author | Michal Ptacek <m.ptacek@partner.samsung.com> | 2019-04-03 10:27:40 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-03 10:27:40 +0000 |
commit | cdd93f561042f5ee4df72895e33bc02a122d5104 (patch) | |
tree | a66a32e0e4a1c78c9b67d5e8cecee9e5b4270d11 /ansible/group_vars | |
parent | 6969393c445e5a86a6e788cff989c4af06ca84ad (diff) | |
parent | 30b2cbf179448d2761af53494a694f4ce986d623 (diff) |
Merge "Support time synchronization on hosts"
Diffstat (limited to 'ansible/group_vars')
-rwxr-xr-x | ansible/group_vars/all.yml | 9 |
1 files changed, 9 insertions, 0 deletions
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: +# - <ip address of NTP_1> +# - <...> +# - <ip address of NTP_N> +# slewclock: false +# timezone: <timezone name from tz database> |