changed config slightly for easy demo and prepare Azure CXP

This commit is contained in:
mischa 2022-06-27 16:00:16 +02:00
parent 3f75701f89
commit 9e89430020
3 changed files with 73 additions and 4 deletions

69
config/cxp-eu.cnf Normal file
View File

@ -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

View File

@ -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"
}

View File

@ -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"
}