Update git submodules
authorFatih Degirmenci <fatih.degirmenci@ericsson.com>
Thu, 14 Sep 2017 22:19:03 +0000 (22:19 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 14 Sep 2017 22:19:03 +0000 (22:19 +0000)
commit2c351f39df3f46c97ad76fc570b4fc5b90e52b40
treeb270570608563c2fc46fe621808782ed77166430
parent4c97247b417a009f13625bd5d07068f7977c5ba2
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - Merge "synchronize-time: Retry if chrony failed due to NTP issues"
  - synchronize-time: Retry if chrony failed due to NTP issues

    chrony randomly fails with the following issue

    TASK [synchronize-time : synchronize time]
    *************************************
    fatal: [controller00]: FAILED! => {"changed": true, "cmd": "chronyc -a 'burst 4/4' && chronyc -a makestep", "delta": "0:00:00.004991", "end":
    "2017-09-14 19:30:37.561972", "failed": true, "rc": 1, "start": "2017-09-14 19:30:37.556981", "stderr": "", "stdout": "200 OK\n503 No
    such source", "stdout_lines": ["200 OK", "503 No such source"],"warnings": []}

    As such, lets retry a few more times before giving up.

    Change-Id: I20767bb3031061c03c9ba8dbc65859c7312bfac9
Signed-off-by: Markos Chandras <mchandras@suse.de>
docs/submodules/releng-xci