From 9a1255b5ab8b531cd9aa473050889f41f4ad2694 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ferenc=20T=C3=B3th?= Date: Fri, 14 Jun 2019 14:59:07 +0200 Subject: [PATCH] Remove sriov service restart during deployment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit SR-IOV Device Plugin no longer requires VFs to be created during deployment. Signed-off-by: Ferenc Tóth Change-Id: I24778dade40adb0c76daae12c5c49178be934ccd Depends-On: I3a7f5dd63893b389422db1f3e60071425caaa109 --- roles/sriov_nodes/tasks/sriov.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/sriov_nodes/tasks/sriov.yaml b/roles/sriov_nodes/tasks/sriov.yaml index 27703d3..63257f9 100644 --- a/roles/sriov_nodes/tasks/sriov.yaml +++ b/roles/sriov_nodes/tasks/sriov.yaml @@ -43,11 +43,3 @@ - debug: var=configure_vf_count_result.stderr_lines when: configure_vf_count_result.rc != 0 - -- name: Restart sriov service - systemd: - service: sriov - state: restarted - when: - - hostname == installation_controller - - ('caas_master' in hosts[hostname]['service_profiles']) or ('caas_worker' in hosts[hostname]['service_profiles']) -- 2.16.6