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

SDN-4832: Fixing ovn-k config parameters. Part 1 #2405

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Jun 7, 2024

  1. Split node and control-plane configs for managed ovn-k into separate

    files.
    
    Signed-off-by: Nadia Pinaeva <[email protected]>
    npinaeva committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    f65d092 View commit details
    Browse the repository at this point in the history
  2. Remove cnoclient from ovn-k functions

    Signed-off-by: Nadia Pinaeva <[email protected]>
    npinaeva committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    6145c7c View commit details
    Browse the repository at this point in the history
  3. rename script-lib to script-lib-node

    Signed-off-by: Nadia Pinaeva <[email protected]>
    npinaeva committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    41a0e06 View commit details
    Browse the repository at this point in the history
  4. add script-lib for ovnkube-control-plane.

    Move startup script with enabled flags from the spec.
    
    Signed-off-by: Nadia Pinaeva <[email protected]>
    npinaeva committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    df09bfc View commit details
    Browse the repository at this point in the history
  5. Add hashed scrip-lib annotation to ovn-k control-plane pods.

    Signed-off-by: Nadia Pinaeva <[email protected]>
    npinaeva committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    cef2136 View commit details
    Browse the repository at this point in the history
  6. encap-port is only used by node, already used in script-lib, move

    flag there.
    
    Signed-off-by: Nadia Pinaeva <[email protected]>
    npinaeva committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    26337b8 View commit details
    Browse the repository at this point in the history
  7. Move feature-gate flags for ANP and DNSResolver to the script-libs only.

    This guarantees pods restart on feature gate enablement.
    
    Signed-off-by: Nadia Pinaeva <[email protected]>
    npinaeva committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    fdd96f9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6feb7e0 View commit details
    Browse the repository at this point in the history
  9. Add ReachabilityTotalTimeoutSeconds to the managed config.

    Signed-off-by: Nadia Pinaeva <[email protected]>
    npinaeva committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c765ef6 View commit details
    Browse the repository at this point in the history
  10. OVN_MULTI_NETWORK_ENABLE was only used in the node script-lib, add

    to control plane to ensure restart of both components.
    Remove this flag from config.
    
    Signed-off-by: Nadia Pinaeva <[email protected]>
    npinaeva committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    2564b17 View commit details
    Browse the repository at this point in the history