- remove hardcoded credentials, tokens, registration codes, and similar secret values from tracked ATVM and CDS MCP docs - replace those values with references to /home/aw/code/cds/.env.credentials.local and the corresponding environment variable names - update current operator guides to instruct sourcing .env.credentials.local before credential-dependent setup and automation workflows - update the ATVM setup scripts to consume ATVM_TARGET_PASSWORD from the environment instead of hardcoding the Ubuntu root SSH password - scrub the remaining tracked artifact log entry that still included the old CMC registration code - keep the local-only credential inventory in .env.credentials.local while leaving that file untracked
CDS MCP Workspace
This folder contains the VMware/vCenter and MigrateOps runbook material used for CDS MCP workflows.
Start Here
- VMware compute migration workflow:
docs/vmware-migrateops-guide.md
- VM lookup and FC/disk assignment workflow:
docs/vm-lookup-and-assignment.md
- CMC install and uninstall reference:
docs/cmc-install-reference.md
- Run-specific learnings:
docs/run-learnings.md
- Base operation template:
templates/vmw.yaml
Layout
docs/- operator guidance and learnings
templates/- reusable operation template inputs
artifacts/logs/- runtime log artifacts
Update Policy
- Update workflow docs when rules, defaults, or checklists change.
- Update
docs/run-learnings.mdonly when a run adds a new lasting lesson. - Keep
templates/vmw.yamlas the starting template for VMware compute MigrateOps operations.