diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-06-21 12:22:34 +0200 |
---|---|---|
committer | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2017-06-21 12:22:34 +0200 |
commit | 8cedbf25ea97743619d6b3949be54b55c88bcdbe (patch) | |
tree | fc57be4226cdb336ea4cb2e959c94e790ea2a797 /playbooks/byo/openshift-cluster | |
parent | 62fcd88038910c52796f0e5b37e1e0d8019b80cf (diff) | |
download | openshift-8cedbf25ea97743619d6b3949be54b55c88bcdbe.tar.gz openshift-8cedbf25ea97743619d6b3949be54b55c88bcdbe.tar.bz2 openshift-8cedbf25ea97743619d6b3949be54b55c88bcdbe.tar.xz openshift-8cedbf25ea97743619d6b3949be54b55c88bcdbe.zip |
Remove package_update from install playbook
We observed in our CI environment that this check can't guarantee that
an install would fail when the check fails, thus unless we can make its
output match the fate of an install we shall keep it disabled.
Diffstat (limited to 'playbooks/byo/openshift-cluster')
-rw-r--r-- | playbooks/byo/openshift-cluster/config.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/playbooks/byo/openshift-cluster/config.yml b/playbooks/byo/openshift-cluster/config.yml index 2372a5322..9c5948552 100644 --- a/playbooks/byo/openshift-cluster/config.yml +++ b/playbooks/byo/openshift-cluster/config.yml @@ -16,7 +16,6 @@ - disk_availability - memory_availability - package_availability - - package_update - package_version - docker_image_availability - docker_storage |