From 9eb5cc5f044fada2459bdfcbd01ec9cb4c0eede5 Mon Sep 17 00:00:00 2001 From: Evgeny Sikachev Date: Fri, 16 Dec 2016 15:34:29 +0400 Subject: [PATCH] Fix for dib jobs We need to add hostname to /etc/hosts Change-Id: I27438ec92343764dbc669ca79e1f10901fae6cf0 --- slave-scripts/dib.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/slave-scripts/dib.sh b/slave-scripts/dib.sh index f75af3d0..63f705cb 100755 --- a/slave-scripts/dib.sh +++ b/slave-scripts/dib.sh @@ -29,6 +29,8 @@ get_dependency "$SAHARA_TESTS_PATH" "openstack/sahara-tests" "master" # make verbose the scripts execution of disk-image-create export DIB_DEBUG_TRACE=1 +export DIB_MIN_TMPFS=4 +echo "127.0.0.1 $HOSTNAME"| sudo tee -a /etc/hosts case "${os}" in c6.6)