Skip to content

Commit 776a38c

Browse files
authored
Merge pull request #47689 from xenolinux/BZ2092705
BZ2092705: Updates a note for installation of OCP on Openstack
2 parents bf53196 + f88b0fa commit 776a38c

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

modules/installation-osp-accessing-api-floating.adoc

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ endif::[]
2222
[id="installation-osp-accessing-api-floating_{context}"]
2323
= Enabling access with floating IP addresses
2424

25-
Create floating IP (FIP) addresses for external access to the {product-title}
25+
Create floating IP (FIP) addresses for external access to the {product-title}
2626
ifdef::osp-user[API, cluster applications, and the bootstrap process.]
2727
ifndef::osp-user[API and cluster applications.]
2828

@@ -61,7 +61,16 @@ api.<cluster_name>.<base_domain>. IN A <API_FIP>
6161
+
6262
[NOTE]
6363
====
64-
If you do not control the DNS server, you can add the record to your `/etc/hosts` file. This action makes the API accessible to only you, which is not suitable for production deployment but does allow installation for development and testing.
64+
If you do not control the DNS server, you can access the cluster by adding the cluster domain names such as the following to your `/etc/hosts` file:
65+
66+
* `<api_floating_ip> api.<cluster_name>.<base_domain>`
67+
* `<api_floating_ip> grafana-openshift-monitoring.apps.<cluster_name>.<base_domain>`
68+
* `<api_floating_ip> prometheus-k8s-openshift-monitoring.apps.<cluster_name>.<base_domain>`
69+
* `<api_floating_ip> oauth-openshift.apps.<cluster_name>.<base_domain>`
70+
* `<api_floating_ip> console-openshift-console.apps.<cluster_name>.<base_domain>`
71+
* `api_floating_ip integrated-oauth-server-openshift-authentication.apps.<cluster_name>.<base_domain>`
72+
73+
The cluster domain names in the `/etc/hosts` file grant access to the web console and the monitoring interface of your cluster locally. You can also use the `kubectl` or `oc`. You can access the user applications by using the additional entries pointing to the <application_floating_ip>. This action makes the API and applications accessible to only you, which is not suitable for production deployment, but does allow installation for development and testing.
6574
====
6675
6776
. Add the FIPs to the

0 commit comments

Comments
 (0)