Browse Source

Merge pull request #3718 from giuseppe/restart-openvswitch-upgrade

Merged by openshift-bot
OpenShift Bot 8 years ago
parent
commit
27e47d32dc
1 changed files with 5 additions and 1 deletions
  1. 5 1
      roles/openshift_node_upgrade/tasks/main.yml

+ 5 - 1
roles/openshift_node_upgrade/tasks/main.yml

@@ -60,8 +60,12 @@
 
 - name: Restart openvswitch
   systemd:
-    name: openvswitch
+    name: "{{ item }}"
     state: restarted
+  with_items:
+  - ovs-vswitchd
+  - ovsdb-server
+  - openvswitch
   when:
   - not openshift.common.is_containerized | bool
   - ovs_pkg | changed