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

Bug 1578539

Summary: [azure] the public url of master is not configured in master-config.yaml
Product: OpenShift Container Platform Reporter: Hongkai Liu <hongkliu>
Component: InstallerAssignee: Russell Teague <rteague>
Status: CLOSED DUPLICATE QA Contact: Johnny Liu <jialiu>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 3.10.0CC: aos-bugs, hongkliu, jokerman, mmccomas, wmeng
Target Milestone: ---   
Target Release: 3.10.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-05-21 18:51:33 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 Hongkai Liu 2018-05-15 20:17:01 UTC
Description of problem:

Version-Release number of the following components:
rpm -q openshift-ansible
$ git log --oneline -1
85c3afd67 (HEAD -> master, tag: openshift-ansible-3.10.0-0.46.0, origin/master, origin/HEAD) Automatic commit of package [openshift-ansible] release [3.10.0-0.46.0].


rpm -q ansible
ansible --version

How reproducible:


Steps to Reproduce:
1. run playbooks/deploy_cluster.yml
2.
3.

Actual results:
Please include the entire output from the last TASK line through the end of output if an error is generated

# grep -i publicURL /etc/origin/master/master-config.yaml
masterPublicURL: https://hongk-master-etcd-nfs-1:8443
  assetPublicURL: https://hongk-master-etcd-nfs-1:8443/console/
  masterPublicURL: https://hongk-master-etcd-nfs-1:8443


Expected results:
the public url of master looks like:
hongk-master-etcd-nfs-1.centralus.cloudapp.azure.com

Additional info:
Please attach logs from ansible-playbook with the -vvv flag

Comment 2 Hongkai Liu 2018-05-15 20:21:07 UTC
This is more of a question.
How does the installation playbook determines the value of master public url?

Comment 3 Hongkai Liu 2018-05-20 02:45:55 UTC
Hi, Weihua.
I also noticed the public IP is used.
Since the public hostnames on gce instances are given by the flexy, instead of the cloud provider, google, I felt it might be the tradeoff we have to make.
Followed 1573826. Thanks.

Comment 4 Russell Teague 2018-05-21 18:51:33 UTC

*** This bug has been marked as a duplicate of bug 1573826 ***