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

Bug 1906986: 12-11-20 merge #384

Merged
merged 11 commits into from
Dec 12, 2020

Commits on Dec 9, 2020

  1. Add getPodBandwidth method

    Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
    roytman committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    643913f View commit details
    Browse the repository at this point in the history
  2. Update cnishim part to support CNI CHECK

    Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
    roytman committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    bc44922 View commit details
    Browse the repository at this point in the history
  3. Implementation of the CHECK comamnd by the ovnkube

    Signed-off-by: Alexey Roytman <roytman@il.ibm.com>
    roytman committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    d75c38a View commit details
    Browse the repository at this point in the history
  4. shared-gateway: ignore empty Ingress IPs

    Signed-off-by: Dan Williams <dcbw@redhat.com>
    dcbw committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    a591cab View commit details
    Browse the repository at this point in the history
  5. Merge pull request openshift#1909 from dcbw/empty-ingress-ip

    shared-gateway: ignore empty Ingress IPs
    dcbw committed Dec 9, 2020
    Configuration menu
    Copy the full SHA
    57d8d20 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2020

  1. Remove dead rpm advisory for OVN

    Signed-off-by: Tim Rozet <trozet@redhat.com>
    trozet committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    34c8638 View commit details
    Browse the repository at this point in the history
  2. Merge pull request openshift#1862 from roytman/check

    Add support to the CNI CHECK command
    trozet committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    bfa019b View commit details
    Browse the repository at this point in the history
  3. Merge pull request openshift#1911 from trozet/fix_dead_rpm

    Remove dead rpm advisory for OVN
    trozet committed Dec 10, 2020
    Configuration menu
    Copy the full SHA
    d0e1598 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2020

  1. Adds reconciliation for hanging pod adds

    If a pod add fails in ovnkube-master, and there is no subsequent update
    event for the pod we never try to add it again and CNI will just
    continuously fail. A prime example of this is if a pod is added for a
    node, who has not yet registered with ovnkube-master by setting its L3
    gateway config.
    
    This patch adds a goroutine which will run and check to see if there are
    any pods that need retry who have been sitting for longer than a minute.
    If such pods exist, the goroutine will attempt to addLogicalPort for
    them.
    
    Signed-off-by: Tim Rozet <trozet@redhat.com>
    Co-Authored-by: Dan Williams <dcbw@redhat.com>
    trozet and dcbw committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    0a4f000 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2020

  1. Merge pull request openshift#1910 from trozet/fix_pod_retry

    Adds reconciliation for hanging pod adds
    trozet committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    0ac9775 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7d0b75 View commit details
    Browse the repository at this point in the history