From f92afac098c846df54940291851cc5f83e4bac2e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 22 Feb 2018 04:18:13 +0000 Subject: [PATCH] try and disable disk space checks for openshift nodes --- .../templates/cluster-inventory.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 index 88b6f84acd..3c299d1656 100644 --- a/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 +++ b/roles/ansible-ansible-openshift-ansible/templates/cluster-inventory.j2 @@ -693,6 +693,9 @@ openshift_master_console_port={{openshift_console_port}} # networking and liveness or readiness probes. # Setting this variable to true will override that check. #openshift_override_hostname_check=true +# Disable this check because we only have 20G disks right now +# - kevin (2018-02-21) +openshift_disable_check=disk_availability # Configure dnsmasq for cluster dns, switch the host's local resolver to use dnsmasq # and configure node's dnsIP to point at the node's local dnsmasq instance. Defaults