diff options
author | OpenShift Bot <eparis+openshiftbot@redhat.com> | 2017-06-14 20:08:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 20:08:13 -0400 |
commit | 7986d8bfa10d6ba3c968ab1dae277063ab612ecb (patch) | |
tree | 736f9fc2d40b32521f657feb6bc31eae0acca83d /playbooks/byo/openshift-cluster | |
parent | 916ea2cadd358e443f57963312a7c22f96d9cd2f (diff) | |
parent | f19d2747ed9cc40f6eb68f2383f44f268c5a431a (diff) | |
download | openshift-7986d8bfa10d6ba3c968ab1dae277063ab612ecb.tar.gz openshift-7986d8bfa10d6ba3c968ab1dae277063ab612ecb.tar.bz2 openshift-7986d8bfa10d6ba3c968ab1dae277063ab612ecb.tar.xz openshift-7986d8bfa10d6ba3c968ab1dae277063ab612ecb.zip |
Merge pull request #4397 from sosiouxme/20170608-include-more-install-checks
Merged by openshift-bot
Diffstat (limited to 'playbooks/byo/openshift-cluster')
-rw-r--r-- | playbooks/byo/openshift-cluster/config.yml | 5 |
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: |