diff options
author | Markos Chandras <mchandras@suse.de> | 2018-02-23 16:41:39 +0000 |
---|---|---|
committer | Markos Chandras <mchandras@suse.de> | 2018-02-23 16:41:39 +0000 |
commit | 75c5bb6dbf284fb3162aaffa9a1dde3ba34c3e0a (patch) | |
tree | bf7ef9892cc33deddd58ec96511802c88d9f4ec3 /xci/installer/osa | |
parent | e92f64a24a04b08387af618a9bc398d0315bb7ce (diff) |
xci: osa: configure-opnvhost: Set time in the opnfv node
Set the time properly in the opnfv node like we do for the target hosts
Change-Id: I97d9f875dbb37db3cedd87e5915bc5b5f9a7a0ad
Signed-off-by: Markos Chandras <mchandras@suse.de>
Diffstat (limited to 'xci/installer/osa')
-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 |