Bug 1462794 - Openshift ansible not idempotent when changing master ports Description
Summary: Openshift ansible not idempotent when changing master ports Description
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.5.1
Hardware: Unspecified
OS: Unspecified
medium
low
Target Milestone: ---
: 3.7.z
Assignee: Scott Dodson
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-06-19 14:39 UTC by Mauricio Magnani
Modified: 2018-06-15 22:13 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-04-09 13:37:04 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Mauricio Magnani 2017-06-19 14:39:59 UTC
Description of problem:

OpenShift ansible won't regenerate kubeconfig files.

Version-Release number of selected component (if applicable):

atomic-openshift-utils-3.5.60-1.git.0.b6f77a6.el7.noarch

How reproducible:

Steps to reproduce:
1- Deploy openshift with   
openshift_master_api_port= 8443
openshift_master_console_port=8443
2- Rerun the playbooks with
openshift_master_api_port= 443
openshift_master_console_port=443

Check /root/.kube

Run grep -R 8443 /etc/origin/master

Actual results:

Port 8443 is not changed to 443

Expected results:

Port changed to 443


Note You need to log in before you can comment on or make changes to this bug.