Skip to content

Commit 5e7dda7

Browse files
fix: remove solutions directory and all solution references
Solutions belong in their own repos (avd, sofs, etc.), not in the toolkit. Removed: solutions/ directory, configs/solutions.yaml, docs/solutions/, docs/configuration/solutions.md, and all Future Solutions sections from README, docs, roadmap, and mkdocs nav.
1 parent 29645e3 commit 5e7dda7

15 files changed

Lines changed: 6 additions & 419 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
99
### Features
1010

1111
- Initial repository scaffold — MkDocs Material, release-please, GitHub Pages, CI/CD workflows
12-
- Migrate toolkit content from AzureLocalCloud-docs-azl-toolkit (scripts, configs, solution placeholders)
12+
- Migrate toolkit content from AzureLocalCloud-docs-azl-toolkit (scripts, configs)
1313
- Branding scrub — remove all Azure Local Cloud/AzureLocalCloud/HCS references

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!!! warning "Under Active Development"
44
This repository is a work in progress. Scripts, templates, and automation are **not guaranteed to work** at this time. Use at your own risk and expect breaking changes.
55

6-
Platform automation toolkit for **Azure Local** — deployment scripts, validation suites, config management, and solution packages covering the full deployment lifecycle.
6+
Platform automation toolkit for **Azure Local** — deployment scripts, validation suites, and config management covering the full deployment lifecycle.
77

88
---
99

@@ -12,8 +12,7 @@ Platform automation toolkit for **Azure Local** — deployment scripts, validati
1212
| Directory | Description |
1313
|-----------|-------------|
1414
| **[scripts/](https://github.com/AzureLocal/azurelocal-toolkit/tree/main/scripts)** | 200+ PowerShell scripts organized by deployment stage (02–08), plus common modules, validation, handover, lifecycle, and tools |
15-
| **[configs/](https://github.com/AzureLocal/azurelocal-toolkit/tree/main/configs)** | Master infrastructure config template, solution definitions, ARM templates, and variable registry |
16-
| **[solutions/](https://github.com/AzureLocal/azurelocal-toolkit/tree/main/solutions)** | Per-solution deployment packages (placeholders for future solutions) |
15+
| **[configs/](https://github.com/AzureLocal/azurelocal-toolkit/tree/main/configs)** | Master infrastructure config template, ARM templates, and variable registry |
1716
| **[tools/](https://github.com/AzureLocal/azurelocal-toolkit/tree/main/tools)** | Planning utilities (S2D capacity calculator) |
1817
| **[tests/](https://github.com/AzureLocal/azurelocal-toolkit/tree/main/tests)** | Test infrastructure (future Pester suites) |
1918

@@ -36,7 +35,6 @@ The toolkit follows a structured deployment lifecycle:
3635
The toolkit uses a config-driven approach:
3736

3837
- **`configs/infrastructure.yml`** — Master configuration template with 14 sections covering Azure tenant, networking, compute, storage, security, and more
39-
- **`configs/solutions.yaml`** — Maps which variables each solution needs, with validation rules and artifact paths
4038
- **`configs/variables.template.yml`** — Azure Local-specific variables for deployment
4139

4240
## Related Repositories
@@ -48,17 +46,6 @@ The toolkit uses a config-driven approach:
4846
| [azurelocal-loadtools](https://github.com/AzureLocal/azurelocal-loadtools) | Load testing and benchmarking tools |
4947
| [azurelocal-vm-conversion-toolkit](https://github.com/AzureLocal/azurelocal-vm-conversion-toolkit) | VM Gen1 → Gen2 conversion |
5048

51-
## Future Solutions
52-
53-
Placeholder folders exist for upcoming solution packages:
54-
55-
- **AI Foundry** — AI/ML workloads on Azure Local
56-
- **AKS** — Azure Kubernetes Service on Azure Local
57-
- **App Services** — Azure App Services on Azure Local
58-
- **IoT Operations** — IoT workloads on Azure Local
59-
- **Machine Learning** — ML training and inference
60-
- **MI SQL** — Managed Instance SQL on Azure Local
61-
6249
---
6350

6451
## Quick Links

configs/solutions.yaml

Lines changed: 0 additions & 310 deletions
This file was deleted.

docs/configuration/solutions.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/configuration/variables.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,3 @@ This file serves as a **metadata and schema registry**. Copy `variables.template
2121
## variables.template.yml
2222

2323
Azure Local-specific variables extracted from the master config. Copy this file to `variables.yml` (gitignored) and fill in your environment values.
24-
25-
## solutions.yaml
26-
27-
Maps which variables each solution needs, with validation rules and artifact paths. Used by `Generate-AzureLocal-Parameters.ps1` to produce per-solution parameter files.

0 commit comments

Comments
 (0)