X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=tools%2Fubuntu-server-cloudimg-modify.sh;h=f9e0a2c47c0433e28994193389ecfcda3115a870;hb=92a37a7a51adea10e787be1430ffee0876323388;hp=11e6051cda44319926252e402e253809c1e3b10d;hpb=d09c1cf0ed3a1af45546129ecd8d648ce703f650;p=yardstick.git diff --git a/tools/ubuntu-server-cloudimg-modify.sh b/tools/ubuntu-server-cloudimg-modify.sh index 11e6051cd..f9e0a2c47 100755 --- a/tools/ubuntu-server-cloudimg-modify.sh +++ b/tools/ubuntu-server-cloudimg-modify.sh @@ -35,8 +35,12 @@ grep trusty /etc/apt/sources.list && \ echo 'Acquire::ForceIPv4 "true";' > /etc/apt/apt.conf.d/99force-ipv4 # Add hostname to /etc/hosts. +# Allow console access via pwd cat </etc/cloud/cloud.cfg.d/10_etc_hosts.cfg manage_etc_hosts: True +password: RANDOM +chpasswd: { expire: False } +ssh_pwauth: True EOF apt-get update @@ -58,5 +62,12 @@ apt-get install -y \ git clone https://github.com/kdlucas/byte-unixbench.git /opt/tempT make --directory /opt/tempT/UnixBench/ + + +git clone https://github.com/beefyamoeba5/ramspeed.git /opt/tempT2 +cd /opt/tempT2/ramspeed-2.6.0 +mkdir temp +bash build.sh + # restore symlink ln -sf /run/resolvconf/resolv.conf /etc/resolv.conf