From cccdd4a479273778be44811cbb4b74637aa63476 Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Mon, 4 Dec 2017 14:57:05 -0500 Subject: Playbook Consolidation - byo/config.yml --- playbooks/openstack/openshift-cluster/install.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'playbooks/openstack') diff --git a/playbooks/openstack/openshift-cluster/install.yml b/playbooks/openstack/openshift-cluster/install.yml index 1c4f609e3..8ed01b192 100644 --- a/playbooks/openstack/openshift-cluster/install.yml +++ b/playbooks/openstack/openshift-cluster/install.yml @@ -8,8 +8,5 @@ # values here. We do it in the OSEv3 group vars. Do we need to add # some logic here? -- name: run the initialization - include: ../../init/main.yml - -- name: run the config - include: ../../common/openshift-cluster/config.yml +- name: run the cluster deploy + include: ../../deploy_cluster.yml -- cgit v1.2.1