Skip to content

Commit 0d1dcc8

Browse files
authored
Merge pull request #83027 from skopacz1/Agent_IBM_quickfix
Fixing unresolved attribute
2 parents 15f7bcf + f603a4f commit 0d1dcc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/configuring-network-overrides-ibmz.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[id="configuring-network-overrides-ibm_{context}"]
66
= Configuring network overrides in {ibm-z-title}
77

8-
You can specify a static IP address on {ibm-z-title} machines that uses Logical Partition (LPAR) and z/VM. This is useful when the network devices do not have a static MAC address assigned to them.
8+
You can specify a static IP address on {ibm-z-title} machines that uses Logical Partition (LPAR) and z/VM. This is useful when the network devices do not have a static MAC address assigned to them.
99

1010
.Procedure
1111

@@ -25,17 +25,17 @@ This parameter allows the file to add the network settings to the CoreOS install
2525
rd.neednet=1 cio_ignore=all,!condev
2626
console=ttysclp0
2727
coreos.live.rootfs_url=<coreos_url> <1>
28-
ip=<ip>::<gateway>:<netmask>:<hostname>::none nameserver=<dns>
28+
ip=<ip>::<gateway>:<netmask>:<hostname>::none nameserver=<dns>
2929
rd.znet=qeth,<network_adaptor_range>,layer2=1
30-
rd.<disk_type>=<adapter> <2>
30+
rd.<disk_type>=<adapter> <2>
3131
rd.zfcp=<adapter>,<wwpn>,<lun> random.trust_cpu=on <3>
32-
zfcp.allow_lun_scan=0
32+
zfcp.allow_lun_scan=0
3333
ai.ip_cfg_override=1
34-
ignition.firstboot ignition.platform.id=metal
34+
ignition.firstboot ignition.platform.id=metal
3535
random.trust_cpu=on
3636
----
3737
<1> For the `coreos.live.rootfs_url` artifact, specify the matching `rootfs` artifact for the `kernel` and `initramfs` that you are booting. Only HTTP and HTTPS protocols are supported.
38-
<2> For installations on direct access storage devices (DASD) type disks, use `rd.` to specify the DASD where {rhel-first} is to be installed. For installations on Fibre Channel Protocol (FCP) disks, use `rd.zfcp=<adapter>,<wwpn>,<lun>` to specify the FCP disk where {rhel} is to be installed.
38+
<2> For installations on direct access storage devices (DASD) type disks, use `rd.` to specify the DASD where {op-system-first} is to be installed. For installations on Fibre Channel Protocol (FCP) disks, use `rd.zfcp=<adapter>,<wwpn>,<lun>` to specify the FCP disk where {rhel} is to be installed.
3939
<3> Specify values for `adapter`, `wwpn`, and `lun` as in the following example: `rd.zfcp=0.0.8002,0x500507630400d1e3,0x4000404600000000`.
4040

4141
[NOTE]

0 commit comments

Comments
 (0)