Default ATVM vmware compute migration options

This commit is contained in:
2026-03-31 12:35:44 -04:00
parent f88f910815
commit e60bd5e9cd
4 changed files with 26 additions and 6 deletions

View File

@@ -506,3 +506,14 @@ This file stores run-specific examples only when a run produced a new learning r
- Action for future runs:
- Resolve generated-spec `TEST FLOW` from the active config file's `specPattern` when the required log line is missing.
- Treat the static template flow as a last-resort fallback only after both log-derived and config-derived `specPattern` resolution fail.
## Run Learning: 2026-03-31 (Default vmware compute-migration options for ATVM)
- Observed operator requirement:
- For `cmc-migrateops-compute-migration` runs to VMware, the operator wants a stable default option set instead of having to restate the same platform flags each time.
- Action for future runs:
- Default VMware compute-migration runs to:
- `--ignore_force_shutdown`
- `--vm_platforms vmware`
- `--test_partition`
- `--set_static_ip_dest`
- Only omit or change those options when the operator explicitly overrides them.