Bug 1578539 - [azure] the public url of master is not configured in master-config.yaml
Summary: [azure] the public url of master is not configured in master-config.yaml
Keywords:
Status: CLOSED DUPLICATE of bug 1573826
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.10.0
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: 3.10.0
Assignee: Russell Teague
QA Contact: Johnny Liu
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2018-05-15 20:17 UTC by Hongkai Liu
Modified: 2018-05-21 18:51 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-05-21 18:51:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1573826 0 urgent CLOSED can not overwrite masterPublicURL by setting openshift_public_hostname 2021-02-22 00:41:40 UTC

Internal Links: 1573826

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 ***


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