Skip to content

Commit b437e38

Browse files
committed
OSDOCS-12785: node adding enhancemnts
1 parent a6cbb66 commit b437e38

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

modules/adding-node-iso-configs.adoc

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,23 @@ For more information, see "Root device hints" in the "Setting up the environment
6868
The configuration must match the Host Network Management API defined in the link:https://nmstate.io/[nmstate documentation].
6969
|A dictionary of host network configuration objects.
7070

71-
|cpuArchitecture
71+
|cpuArchitecture:
7272
|Optional.
7373
Specifies the architecture of the nodes you are adding.
7474
This parameter allows you to override the default value from the cluster when required.
7575
|String.
7676

77-
|sshKey
77+
|sshKey:
7878
|Optional.
7979
The file containing the SSH key to authenticate access to your cluster machines.
8080
|String.
8181

82+
|bootArtifactsBaseURL:
83+
|Optional.
84+
Specifies the URL of the server to upload Preboot Execution Environment (PXE) assets to when you are generating an iPXE script.
85+
You must also set the `--pxe` flag to generate PXE assets instead of an ISO image.
86+
|String.
87+
8288
|====
8389

8490

@@ -112,13 +118,24 @@ This path is also used to store the generated artifacts.
112118
|The name of the generated output image.
113119
|String
114120

121+
|`p`, `--pxe`
122+
|Generates Preboot Execution Environment (PXE) assets instead of a bootable ISO file.
123+
124+
When this flag is set, you can also use the `bootArtifactsBaseURL` parameter in the `nodes-config.yaml` file to specify URL of the server you will upload PXE assets to.
125+
|Boolean
126+
115127
|`-a`, `--registry-config`
116128
|The path to your registry credentials.
117129
Alternatively, you can specify the `REGISTRY_AUTH_FILE` environment variable.
118130
The default paths are `${XDG_RUNTIME_DIR}/containers/auth.json`, `/run/containers/${UID}/auth.json`, `${XDG_CONFIG_HOME}/containers/auth.json`, `${DOCKER_CONFIG}`, `~/.docker/config.json`, `~/.dockercfg.`
119131
The order can be changed through the deprecated `REGISTRY_AUTH_PREFERENCE` environment variable to a "docker" value, in order to prioritize Docker credentials over Podman.
120132
|String
121133

134+
|`-r`, `--report`
135+
|Generates a report of the node creation process regardless of whether the process is successful or not.
136+
If you do not specify this flag, reports are generated only in cases of failure.
137+
|Boolean
138+
122139
|`--skip-verification`
123140
|An option to skip verifying the integrity of the retrieved content.
124141
This is not recommended, but might be necessary when importing images from older image registries.

0 commit comments

Comments
 (0)