yum安装ovs和ovn

发布时间 2023-07-09 20:42:30作者: 王景迁

安装ovs

yum install -y epel-release centos-release-openstack-train openvswitch
systemctl start openvswitch
systemctl enable openvswitch
ovs-ctl start

安装ovn

yum install -y ovn-central ovn-common ovn-host
ovn-ctl start_northd
ovn-ctl start_controller