From 8cedbf25ea97743619d6b3949be54b55c88bcdbe Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Wed, 21 Jun 2017 12:22:34 +0200 Subject: 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. --- playbooks/byo/openshift-cluster/config.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'playbooks') 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 -- cgit v1.2.1