diff options
author | Markos Chandras <mchandras@suse.de> | 2018-02-26 09:41:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-02-26 09:41:48 +0000 |
commit | d49926b405d6b24d40497cbee68ce50c82bad222 (patch) | |
tree | 8b2037f7347e92bf016cb322538abaef1e3723f2 /xci/installer | |
parent | 03f3dc9a997c5ac7041631de013aeeaebd43faa0 (diff) | |
parent | 75c5bb6dbf284fb3162aaffa9a1dde3ba34c3e0a (diff) |
Merge "xci: osa: configure-opnvhost: Set time in the opnfv node"
Diffstat (limited to 'xci/installer')
-rw-r--r-- | xci/installer/osa/playbooks/configure-opnfvhost.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xci/installer/osa/playbooks/configure-opnfvhost.yml b/xci/installer/osa/playbooks/configure-opnfvhost.yml index de922d3c..4d75f115 100644 --- a/xci/installer/osa/playbooks/configure-opnfvhost.yml +++ b/xci/installer/osa/playbooks/configure-opnfvhost.yml @@ -28,6 +28,8 @@ roles: - role: configure-network when: XCI_FLAVOR != "aio" + # we need to force sync time with ntp or the nodes will be out of sync timewise + - role: synchronize-time tasks: - name: generate SSH keys |