]> git.proxmox.com Git - pve-network.git/blobdiff - test/zones/evpn/exitnode_local_routing/sdn_config
separate packaging and source build system
[pve-network.git] / test / zones / evpn / exitnode_local_routing / sdn_config
diff --git a/test/zones/evpn/exitnode_local_routing/sdn_config b/test/zones/evpn/exitnode_local_routing/sdn_config
deleted file mode 100644 (file)
index f5f7ca1..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-{
-  version => 1,
-  vnets   => {
-               ids => {
-                        myvnet => { tag => "100", type => "vnet", zone => "myzone" },
-                      },
-             },
-
-  zones   => {
-               ids => { myzone => { ipam => "pve", type => "evpn", controller => "evpnctl", 'vrf-vxlan' => 1000, exitnodes => { 'localhost' => 1 }, 'exitnodes-local-routing' => 1 },
-                     },
-             },
-  controllers  => {
-               ids => { evpnctl => { type => "evpn", 'peers' => '192.168.0.1,192.168.0.2,192.168.0.3', asn => "65000" } },
-             },
-
-  subnets => {
-              ids => { 'myzone-10.0.0.0-24' => {
-                                                       'type' => 'subnet',
-                                                       'vnet' => 'myvnet',
-                                                       'gateway' => '10.0.0.1',
-                                                 },
-                    }
-            }
-}
-
-