Skip to content
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

OCPBUGS-31679: localnet, multi-homing: introduce localnet alias #4320

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 1, 2024

  1. localnet, multi-homing: introduce localnet alias

    Having a different parameter to use as the network_name option of the
    localnet logical switch port allows the admin to create multiple
    physical network attachment without having to reconfigure the physical
    OVN bridge mappings.
    
    This improves the admin's UX (less operations) and solution scalability
    (since a single mapping can be re-used) and thus the size of the
    ovn-bridge-mappings string can be kept low.
    
    Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
    maiqueb committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8bf02f3 View commit details
    Browse the repository at this point in the history
  2. localnet, tests: add e2e tests to share bridge mappings

    Adds an e2e tests that asserts the same bridge mapping can be shared
    between multiple networks.
    
    Signed-off-by: Miguel Duarte Barroso <mdbarroso@redhat.com>
    maiqueb committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e9e0d8f View commit details
    Browse the repository at this point in the history