From d9c87eaa322c3422d679bcd36422a613278f6345 Mon Sep 17 00:00:00 2001 From: Tomas Sedovic Date: Wed, 31 Jan 2018 14:42:58 +0100 Subject: Fix OpenStack playbooks This shuffles a few playbooks around to fix the ordering between various facts and prerequisites. --- playbooks/openstack/openshift-cluster/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'playbooks/openstack/openshift-cluster/install.yml') diff --git a/playbooks/openstack/openshift-cluster/install.yml b/playbooks/openstack/openshift-cluster/install.yml index 2ab7d14a0..0c70b5ce2 100644 --- a/playbooks/openstack/openshift-cluster/install.yml +++ b/playbooks/openstack/openshift-cluster/install.yml @@ -8,8 +8,8 @@ # values here. We do it in the OSEv3 group vars. Do we need to add # some logic here? -- name: run the cluster deploy - import_playbook: ../../prerequisites.yml +- import_playbook: ../../prerequisites.yml +- import_playbook: ../../init/cluster_facts.yml - name: run the cluster deploy import_playbook: ../../deploy_cluster.yml -- cgit v1.2.1