Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1245415

Summary: Fail to update the 'openshift_master_api_url' parameter
Product: OpenShift Container Platform Reporter: Ma xiaoqiang <xiama>
Component: InstallerAssignee: Scott Dodson <sdodson>
Status: CLOSED WONTFIX QA Contact: Xiaoli Tian <xtian>
Severity: low Docs Contact:
Priority: unspecified    
Version: 3.0.0CC: bparees, 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: 2017-08-24 20:49:01 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:
Bug Depends On: 1298336    
Bug Blocks:    

Description Ma xiaoqiang 2015-07-22 03:23:53 UTC
Description of problem:
Fail to update the 'openshift_master_api_url' parameter



Version-Release number of selected component (if applicable):
https://github.com/openshift/openshift-ansible.git master

How reproducible:
100%


Steps to Reproduce:
1. set openshift_master_api_url to "https://master.cluster.local:8443", and install env
ansible-playbook ~/openshift-ansible/playbooks/byo/config.yml -v

2. re-install env after set  set openshift_master_api_url to "https://master.cluster.local-1:8443"
ansible-playbook ~/openshift-ansible/playbooks/byo/config.yml -v

3.check the configuration
#grep "master.cluster.local-1"  ~/.kube/config

Actual results:
The file '~/.kube/config' does not contain the value user specified




Expected results:
Should over-write all configrations.

Additional info:
Suggest that do not allow user to specify openshift_master_*_url parameters. These parameter can be generated by others parameters. If user specified these paramters, maybe it will conflict with openshift_hostname and *_use_ssl.