Skip to content

Commit 5d0dbdb

Browse files
committed
OCPBUGS-34723 OpenShift cluster configuration for vDU application workloads needs update
1 parent 25b3399 commit 5d0dbdb

5 files changed

+8
-9
lines changed

modules/ztp-du-host-firmware-requirements.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ Bare-metal hosts require the firmware to be configured before the host can be pr
1212

1313
. Set the *UEFI/BIOS Boot Mode* to `UEFI`.
1414
. In the host boot sequence order, set *Hard drive first*.
15-
. Apply the specific firmware configuration for your hardware. The following table describes a representative firmware configuration for an Intel Xeon Skylake or Intel Cascade Lake server, based on the Intel FlexRAN 4G and 5G baseband PHY reference design.
15+
. Apply the specific firmware configuration for your hardware. The following table describes a representative firmware configuration for an Intel Xeon Skylake server and later hardware generations, based on the Intel FlexRAN 4G and 5G baseband PHY reference design.
1616
+
1717
[IMPORTANT]
1818
====
1919
The exact firmware configuration depends on your specific hardware and network requirements. The following sample configuration is for illustrative purposes only.
2020
====
2121
+
22-
.Sample firmware configuration for an Intel Xeon Skylake or Cascade Lake server
22+
.Sample firmware configuration
2323
[cols=2*, width="90%", options="header"]
2424
|====
2525
|Firmware setting

modules/ztp-sno-du-tuning-the-performance-patch.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,4 @@ include::snippets/ztp_TunedPerformancePatch.yaml[]
2323
|`spec.profile.data`
2424
a|* The `include` line that you set in `spec.profile.data` must match the associated `PerformanceProfile` CR name.
2525
For example, `include=openshift-node-performance-${PerformanceProfile.metadata.name}`.
26-
27-
* When using the non-realtime kernel, remove the `timer_migration override` line from the `[sysctl]` section.
2826
|====

snippets/ztp_99-sync-time-once-master.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ spec:
1313
- contents: |
1414
[Unit]
1515
Description=Sync time once
16-
After=network.service
16+
After=network-online.target
17+
Wants=network-online.target
1718
[Service]
1819
Type=oneshot
1920
TimeoutStartSec=300

snippets/ztp_99-sync-time-once-worker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
- contents: |
1414
[Unit]
1515
Description=Sync time once
16-
After=network.service
16+
After=network-online.target
1717
[Service]
1818
Type=oneshot
1919
TimeoutStartSec=300

snippets/ztp_TunedPerformancePatch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ kind: Tuned
33
metadata:
44
name: performance-patch
55
namespace: openshift-cluster-node-tuning-operator
6-
annotations: {}
6+
annotations:
7+
ran.openshift.io/ztp-deploy-wave: "10"
78
spec:
89
profile:
910
- name: performance-patch
@@ -16,11 +17,10 @@ spec:
1617
[main]
1718
summary=Configuration changes profile inherited from performance created tuned
1819
include=openshift-node-performance-openshift-node-performance-profile
19-
[sysctl]
20-
kernel.timer_migration=1
2120
[scheduler]
2221
group.ice-ptp=0:f:10:*:ice-ptp.*
2322
group.ice-gnss=0:f:10:*:ice-gnss.*
23+
group.ice-dplls=0:f:10:*:ice-dplls.*
2424
[service]
2525
service.stalld=start,enable
2626
service.chronyd=stop,disable

0 commit comments

Comments
 (0)