Document live vCenter ATVM datastore selection
- map AutomatedTest-VMBootImg-Gold to gold and Gold-2 to gold-2 - require live vCenter placement checks for explicit VM lists - stop mixed gold/gold-2 requests before planning ATVM runs - return hostname-only datastore inventories by default - tell the operator about the vCenter placement check before showing run commands - clarify that repo inventory files are not the source of truth for current datastore membership
This commit is contained in:
@@ -18,6 +18,14 @@ Tracked docs should reference `/home/aw/code/cds/.env.credentials.local` for sec
|
||||
- Primary ESXi hosts:
|
||||
- `192.168.1.165`
|
||||
- `192.168.1.166`
|
||||
- Primary ATVM boot datastores:
|
||||
- `AutomatedTest-VMBootImg-Gold` -> `gold` -> `cypress.atvm-config-gold.ts`
|
||||
- `AutomatedTest-VMBootImg-Gold-2` -> `gold-2` -> `cypress.atvm-config-gold-2.ts`
|
||||
- Current VM membership for those datastores should be queried from live vCenter when needed, not stored as a maintained repo-side live reference list.
|
||||
- ATVM datastore placement rule for explicit VM-list test requests:
|
||||
- all requested VMs must resolve to one datastore family only
|
||||
- do not run a mixed request spanning both `AutomatedTest-VMBootImg-Gold` and `AutomatedTest-VMBootImg-Gold-2`
|
||||
- if the request is mixed, stop and report the per-datastore VM split so the operator can correct the list
|
||||
- ESXi `192.168.1.165`:
|
||||
- SSH: `ESXI_HOST_1_USER / ESXI_HOST_1_PASSWORD`
|
||||
- IPMI: `ESXI_HOST_1_IPMI_USER / ESXI_HOST_1_IPMI_PASSWORD`
|
||||
|
||||
@@ -11,6 +11,8 @@ This directory contains the durable environment reference for the ATVM workspace
|
||||
- reserved IP ranges and per-IP role assignments
|
||||
- `specialized-reference.md`
|
||||
- map of the preserved detailed sections for zoning, ISO inventory, guest image inventory, guest configuration, gold images, and temporary clients
|
||||
- `vm-inventory.md`
|
||||
- broad VM reference snapshot; do not use it for current `AutomatedTest-VMBootImg-Gold` / `AutomatedTest-VMBootImg-Gold-2` membership during ATVM run planning
|
||||
|
||||
## Preserved Source
|
||||
- Full original notes are preserved at:
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
This file is a broad ATVM VM reference snapshot.
|
||||
For current membership on `AutomatedTest-VMBootImg-Gold` and `AutomatedTest-VMBootImg-Gold-2`, query live vCenter when selecting `gold` vs `gold-2` for an ATVM run.
|
||||
|
||||
| OS | Hostname | Kernel Version | Notes |
|
||||
| --- | --- | --- | --- |
|
||||
| Amazon Linux 2 | atvm1-amazonlinux2 | 4.14.301-224.520.amzn2.x86_64 | |
|
||||
|
||||
Reference in New Issue
Block a user