Browse Source

upgrade: restart ovs-vswitchd and ovsdb-server

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1420636

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Giuseppe Scrivano 8 years ago
parent
commit
96d01438c1
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