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

@@ -33,6 +33,7 @@ Run ATVM CMC automation tests on the designated automation VM without unintended
- Always include `--ignore_force_shutdown` on `cmc-templates.py` commands unless the operator explicitly asks not to.
- Always include `--test_partition` on `cmc-templates.py` commands unless the operator explicitly asks not to.
- Default to `--use_specified_plugin iscsi` unless the operator explicitly requests a different plugin.
- For `cmc-migrateops-compute-migration` to VMware, default to `--vm_platforms vmware` and `--set_static_ip_dest` unless the operator explicitly says otherwise.
- For `cmc-reboot`, treat `--use_specified_plugin both` as an exception case that requires an extra confirmation.
- When `cmc-reboot` is planned with `--use_specified_plugin both`, warn that FC+iSCSI together may hit a "chicken before the egg" timing problem where iSCSI disks are not attached before mTDI / CMC services start.
- For `cmc-reboot`, prefer `--use_specified_plugin fc` or `--use_specified_plugin iscsi` unless the operator explicitly reconfirms that `both` is really intended after seeing that warning.
@@ -154,6 +155,8 @@ python3 ./run-sorry-cypress.py --config_file <config-file> --build_name <hyphena
- `--specify_vms <vm1> <vm2> ...`
- Compute migrateops platform:
- `--vm_platforms vmware|ovirt|openshift|proxmox`
- Default compute migrateops vmware options:
- `--ignore_force_shutdown --vm_platforms vmware --test_partition --set_static_ip_dest`
## Blacklisted Machines
Always exclude these machines from broad-scope ATVM automation runs by adding them to `--exclude_partial_match`.