Skip to content

Commit f3011a2

Browse files
authored
Merge pull request #9022 from openshift-cherrypick-robot/cherry-pick-8908-to-enterprise-3.5
[enterprise-3.5] Sanitize openshift_master_cluster_hostname
2 parents 4abe677 + 558fa8c commit f3011a2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

install_config/install/advanced_install.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ inventory file:
11321132

11331133
----
11341134
openshift_master_cluster_method=native
1135-
openshift_master_cluster_hostname=lb.openshift.com
1135+
openshift_master_cluster_hostname=lb-internal.openshift.com
11361136
openshift_master_cluster_public_hostname=custom.openshift.com
11371137
----
11381138

@@ -1668,7 +1668,7 @@ endif::[]
16681668
# or to one or all of the masters defined in the inventory if no load
16691669
# balancer is present.
16701670
openshift_master_cluster_method=native
1671-
openshift_master_cluster_hostname=openshift-cluster.example.com
1671+
openshift_master_cluster_hostname=openshift-internal.example.com
16721672
openshift_master_cluster_public_hostname=openshift-cluster.example.com
16731673
16741674
# apply updated node defaults
@@ -1770,7 +1770,7 @@ deployment_type=openshift-enterprise
17701770
# or to one or all of the masters defined in the inventory if no load
17711771
# balancer is present.
17721772
openshift_master_cluster_method=native
1773-
openshift_master_cluster_hostname=openshift-cluster.example.com
1773+
openshift_master_cluster_hostname=openshift-internal.example.com
17741774
openshift_master_cluster_public_hostname=openshift-cluster.example.com
17751775
17761776
# override the default controller lease ttl

install_config/install/stand_alone_registry.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ openshift_master_default_subdomain=apps.test.example.com
234234
# or to one or all of the masters defined in the inventory if no load
235235
# balancer is present.
236236
openshift_master_cluster_method=native
237-
openshift_master_cluster_hostname=openshift-cluster.example.com
237+
openshift_master_cluster_hostname=openshift-internal.example.com
238238
openshift_master_cluster_public_hostname=openshift-cluster.example.com
239239
240240
# apply updated node defaults

0 commit comments

Comments
 (0)