summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master/tasks/systemd_units.yml
diff options
context:
space:
mode:
authorKenny Woodson <kwoodson@redhat.com>2018-01-24 11:39:48 -0500
committerKenny Woodson <kwoodson@redhat.com>2018-02-01 21:27:28 -0500
commit8e0b7761a128a4851db439b9597869b17b6174b1 (patch)
tree10f1a50001cbe2133afcc21fa34198fd08d10d5c /roles/openshift_master/tasks/systemd_units.yml
parent4fe88b001295566d49db1fe711870bf43c40c1ab (diff)
downloadopenshift-8e0b7761a128a4851db439b9597869b17b6174b1.tar.gz
openshift-8e0b7761a128a4851db439b9597869b17b6174b1.tar.bz2
openshift-8e0b7761a128a4851db439b9597869b17b6174b1.tar.xz
openshift-8e0b7761a128a4851db439b9597869b17b6174b1.zip
Upgrade to migrate to using push to DNS for registries.
Diffstat (limited to 'roles/openshift_master/tasks/systemd_units.yml')
-rw-r--r--roles/openshift_master/tasks/systemd_units.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/roles/openshift_master/tasks/systemd_units.yml b/roles/openshift_master/tasks/systemd_units.yml
index 870ab7c57..aeff64983 100644
--- a/roles/openshift_master/tasks/systemd_units.yml
+++ b/roles/openshift_master/tasks/systemd_units.yml
@@ -1,6 +1,8 @@
---
# systemd_units.yml is included both in the openshift_master role and in the upgrade
# playbooks.
+- name: include push_via_dns.yml tasks
+ include_tasks: push_via_dns.yml
- name: Set HA Service Info for containerized installs
set_fact:
@@ -9,7 +11,8 @@
when:
- openshift_is_containerized | bool
-- include_tasks: registry_auth.yml
+- name: include registry_auth tasks
+ include_tasks: registry_auth.yml
- name: Disable the legacy master service if it exists
systemd: