summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/files/bootstrap.yml
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2017-11-02 12:09:44 -0400
committerKenny Woodson <kwoodson@redhat.com>2017-11-15 15:09:59 -0500
commit9a0b659f990755ab1600606ed5513ac12d8daa40 (patch)
treea0f164f3cdb1565e1b1f03a2cb14262c03526b5f /roles/openshift_node/files/bootstrap.yml
parentc49dd26ba094b96da1e234d8ea355861a5220c99 (diff)
downloadopenshift-9a0b659f990755ab1600606ed5513ac12d8daa40.tar.gz
openshift-9a0b659f990755ab1600606ed5513ac12d8daa40.tar.bz2
openshift-9a0b659f990755ab1600606ed5513ac12d8daa40.tar.xz
openshift-9a0b659f990755ab1600606ed5513ac12d8daa40.zip
Ensure node service is started.
Diffstat (limited to 'roles/openshift_node/files/bootstrap.yml')
-rw-r--r--roles/openshift_node/files/bootstrap.yml8
1 files changed, 8 insertions, 0 deletions
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