Compiled-in C-idl makes ovn-nbctl et.al to point to a specific ovs/ovn schema. So choosing the right OVS/OVN version inside the image can be crucial to proper debugging.
First, we should add ovn version selection to the normal build command.
But we can do better than that. An idea by @palonsoro: use an OCP release version to pin a specific OVS/OVN version tuple.
Compiled-in C-idl makes ovn-nbctl et.al to point to a specific ovs/ovn schema. So choosing the right OVS/OVN version inside the image can be crucial to proper debugging.
First, we should add ovn version selection to the normal
buildcommand.But we can do better than that. An idea by @palonsoro: use an OCP release version to pin a specific OVS/OVN version tuple.