-
-
Notifications
You must be signed in to change notification settings - Fork 343
Fix network peering #2294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix network peering #2294
Conversation
@stgraber is it possible to get ovn working in the test runners? |
Signed-off-by: karo <karolin.kostial@gmail.com>
Signed-off-by: karo <karolin.kostial@gmail.com>
It's not technically impossible but it's been tricky enough that we mostly test OVN separately on https://jenkins.linuxcontainers.org with the test script being in the lxc/lxc-ci repository. |
We made a custom backport branch based on the 6.14 tag and built incus locally. |
I figured out why it works in the ovn tests in the lxc-ci repository. |
i think the test failures are probably unrelated to the changes |
@stgraber i think this can be reviewed now and i think it might be worth a bugfix release |
Looks good, thanks for the fix! |
Fixes #2293
Fixes #2274