Go-based network automation with YANG models, gRPC, Ansible, Terraform, and Kubernetes integration. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
792 B
XML
29 lines
792 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<config xmlns="urn:sovereign:sdwan">
|
|
|
|
<site>
|
|
<site-id>cloud-anchor</site-id>
|
|
<sovereignty-domain>guildhouse.local</sovereignty-domain>
|
|
|
|
<oob-mesh>
|
|
<wireguard-pubkey>PLACEHOLDER_CLOUD_PUBKEY</wireguard-pubkey>
|
|
<!-- Cloud anchor is itself a peer, no further anchors needed. -->
|
|
</oob-mesh>
|
|
</site>
|
|
|
|
<!-- Cloud anchor runs overlay only — no zone-policy, no underlay. -->
|
|
|
|
<wan-circuits>
|
|
<circuit>
|
|
<name>vps-primary</name>
|
|
<type>primary</type>
|
|
<interface-name>eth0</interface-name>
|
|
<sla>
|
|
<latency-target-ms>50</latency-target-ms>
|
|
<jitter-target-ms>10</jitter-target-ms>
|
|
<loss-target-pct>0.50</loss-target-pct>
|
|
</sla>
|
|
</circuit>
|
|
</wan-circuits>
|
|
|
|
</config>
|