summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/install.yml
diff options
context:
space:
mode:
authorMichael Gugino <mgugino@redhat.com>2017-10-12 12:08:48 -0400
committerMichael Gugino <mgugino@redhat.com>2017-10-12 12:08:48 -0400
commitf71a729eda62cf1f2855183a28774053eb3ea96f (patch)
tree71642e045faaa94241e16d019008b24a3fe3f0f7 /roles/openshift_node/tasks/install.yml
parent45725a38dd8ee6db16a89144f1e14c30f98440b8 (diff)
downloadopenshift-f71a729eda62cf1f2855183a28774053eb3ea96f.tar.gz
openshift-f71a729eda62cf1f2855183a28774053eb3ea96f.tar.bz2
openshift-f71a729eda62cf1f2855183a28774053eb3ea96f.tar.xz
openshift-f71a729eda62cf1f2855183a28774053eb3ea96f.zip
Fix containerized node service unit placement order
Currently, non-containerized nodes have systemd service unit files created after registry auth credentials are created. Containerized nodes place service unit files prior to creation of these credentials. This commit ensures systemd service units are created at the correct time for both containerized and non-containerized nodes. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1500642
Diffstat (limited to 'roles/openshift_node/tasks/install.yml')
-rw-r--r--roles/openshift_node/tasks/install.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/openshift_node/tasks/install.yml b/roles/openshift_node/tasks/install.yml
index 265bf2c46..1539d6e3b 100644
--- a/roles/openshift_node/tasks/install.yml
+++ b/roles/openshift_node/tasks/install.yml
@@ -27,5 +27,3 @@
docker pull {{ openshift.node.node_image }}:{{ openshift_image_tag }}
register: pull_result
changed_when: "'Downloaded newer image' in pull_result.stdout"
-
- - include: config/install-node-docker-service-file.yml