From 75c5bb6dbf284fb3162aaffa9a1dde3ba34c3e0a Mon Sep 17 00:00:00 2001 From: Markos Chandras Date: Fri, 23 Feb 2018 16:41:39 +0000 Subject: 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 --- xci/installer/osa/playbooks/configure-opnfvhost.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xci/installer') 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 -- cgit 1.2.3-korg