Document separate Linux and Windows ATVM target credentials
- add explicit Windows ATVM guest credential references alongside the existing Linux target defaults - update the ATVM automation guide and AGENTS rules so Linux SSH uses ATVM_TARGET_* while Windows guest access uses ATVM_WINDOWS_TARGET_* - update the CDS MCP CMC install and VMware workflow docs to distinguish Linux and Windows credential usage for the shared ATVM target IP - update the VM lookup reference so common VM credentials list both Linux and Windows target variables
This commit is contained in:
@@ -48,8 +48,10 @@ This file covers vCenter VM lookup responses and the workflow for assigning exis
|
||||
|
||||
## Common VM Credentials
|
||||
- Source `/home/aw/code/cds/.env.credentials.local`
|
||||
- Username: `ATVM_TARGET_USER`
|
||||
- Password: `ATVM_TARGET_PASSWORD`
|
||||
- Linux username: `ATVM_TARGET_USER`
|
||||
- Linux password: `ATVM_TARGET_PASSWORD`
|
||||
- Windows username: `ATVM_WINDOWS_TARGET_USER`
|
||||
- Windows password: `ATVM_WINDOWS_TARGET_PASSWORD`
|
||||
|
||||
## Status Output Format (Power-Off/Revert/Power-On)
|
||||
- `VM [vm name] was poweredOn, so I powered it off` (or `already poweredOff`)
|
||||
|
||||
Reference in New Issue
Block a user