From bf14a70c09be362b13b16054174c16e43da9e2d2 Mon Sep 17 00:00:00 2001 From: wutianwei Date: Fri, 7 Jul 2017 12:09:27 +0800 Subject: Fix bug the controller node when baremetal deploy We need to flush the handle to restart network, before checking network. improve the message when failed Change-Id: If38198c62b4bf81d38b294264db30514998fe086 Signed-off-by: wutianwei --- deploy/adapters/ansible/roles/config-controller/tasks/Ubuntu.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'deploy/adapters/ansible/roles/config-controller') diff --git a/deploy/adapters/ansible/roles/config-controller/tasks/Ubuntu.yml b/deploy/adapters/ansible/roles/config-controller/tasks/Ubuntu.yml index c878ab7f..e3b467cf 100644 --- a/deploy/adapters/ansible/roles/config-controller/tasks/Ubuntu.yml +++ b/deploy/adapters/ansible/roles/config-controller/tasks/Ubuntu.yml @@ -14,6 +14,8 @@ notify: - restart network service +- meta: flush_handlers + - name: check apt source shell: "ping -c 2 {{LOCAL_REPOSITORY_IP}} > /dev/null" register: checkresult -- cgit 1.2.3-korg