Skip to content

Commit c039776

Browse files
author
Bob Furu
committed
BZ1977949: Add verify Ignition step
1 parent c294237 commit c039776

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

modules/installation-user-infra-machines-iso.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,15 @@ Be sure that the installation is successful on each node before commencing with
132132

133133
. After {op-system} installs, the system reboots. During the system reboot, it applies the Ignition config file that you specified.
134134

135+
. Check the console output to verify that Ignition ran.
136+
+
137+
.Example command
138+
[source,terminal]
139+
----
140+
Ignition: ran on 2022/03/14 14:48:33 UTC (this boot)
141+
Ignition: user-provided config was applied
142+
----
143+
135144
. Continue to create the other machines for your cluster.
136145
+
137146
[IMPORTANT]

modules/installation-user-infra-machines-pxe.adoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,15 @@ Be sure that the installation is successful on each node before commencing with
192192

193193
. After {op-system} installs, the system reboots. During reboot, the system applies the Ignition config file that you specified.
194194

195+
. Check the console output to verify that Ignition ran.
196+
+
197+
.Example command
198+
[source,terminal]
199+
----
200+
Ignition: ran on 2022/03/14 14:48:33 UTC (this boot)
201+
Ignition: user-provided config was applied
202+
----
203+
195204
. Continue to create the machines for your cluster.
196205
+
197206
[IMPORTANT]

modules/installation-vsphere-machines.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,14 @@ $ govc vm.change -vm "<vm_name>" -e "guestinfo.afterburn.initrd.network-kargs=${
139139
.. In the *Virtual Hardware* panel of the *Customize hardware* tab, modify the specified values as required. Ensure that the amount of RAM, CPU, and disk storage meets the minimum requirements for the
140140
machine type.
141141
.. Complete the configuration and power on the VM.
142-
142+
.. Check the console output to verify that Ignition ran.
143+
+
144+
.Example command
145+
[source,terminal]
146+
----
147+
Ignition: ran on 2022/03/14 14:48:33 UTC (this boot)
148+
Ignition: user-provided config was applied
149+
----
143150
. Create the rest of the machines for your cluster by following the preceding steps for each machine.
144151
+
145152
[IMPORTANT]

0 commit comments

Comments
 (0)