From 3c855149731708111c18ca969ec4b0e5699c337a Mon Sep 17 00:00:00 2001 From: Clement Verna Date: Mon, 1 Oct 2018 14:10:56 +0200 Subject: [PATCH] OSBS: disable docker_image_availability check. docker_image_availability requires python-docker-py package this package is not available in Fedora anymore and has been replaced by python-docker. Signed-off-by: Clement Verna --- .../templates/cluster-inventory.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 index 78036735d0..5e101d4d4a 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 @@ -21,7 +21,7 @@ openshift_enable_unsupported_configurations=true # Have upgrader also restart systems in a rolling manner. openshift_rolling_restart_mode=system # Disable the disk and package version tests -openshift_disable_check=disk_availability,package_version +openshift_disable_check=disk_availability,package_version,docker_image_availability # SSH user, this user should allow ssh based auth without requiring a # password. If using ssh key based auth, then the key should be managed by an # ssh agent.