diff options
author | Andrew Butcher <abutcher@redhat.com> | 2018-02-12 10:24:21 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2018-02-12 10:27:06 -0500 |
commit | f8ca310090ef9d40dcfa14e1f6a2fd1b5490f38f (patch) | |
tree | f8974094c97f78fa126bc2e5fa5eed1823e80f00 | |
parent | 0b4bbe59ef02a0c7c87180ae8da14bc349cc6ce6 (diff) | |
download | openshift-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.yml | 8 |
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 |