summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/systemd_units.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_master/tasks/systemd_units.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_master/tasks/systemd_units.yml')
-rw-r--r--roles/openshift_master/tasks/systemd_units.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/openshift_master/tasks/systemd_units.yml b/roles/openshift_master/tasks/systemd_units.yml
index c6abaeb9b..fcc66044b 100644
--- a/roles/openshift_master/tasks/systemd_units.yml
+++ b/roles/openshift_master/tasks/systemd_units.yml
@@ -1,4 +1,7 @@
---
+# systemd_units.yml is included both in the openshift_master role and in the upgrade
+# playbooks.
+
- include: upgrade_facts.yml
when: openshift_master_defaults_in_use is not defined