Forráskód Böngészése

openshift_node: reintroduce restart of CRI-O.

change introduced with 39cf5084f18e2e0adca46b925660a6f2c38d227c

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Giuseppe Scrivano 7 éve
szülő
commit
40d63b7dfa
1 módosított fájl, 9 hozzáadás és 0 törlés
  1. 9 0
      roles/openshift_node/tasks/main.yml

+ 9 - 0
roles/openshift_node/tasks/main.yml

@@ -44,6 +44,15 @@
 - name: include node installer
   include_tasks: install.yml
 
+- name: Restart cri-o
+  systemd:
+    name: cri-o
+    enabled: yes
+    state: restarted
+  when: openshift_use_crio
+  register: task_result
+  failed_when: task_result|failed and 'could not find the requested service' not in task_result.msg|lower
+
 - name: restart NetworkManager to ensure resolv.conf is present
   systemd:
     name: NetworkManager