Azure Stack Switch Config Generator
Project Overview
Background
This is a tool to generate network switch deployment configuration for Azure Stack, which:
- Offers Network Switch Deployment Automation to Deployment Engineer
- Supports Multiple Azure Stack Network Design Use Cases by Customized Input Template Variables.
Workflow
flowchart TD
A[Framework JSON + Go Template]
B[User Input JSON]
C(Generator Tool)
D(Output Files)
E[YAML Files]
F[Switch Configuration Files]
G[WANSIM Configuration Files]
B --> C
A --> C
C --> D
D -.-> |For Debug| E
D --> |For Deploy| F
D -.-> |If Configured| G