Browse Source

Break out master config into stand-alone playbook

Added byo/openshift-master/config.yml as a new entry point for
performing master installation.

Excluder disable/enable for master has been moved to
common/openshift-master/config.yml to follow a standard pattern that
could be used for both installation and scaleup playbooks.
Russell Teague 7 years ago
parent
commit
606dc36288

+ 6 - 0
playbooks/byo/openshift-master/config.yml

@@ -0,0 +1,6 @@
+---
+- include: ../openshift-cluster/initialize_groups.yml
+
+- include: ../../common/openshift-cluster/std_include.yml
+
+- include: ../../common/openshift-master/config.yml

+ 0 - 4
playbooks/byo/openshift-master/restart.yml

@@ -1,10 +1,6 @@
 ---
 - include: ../openshift-cluster/initialize_groups.yml
-  tags:
-  - always
 
 - include: ../../common/openshift-cluster/std_include.yml
-  tags:
-  - always
 
 - include: ../../common/openshift-master/restart.yml

+ 0 - 6
playbooks/common/openshift-cluster/config.yml

@@ -35,12 +35,6 @@
   - loadbalancer
 
 - include: ../openshift-master/config.yml
-  tags:
-  - master
-
-- include: additional_config.yml
-  tags:
-  - master
 
 - include: ../openshift-node/config.yml
   tags:

playbooks/common/openshift-cluster/additional_config.yml → playbooks/common/openshift-master/additional_config.yml


+ 3 - 0
playbooks/common/openshift-master/config.yml

@@ -217,6 +217,9 @@
     group_by: key=oo_masters_deployment_type_{{ openshift.common.deployment_type }}
     changed_when: False
 
+- include: additional_config.yml
+  when: not g_openshift_master_is_scaleup
+
 - name: Re-enable excluder if it was previously enabled
   hosts: oo_masters_to_config
   gather_facts: no