介绍一款开源的ovsdb gui工具,界面如下图
- 使用pyqt4编写
- 支持多db查询
- 内置schema:Open_vSwitch,OVN_Northbound,OVN_Sourthbound,hardware_vtep
- github地址:https://github.com/cao19881125/YtOvs
安装教程如下
Install dependencies
pyqt4
mac os
brew install cartr/qt4/pyqt
sudo mkdir -p /Users/username/Library/Python/2.7/lib/python/site-packages
sudo vim /Users/username/Library/Python/2.7/lib/python/site-packages/homebrew.pth
import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")
ubuntu
sudo apt-get install python-qt4
centos
sudo yum install PyQt4
install yt_ovs
git clone https://github.com/cao19881125/YtOvs.git
cd YtOvs
pip install .
run yt_ovs
yt-ovs