Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
460 B
460 B
Adding a Site
Steps
- Provision infrastructure (Terraform
cloud-anchormodule or manual) - Run
ansible-playbook ansible/playbooks/bootstrap-<site>.yml - Generate WireGuard keys (
scripts/generate-wireguard-keys.sh) - Add peer to mesh ConfigMap (
k8s/configmap-mesh.yaml) - If underlay: create site YANG instance data (
yang/site-config/<site>.xml) - Deploy Kedge DaemonSet
- Verify with
ansible-playbook ansible/playbooks/mesh-health.yml