diff --git a/config/cxp-eu.cnf b/config/cxp-eu.cnf new file mode 100644 index 0000000..3e242a3 --- /dev/null +++ b/config/cxp-eu.cnf @@ -0,0 +1,69 @@ +[ipsecconnectors4] +cxp = GERMANYWESTCENTRAL-AZURE-1 +size = MEDIUM +segments = Corporate +group = Users +billingtags = 333 + +[ipsecconnectors5] +cxp = GERMANYWESTCENTRAL-AZURE-1 +size = MEDIUM +segments = Prod +group = Development +billingtags = 343 + +[ipsecconnectors6] +cxp = GERMANYWESTCENTRAL-AZURE-1 +size = SMALL +segments = Pre Prod +group = Development +billingtags = 343 + +[internetconnectors2] +cxp = GERMANYWESTCENTRAL-AZURE-1 +size = MEDIUM +segments = Corporate +group = Users +billingtags = 343 + +[awsvpcconnectors3] +cxp = GERMANYWESTCENTRAL-AZURE-1 +size = MEDIUM +segments = Corporate +group = Users +billingtags = 343 + +[awsvpcconnectors4] +cxp = GERMANYWESTCENTRAL-AZURE-1 +size = MEDIUM +segments = Corporate +group = Users +billingtags = 333 + +[azurevnetconnectors3] +cxp = GERMANYWESTCENTRAL-AZURE-1 +size = MEDIUM +segments = Prod +group = Development +billingtags = 343 + +[azurevnetconnectors4] +cxp = GERMANYWESTCENTRAL-AZURE-1 +size = MEDIUM +segments = Prod +group = Development +billingtags = 333 + +[gcpvpcconnectors3] +cxp = GERMANYWESTCENTRAL-AZURE-1 +size = MEDIUM +segments = Pre Prod +group = Development +billingtags = 343 + +[gcpvpcconnectors4] +cxp = GERMANYWESTCENTRAL-AZURE-1 +size = MEDIUM +segments = Pre Prod +group = Development +billingtags = 333 diff --git a/config/ipsecconnectors5.txt b/config/ipsecconnectors5.txt index 9c04be7..f4b8b76 100644 --- a/config/ipsecconnectors5.txt +++ b/config/ipsecconnectors5.txt @@ -1,5 +1,5 @@ { - "name": "Amsterdam2", + "name": "Paris1", "cxp": "GERMANYWESTCENTRAL-AZURE-1", "size": "LARGE", "segments": [ @@ -17,7 +17,7 @@ }, "sites": [ { - "name": "PAN", + "name": "FTNT", "gatewayIpType": "STATIC", "customerGwIp": "192.168.2.3" } diff --git a/config/ipsecconnectors6.txt b/config/ipsecconnectors6.txt index 85770f5..f67f21c 100644 --- a/config/ipsecconnectors6.txt +++ b/config/ipsecconnectors6.txt @@ -1,5 +1,5 @@ { - "name": "Amsterdam3", + "name": "Frankfurt1", "cxp": "GERMANYWESTCENTRAL-AZURE-1", "size": "LARGE", "segments": [ @@ -17,7 +17,7 @@ }, "sites": [ { - "name": "PAN", + "name": "CISCO", "gatewayIpType": "STATIC", "customerGwIp": "192.168.2.4" }