Remove sriov service restart during deployment 99/999/1
authorFerenc Tóth <ferenc.2.toth@nokia.com>
Fri, 14 Jun 2019 12:59:07 +0000 (14:59 +0200)
committerFerenc Tóth <ferenc.2.toth@nokia.com>
Fri, 14 Jun 2019 13:05:28 +0000 (15:05 +0200)
SR-IOV Device Plugin no longer requires VFs to be created during
deployment.

Signed-off-by: Ferenc Tóth <ferenc.2.toth@nokia.com>
Change-Id: I24778dade40adb0c76daae12c5c49178be934ccd
Depends-On: I3a7f5dd63893b389422db1f3e60071425caaa109

roles/sriov_nodes/tasks/sriov.yaml

index 27703d3..63257f9 100644 (file)
 
 - 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'])