Skip to content

Commit 1dd6ce0

Browse files
committed
OSDOCS-14922: Remove snippet causing build error and correct minor typo
1 parent b31aa3b commit 1dd6ce0

File tree

3 files changed

+32
-12
lines changed

3 files changed

+32
-12
lines changed

modules/configuring-vsphere-host-groups.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[id="configuring-vsphere-host-groups_{context}"]
99
= Configuring host groups for a VMware vCenter
1010

11-
:FeatureName: Openshift zones support for vSphere host groups
11+
:FeatureName: OpenShift zones support for vSphere host groups
1212
include::snippets/technology-preview.adoc[]
1313

1414
You can modify the default installation configuration file to deploy an {product-title} cluster on a {vmw-first} stretched cluster, where ESXi hosts are grouped into host groups by physical location.

modules/installation-configuration-parameters.adoc

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2998,8 +2998,12 @@ endif::vsphere[]
29982998
|If you define multiple failure domains for your cluster, you must attach the tag to each vCenter data center. To define a region, use a tag from the `openshift-region` tag category. For a single vSphere data center environment, you do not need to attach a tag, but you must enter an alphanumeric value, such as `datacenter`, for the parameter.
29992999
If you want to base your failure domains on host groups, attach these tags to your vSphere clusters instead of your data centers.
30003000

3001-
:FeatureName: Openshift zones support for vSphere host groups
3002-
include::snippets/technology-preview.adoc[]
3001+
[IMPORTANT]
3002+
====
3003+
OpenShift zones support for vSphere host groups is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
3004+
3005+
For more information about the support scope of Red Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
3006+
====
30033007

30043008
|String
30053009

@@ -3009,8 +3013,12 @@ include::snippets/technology-preview.adoc[]
30093013
regionType:
30103014
|Specifies the `ComputeCluster` region type to enable host groups.
30113015

3012-
:FeatureName: Openshift zones support for vSphere host groups
3013-
include::snippets/technology-preview.adoc[]
3016+
[IMPORTANT]
3017+
====
3018+
OpenShift zones support for vSphere host groups is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
3019+
3020+
For more information about the support scope of Red Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
3021+
====
30143022

30153023
|String
30163024

@@ -3028,8 +3036,12 @@ include::snippets/technology-preview.adoc[]
30283036
|If you define multiple failure domains for your cluster, you must attach a tag to each vCenter cluster. To define a zone, use a tag from the `openshift-zone` tag category. For a single vSphere data center environment, you do not need to attach a tag, but you must enter an alphanumeric value, such as `cluster`, for the parameter.
30293037
If you want to base your failure domains on host groups, define zones that correspond to your host groups instead of your clusters. Use these tags to associate each ESXi host with its host group.
30303038

3031-
:FeatureName: Openshift zones support for vSphere host groups
3032-
include::snippets/technology-preview.adoc[]
3039+
[IMPORTANT]
3040+
====
3041+
OpenShift zones support for vSphere host groups is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
3042+
3043+
For more information about the support scope of Red Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
3044+
====
30333045

30343046
|String
30353047

@@ -3039,8 +3051,12 @@ include::snippets/technology-preview.adoc[]
30393051
zoneType:
30403052
|Specifies the `HostGroup` zone type to enable host groups.
30413053

3042-
:FeatureName: Openshift zones support for vSphere host groups
3043-
include::snippets/technology-preview.adoc[]
3054+
[IMPORTANT]
3055+
====
3056+
OpenShift zones support for vSphere host groups is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
3057+
3058+
For more information about the support scope of Red Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
3059+
====
30443060

30453061
|String
30463062

@@ -3106,8 +3122,12 @@ endif::vsphere[]
31063122
hostGroup:
31073123
|Specifies the vSphere host group to associate with the failure domain.
31083124

3109-
:FeatureName: Openshift zones support for vSphere host groups
3110-
include::snippets/technology-preview.adoc[]
3125+
[IMPORTANT]
3126+
====
3127+
OpenShift zones support for vSphere host groups is a Technology Preview feature only. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
3128+
3129+
For more information about the support scope of Red Hat Technology Preview features, see link:https://access.redhat.com/support/offerings/techpreview/[Technology Preview Features Support Scope].
3130+
====
31113131

31123132
|String
31133133

modules/installation-vsphere-regions-zones-host-groups.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[id="installation-vsphere-regions-zones-host-groups_{context}"]
99
= VMware vSphere host group enablement
1010

11-
:FeatureName: Openshift zones support for vSphere host groups
11+
:FeatureName: OpenShift zones support for vSphere host groups
1212
include::snippets/technology-preview.adoc[]
1313

1414
When deploying an {product-title} cluster to {vmw-first}, you can map your {vmw-short} host groups onto {product-title} failure domains. This is useful if you are using a stretched cluster configuration, where ESXi hosts are grouped into host groups by physical location.

0 commit comments

Comments
 (0)