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 1838631: Set validations for GCP disk sizes. #3639

Merged

Commits on May 26, 2020

  1. GCP: Set validations for GCP disk sizes.

    Current disk size restrictions for GCP is set to be above 0.
    The current size of the image is 16GB and hence the disk sizes
    must at least be 16GB. Also, the maximum disk size limit on GCP
    is 65536GB so users must not be allowed to create disks above that
    limit. Added the validations to the install config input for GCP.
    rna-afk committed May 26, 2020
    Configuration menu
    Copy the full SHA
    206fdc7 View commit details
    Browse the repository at this point in the history