From b48887efc53b3757c6f179f1bfef2459b954a957 Mon Sep 17 00:00:00 2001
From: David Moreau-Simard <dms@redhat.com>
Date: Mon, 19 Jun 2017 17:04:16 -0400
Subject: Support enabling the centos-openshift-origin-testing repository

New versions of Origin land in the -testing repository before they
are tagged for release. This effectively adds the ability to easily
test a new unreleased version (currently in this case 1.5.1) by
enabling the correct repository if 'openshift_repos_enable_testing'
is true.
---
 roles/openshift_repos/defaults/main.yaml | 1 +
 1 file changed, 1 insertion(+)

(limited to 'roles/openshift_repos/defaults')

diff --git a/roles/openshift_repos/defaults/main.yaml b/roles/openshift_repos/defaults/main.yaml
index 7c5a14cd7..44f34ea7b 100644
--- a/roles/openshift_repos/defaults/main.yaml
+++ b/roles/openshift_repos/defaults/main.yaml
@@ -1,2 +1,3 @@
 ---
 openshift_additional_repos: {}
+openshift_repos_enable_testing: false
-- 
cgit v1.2.3