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

Configure TemplateLB with all host addresses #3557

Merged
merged 4 commits into from
May 15, 2023

Commits on May 11, 2023

  1. Configure TemplateLB with all host addresses

    TemplateLB variables for node IP addresses have to
    support multiple IP noda address, hence the variables
    are in the format of NODE_IPv4_0, NODE_IPv4_1, NODE_IPv4_2, ...
    Struct `NodeIPsTemplates` manage the template variables
    for multiple nodes that may have different number of IP addresses each.
    
    Add unit and e2e tests on TemplateLBs with multiple IP addresses.
    
    Refs: ovn-org#3328
    
    Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
    zeeke committed May 11, 2023
    Configuration menu
    Copy the full SHA
    8d0252b View commit details
    Browse the repository at this point in the history
  2. Dualstack Service unit test

    Make `Test_ETPCluster_NodePort_Service_WithMultipleIPAddresses`
    use v4+v6 IP addresses.
    
    Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
    zeeke committed May 11, 2023
    Configuration menu
    Copy the full SHA
    f041b03 View commit details
    Browse the repository at this point in the history
  3. e2e: Move NodePort test to Services suite

    The test about NodePort services that are reachable on every
    host IP address should reside in the Service suite.
    
    Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
    zeeke committed May 11, 2023
    Configuration menu
    Copy the full SHA
    454119c View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    63f398b View commit details
    Browse the repository at this point in the history