Skip to content

Commit 1c0b1c6

Browse files
committed
OSDOCS-11935: adds bootc updates to greenboot checks
1 parent a6cbb66 commit 1c0b1c6

File tree

2 files changed

+45
-11
lines changed

2 files changed

+45
-11
lines changed

modules/microshift-config-parameters-table.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ The following table explains {microshift-short} configuration YAML parameters an
9696

9797
|`network.clusterNetwork`
9898
|IP address block
99-
|A block of IP addresses from which pod IP addresses are allocated. IPv4 is the default. Dual-stack entries are supported. The first entry in this field is immutable after {microshift-short} starts. Default range is `10.42.0.0/16`.
99+
|A block of IP addresses from which pod IP addresses are allocated. IPv4 is the default network. Dual-stack entries are supported. The first entry in this field is immutable after {microshift-short} starts. Default range is `10.42.0.0/16`.
100100

101101
|`network.serviceNetwork`
102102
|IP address block

modules/microshift-greenboot-testing-workload-script.adoc

Lines changed: 44 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,14 @@
99
.Prerequisites
1010

1111
* You have root access.
12-
* You have installed a workload.
13-
* You have created a health check script for the workload.
14-
* The {product-title} service is enabled.
12+
* You installed a workload.
13+
* You created a health check script for the workload.
14+
* The {microshift-short} service is enabled.
15+
16+
[NOTE]
17+
====
18+
The output of the greenboot workload health check script varies with the host system type. Example outputs are included for your reference.
19+
====
1520

1621
.Procedure
1722

@@ -34,18 +39,47 @@ $ sudo journalctl -o cat -u greenboot-healthcheck.service
3439
{microshift-short} core service health checks run before the workload health checks.
3540
====
3641
+
37-
.Example output
42+
.Example output for a RHEL for Edge system
43+
[source,terminal]
44+
----
45+
GRUB boot variables:
46+
boot_success=0
47+
boot_indeterminate=0
48+
Greenboot variables:
49+
GREENBOOT_WATCHDOG_CHECK_ENABLED=true
50+
MICROSHIFT_WAIT_TIMEOUT_SEC=600
51+
System installation type:
52+
ostree
53+
System installation status:
54+
* rhel 19619bd269094510180c845c44d0944fd9aa15925376f249c4d680a3355e51ae.0
55+
Version: 9.4
56+
origin refspec: edge:rhel-9.4-microshift-4.18
57+
----
58+
+
59+
.Example output for an image mode for RHEL system
3860
[source,terminal]
3961
----
4062
GRUB boot variables:
4163
boot_success=0
64+
Greenboot variables:
65+
GREENBOOT_WATCHDOG_CHECK_ENABLED=true
66+
MICROSHIFT_WAIT_TIMEOUT_SEC=600
67+
System installation type:
68+
bootc
69+
System installation status:
70+
bootcHost
71+
----
72+
+
73+
.Example output for an RPM system
74+
[source,terminal]
75+
----
76+
GRUB boot variables:
77+
boot_success=1
4278
boot_indeterminate=0
4379
Greenboot variables:
4480
GREENBOOT_WATCHDOG_CHECK_ENABLED=true
45-
...
46-
...
47-
FINISHED
48-
Script '40_microshift_running_check.sh' SUCCESS
49-
Running Wanted Health Check Scripts...
50-
Finished greenboot Health Checks Runner.
81+
System installation type:
82+
RPM
83+
System installation status:
84+
Not an ostree / bootc system
5185
----

0 commit comments

Comments
 (0)