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

default values for some fields in install_config #212

Closed
wants to merge 3 commits into from

Commits on Sep 17, 2018

  1. examples: Remove 'tectonic.' prefixes

    This is now the OpenShift installer, not the Tectonic installer.  And
    the context of the examples is clear enough without the prefix.
    wking authored and Rajat Chopra committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    70a9677 View commit details
    Browse the repository at this point in the history
  2. pkg/asset:

        Support for default values for user prompts. User is expected to hit <Enter> to select the default value.
    
    pkg/asset/installconfig:
    
        Default values for aws region, libvirt url etc.
    Rajat Chopra committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    7c08f6c View commit details
    Browse the repository at this point in the history
  3. pkg/asset/installconfig:

      New asset for custom user input for password. Loops around for double confirmation of the password.
    Rajat Chopra committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    fc03b2c View commit details
    Browse the repository at this point in the history