Sfoglia il codice sorgente

Explicitly restart the atomic node service after configuring it for nuage

Vishal Patil 9 anni fa
parent
commit
edce039422
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  1. 4 0
      roles/nuage_node/handlers/main.yaml

+ 4 - 0
roles/nuage_node/handlers/main.yaml

@@ -2,3 +2,7 @@
 - name: restart vrs
   sudo: true
   service: name=openvswitch state=restarted
+
+- name: restart node
+  sudo: true
+  service: name={{ openshift.common.service_type }}-node state=restarted