mirror of https://github.com/EdgeVPNio/tools.git
Config template updates for testbed scripts
parent
af4299f677
commit
847b8822e4
|
@ -1,41 +1,47 @@
|
|||
{
|
||||
"CFx": {
|
||||
"Model": "Default",
|
||||
"Overlays": [ "A1A111A" ],
|
||||
"NodeId": "a100###feb6040628e5fb7e70b04f###"
|
||||
"Overlays": [
|
||||
"C0CA0",
|
||||
"BFMO1"
|
||||
],
|
||||
"NodeId": "c0ca###ffffffffffffffffffc0ca###"
|
||||
},
|
||||
"Logger": {
|
||||
"LogLevel": "INFO",
|
||||
"LogLevel": "DEBUG",
|
||||
"Device": "File",
|
||||
"Directory": "/var/log/edge-vpnio/",
|
||||
"Directory": "/var/log/evio/",
|
||||
"CtrlLogFileName": "ctrl.log",
|
||||
"TincanLogFileName": "tincan_log",
|
||||
"MaxFileSize": 10000000,
|
||||
"MaxArchives": 1
|
||||
"MaxArchives": 2
|
||||
},
|
||||
"Signal": {
|
||||
"Enabled": true,
|
||||
"Overlays": {
|
||||
"A1A111A": {
|
||||
"HostAddress": "",
|
||||
"C0CA0": {
|
||||
"HostAddress": "trial.edgevpn.io",
|
||||
"AuthenticationMethod": "PASSWORD",
|
||||
"Port": "5222",
|
||||
"Username": "test1@openfire.local",
|
||||
"Password": "password_test1",
|
||||
"Username": "",
|
||||
"Password": "",
|
||||
"_AuthenticationMethod": "x509",
|
||||
"_Port": "5223",
|
||||
"_CertDirectory": "/var/edge-vpnio/cert",
|
||||
"_CertFile": "evpn.crt",
|
||||
"_KeyFile": "evpn.key"
|
||||
"CertDirectory": "/var/evio/cert",
|
||||
"CertFile": "evpn.crt",
|
||||
"KeyFile": "evpn.key"
|
||||
}
|
||||
}
|
||||
},
|
||||
"Topology": {
|
||||
"Dependencies": [
|
||||
"Logger",
|
||||
"TincanInterface",
|
||||
"LinkManager",
|
||||
"OverlayVisualizer"
|
||||
],
|
||||
"PeerDiscoveryCoalesce": 1,
|
||||
"Overlays": {
|
||||
"A1A111A": {
|
||||
"Name": "SymphonyRing",
|
||||
"Description": "Scalable Symphony Ring Overlay for Bounded Flooding.",
|
||||
"C0CA0": {
|
||||
"MaxSuccessors": 2,
|
||||
"MaxOnDemandEdges": 1,
|
||||
"MaxConcurrentEdgeSetup": 5,
|
||||
|
@ -44,69 +50,83 @@
|
|||
}
|
||||
},
|
||||
"LinkManager": {
|
||||
"Dependencies": [ "Logger", "TincanInterface", "Signal" ],
|
||||
"Stun": [ "stun.l.google.com:19302", "stun1.l.google.com:19302" ],
|
||||
"Dependencies": [
|
||||
"Logger",
|
||||
"TincanInterface",
|
||||
"Signal",
|
||||
"OverlayVisualizer"
|
||||
],
|
||||
"Stun": [
|
||||
"stun.l.google.com:19302",
|
||||
"stun1.l.google.com:19302"
|
||||
],
|
||||
"Overlays": {
|
||||
"A1A111A": {
|
||||
"C0CA0": {
|
||||
"Type": "TUNNEL",
|
||||
"TapName": "tnl-"
|
||||
"TapNamePrefix": "tnl"
|
||||
}
|
||||
}
|
||||
},
|
||||
"OverlayVisualizer": {
|
||||
"Enabled": false,
|
||||
"TimerInterval": 25,
|
||||
"WebServiceAddress": "34.209.33.166:5000",
|
||||
"NodeName": "nd-###"
|
||||
},
|
||||
"BridgeController": {
|
||||
"Dependencies": [ "Logger", "LinkManager" ],
|
||||
"Dependencies": [
|
||||
"Logger",
|
||||
"LinkManager"
|
||||
],
|
||||
"BoundedFlood": {
|
||||
"OverlayId": "A1A111A",
|
||||
"LogDir": "/var/log/edge-vpnio/",
|
||||
"LogFilename": "bf.log",
|
||||
"LogLevel": "INFO",
|
||||
"BridgeName": "evio",
|
||||
"DemandThreshold": "100M",
|
||||
"FlowIdleTimeout": 60,
|
||||
"FlowHardTimeout": 60,
|
||||
"MulticastBroadcastInterval": 60,
|
||||
"MaxBytes": 10000000,
|
||||
"BackupCount": 0,
|
||||
"ProxyListenAddress": "",
|
||||
"ProxyListenPort": 5802,
|
||||
"MonitorInterval": 60,
|
||||
"MaxOnDemandEdges": 0
|
||||
"LogDir": "/var/log/evio/",
|
||||
"LogFilename": "bf.log",
|
||||
"LogLevel": "DEBUG",
|
||||
"MaxBytes": 10000000,
|
||||
"BackupCount": 10,
|
||||
"MonitorInterval": 20,
|
||||
"ProxyListenAddress": "",
|
||||
"ProxyListenPort": 5802,
|
||||
"Overlays": {
|
||||
"C0CA0": {
|
||||
"DemandThreshold": "1000M",
|
||||
"FlowIdleTimeout": 60,
|
||||
"FlowHardTimeout": 60,
|
||||
"MaxOnDemandEdges": 5
|
||||
}
|
||||
}
|
||||
},
|
||||
"Overlays": {
|
||||
"A1A111A": {
|
||||
"NetDevice": {
|
||||
"AutoDelete": true,
|
||||
"Type": "OVS",
|
||||
"SwitchProtocol": "BF",
|
||||
"NamePrefix": "evio",
|
||||
"MTU": 1410,
|
||||
"AppBridge": {
|
||||
"AutoDelete": true,
|
||||
"Type": "OVS",
|
||||
"NamePrefix": "brl",
|
||||
"IP4": "10.10.10.###",
|
||||
"PrefixLen": 24,
|
||||
"MTU": 1410,
|
||||
"NetworkAddress": "10.10.100.0/24"
|
||||
}
|
||||
},
|
||||
"SDNController": {
|
||||
"ConnectionType": "tcp",
|
||||
"HostName": "127.0.0.1",
|
||||
"Port": "6633"
|
||||
}
|
||||
"C0CA0": {
|
||||
"NetDevice": {
|
||||
"AutoDelete": true,
|
||||
"Type": "OVS",
|
||||
"SwitchProtocol": "BF",
|
||||
"NamePrefix": "evi",
|
||||
"MTU": 1410,
|
||||
"AppBridge": {
|
||||
"AutoDelete": true,
|
||||
"Type": "OVS",
|
||||
"NamePrefix": "abr",
|
||||
"NetworkAddress": "10.1.1.0/24",
|
||||
"MTU": 1410
|
||||
}
|
||||
},
|
||||
"SDNController": {
|
||||
"ConnectionType": "tcp",
|
||||
"HostName": "127.0.0.1",
|
||||
"Port": "6633"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"UsageReport": {
|
||||
"Enabled": true,
|
||||
"Enabled": false,
|
||||
"TimerInterval": 86400,
|
||||
"WebService": "https://qdscz6pg37.execute-api.us-west-2.amazonaws.com/default/EvioUsageReport"
|
||||
},
|
||||
"OverlayVisualizer": {
|
||||
"Enabled": true,
|
||||
"Dependencies": [
|
||||
"Logger"
|
||||
],
|
||||
"TimerInterval": 30,
|
||||
"WebServiceAddress": "192.168.0.174:5803",
|
||||
"NodeName": "nd-###",
|
||||
"GeoCoordinate": "18.00522589432373, -76.7501066736962"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue