<div dir="ltr">Folks,<br><div><br></div><div>I have deployed SRIOV compute but i found it deployed sriov-agent and openvswitch-agent together. If I am not mistaken then we don't need openvswitch agent on sriov computes nodes so how do i tell kolla to not deploy openvswitch-agent on sriov compute nodes?</div><div><br></div><div>Here is the output on the compute node. </div><div><br></div><div>root@kolla-comp-sriov-1-1:~# docker ps --filter name=agent<br>CONTAINER ID   IMAGE                                                 COMMAND                  CREATED        STATUS                            PORTS     NAMES<br>92af9870ee5b   docker-reg:4000/kolla/neutron-sriov-agent:zed         "dumb-init --single-…"   32 hours ago   Up 31 hours (healthy)                       neutron_sriov_agent<br>14aea45e8b47   docker-reg:4000/kolla/neutron-openvswitch-agent:zed   "dumb-init --single-…"   32 hours ago   Up 3 seconds (health: starting)             neutron_openvswitch_agent<br></div><div><br></div><div>Configuration: </div><div><br></div><div>(venv-kolla) root@kolla-infra-1-1:/var/lib/nova# cat /etc/kolla/config/neutron/kolla-comp-sriov-1-1/sriov_agent.ini<br>[sriov_nic]<br>physical_device_mappings = physnet1:eno50<br></div><div><br></div><div><br></div><div>(venv-kolla) root@kolla-infra-1-1:/var/lib/nova# cat /etc/kolla/config/neutron/kolla-comp-sriov-1-1/ml2_conf.ini<br>[ml2]<br>mechanism_drivers = sriovnicswitch<br><br>[ml2_type_vlan]<br>network_vlan_ranges = physnet1:30:50<br></div></div>