You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<1> For the `coreos.live.rootfs_url` artifact, specify the matching `rootfs` artifact for the `kernel` and `initramfs` that you are starting. Only HTTP and HTTPS protocols are supported.
35
36
<2> For the `ip` parameter, manually assign the IP address, as described in _Installing a cluster with z/VM on IBM Z and IBM LinuxONE_.
36
37
<3> For installations on DASD-type disks, use `rd.dasd` to specify the DASD where {op-system-first} is to be installed. For installations on FCP-type disks, use `rd.zfcp=<adapter>,<wwpn>,<lun>` to specify the FCP disk where {op-system} is to be installed.
38
+
<4> To enable FIPS mode, specify `fips=1`. This entry is required in addition to setting the `fips` parameter to `true` in the `install-config.yaml` file.
Copy file name to clipboardExpand all lines: modules/agent-installer-configuring-fips-compliance.adoc
+10
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,11 @@
10
10
11
11
During a cluster deployment, the Federal Information Processing Standards (FIPS) change is applied when the Red Hat Enterprise Linux CoreOS (RHCOS) machines are deployed in your cluster. For Red Hat Enterprise Linux (RHEL) machines, you must enable FIPS mode when you install the operating system on the machines that you plan to use as worker machines.
12
12
13
+
[IMPORTANT]
14
+
====
15
+
{product-title} requires the use of a FIPS-capable installation binary to install a cluster in FIPS mode.
16
+
====
17
+
13
18
You can enable FIPS mode through the preferred method of `install-config.yaml` and `agent-config.yaml`:
14
19
15
20
. You must set value of the `fips` field to `True` in the `install-config.yaml` file:
@@ -24,6 +29,11 @@ metadata:
24
29
name: sno-cluster
25
30
fips: True
26
31
----
32
+
+
33
+
[IMPORTANT]
34
+
====
35
+
To enable FIPS mode on {ibm-z-name} clusters, you must also enable FIPS in either the `.parm` file or using `virt-install` as outlined in the procedures for manually adding {ibm-z-name} agents.
36
+
====
27
37
28
38
. Optional: If you are using the {ztp} manifests, you must set the value of `fips` as `True` in the `Agent-install.openshift.io/install-config-overrides` field in the `agent-cluster-install.yaml` file:
Copy file name to clipboardExpand all lines: modules/installing-ocp-agent-ibm-z-kvm.adoc
+39
Original file line number
Diff line number
Diff line change
@@ -49,10 +49,12 @@ $ virt-install \
49
49
--osinfo detect=on,require=off
50
50
----
51
51
<1> For the `--location` parameter, specify the location of the kernel/initrd on the HTTP or HTTPS server.
52
+
52
53
endif::pxe-boot[]
53
54
54
55
ifndef::pxe-boot[]
55
56
+
57
+
.ISO boot
56
58
[source,terminal]
57
59
----
58
60
$ virt-install
@@ -72,6 +74,43 @@ $ virt-install
72
74
<1> For the `--cdrom` parameter, specify the location of the ISO image on the HTTP or HTTPS server.
73
75
endif::pxe-boot[]
74
76
77
+
. Optional: Enable FIPS mode.
78
+
+
79
+
To enable FIPS mode on {ibm-z-name} clusters with {op-system-base} KVM you must use PXE boot instead and run the `virt-install` command with the following parameters:
<1> For the `--location` parameter, specify the location of the kernel/initrd on the HTTP or HTTPS server.
107
+
<2> To enable FIPS mode, specify `fips=1`. This entry is required in addition to setting the `fips` parameter to `true` in the `install-config.yaml` file.
108
+
+
109
+
[NOTE]
110
+
====
111
+
Currently, only PXE boot is supported to enable FIPS mode on {ibm-z-name}.
<3> The default is `1`. Omit this entry when using an OSA network adapter.
41
42
<4> For installations on DASD-type disks, use `rd.dasd` to specify the DASD where {op-system-first} is to be installed. Omit this entry for FCP-type disks.
42
43
<5> For installations on FCP-type disks, use `rd.zfcp=<adapter>,<wwpn>,<lun>` to specify the FCP disk where {op-system} is to be installed. Omit this entry for DASD-type disks.
44
+
<6> To enable FIPS mode, specify `fips=1`. This entry is required in addition to setting the `fips` parameter to `true` in the `install-config.yaml` file.
0 commit comments