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

@@ -36,14 +36,19 @@ python3 cmc-templates.py --template cmc-migrateops --ignore_force_shutdown --con
python3 ./run-sorry-cypress.py --config_file cypress.atvm-config-gold.ts --build_name nightly-migrateOPS
```
### Compute MigrateOPS: vmware
```bash
### Compute MigrateOPS: vmware
```bash
python3 cmc-templates.py --template cmc-migrateops-compute-migration --ignore_force_shutdown --config_file_path ./cypress.atvm-config-gold.ts --vm_platforms vmware --test_partition --specify_vms atvm138-oracle9.4-opt atvm112-w2k22 --set_static_ip_dest; \
python3 ./run-sorry-cypress.py --config_file cypress.atvm-config-gold.ts --build_name nightly-computeMigrateOPS-vmware
```
### Compute MigrateOPS: ovirt
```bash
```
Default vmware compute-migration options:
- `--ignore_force_shutdown`
- `--vm_platforms vmware`
- `--test_partition`
- `--set_static_ip_dest`
### Compute MigrateOPS: ovirt
```bash
python3 cmc-templates.py --template cmc-migrateops-compute-migration --ignore_force_shutdown --config_file_path ./cypress.atvm-config-gold.ts --vm_platforms ovirt --test_partition --specify_vms atvm124-redhat8.8 atvm111-w2k19 --set_static_ip_dest; \
python3 ./run-sorry-cypress.py --config_file cypress.atvm-config-gold.ts --build_name nightly-computeMigrateOPS-ovirt
```