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

[Windows] Optimize the containerized OVS installation #6383

Merged
merged 1 commit into from
Jun 28, 2024

Commits on Jun 28, 2024

  1. [Windows] Optimize the containerized OVS installation

    1. Add logic to check the installed OVSext drivers, if only the desired version
       of driver is already installed, skip the installation; otherwise, remove the
       existing the drivers and re-install.
    2. Add logic to check the installed VC redistributable files, if the existing
       installd vc_redist version is equal to or higher than the lowest requirement,
       skip the installation; otherwise re-install with the provided files.
    3. Optimize the logic of maintaining the env paths by removing the duplicated
       paths.
    4. Optimize Uninstall-OVS script by removing OVS bin paths from the system path
       after it is deleted.
    
    Signed-off-by: Wenying Dong <wenyingd@vmware.com>
    wenyingd committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    70ac535 View commit details
    Browse the repository at this point in the history