Created attachment 1363882 [details] templates used to deploy OSP overcloud with SR-IOV Description of problem:VMs with non-SRIOV ports don't communicate on different compute nodes Version-Release number of selected component (if applicable): OSP-10 has been installed with SR-IOV templates. How reproducible: Always Steps to Reproduce: 1.Install OSP-10 with SR-IOV 2.Spawn any VM using non-SRIOV ports on 2 different Compute nodes 3.Ping each other Actual results: VMs don't ping each other. There is no communication between the VMs with non-SRIOV ports. Whereas VMs with SRIOV ports work fine on different compute nodes. Expected results: VMs should ping each other establishing communication between each other. Additional info: Attached our template used to deploy OSP overcloud with SR-IOV
Can you please attach neutron and ovs-agent logs from controller and both compute nodes in DEBUG log level?
Created attachment 1366411 [details] Neutron Logs Attaching the logs from neutron. Note that, the instances don't obtain IP addresses automatically after the instances are launched. IP address is assigned manually, but we are still not able to ping between the VMs.
Fixed after adding the physical port in the compute nodes. ovs-vsctl add-port <bridge_name> <physical_interface_name>