Skip to content

Commit ad85084

Browse files
committed
TELCODOCS-2072: Updating variables and hardcoded versions for Telco content 4.18 GA
1 parent e5fcb87 commit ad85084

6 files changed

+8
-11
lines changed

_attributes/common-attributes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ endif::[]
5656
:rh-rhacm-title: Red Hat Advanced Cluster Management
5757
:rh-rhacm-first: Red Hat Advanced Cluster Management (RHACM)
5858
:rh-rhacm: RHACM
59-
:rh-rhacm-version: 2.11
59+
:rh-rhacm-version: 2.12
6060
:osc: OpenShift sandboxed containers
6161
:cert-manager-operator: cert-manager Operator for Red Hat OpenShift
6262
:secondary-scheduler-operator-full: Secondary Scheduler Operator for Red Hat OpenShift

modules/telco-update-acknowledging-the-update.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ When you update to all versions from 4.11 and later, you must manually acknowled
1111
[IMPORTANT]
1212
====
1313
Before you acknowledge the update, verify that there are no Kubernetes APIs in use that are removed in the version you are updating to.
14-
For example, in {product-title} 4.17, there are no API removals.
14+
For example, in {product-title} 4.18, there are no API removals.
1515
See "Kubernetes API removals" for more information.
1616
====
1717

modules/telco-update-acknowledging-the-y-stream-release-update.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ In the output of the `oc adm upgrade` command, a URL is provided that shows the
1212
[IMPORTANT]
1313
====
1414
Before you acknowledge the update, verify that there are no Kubernetes APIs in use that are removed in the version you are updating to.
15-
For example, in {product-title} 4.17, there are no API removals. See "Kubernetes API removals" for more information.
15+
For example, in {product-title} 4.18, there are no API removals.
16+
See "Kubernetes API removals" for more information.
1617
====
1718

1819
.Procedure

modules/ztp-sno-accelerated-ztp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ spec:
3434
baseDomain: "example.com"
3535
pullSecretRef:
3636
name: "assisted-deployment-pull-secret"
37-
clusterImageSetNameRef: "openshift-4.10"
37+
clusterImageSetNameRef: "openshift-4.18"
3838
sshPublicKey: "ssh-rsa AAAA..."
3939
clusters:
4040
# ...

modules/ztp-sno-siteconfig-config-reference.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@
1616
a|Configure workload partitioning by setting the value for `cpuPartitioningMode` to `AllNodes`.
1717
To complete the configuration, specify the `isolated` and `reserved` CPUs in the `PerformanceProfile` CR.
1818

19-
[NOTE]
20-
====
21-
Configuring workload partitioning by using the `cpuPartitioningMode` field in the `SiteConfig` CR is a Tech Preview feature in {product-title} 4.13.
22-
====
23-
2419
|`metadata.name`
2520
|Set `name` to `assisted-deployment-pull-secret` and create the `assisted-deployment-pull-secret` CR in the same namespace as the `SiteConfig` CR.
2621

@@ -51,9 +46,10 @@ For example, `acmpolicygenerator/acm-common-ranGen.yaml` applies to all clusters
5146

5247
|`spec.clusters.diskEncryption`
5348
a|Configure this field to enable disk encryption with Trusted Platform Module (TPM) and Platform Configuration Registers (PCRs) protection. For more information, see "About disk encryption with TPM and PCR protection".
49+
5450
[NOTE]
5551
====
56-
Configuring disk encryption by using the `diskEncryption` field in the `SiteConfig` CR is a Technology Preview feature in {product-title} 4.17.
52+
Configuring disk encryption by using the `diskEncryption` field in the `SiteConfig` CR is a Technology Preview feature in {product-title} 4.18.
5753
====
5854

5955
|`spec.clusters.diskEncryption.type`

snippets/ztp_example-sno.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
baseDomain: "example.com"
1010
pullSecretRef:
1111
name: "assisted-deployment-pull-secret"
12-
clusterImageSetNameRef: "openshift-4.16"
12+
clusterImageSetNameRef: "openshift-4.18"
1313
sshPublicKey: "ssh-rsa AAAA..."
1414
clusters:
1515
- clusterName: "example-sno"

0 commit comments

Comments
 (0)