<div dir="ltr">Hi,<div><br></div><div>I would like to test my VNF on an openstack environment deployed using TripleO.</div><div>For that I need to setup flat provider networks that go only to the compute node.</div><div>I tried deploying an overcoud with additional neutron bridge mappings as following</div><div><ul><li>Added NeutronBridgeMappings: " datacentre:br-ex,physdown;br-down,physup:br-up" to network environment file</li><li>Added following resources to compute.yaml file</li></ul><div><div>            -</div><div>              type: ovs_bridge</div><div>              name: br-down</div><div>              mtu: 9000</div><div>              members:</div><div>                -</div><div>                  type: interface</div><div>                  name: ens4f0</div><div>                  # force the MAC address of the bridge to this interface<br></div><div>                  primary: true</div><div>            -</div><div>              type: ovs_bridge</div><div>              name: br-up</div><div>              mtu: 9000</div><div>              members:</div><div>                -</div><div>                  type: interface</div><div>                  name: ens4f1</div><div>                  # force the MAC address of the bridge to this interface<br></div><div>                  primary: true</div></div></div><div><br></div><div>This will create the intended OVS bridges on the the compute node with the interfaces connected.</div><div><br></div><div>The unwanted side effect it that ii also created the bridges on the controller node without any interfaces connected to it</div><div><br></div><div>Is there a way to have the undercloud create the bridges only on the compute nodes and not on the controller nodes???</div><div><br></div><div>Samuel</div></div>