<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi, I initilize an instance using a defined flat network and I got the error:<div>port no present in bridge br-int<br></div><div><br></div><div>I have a 2 node deployment (controller + network, compute).</div><div><br></div><div>The output of the command ovs-vsctl show is</div><div><b><br></b></div><div><b>On the network node</b></div><div><div>d3a06f16-d727-4333-9de6-cf4ce3b0ce36</div><div>    Manager "ptcp:6640:127.0.0.1"</div><div>        is_connected: true</div><div>    Bridge br-ex</div><div>        Controller "tcp:<a href="http://127.0.0.1:6633">127.0.0.1:6633</a>"</div><div>            is_connected: true</div><div>        fail_mode: secure</div><div>        Port br-ex</div><div>            Interface br-ex</div><div>                type: internal</div><div>        Port phy-br-ex</div><div>            Interface phy-br-ex</div><div>                type: patch</div><div>                options: {peer=int-br-ex}</div><div>        Port "ens33"</div><div>            Interface "ens33"</div><div>    Bridge br-int</div><div>        Controller "tcp:<a href="http://127.0.0.1:6633">127.0.0.1:6633</a>"</div><div>            is_connected: true</div><div>        fail_mode: secure</div><div>        Port br-int</div><div>            Interface br-int</div><div>                type: internal</div><div>        Port patch-tun</div><div>            Interface patch-tun</div><div>                type: patch</div><div>                options: {peer=patch-int}</div><div>        Port int-br-ex</div><div>            Interface int-br-ex</div><div>                type: patch</div><div>                options: {peer=phy-br-ex}</div><div>        Port "tapefb98047-57"</div><div>            tag: 1</div><div>            Interface "tapefb98047-57"</div><div>                type: internal</div><div>        Port "qr-d62d0c14-51"</div><div>            tag: 1</div><div>            Interface "qr-d62d0c14-51"</div><div>                type: internal</div><div>        Port "qg-5468707b-6d"</div><div>            tag: 2</div><div>            Interface "qg-5468707b-6d"</div><div>                type: internal</div><div>    Bridge br-tun</div><div>        Controller "tcp:<a href="http://127.0.0.1:6633">127.0.0.1:6633</a>"</div><div>            is_connected: true</div><div>        fail_mode: secure</div><div>        Port patch-int</div><div>            Interface patch-int</div><div>                type: patch</div><div>                options: {peer=patch-tun}</div><div>        Port br-tun</div><div>            Interface br-tun</div><div>                type: internal</div><div>        Port "vxlan-c0a8003d"</div><div>            Interface "vxlan-c0a8003d"</div><div>                type: vxlan</div><div>                options: {df_default="true", in_key=flow, local_ip="192.168.0.62", out_key=flow, remote_ip="192.168.0.61"}</div><div>    ovs_version: "2.9.0"</div></div><div><br></div><div><b>On the Compute node</b></div><div><b><br></b></div><div><div><b>55e62867-9c88-4925-b49c-55fb74d174bd</b></div><div><b>    Manager "ptcp:6640:127.0.0.1"</b></div><div><b>        is_connected: true</b></div><div><b>    Bridge br-ex</b></div><div><b>        Controller "tcp:<a href="http://127.0.0.1:6633">127.0.0.1:6633</a>"</b></div><div><b>            is_connected: true</b></div><div><b>        fail_mode: secure</b></div><div><b>        Port phy-br-ex</b></div><div><b>            Interface phy-br-ex</b></div><div><b>                type: patch</b></div><div><b>                options: {peer=int-br-ex}</b></div><div><b>        Port "enp2s0"</b></div><div><b>            Interface "enp2s0"</b></div><div><b>        Port br-ex</b></div><div><b>            Interface br-ex</b></div><div><b>                type: internal</b></div><div><b>    Bridge br-tun</b></div><div><b>        Controller "tcp:<a href="http://127.0.0.1:6633">127.0.0.1:6633</a>"</b></div><div><b>            is_connected: true</b></div><div><b>        fail_mode: secure</b></div><div><b>        Port br-tun</b></div><div><b>            Interface br-tun</b></div><div><b>                type: internal</b></div><div><b>        Port "vxlan-c0a8003e"</b></div><div><b>            Interface "vxlan-c0a8003e"</b></div><div><b>                type: vxlan</b></div><div><b>                options: {df_default="true", in_key=flow, local_ip="192.168.0.61", out_key=flow, remote_ip="192.168.0.62"}</b></div><div><b>        Port patch-int</b></div><div><b>            Interface patch-int</b></div><div><b>                type: patch</b></div><div><b>                options: {peer=patch-tun}</b></div><div><b>    Bridge br-int</b></div><div><b>        Controller "tcp:<a href="http://127.0.0.1:6633">127.0.0.1:6633</a>"</b></div><div><b>            is_connected: true</b></div><div><b>        fail_mode: secure</b></div><div><b>        Port int-br-ex</b></div><div><b>            Interface int-br-ex</b></div><div><b>                type: patch</b></div><div><b>                options: {peer=phy-br-ex}</b></div><div><b>        Port br-int</b></div><div><b>            Interface br-int</b></div><div><b>                type: internal</b></div><div><b>        Port patch-tun</b></div><div><b>            Interface patch-tun</b></div><div><b>                type: patch</b></div><div><b>                options: {peer=patch-int}</b></div><div><b>    ovs_version: "2.9.0"</b></div><div style="font-weight:bold"><br></div></div><div style="font-weight:bold">How can I solve the problem?</div><div style="font-weight:bold"><br></div><div style="font-weight:bold">Thanks</div></div></div></div></div></div>