Skip to content

Commit 91b5e20

Browse files
committed
OSDOCS-12788: ABI minimal ISO field
1 parent a6cbb66 commit 91b5e20

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

modules/agent-configuration-parameters.adoc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ If this address is not provided, one IP address is selected from the provided ho
6262
|IPv4 or IPv6 address.
6363

6464
|bootArtifactsBaseURL:
65-
|The URL of the server to upload Preboot Execution Environment (PXE) assets to when using the Agent-based Installer to generate an iPXE script.
65+
|When you use the Agent-based Installer to generate a minimal ISO image, this parameter specifies a URL where the rootfs image file can be retrieved from during cluster installation. This parameter is optional for booting minimal ISO images in connected environments.
66+
67+
When you use the Agent-based Installer to generate an iPXE script, this parameter specifies the URL of the server to upload Preboot Execution Environment (PXE) assets to.
6668
For more information, see "Preparing PXE assets for {product-title}".
6769
|String.
6870

@@ -127,4 +129,12 @@ For more information, see "Root device hints" in the "Setting up the environment
127129
|The host network definition.
128130
The configuration must match the Host Network Management API defined in the link:https://nmstate.io/[nmstate documentation].
129131
|A dictionary of host network configuration objects.
130-
|====
132+
133+
|minimalISO:
134+
|Defines whether the Agent-based Installer generates a full ISO or a minimal ISO image. When this parameter is set to `True`, the Agent-based Installer generates an ISO without a rootfs image file, and instead contains details about where to pull the rootfs file from.
135+
136+
When you generate a minimal ISO, if you do not specify a rootfs URL through the `bootArtifactsBaseURL` parameter, the Agent-based Installer embeds a default URL that is accessible in environments with an internet connection.
137+
138+
The default value is `False`.
139+
|Boolean.
140+
|====

0 commit comments

Comments
 (0)