From: Ferenc Tóth Date: Fri, 14 Jun 2019 12:59:07 +0000 (+0200) Subject: Remove sriov service restart during deployment X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=ta%2Finfra-ansible.git;a=commitdiff_plain;h=9a1255b5ab8b531cd9aa473050889f41f4ad2694 Remove sriov service restart during deployment 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 --- 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'])