mirror of
https://github.com/GNS3/gns3-server.git
synced 2026-08-27 12:30:13 +03:00
Clarify the positioning of the template-based system: Scope (0 → 1): - Topology provisioning (nodes + links) - Baseline configuration (IP, routing protocols) - Management access setup (SSH/HTTPS/NETCONF) - Basic security configuration Handoff to Production Tools (1 → N): - Terraform (Infrastructure as Code) - REST API (modern device management) - NETCONF/YANG (standardized configuration) - Network Controllers (SDN, APIC, etc.) This clarifies that: 1. The system focuses on rapid environment preparation 2. It complements rather than replaces production tools 3. It's ideal for labs, testing, training, and initial setup 4. Advanced config management is handled by specialized tools