Build Kernel Modules for OVS

Currently we are building OVS from sources in the dragonflow devstack installation.
We did not compile the modules and did not install them

Change-Id: I3aa336e61b2e16931535a104ecf272b15215b4d1
This commit is contained in:
Eran Gampel 2015-11-16 18:06:02 +02:00
parent b2da672121
commit 5503fbc191

View File

@ -161,10 +161,11 @@ function install_ovn {
./boot.sh
fi
if [ ! -f config.status ] || [ configure -nt config.status ] ; then
./configure
./configure --with-linux=/lib/modules/`uname -r`/build
fi
make -j$[$(nproc) + 1]
sudo make install
sudo make modules_install
sudo chown $(whoami) /usr/local/var/run/openvswitch
sudo chown $(whoami) /usr/local/var/log/openvswitch