From ecb0cbe04149fdcbf3992ccfc7578c6605462bc3 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Thu, 31 Aug 2017 14:42:01 -0400 Subject: Break out node config into stand-alone playbook Added byo/openshift-node/config.yml as a new entry point for performing node installation. This playbook must be run after masters have already been deployed. Excluder disable/enable for both nodes and masters has been moved their respective config.yml. This created a common pattern that could be used for both installation and scaleup playbooks. --- playbooks/byo/openshift-node/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 playbooks/byo/openshift-node/config.yml (limited to 'playbooks/byo/openshift-node/config.yml') diff --git a/playbooks/byo/openshift-node/config.yml b/playbooks/byo/openshift-node/config.yml new file mode 100644 index 000000000..839dc36ff --- /dev/null +++ b/playbooks/byo/openshift-node/config.yml @@ -0,0 +1,6 @@ +--- +- include: ../openshift-cluster/initialize_groups.yml + +- include: ../../common/openshift-cluster/std_include.yml + +- include: ../../common/openshift-node/config.yml -- cgit v1.2.3