fix: octavia-api broken in multinode OVS#2051
fix: octavia-api broken in multinode OVS#2051elelaysh wants to merge 17 commits intostackhpc/2025.1from
Conversation
There was a problem hiding this comment.
Code Review
This pull request correctly makes the octavia_provider_drivers conditional based on whether OVN is enabled, which is a good fix for non-OVN deployments. However, the change is incomplete as it does not update the related octavia_provider_agents configuration. This will likely cause issues when OVN is disabled. I have added a comment to highlight this and suggest a fix to ensure the Octavia configuration remains consistent.
|
I don't know a correct value for the agent for amphora. |
My general strategy with things like that is to just grep through the source of kolla ansible/kayobe etc for the variable to see if I can find it defined anywhere already |
1ba4146 to
293ccdf
Compare
Thank you Alex, you are right: I should have grepped. I've corrected with |
Alex-Welsh
left a comment
There was a problem hiding this comment.
@elelaysh does amphora actually work in a multinode? has it been tested?
|
This doc in #1362 might help |
Co-authored-by: Alex Welsh <112560678+Alex-Welsh@users.noreply.github.com>
Co-authored-by: Matt Anson <matta@stackhpc.com>
16b6e6f to
e753a1f
Compare
When kolla_enable_ovn is false, fallback to amphora driver