install nbd kmod by default

This commit is contained in:
Sagar Karandikar 2019-11-07 22:38:57 +00:00
parent 328823713b
commit 6c0796afaf
1 changed files with 4 additions and 0 deletions

View File

@ -143,6 +143,10 @@ if wget -T 1 -t 3 -O /dev/null http://169.254.169.254/; then
sudo pip3 install -r sw/firesim-software/python-requirements.txt
cat sw/firesim-software/centos-requirements.txt | sudo xargs yum install -y
# Setup for using qcow2 images
cd $RDIR
./scripts/install-nbd-kmod.sh
# run sourceme-f1-full.sh once on this machine to build aws libraries and
# pull down some IP, so we don't have to waste time doing it each time on
# worker instances