<div dir="ltr"><div dir="ltr">Hey,<div><br></div><div>1. Sorry, my bad, was copying you from my phone, so the extra section (<span style="color:rgb(0,0,0);font-family:monospace">container_skel)</span> that is required has slipped my paste. So /etc/openstack_deploy/env.d/nova.yml should look like this:</div><div><span style="font-family:monospace"><span style="color:rgb(0,0,0)">container_skel:</span><br><span class="gmail-im" style="color:rgb(80,0,80)"> nova_compute_container:<br>   belongs_to:<br>     - compute_containers<br>     - kvm-compute_containers<br>     - qemu-compute_containers<br>   contains:<br>     - neutron_sriov_nic_agent<br>     - neutron_ovn_controller<br>     - nova_compute<br>   properties:<br>     is_metal: true<br></span></span></div><div><br></div><div>2. Now I actually see more issues in defined openstack_user_config. I'm not sure if that is the reason of the error or not, but it still must be adjusted:</div><div>a) replace network_hosts with network-infra_hosts. Defining network_hosts also adds infra servers to neutron_l3_agent (and other agents) which has in fact no effect, but triggers a bug, where run_once is treated wrongly. But this will cause failure down the line and I assume that's not it yet. You might need to clean up inventory as a result.</div><div>b) also define network-northd_hosts - this usually is usually set to infra nodes, and spawns inside LXC. I would also suggest to check out doc on OVN configuration: <a href="https://docs.openstack.org/openstack-ansible-os_neutron/latest/app-ovn.html" target="_blank">https://docs.openstack.org/openstack-ansible-os_neutron/latest/app-ovn.html</a></div><div>c) For the issue itself. Most likely, it is looking for `container_bridge` or `host_bind_override` key for some network. As one of these keys are expected in order to create a mapping and ovs bridges for you. It does combine net_name and one of these keys. So it would be interesting to see adjusted openstack_user_config once the above issues are sorted out.</div><div>I can also suggest defining mappings in neutron_provider_networks directly, like mentioned in the documentation above.</div><div><br></div></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
</blockquote></div>
</blockquote></div></div>