docs(test): require no-prebuilt MTDI nexus option for CMC installs

This commit is contained in:
2026-05-12 18:35:42 -04:00
parent 8025db4ea6
commit 2ff747d500

View File

@@ -24,6 +24,7 @@ Validate CMC behavior across staged kernel upgrades on a cloned VM, including re
- For all CMC-related actions in this test, use the `cirrusdata` skill/CLI path. - For all CMC-related actions in this test, use the `cirrusdata` skill/CLI path.
- Exception: offline-host cleanup is not handled by that skill yet; use the MCP connection for offline-host removal. - Exception: offline-host cleanup is not handled by that skill yet; use the MCP connection for offline-host removal.
- Apply this rule to every relevant step in this procedure. - Apply this rule to every relevant step in this procedure.
- For every CMC install/reinstall command in this test, always include installer option: `-no-prebuilt-mtdi-nexus`.
## Red Hat Preflight (Global, Manual Tasks Only) ## Red Hat Preflight (Global, Manual Tasks Only)
- Apply this section when the test target is a Red Hat machine and the run is manually executed. - Apply this section when the test target is a Red Hat machine and the run is manually executed.
@@ -83,7 +84,7 @@ Validate CMC behavior across staged kernel upgrades on a cloned VM, including re
22. Find DHCP address and verify it is not `<INITIAL_CLONE_HOST_OR_IP>`. 22. Find DHCP address and verify it is not `<INITIAL_CLONE_HOST_OR_IP>`.
23. If still `<INITIAL_CLONE_HOST_OR_IP>`, fix static config cleanup and repeat reboot/verify. 23. If still `<INITIAL_CLONE_HOST_OR_IP>`, fix static config cleanup and repeat reboot/verify.
24. Continue all remaining steps using DHCP IP and credentials from `/home/aw/code/cds/.env.credentials.local`. 24. Continue all remaining steps using DHCP IP and credentials from `/home/aw/code/cds/.env.credentials.local`.
25. Using `cirrusdata` (`gcstage`, project `skidamarink`), reinstall CMC on clone. 25. Using `cirrusdata` (`gcstage`, project `skidamarink`), reinstall CMC on clone, always adding `-no-prebuilt-mtdi-nexus`.
26. Create local migration from 10GB source disk to 11GB destination disk using `cirrusdata`. 26. Create local migration from 10GB source disk to 11GB destination disk using `cirrusdata`.
27. Wait for initial sync completion. 27. Wait for initial sync completion.
28. Check available kernels again using full candidate listing (not latest-only output). 28. Check available kernels again using full candidate listing (not latest-only output).
@@ -100,7 +101,7 @@ Validate CMC behavior across staged kernel upgrades on a cloned VM, including re
37. Check available kernels. 37. Check available kernels.
38. Select latest-upgrade target kernel from the filtered candidate list (same major required; same minor preferred). 38. Select latest-upgrade target kernel from the filtered candidate list (same major required; same minor preferred).
39. Upgrade to selected latest target kernel and reboot. 39. Upgrade to selected latest target kernel and reboot.
40. Reinstall CMC via `cirrusdata` (`gcstage`, `skidamarink`). 40. Reinstall CMC via `cirrusdata` (`gcstage`, `skidamarink`), always adding `-no-prebuilt-mtdi-nexus`.
41. Create a local migration (10GB -> 11GB) via `cirrusdata` and wait for initial sync completion. 41. Create a local migration (10GB -> 11GB) via `cirrusdata` and wait for initial sync completion.
42. Confirm machine is online in `skidamarink` using `cirrusdata`. 42. Confirm machine is online in `skidamarink` using `cirrusdata`.
43. SSH and verify MTDI, Galaxy Migrate services/driver are up. 43. SSH and verify MTDI, Galaxy Migrate services/driver are up.