From 606dc36288ef5478a9dae3f35f88e2f283d7635d Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Thu, 31 Aug 2017 21:53:10 -0400 Subject: 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. --- playbooks/common/openshift-cluster/config.yml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'playbooks/common/openshift-cluster/config.yml') diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml index 7874391cc..a406b5656 100644 --- a/playbooks/common/openshift-cluster/config.yml +++ b/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: -- cgit v1.2.1