adding more Pre Prod config

This commit is contained in:
mischa 2022-06-21 22:06:41 +02:00
parent 5e6f814d06
commit 1bdb888703
8 changed files with 103 additions and 15 deletions

View File

@ -13,19 +13,33 @@ billingtags = 343
size = MEDIUM
[ipsecconnectors3]
cxp = US-EAST-2
segments = Pre Prod
group = Development
billingtags = 343
size = SMALL
[ipsecconnectors4]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Corporate
group = Users
billingtags = 333
size = MEDIUM
[ipsecconnectors4]
[ipsecconnectors5]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Prod
group = Development
billingtags = 343
size = MEDIUM
[ipsecconnectors6]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Pre Prod
group = Development
billingtags = 343
size = SMALL
[internetconnectors1]
cxp = US-EAST-2
segments = Corporate

View File

@ -10,21 +10,35 @@ cxp = US-EAST-2
segments = Prod
group = Development
billingtags = 343
size = LARGE
size = MEDIUM
[ipsecconnectors3]
cxp = US-EAST-2
segments = Pre Prod
group = Development
billingtags = 343
size = SMALL
[ipsecconnectors4]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Corporate
group = Users
billingtags = 333
size = MEDIUM
[ipsecconnectors4]
[ipsecconnectors5]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Prod
group = Development
billingtags = 343
size = LARGE
size = MEDIUM
[ipsecconnectors6]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Pre Prod
group = Development
billingtags = 343
size = SMALL
[internetconnectors1]
cxp = US-EAST-2

View File

@ -5,9 +5,9 @@
"segments": [
"Prod"
],
"group": "Users",
"group": "Development",
"billingTags": [
"333"
"343"
],
"vpnMode": "ROUTE_BASED",
"routingOptions": {

View File

@ -1,13 +1,13 @@
{
"name": "Amsterdam1",
"name": "SanJose3",
"cxp": "US-EAST-2",
"size": "LARGE",
"segments": [
"Prod"
"Pre Prod"
],
"group": "Users",
"group": "Development",
"billingTags": [
"333"
"343"
],
"vpnMode": "ROUTE_BASED",
"routingOptions": {
@ -19,7 +19,7 @@
{
"name": "PAN",
"gatewayIpType": "STATIC",
"customerGwIp": "192.168.2.2"
"customerGwIp": "192.168.1.4"
}
]
}

View File

@ -1,6 +1,6 @@
{
"name": "Amsterdam2",
"cxp": "US-EAST-2",
"name": "Amsterdam1",
"cxp": "GERMANYWESTCENTRAL-AZURE-1",
"size": "LARGE",
"segments": [
"Corporate"
@ -19,7 +19,7 @@
{
"name": "PAN",
"gatewayIpType": "STATIC",
"customerGwIp": "192.168.2.3"
"customerGwIp": "192.168.2.2"
}
]
}

View File

@ -0,0 +1,25 @@
{
"name": "Amsterdam2",
"cxp": "GERMANYWESTCENTRAL-AZURE-1",
"size": "LARGE",
"segments": [
"Prod"
],
"group": "Development",
"billingTags": [
"343"
],
"vpnMode": "ROUTE_BASED",
"routingOptions": {
"dynamicRouting": {
"customerGwAsn": "60131"
}
},
"sites": [
{
"name": "PAN",
"gatewayIpType": "STATIC",
"customerGwIp": "192.168.2.3"
}
]
}

View File

@ -0,0 +1,25 @@
{
"name": "Amsterdam3",
"cxp": "GERMANYWESTCENTRAL-AZURE-1",
"size": "LARGE",
"segments": [
"Pre Prod"
],
"group": "Development",
"billingTags": [
"343"
],
"vpnMode": "ROUTE_BASED",
"routingOptions": {
"dynamicRouting": {
"customerGwAsn": "60131"
}
},
"sites": [
{
"name": "PAN",
"gatewayIpType": "STATIC",
"customerGwIp": "192.168.2.4"
}
]
}

View File

@ -26,5 +26,15 @@
"hostName": "PAN-US-instance-1",
"credentialId": ""
}
],
"segmentOptions": {
"Corporate": {
"segmentId": 1,
"zonesToGroups": {
"DEFAULT": [
"Users"
]
}
}
}
}