Fix bug in fio scenario
[yardstick.git] / tools / ubuntu-server-cloudimg-modify.sh
index 96447d8..ac43d28 100755 (executable)
@@ -25,10 +25,19 @@ fi
 # iperf3 only available for trusty in backports
 grep trusty /etc/apt/sources.list && \
     echo "deb http://archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse" >> /etc/apt/sources.list
+
+# Workaround for building on CentOS (apt-get is not working with http sources)
+sed -i 's/http/ftp/' /etc/apt/sources.list
+
+# Force apt to use ipv4 due to build problems on LF POD.
+echo 'Acquire::ForceIPv4 "true";' > /etc/apt/apt.conf.d/99force-ipv4
+
 apt-get update
 apt-get install -y \
     fio \
     iperf3 \
+    linux-tools-common \
+    linux-tools-generic \
     lmbench \
     stress