Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions modules/installation-ibm-z-user-infra-machines-iso.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,15 +47,15 @@ Download the following files:
... The machine host and domain name in the form `hostname.domainname`. Omit this value to let {op-system} decide set it.
... The network interface name. Omit this value to let {op-system} decide set it.
... If you use static IP addresses, an empty string.
** For `coreos.inst.ignition_url=`, specify the Ignition file for the machine role. Use `bootstrap.ign`, `master.ign`, or `worker.ign`.
** For `coreos.inst.ignition_url=`, specify the Ignition file for the machine role. Use `bootstrap.ign`, `master.ign`, or `worker.ign`. Only HTTP and HTTPS are supported.
** All other parameters can stay as they are.
+
Example parameter file, `bootstrap-0.parm`, for the bootstrap machine:
+
----
rd.neednet=1 coreos.inst=yes coreos.inst.install_dev=dasda coreos.inst.image_url=ftp://
cl1.provide.example.com:8080/assets/rhcos-42.80.20191105.0-metal-dasd.raw.gz
coreos.inst.ignition_url=ftp://cl1.provide.example.com:8080/ignition-bootstrap-0
coreos.inst.ignition_url=http://cl1.provide.example.com:8080/ignition-bootstrap-0
ip=172.18.78.2::172.18.78.1:255.255.255.0:::none nameserver=172.18.78.1
rd.znet=qeth,0.0.bdf0,0.0.bdf1,0.0.bdf2,layer2=1,portno=0 zfcp.allow_lun_scan=0 cio_ignore=all,
!condev rd.dasd=0.0.3490
Expand Down
2 changes: 1 addition & 1 deletion modules/installation-user-infra-machines-iso.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ bond=<bonded_interface> <6>
----
<1> Specify the block device of the system to install to.
<2> Specify the URL of the RAW image that you uploaded to your server.
<3> Specify the URL of the Ignition config file for this machine type.
<3> Specify the URL of the Ignition config file for this machine type. Only HTTP and HTTPS are supported.
<4> Set `ip=dhcp` or set an individual static IP address (`ip=`) and DNS server (`nameserver=`) on each node.
See _Configure advanced networking_ for details.
<5> If you use multiple network interfaces or DNS servers,
Expand Down
6 changes: 4 additions & 2 deletions modules/installation-user-infra-machines-pxe.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ server.
server. The `initrd` parameter value is the location of the live `initramfs`
file, the `coreos.inst.ignition_url` parameter value is the location of the
bootstrap Ignition config file, and the `coreos.live.rootfs_url` parameter value is
the location of the live `rootfs` file.
the location of the live `rootfs` file. The `coreos.inst.ignition_url` and
`coreos.inst.rootfs_url` parameters only supports HTTP and HTTPS.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

coreos.live.rootfs_url (also in 3 other cases)


** For iPXE:
+
Expand All @@ -103,7 +104,8 @@ initrd=http://<HTTP_server>/rhcos-<version>-installer-live-initramfs.<architectu
HTTP server. The `kernel` parameter value is the location of the `kernel` file,
the `coreos.inst.ignition_url` parameter value is the location of the bootstrap
Ignition config file, and the `coreos.live.rootfs_url` parameter value is
the location of the live `rootfs` file.
the location of the live `rootfs` file. The `coreos.inst.ignition_url` and
`coreos.inst.rootfs_url` parameters only supports HTTP and HTTPS.
<2> Specify the location of the `initramfs` file that you uploaded to your HTTP
server.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ a|Optional: Download and install the specified {op-system} image, overriding `co

a|`coreos.inst.ignition_url`

a|Optional: The URL of the Ignition config. If no URL is specified, no Ignition config will be embedded.
a|Optional: The URL of the Ignition config. If no URL is specified, no Ignition config will be embedded. Only HTTP and HTTPS are supported.

a|`coreos.inst.platform_id`

Expand Down
4 changes: 2 additions & 2 deletions modules/machine-user-infra-machines-iso.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ coreos.inst.ignition_url=http://example.com/worker.ign <3>
----
<1> Specify the block device of the system to install to.
<2> Specify the URL of the UEFI or BIOS image that you uploaded to your server.
<3> Specify the URL of the compute Ignition config file.
<3> Specify the URL of the compute Ignition config file. Only HTTP and HTTPS are supported.

. Press `Enter` to complete the installation. After {op-system} installs, the system
reboots. After the system reboots, it applies the Ignition config file that you
specified.

. Continue to create more compute machines for your cluster.
. Continue to create more compute machines for your cluster.
6 changes: 4 additions & 2 deletions modules/machine-user-infra-machines-pxe.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ server.
server. The `initrd` parameter value is the location of the live `initramfs`
file, the `coreos.inst.ignition_url` parameter value is the location of the
worker Ignition config file, and the `coreos.live.rootfs_url` parameter value is
the location of the live `rootfs` file.
the location of the live `rootfs` file. The `coreos.inst.ignition_url` and
`coreos.inst.rootfs_url` parameters only supports HTTP and HTTPS.

** For iPXE:
+
Expand All @@ -54,7 +55,8 @@ initrd=http://<HTTP_server>/rhcos-<version>-installer-live-initramfs.<architectu
HTTP server. The `kernel` parameter value is the location of the `kernel` file,
the `coreos.inst.ignition_url` parameter value is the location of the worker
Ignition config file, and the `coreos.live.rootfs_url` parameter value is
the location of the live `rootfs` file.
the location of the live `rootfs` file. The `coreos.inst.ignition_url` and
`coreos.inst.rootfs_url` parameters only supports HTTP and HTTPS.
<2> Specify the location of the `initramfs` file that you uploaded to your HTTP
server.

Expand Down