summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-05-24 14:08:24 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-05-24 14:26:47 -0400
commita87c736edf1c2d6a5a2cea00f82604e4ca0a24e9 (patch)
tree8f0688d235217a23ae55ba911e466dfe44b45a26 /test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
parent0e19323dee9955000d1ffb16639b4729b0af9a22 (diff)
downloadopenshift-a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9.tar.gz
openshift-a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9.tar.bz2
openshift-a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9.tar.xz
openshift-a87c736edf1c2d6a5a2cea00f82604e4ca0a24e9.zip
preflight int tests: fix for package_version changes
Diffstat (limited to 'test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml')
-rw-r--r--test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml b/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
index 66d43d809..58bed0fc0 100644
--- a/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
+++ b/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
@@ -20,6 +20,10 @@
post_tasks:
- block:
+ # disable extras so we control docker version
+ - include: tasks/enable_repo.yml
+ vars: { repo_file: "CentOS-Base", repo_name: "extras", repo_enabled: 0 }
+
- action: openshift_health_check
args:
checks: [ 'package_version' ]