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

Bump container disk images to CentOS stream 9 #237

Merged
merged 3 commits into from
Jul 29, 2024

Commits on Jul 29, 2024

  1. traffic-gen: Use CentOS stream 9

    CentOS stream 8 had reached EOL [1] and it breaks our automation for
    building the container disk image due to [2].
    
    Our console package does not correctly handle Bracketed-paste [3],
    disable it for now.
    
    [1] https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/
    
    [2] https://serverfault.com/questions/1161816/mirrorlist-centos-org-no-longer-resolve
    
    [3] https://en.wikipedia.org/wiki/Bracketed-paste
    
    Signed-off-by: Orel Misan <[email protected]>
    orelmisan committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    584d8e1 View commit details
    Browse the repository at this point in the history
  2. VM under test: Use CentOS stream 9

    CentOS stream 8 had reached EOL [1] and it breaks our automation for
    building the container disk image due to [2].
    
    Our console package does not correctly handle Bracketed-paste [3],
    disable it for now.
    
    [1] https://blog.centos.org/2023/04/end-dates-are-coming-for-centos-stream-8-and-centos-linux-7/
    
    [2] https://serverfault.com/questions/1161816/mirrorlist-centos-org-no-longer-resolve
    
    [3] https://en.wikipedia.org/wiki/Bracketed-paste
    
    Signed-off-by: Orel Misan <[email protected]>
    orelmisan committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    d0a6041 View commit details
    Browse the repository at this point in the history
  3. console, login: Change values of stty

    Following the previous commits to upgrade
    the container disk images to use CentOS stream 9,
    the current values set by the `stty` command fail.
    
    Change it to the maximal values that are accepted.
    
    Signed-off-by: Orel Misan <[email protected]>
    orelmisan committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9bfadd3 View commit details
    Browse the repository at this point in the history