Skip to content

Commit 29ec2e6

Browse files
author
Kristopher Turner
committed
docs: add Variables sections to Part 6 validation tasks 01, 02, 04
Phase 3.1: Standardize Part 6 Testing & Validation format - task-01-infrastructure-health-validation: Added variables table - task-02-vmfleet-storage-testing: Added variables table - task-04-high-availability-testing: Added variables table - Parts 7-8 confirmed correctly structured (no tabs needed for confirmation/handover docs)
1 parent 1afd2f3 commit 29ec2e6

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

docs/implementation/06-testing-validation/task-01-infrastructure-health-validation.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,15 @@ This step performs comprehensive infrastructure validation before proceeding to
2929
- [ ] Administrative credentials available
3030
- [ ] PowerShell 5.1+ or PowerShell 7
3131

32+
## Variables from variables.yml
33+
34+
| Variable Path | Type | Description |
35+
|---|---|---|
36+
| `platform.cluster_name` | String | Cluster name used in validation report headers |
37+
| `compute.nodes[].name` | String | Node hostnames for per-node health checks |
38+
| `networking.management.gateway` | String | Default gateway IP for connectivity tests |
39+
| `networking.management.dns_servers` | Array | DNS server IPs for resolution validation |
40+
3241
## Report Output
3342

3443
Validation results are saved to:

docs/implementation/06-testing-validation/task-02-vmfleet-storage-testing.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ VMFleet generates significant I/O load. Run during a maintenance window when no
5050
- [ ] Maintenance window scheduled (4-6 hours)
5151
- [ ] No production VMs running during test
5252

53+
## Variables from variables.yml
54+
55+
| Variable Path | Type | Description |
56+
|---|---|---|
57+
| `platform.cluster_name` | String | Cluster name used in report headers |
58+
| `compute.nodes[].name` | String | Node hostnames for per-node fleet VM distribution |
59+
| `storage.pool_name` | String | Storage pool name for volume creation |
60+
5361
## Report Output
5462

5563
All results are saved to:

docs/implementation/06-testing-validation/task-04-high-availability-testing.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,14 @@ Some HA tests (node failure simulation) will temporarily reduce cluster capacity
3535
- [ ] Maintenance window scheduled
3636
- [ ] Windows Server 2022 and Ubuntu 22.04 images available
3737

38+
## Variables from variables.yml
39+
40+
| Variable Path | Type | Description |
41+
|---|---|---|
42+
| `platform.cluster_name` | String | Cluster name for failover group identification |
43+
| `compute.nodes[].name` | String | Node hostnames for drain/failover targeting |
44+
| `networking.management.subnet` | String | Management subnet for VM network assignment |
45+
3846
## Report Output
3947

4048
All validation results are saved to:

0 commit comments

Comments
 (0)