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

Add IPv6 only KIND deployment to CI matrix. #1343

Merged
merged 5 commits into from
Jul 27, 2020

Commits on Jul 27, 2020

  1. KIND improvements

    Per suggestions from @aojea, improve how KIND is used.
    
    Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com>
    Billy99 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    3bcebf6 View commit details
    Browse the repository at this point in the history
  2. Support IPv6 only deployment

    Update scripts to support IPv6 only.
    Resolves: ovn-org#977
    
    Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com>
    Billy99 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    7cf0ba1 View commit details
    Browse the repository at this point in the history
  3. Add IPv6 only KIND deployment to CI matrix.

    Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com>
    Billy99 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    28937cd View commit details
    Browse the repository at this point in the history
  4. Limit CI test matrix per issue ovn-org#1401

    Per comment in ovn-org#1401, limit the test cases. This does not fix the root cause
    of the issue, but addresses a comment in the issue:
     ovn-org#1401 (comment)
    
    Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com>
    Billy99 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    a818426 View commit details
    Browse the repository at this point in the history
  5. Update vendor/ebay/libovsdb to pickup IPv6 patch

    ebay/libovsdb had the following issue that was fixed upstream:
    
    Allow libovsdb to connnect to ovsdb instance over IPv6 connection. (ovn-org#20)
    
    When trying to connect to an ovsdb instance via IPv6, encountered an IPv6
    parsing issue. In the logic to strip off the leading protocol (i.e. tcp:...),
    the code uses strings.Split(endpoint, ":"), which does not take into account
    the ':' in an IPv6 address.
    
    Signed-off-by: Billy McFall <22157057+Billy99@users.noreply.github.com>
    Billy99 committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    66796d2 View commit details
    Browse the repository at this point in the history