Skip to content

Commit 4cebed2

Browse files
committed
OpenStack: Remove mentions of OSP 16.1
OSP 16.1 is not supported since OCP 4.12. This commit removes mentions of it and removes explicit listing of OSP versions from the Supported Platforms page that was confusing. Instead, just the link to the compatibility matrix [1] is left. [1] https://access.redhat.com/articles/4679401
1 parent 4ee70a6 commit 4cebed2

4 files changed

+9
-8
lines changed

modules/installation-osp-setting-cloud-provider-options.adoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ monitor-max-retries = 1 <6>
4747
----
4848
<1> This property sets the Octavia provider that your load balancer uses. It accepts `"ovn"` or `"amphora"` as values. If you choose to use OVN, you must also set `lb-method` to `SOURCE_IP_PORT`.
4949
<2> This property is required if you want to use multiple external networks with your cluster. The cloud provider creates floating IP addresses on the network that is specified here.
50-
<3> This property controls whether the cloud provider creates health monitors for Octavia load balancers. Set the value to `True` to create health monitors. As of {rh-openstack} 16.1 and 16.2, this feature is only available for the Amphora provider.
50+
<3> This property controls whether the cloud provider creates health monitors for Octavia load balancers. Set the value to `True` to create health monitors. As of {rh-openstack} 16.2, this feature is only available for the Amphora provider.
5151
<4> This property sets the frequency with which endpoints are monitored. The value must be in the `time.ParseDuration()` format. This property is required if the value of the `create-monitor` property is `True`.
5252
<5> This property sets the time that monitoring requests are open before timing out. The value must be in the `time.ParseDuration()` format. This property is required if the value of the `create-monitor` property is `True`.
5353
<6> This property defines how many successful monitoring requests are required before a load balancer is marked as online. The value must be an integer. This property is required if the value of the `create-monitor` property is `True`.
@@ -60,7 +60,7 @@ Prior to saving your changes, verify that the file is structured correctly. Clus
6060
+
6161
[IMPORTANT]
6262
====
63-
You must set the value of the `create-monitor` property to `True` if you use services that have the value of the `.spec.externalTrafficPolicy` property set to `Local`. The OVN Octavia provider in {rh-openstack} 16.1 and 16.2 does not support health monitors. Therefore, services that have `ETP` parameter values set to `Local` might not respond when the `lb-provider` value is set to `"ovn"`.
63+
You must set the value of the `create-monitor` property to `True` if you use services that have the value of the `.spec.externalTrafficPolicy` property set to `Local`. The OVN Octavia provider in {rh-openstack} 16.2 does not support health monitors. Therefore, services that have `ETP` parameter values set to `Local` might not respond when the `lb-provider` value is set to `"ovn"`.
6464
====
6565
+
6666
[IMPORTANT]
@@ -80,4 +80,4 @@ $ oc edit configmap -n openshift-config cloud-provider-config
8080
----
8181

8282
After you save your changes, your cluster will take some time to reconfigure itself. The process is complete if none of your nodes have a `SchedulingDisabled` status.
83-
====
83+
====

modules/nw-ingress-controller-configuration-parameters.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ spec:
7070
+
7171
[NOTE]
7272
====
73-
On {rh-openstack-first}, the `LoadBalancerService` endpoint publishing strategy is only supported if a cloud provider is configured to create health monitors. For {rh-openstack} 16.1 and 16.2, this strategy is only possible if you use the Amphora Octavia provider.
73+
On {rh-openstack-first}, the `LoadBalancerService` endpoint publishing strategy is only supported if a cloud provider is configured to create health monitors. For {rh-openstack} 16.2, this strategy is only possible if you use the Amphora Octavia provider.
7474

7575
For more information, see the "Setting cloud provider options" section of the {rh-openstack} installation documentation.
7676
====

modules/nw-osp-loadbalancer-etp-local.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ You can set the external traffic policy (ETP) parameter, `.spec.externalTrafficP
99

1010
Having the `ETP` option set to `Local` requires that health monitors be created for the load balancer. Without health monitors, traffic can be routed to a node that doesn't have a functional endpoint, which causes the connection to drop. To force Cloud Provider OpenStack to create health monitors, you must set the value of the `create-monitor` option in the cloud provider configuration to `true`.
1111

12-
In {rh-openstack} 16.1 and 16.2, the OVN Octavia provider does not support health monitors. Therefore, setting the ETP to local is unsupported.
12+
In {rh-openstack} 16.2, the OVN Octavia provider does not support health monitors. Therefore, setting the ETP to local is unsupported.
1313

14-
In {rh-openstack} 16.1 and 16.2, the Amphora Octavia provider does not support HTTP monitors on UDP pools. As a result, UDP load balancer services have `UDP-CONNECT` monitors created instead. Due to implementation details, this configuration only functions properly with the OVN-Kubernetes CNI plugin. When the OpenShift SDN CNI plugin is used, the UDP services alive nodes are detected unreliably.
14+
In {rh-openstack} 16.2, the Amphora Octavia provider does not support HTTP monitors on UDP pools. As a result, UDP load balancer services have `UDP-CONNECT` monitors created instead. Due to implementation details, this configuration only functions properly with the OVN-Kubernetes CNI plugin. When the OpenShift SDN CNI plugin is used, the UDP services alive nodes are detected unreliably.

modules/supported-platforms-for-openshift-clusters.adoc

+3-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In {product-title} {product-version}, you can install a cluster that uses instal
1313
* Google Cloud Platform (GCP)
1414
* Microsoft Azure
1515
* Microsoft Azure Stack Hub
16-
* {rh-openstack-first} versions 16.1 and 16.2
16+
* {rh-openstack-first}
1717
** The latest {product-title} release supports both the latest {rh-openstack} long-life release and intermediate release. For complete {rh-openstack} release compatibility, see the link:https://access.redhat.com/articles/4679401[{product-title} on {rh-openstack} support matrix].
1818
* IBM Cloud VPC
1919
* Nutanix
@@ -37,7 +37,8 @@ In {product-title} {product-version}, you can install a cluster that uses user-p
3737
* Azure
3838
* Azure Stack Hub
3939
* GCP
40-
* {rh-openstack} versions 16.1 and 16.2
40+
* {rh-openstack}
41+
** The latest {product-title} release supports both the latest {rh-openstack} long-life release and intermediate release. For complete {rh-openstack} release compatibility, see the link:https://access.redhat.com/articles/4679401[{product-title} on {rh-openstack} support matrix].
4142
* VMware vSphere
4243
* VMware Cloud on AWS
4344
* Bare metal

0 commit comments

Comments
 (0)