diff options
author | David Moreau-Simard <dms@redhat.com> | 2017-06-19 17:04:16 -0400 |
---|---|---|
committer | David Moreau-Simard <dms@redhat.com> | 2017-07-23 10:06:52 -0400 |
commit | b48887efc53b3757c6f179f1bfef2459b954a957 (patch) | |
tree | 14bcf18f7c2755f06ee45484d7a31e4787fcdb64 /roles/openshift_repos/defaults | |
parent | 2a706ad80a4286afc4fe5a1cc0cadab302bc7291 (diff) | |
download | openshift-b48887efc53b3757c6f179f1bfef2459b954a957.tar.gz openshift-b48887efc53b3757c6f179f1bfef2459b954a957.tar.bz2 openshift-b48887efc53b3757c6f179f1bfef2459b954a957.tar.xz openshift-b48887efc53b3757c6f179f1bfef2459b954a957.zip |
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.
Diffstat (limited to 'roles/openshift_repos/defaults')
-rw-r--r-- | roles/openshift_repos/defaults/main.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |