Good morning, Could someone give me a little insight on how the hostname redirection for the Origin console works as far as the difference between the *cluster* name and the *master server* name, and how I can configure it?
I currently have a small 3 node cluster set up, with 1 master (also acting as a node) and 2 dedicated nodes. When I installed, I defined the following cluster hostname: openshift_master_cluster_hostname=openshift-lab.domain.local The real hostname of the master server is cmhldshftlab01.domain.local, and this is what I get redirected to when I browse to http://openshift-lab.domain.local:8443. I thought that I could keep this from happening with the following lines in master-config.yaml: In the main section: masterPublicURL: https://openshift-lab.domain.local:8443 masterURL: https://openshift-lab.domain.local:8443 In the oauth section for my LDAP provider assetPublicURL: https://openshift-lab.domain.local:8443/console/ masterPublicURL: https://openshift-lab.domain.local:8443 masterURL: https://openshift-lab.domain.local:8443 Ultimately, I keep getting sent back to a URL with the real hostname of the server. Am I on the completely wrong track? Jason
_______________________________________________ users mailing list [email protected] http://lists.openshift.redhat.com/openshiftmm/listinfo/users
