Start the deprecation process of the old networking stages (#3451)

This PR renames `2-networking-foo` stages to `2-networking-legacy-foo` - including references of stages in docs and tests.

**Breaking Changes**

```upgrade-note
`fast/stages/2-networking-a-simple`: The stage is being deprecated, and superseded the `2-networking` FAST stage, introduced in #3435 
`fast/stages/2-networking-b-nva`: The stage is being deprecated, and superseded the `2-networking` FAST stage, introduced in #3435 
`fast/stages/2-networking-c-separate-envs`: The stage is being deprecated, and superseded the `2-networking` FAST stage, introduced in #3435 
`modules/net-vpc-factory`:  The module has been deprecated, and superseded the `2-networking` FAST stage, introduced in #3435 
```
This commit is contained in:
Simone Ruffilli
2025-10-22 16:31:14 +02:00
committed by GitHub
parent 7ea9612b07
commit de8ebefe17
215 changed files with 32 additions and 5714 deletions

View File

@@ -54,9 +54,9 @@ fast
├── 0-bootstrap
├── 1-resman
├── 1-vpcsc
├── 2-networking-a-simple
├── 2-networking-b-nva
├── 2-networking-c-separate-envs
├── 2-networking-legacy-a-simple
├── 2-networking-legacy-b-nva
├── 2-networking-legacy-c-separate-envs
├── 2-project-factory
├── 2-security
├── 3-gcve-dev