summaryrefslogtreecommitdiffstats
path: root/test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
diff options
context:
space:
mode:
authorOpenShift Bot <eparis+openshiftbot@redhat.com>2017-06-05 14:54:39 -0400
committerGitHub <noreply@github.com>2017-06-05 14:54:39 -0400
commit6df334d749921eb03f141bbafcc88e1eb95e8578 (patch)
tree1a1267712cb994a7231dc8df880c52122f66d1c7 /test/integration/openshift_health_checker/preflight/playbooks/package_version_matches.yml
parent0530383cc184d89b74a6b07c1a11fcab4956e1a0 (diff)
parenta87c736edf1c2d6a5a2cea00f82604e4ca0a24e9 (diff)
downloadopenshift-6df334d749921eb03f141bbafcc88e1eb95e8578.tar.gz
openshift-6df334d749921eb03f141bbafcc88e1eb95e8578.tar.bz2
openshift-6df334d749921eb03f141bbafcc88e1eb95e8578.tar.xz
openshift-6df334d749921eb03f141bbafcc88e1eb95e8578.zip
Merge pull request #4064 from juanvallejo/jvallejo/add-ovs-version-check
Merged by openshift-bot
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' ]