summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2018-02-12 10:24:21 -0500
committerAndrew Butcher <abutcher@redhat.com>2018-02-12 10:27:06 -0500
commitf8ca310090ef9d40dcfa14e1f6a2fd1b5490f38f (patch)
treef8974094c97f78fa126bc2e5fa5eed1823e80f00
parent0b4bbe59ef02a0c7c87180ae8da14bc349cc6ce6 (diff)
downloadopenshift-f8ca310090ef9d40dcfa14e1f6a2fd1b5490f38f.tar.gz
openshift-f8ca310090ef9d40dcfa14e1f6a2fd1b5490f38f.tar.bz2
openshift-f8ca310090ef9d40dcfa14e1f6a2fd1b5490f38f.tar.xz
openshift-f8ca310090ef9d40dcfa14e1f6a2fd1b5490f38f.zip
Remove node start from bootstrap.yml.
-rw-r--r--roles/openshift_node/files/bootstrap.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/openshift_node/files/bootstrap.yml b/roles/openshift_node/files/bootstrap.yml
index a5545c81b..ea280640f 100644
--- a/roles/openshift_node/files/bootstrap.yml
+++ b/roles/openshift_node/files/bootstrap.yml
@@ -61,11 +61,3 @@
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