From 94c195bb55992985775c0bd8d7349843fc6b552f Mon Sep 17 00:00:00 2001
From: Kenny Woodson <kwoodson@redhat.com>
Date: Sun, 16 Jul 2017 20:56:44 -0400
Subject: Removing dependencies for openshift_repos and setting them up early
 in the cluster build.

---
 playbooks/common/openshift-cluster/initialize_openshift_repos.yml | 8 ++++++++
 playbooks/common/openshift-cluster/std_include.yml                | 4 ++++
 2 files changed, 12 insertions(+)
 create mode 100644 playbooks/common/openshift-cluster/initialize_openshift_repos.yml

(limited to 'playbooks')

diff --git a/playbooks/common/openshift-cluster/initialize_openshift_repos.yml b/playbooks/common/openshift-cluster/initialize_openshift_repos.yml
new file mode 100644
index 000000000..a7114fc80
--- /dev/null
+++ b/playbooks/common/openshift-cluster/initialize_openshift_repos.yml
@@ -0,0 +1,8 @@
+---
+- name: Setup yum repositories for all hosts
+  hosts: oo_all_hosts
+  gather_facts: no
+  tasks:
+  - name: initialize openshift repos
+    include_role:
+      name: openshift_repos
diff --git a/playbooks/common/openshift-cluster/std_include.yml b/playbooks/common/openshift-cluster/std_include.yml
index eab16aba0..5a1187ec7 100644
--- a/playbooks/common/openshift-cluster/std_include.yml
+++ b/playbooks/common/openshift-cluster/std_include.yml
@@ -11,6 +11,10 @@
   tags:
   - node
 
+- include: initialize_openshift_repos.yml
+  tags:
+  - always
+
 - include: initialize_openshift_version.yml
   tags:
   - always
-- 
cgit v1.2.3