summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
authorLuke Meyer <lmeyer@redhat.com>2017-06-08 16:09:05 -0400
committerLuke Meyer <lmeyer@redhat.com>2017-06-14 07:02:19 -0400
commitf19d2747ed9cc40f6eb68f2383f44f268c5a431a (patch)
treead6272733263ad22f8cb9387d08d946a96db2d6e /playbooks
parent705d18190fe463c9f609f95882f16b95d3f7cca2 (diff)
downloadopenshift-f19d2747ed9cc40f6eb68f2383f44f268c5a431a.tar.gz
openshift-f19d2747ed9cc40f6eb68f2383f44f268c5a431a.tar.bz2
openshift-f19d2747ed9cc40f6eb68f2383f44f268c5a431a.tar.xz
openshift-f19d2747ed9cc40f6eb68f2383f44f268c5a431a.zip
pre-install checks: add more during byo install
Add the docker and RPM checks to the list that run at install time. They can be disabled the same as the existing ones. Removed cockpit-kubernetes RPM requirement as it no longer is. Fixed up docker_image_availability to handle oreg_url and other nuances. Switched to using the openshift_image_tag that's set by openshift_version for both component and infrastructure images. Fixed a bug where execute_module was being called with incorrect positional arg "tmp" as a dict which caused errors down the call stack.
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/byo/openshift-cluster/config.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-cluster/config.yml b/playbooks/byo/openshift-cluster/config.yml
index fd4a9eb26..2372a5322 100644
--- a/playbooks/byo/openshift-cluster/config.yml
+++ b/playbooks/byo/openshift-cluster/config.yml
@@ -15,6 +15,11 @@
checks:
- disk_availability
- memory_availability
+ - package_availability
+ - package_update
+ - package_version
+ - docker_image_availability
+ - docker_storage
- include: ../../common/openshift-cluster/std_include.yml
tags: