Skip to content

Commit 6a4c6aa

Browse files
committed
Adds a conditional expression to display the reference to OpenStack only in the OpenStack context. Otherwise, the process is identifical for other contexts. Reusing the topic for TELCODOCS-113.
Fixes: TELCODOCS-113 Signed-off-by: John Wilkins <[email protected]>
1 parent eeca929 commit 6a4c6aa

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

installing/installing_bare_metal_ipi/ipi-install-post-installation-configuration.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,5 @@ After successfully deploying an installer-provisioned cluster, consider the foll
1010
include::modules/ipi-install-configuring-ntp-for-disconnected-clusters.adoc[leveloffset=+1]
1111

1212
include::modules/nw-enabling-a-provisioning-network-after-installation.adoc[leveloffset=+1]
13+
14+
include::modules/nw-osp-configuring-external-load-balancer.adoc[leveloffset=+1]

modules/nw-osp-configuring-external-load-balancer.adoc

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,22 @@
22
// TODO
33
// * networking/TBD
44
// * networking/load-balancing-openstack.adoc
5+
// * installing/installing_bare_metal_ipi/ipi-install-post-installation-configuration.adoc jowilkin
56
// For thinking and reviewing, adding to networking/load-balancing-openstack.adoc
67

78
[id="nw-osp-configuring-external-load-balancer_{context}"]
89
= Configuring an external load balancer
910

10-
You can configure a {product-title} cluster on {rh-openstack-first} to use an external load balancer in place of the default load balancer.
11+
You can configure an {product-title} cluster
12+
ifeval::["{context}" == "load-balancing-openstack"]
13+
on {rh-openstack-first}
14+
endif::[]
15+
to use an external load balancer in place of the default load balancer.
1116

1217
// Maybe an About mod in support
1318

19+
20+
1421
.Prerequisites
1522

1623
* On your load balancer, TCP over ports 6443, 443, and 80 must be available to any users of your system.
@@ -25,6 +32,11 @@ You can configure a {product-title} cluster on {rh-openstack-first} to use an ex
2532
** Attaching the load balancer to the cluster's machine subnet.
2633
** Attaching floating IP addresses to machines that use the load balancer.
2734

35+
[IMPORTANT]
36+
====
37+
External load balancing services and the control plane nodes must run on the same L2 network, and on the same VLAN when using VLANs to route traffic between the load balancing services and the control plane nodes.
38+
====
39+
2840
.Procedure
2941

3042
. Enable access to the cluster from your load balancer on ports 6443, 443, and 80.
@@ -66,7 +78,7 @@ listenmy-cluster-apps-80
6678
<load_balancer_ip_address> apps.<cluster_name>.<base_domain>
6779
----
6880

69-
. From a command line, use `curl` to verify that the external load balancer and DNS configuration are operational.
81+
. From a command line, use `curl` to verify that the external load balancer and DNS configuration are operational.
7082

7183
.. Verify that the cluster API is accessible:
7284
+

0 commit comments

Comments
 (0)