]> git.proxmox.com Git - pve-network.git/blobdiff - test/zones/evpn/ebgp/sdn_config
separate packaging and source build system
[pve-network.git] / test / zones / evpn / ebgp / sdn_config
diff --git a/test/zones/evpn/ebgp/sdn_config b/test/zones/evpn/ebgp/sdn_config
deleted file mode 100644 (file)
index 6e9d116..0000000
+++ /dev/null
@@ -1,50 +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,
-            },
-        },
-    },
-    controllers  => {
-        ids => {
-            evpnctl => {
-                type => "evpn",
-                'peers' => '192.168.0.1,192.168.0.2,192.168.0.3',
-                asn => "65000",
-            },
-            localhost => {
-                type => "bgp",
-                'peers' => '192.168.0.252,192.168.0.253',
-                ebgp => "1",
-                'ebgp-multihop' => '3',
-                asn => "65001",
-                node => "localhost",
-            },
-        },
-    },
-
-    subnets => {
-        ids => {
-            'myzone-10.0.0.0-24' => {
-                'type' => 'subnet',
-                'vnet' => 'myvnet',
-                'gateway' => '10.0.0.1',
-            },
-        },
-    },
-}