summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2017-06-16 10:56:03 +0200
committerRodolfo Carvalho <rhcarvalho@gmail.com>2017-06-22 14:39:13 +0200
commitffeac220ea2764c02a4ebd9b5e006e82886150bd (patch)
tree4587bf24668159d3ad8397cfad994c2ddafdc97c
parent11762c063f52d46709db560479234b1d49e602b8 (diff)
downloadopenshift-ffeac220ea2764c02a4ebd9b5e006e82886150bd.tar.gz
openshift-ffeac220ea2764c02a4ebd9b5e006e82886150bd.tar.bz2
openshift-ffeac220ea2764c02a4ebd9b5e006e82886150bd.tar.xz
openshift-ffeac220ea2764c02a4ebd9b5e006e82886150bd.zip
PAPR: customize disk space requirements
Currently the job reports only 1.7 GB free and it has been able to perform installs, so setting the requirement down to 1.5 GB.
-rw-r--r--.papr.inventory1
1 files changed, 1 insertions, 0 deletions
diff --git a/.papr.inventory b/.papr.inventory
index 23bc9923c..878d434e2 100644
--- a/.papr.inventory
+++ b/.papr.inventory
@@ -9,6 +9,7 @@ ansible_python_interpreter=/usr/bin/python3
deployment_type=origin
openshift_image_tag="{{ lookup('env', 'OPENSHIFT_IMAGE_TAG') }}"
openshift_master_default_subdomain="{{ lookup('env', 'RHCI_ocp_node1_IP') }}.xip.io"
+openshift_check_min_host_disk_gb=1.5
openshift_check_min_host_memory_gb=1.9
[masters]