From 9a0b659f990755ab1600606ed5513ac12d8daa40 Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Thu, 2 Nov 2017 12:09:44 -0400 Subject: Ensure node service is started. --- roles/openshift_node/files/bootstrap.yml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'roles/openshift_node/files/bootstrap.yml') diff --git a/roles/openshift_node/files/bootstrap.yml b/roles/openshift_node/files/bootstrap.yml index ea280640f..a5545c81b 100644 --- a/roles/openshift_node/files/bootstrap.yml +++ b/roles/openshift_node/files/bootstrap.yml @@ -61,3 +61,11 @@ with_items: - line: "BOOTSTRAP_CONFIG_NAME=node-config-{{ openshift_group_type }}" regexp: "^BOOTSTRAP_CONFIG_NAME=.*" + + - name: "Start the {{ openshift_service_type }}-node service" + systemd: + daemon_reload: yes + state: restarted + enabled: True + name: "{{ openshift_service_type }}-node" + no_block: true -- cgit v1.2.1