diff --git a/config/connectors.cnf b/config/connectors.cnf index 03c1eaf..c41e6d4 100644 --- a/config/connectors.cnf +++ b/config/connectors.cnf @@ -8,6 +8,18 @@ group = Users billingtags = 333 [ipsecconnectors2] +cxp = US-EAST-2 +segments = Prod +group = Development +billingtags = 343 + +[ipsecconnectors3] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Corporate +group = Users +billingtags = 333 + +[ipsecconnectors4] cxp = GERMANYWESTCENTRAL-AZURE-1 segments = Prod group = Development diff --git a/config/demo.cnf b/config/demo.cnf new file mode 100644 index 0000000..5ac34b8 --- /dev/null +++ b/config/demo.cnf @@ -0,0 +1,107 @@ +[ipsecconnectors1] +cxp = US-EAST-2 +segments = Corporate +group = Users +billingtags = 333 + +[ipsecconnectors2] +cxp = US-EAST-2 +segments = Prod +group = Development +billingtags = 343 + +[ipsecconnectors3] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Corporate +group = Users +billingtags = 333 + +[ipsecconnectors4] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Prod +group = Development +billingtags = 343 + +[internetconnectors1] +cxp = US-EAST-2 +segments = Corporate +group = Users +billingtags = 333 + +[internetconnectors2] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Prod +group = Development +billingtags = 343 + +[awsvpcconnectors1] +cxp = US-EAST-2 +segments = Prod +group = Development +billingtags = 343 + +[awsvpcconnectors2] +cxp = US-EAST-2 +segments = Prod +group = Development +billingtags = 333 + +[awsvpcconnectors3] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Prod +group = Development +billingtags = 343 + +[awsvpcconnectors4] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Prod +group = Development +billingtags = 333 + +[azurevnetconnectors1] +cxp = US-EAST-2 +segments = Corporate +group = Users +billingtags = 343 + +[azurevnetconnectors2] +cxp = US-EAST-2 +segments = Corporate +group = Users +billingtags = 333 + +[azurevnetconnectors3] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Corporate +group = Users +billingtags = 343 + +[azurevnetconnectors4] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Corporate +group = Users +billingtags = 333 + +[gcpvpcconnectors1] +cxp = US-EAST-2 +segments = Prod +group = Development +billingtags = 343 + +[gcpvpcconnectors2] +cxp = US-EAST-2 +segments = Prod +group = Development +billingtags = 333 + +[gcpvpcconnectors3] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Corporate +group = Users +billingtags = 343 + +[gcpvpcconnectors4] +cxp = GERMANYWESTCENTRAL-AZURE-1 +segments = Corporate +group = Users +billingtags = 343 diff --git a/config/ipsecconnectors1.txt b/config/ipsecconnectors1.txt index f61f3f8..61b6a30 100644 --- a/config/ipsecconnectors1.txt +++ b/config/ipsecconnectors1.txt @@ -1,5 +1,5 @@ { - "name": "SanJose", + "name": "SanJose1", "cxp": "US-EAST-2", "type": "IP_SEC", "group": "Users", @@ -16,7 +16,7 @@ { "name": "PAN", "gatewayIpType": "STATIC", - "customerGwIp": "101.1.1.1" + "customerGwIp": "192.168.1.2" } ], "billingTags": [ diff --git a/config/ipsecconnectors2.txt b/config/ipsecconnectors2.txt index 5284049..296bc66 100644 --- a/config/ipsecconnectors2.txt +++ b/config/ipsecconnectors2.txt @@ -1,10 +1,10 @@ { - "name": "Amsterdam", + "name": "SanJose2", "cxp": "US-EAST-2", "type": "IP_SEC", "group": "Users", "segments": [ - "Corporate" + "Prod" ], "vpnMode": "ROUTE_BASED", "routingOptions": { @@ -16,7 +16,7 @@ { "name": "PAN", "gatewayIpType": "STATIC", - "customerGwIp": "101.1.1.1" + "customerGwIp": "192.168.1.3" } ], "billingTags": [ diff --git a/config/ipsecconnectors3.txt b/config/ipsecconnectors3.txt new file mode 100644 index 0000000..351cd52 --- /dev/null +++ b/config/ipsecconnectors3.txt @@ -0,0 +1,26 @@ +{ + "name": "Amsterdam1", + "cxp": "US-EAST-2", + "type": "IP_SEC", + "group": "Users", + "segments": [ + "Prod" + ], + "vpnMode": "ROUTE_BASED", + "routingOptions": { + "dynamicRouting": { + "customerGwAsn": "60131" + } + }, + "sites": [ + { + "name": "PAN", + "gatewayIpType": "STATIC", + "customerGwIp": "192.168.2.2" + } + ], + "billingTags": [ + "333" + ], + "size": "LARGE" +} diff --git a/config/ipsecconnectors4.txt b/config/ipsecconnectors4.txt new file mode 100644 index 0000000..bb555e4 --- /dev/null +++ b/config/ipsecconnectors4.txt @@ -0,0 +1,26 @@ +{ + "name": "Amsterdam2", + "cxp": "US-EAST-2", + "type": "IP_SEC", + "group": "Users", + "segments": [ + "Corporate" + ], + "vpnMode": "ROUTE_BASED", + "routingOptions": { + "dynamicRouting": { + "customerGwAsn": "60131" + } + }, + "sites": [ + { + "name": "PAN", + "gatewayIpType": "STATIC", + "customerGwIp": "192.168.2.3" + } + ], + "billingTags": [ + "333" + ], + "size": "LARGE" +}