docs(atvm): require atvm_prep execution on cypress controller 192.168.3.190

This commit is contained in:
2026-05-11 16:04:00 -04:00
parent f6fc294e6a
commit f9d00a4bcd
2 changed files with 2 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ This file defines how to operate and maintain the ATVM workspace in `/home/aw/co
- If any requested VM name is missing or not found, stop immediately and report the missing names; do not infer, substitute, or search for replacement VMs unless the operator explicitly requests a discovery/mapping step. - If any requested VM name is missing or not found, stop immediately and report the missing names; do not infer, substitute, or search for replacement VMs unless the operator explicitly requests a discovery/mapping step.
- For `atvm_prep` requests, infer common option values from operator shorthand when intent is clear. - For `atvm_prep` requests, infer common option values from operator shorthand when intent is clear.
- For any `atvm_prep` execution request, always present the exact planned `atvm_prep.py` command first and wait for explicit operator approval before running it. - For any `atvm_prep` execution request, always present the exact planned `atvm_prep.py` command first and wait for explicit operator approval before running it.
- Always execute `atvm_prep.py` on the ATVM Cypress controller host `192.168.3.190` (`atvm-cypres-vm-1`).
- `atvm_prep` datastore shorthand mapping for `-n`: - `atvm_prep` datastore shorthand mapping for `-n`:
- `Gold` -> `AutomatedTest-VMBootImg-Gold` - `Gold` -> `AutomatedTest-VMBootImg-Gold`
- `Gold2` -> `AutomatedTest-VMBootImg-Gold-2` - `Gold2` -> `AutomatedTest-VMBootImg-Gold-2`

View File

@@ -3,6 +3,7 @@
This document summarizes the behavior of the controller-local prep script: This document summarizes the behavior of the controller-local prep script:
- Host: `atvm-cypress-vm-1` (`192.168.3.190`) - Host: `atvm-cypress-vm-1` (`192.168.3.190`)
- Path: `/root/atvm_prep/atvm_prep.py` - Path: `/root/atvm_prep/atvm_prep.py`
- Execution rule: run all `atvm_prep.py` commands on `192.168.3.190` (ATVM Cypress controller).
Use this as a quick runbook when ATVM datastore/lun prep is requested. Use this as a quick runbook when ATVM datastore/lun prep is requested.