2019-11-12 05:15:25 -0500 | 获得奖牌 | ● 热门的问题 (source) |
2019-11-12 05:15:25 -0500 | 获得奖牌 | ● 著名问题 (source) |
2019-05-14 14:19:22 -0500 | 获得奖牌 | ● 受欢迎的问题 (source) |
2019-04-08 18:57:49 -0500 | 回答问题 | In my kolla openstack deployment, Why is br-ex conflicting with external traffic? One interesting factor I found was the ovs-system became the master of bond0.123 ! I am not understanding the logic in here! Can someone explain to me ? |
2019-04-08 05:08:26 -0500 | 问了问题 | In my kolla openstack deployment, Why is br-ex conflicting with external traffic? Hi I am trying to setup openstack with kolla-ansible (queens version) docker. In my lab setup, I have 2 interfaces for each of compute and controller hosts. The 2 interfaces are bonded (bond0) and traffic outside is tagged as vlans. In the globals.yml I have these: Once I deploy the deployment continues until the installation of the openvswitch. After the openvswitch is deployed I am loosing the connections from outside via the IP on bond0.123! I can see the kolla deployment is creating 3 bridges (br-tun, br-int and br-ext). Why does the creation of these bridges conflict with the outside traffic on bond0.123 ?? And is there a way to restrict kolla not to use this br-tun to create traffic between the VMs ? |