|
@@ -1,31 +1,6 @@
|
|
|
---
|
|
|
-# This file is included both in the openshift_master role and in the upgrade
|
|
|
-# playbooks. For that reason the ha_svc variables are use set_fact instead of
|
|
|
-# the vars directory on the role.
|
|
|
-
|
|
|
-# This play may be consumed outside the role, we need to ensure that
|
|
|
-# openshift_master_config_dir is set.
|
|
|
-- name: Set openshift_master_config_dir if unset
|
|
|
- set_fact:
|
|
|
- openshift_master_config_dir: '/etc/origin/master'
|
|
|
- when: openshift_master_config_dir is not defined
|
|
|
-
|
|
|
-# This play may be consumed outside the role, we need to ensure that
|
|
|
-# r_openshift_master_data_dir is set.
|
|
|
-- name: Set r_openshift_master_data_dir if unset
|
|
|
- set_fact:
|
|
|
- r_openshift_master_data_dir: "{{ openshift_data_dir | default('/var/lib/origin') }}"
|
|
|
- when: r_openshift_master_data_dir is not defined
|
|
|
-
|
|
|
-- include: registry_auth.yml
|
|
|
-
|
|
|
-- name: Remove the legacy master service if it exists
|
|
|
- include: clean_systemd_units.yml
|
|
|
-
|
|
|
-- name: Init HA Service Info
|
|
|
- set_fact:
|
|
|
- containerized_svc_dir: "/usr/lib/systemd/system"
|
|
|
- ha_svc_template_path: "native-cluster"
|
|
|
+- include: upgrade_facts.yml
|
|
|
+ when: openshift_master_defaults_in_use is not defined
|
|
|
|
|
|
- name: Set HA Service Info for containerized installs
|
|
|
set_fact:
|
|
@@ -34,6 +9,11 @@
|
|
|
when:
|
|
|
- openshift.common.is_containerized | bool
|
|
|
|
|
|
+- include: registry_auth.yml
|
|
|
+
|
|
|
+- name: Remove the legacy master service if it exists
|
|
|
+ include: clean_systemd_units.yml
|
|
|
+
|
|
|
# This is the image used for both HA and non-HA clusters:
|
|
|
- name: Pre-pull master image
|
|
|
command: >
|