Installing Openvswitch and KVM on CentOS 6.2
This is all (mostly) covered in the INSTALL.Linux inside the tar. This might help folks with some of the graph
1 2 3 4 5 6 7 8 9 10 |
$ wget http://openvswitch.org/releases/openvswitch-1.3.0.tar.gz wget http://download.fedoraproject.org/pub/fedora/linux/releases/16/Everything/source/SRPMS/autoconf-2.68-2.fc15.src.rpm $rpm -ivh webdot-2.26-1.el6.noarch.rpm $yum -y install graphviz-tcl $yum -y install python-zope-filesystem $yum -y install python-zope-interface $yum -y install automake $yum -y install autoconf |
add yum -y install openssl-devel this package is necessary if you use SSL with OpenVSWitch. (Thanks for input Marcos)
1 2 3 |
$yum –y install gcc |
The Open vSwitch datapath requires bridging support (CONFIG_BRIDGE) to be built as a kernel module. (This is common in …