Reorganize ATVM workspace into scripts, docs, inventory, and archive

Restructure the ATVM folder to separate executable scripts from workflow documentation and long-form environment reference material.

Move setup and automation scripts into scripts/, move setup and automation guides into docs/, add top-level README and workflow conventions, and organize durable environment details into inventory/ while preserving the original long-form ATVM notes under archive/imported-notes/.

Update internal documentation paths to match the new layout and remove the archived Zone.Identifier metadata file.
This commit is contained in:
2026-03-21 20:39:23 -04:00
parent 08b2ab3104
commit 274b920b40
17 changed files with 332 additions and 191 deletions

View File

@@ -0,0 +1,24 @@
# ATVM Specialized Reference Map
The archived ATVM source file still contains several specialized detailed sections that were preserved intact.
## Archived Source
- `archive/imported-notes/cypress-automation-for-cmc.md`
## Section Map
- `## __Zoning__`
- zoning details and SAN-related reference material
- `## VM Guest OS ISO Inventory`
- ISO inventory and media reference
- `## List of Available VM Guest OS Images:`
- guest image listing
- `## VM Guest OS Configuration - Linux`
- Linux guest setup and configuration reference
- `## Switch from SEL=disabled to SEL=enforcing`
- SELinux mode transition notes
- `## __VM Guest OS Gold Images__`
- gold image listings and notes
- `## Temporary Unit Test Clients`
- temporary client inventory
Use this file as a map when you need those detailed sections in the preserved archived notes.