Bug 1501271
Summary: | ansible_ssh_user is overwritten by openshift_aws_build_ami_ssh_user | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Wenkai Shi <weshi> |
Component: | Installer | Assignee: | Kenny Woodson <kwoodson> |
Status: | CLOSED ERRATA | QA Contact: | Wenkai Shi <weshi> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 3.7.0 | CC: | aos-bugs, jokerman, mmccomas |
Target Milestone: | --- | ||
Target Release: | 3.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: |
undefined
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2017-11-28 22:16:57 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
Wenkai Shi
2017-10-12 10:07:26 UTC
This should be resolved or document on 3.7 cause related user story is target release 3.7. Proposed fix is here. https://github.com/openshift/openshift-ansible/pull/5794 Will update when it gets merged. Verified with version openshift-ansible-3.7.0-0.189.0.git.0.d497c5e.el7, the user is correct. # ansible-playbook -i hosts -vvv /usr/share/ansible/openshift-ansible/playbooks/aws/openshift-cluster/build_ami.yml -e @provisioning_vars.yml ... TASK [set the user to perform installation] ************************************************************************************************************************************************** task path: /usr/share/ansible/openshift-ansible/playbooks/aws/openshift-cluster/build_ami.yml:27 ok: [ec2-xx-xx-xx-xx.compute-1.amazonaws.com] => { "ansible_facts": { "ansible_ssh_user": "ec2-user", "openshift_node_bootstrap": true, "openshift_node_image_prep_packages": [ "cloud-utils-growpart" ] }, "changed": false, "failed": false } ... Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2017:3188 |