I'm trying to deploy OpenStack using Helm. I'm searching to find a way to deploy OpenStack with OVN utilities. But the only things I found in helm files are three lines about it while I see many differences in their architectures there is nothing about OVN modules in neutron deamonset pods. I just found:
# networking_ovn.l3.l3_ovn.OVNL3RouterPlugin for OVN
and
# mechnism_drivers can be: openvswitch, linuxbridge,
# opendaylight, ovn
Is this helm chart working with OVN, and is there anyone with experience deploying OpenStack with OpenStack-helm and kubernetes?