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

MGMT-16843: Ensure valid hostname during install #788

Merged
merged 1 commit into from Feb 22, 2024

Commits on Feb 21, 2024

  1. MGMT-16843: Ensure valid hostname during install

    https://issues.redhat.com/browse/MGMT-16843
    Some processes during install time depend on the hostname and an
    invalid hostname (e.g. 'localhost', having capital letters, etc.)
    that could cause the install to fail.
    
    Extra validation is added when checking the hostname to ensure
    it is valid. A random hostname will be assigned if the current
    hostname is invalid.
    CrystalChun committed Feb 21, 2024
    Copy the full SHA
    662bf4c View commit details
    Browse the repository at this point in the history