Bug 1249104

Summary: quick installer asks for user on re-run even though user is present in config file
Product: OpenShift Container Platform Reporter: Erik M Jacobs <ejacobs>
Component: InstallerAssignee: Brenton Leanhardt <bleanhar>
Status: CLOSED CURRENTRELEASE QA Contact: Ma xiaoqiang <xiama>
Severity: low Docs Contact:
Priority: low    
Version: 3.0.0CC: bleanhar, gpei, jokerman, libra-bugs, libra-onpremise-devel, mmccomas, xtian
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-11-20 15:42:09 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Erik M Jacobs 2015-07-31 13:40:24 UTC
The quick installer will ask you for the user you want to use (eg: root) every time it is run, even though the config yaml already has the user after the first run.

It appears the file isn't checked until after the user is specified.

Comment 1 Erik M Jacobs 2015-07-31 13:40:52 UTC
This prevents the quick installer from being run un-attended.

Comment 4 Brenton Leanhardt 2015-11-12 14:43:39 UTC
This should be fixed in recent puddles.

Comment 5 Gaoyun Pei 2015-11-13 08:43:03 UTC
Verify this bug with atomic-openshift-utils-3.0.12-1.git.0.4c09c5b.el7aos.noarch.

When "ansible_ssh_user: root" configured in the installer.cfg.yml, run atomic-openshift-installer with --unattended, it wouldn't ask user for the ansible_ssh_user anymore.