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 size = MEDIUM
[ipsecconnectors3] [ipsecconnectors3]
cxp = US-EAST-2
segments = Pre Prod
group = Development
billingtags = 343
size = SMALL
[ipsecconnectors4]
cxp = GERMANYWESTCENTRAL-AZURE-1 cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Corporate segments = Corporate
group = Users group = Users
billingtags = 333 billingtags = 333
size = MEDIUM size = MEDIUM
[ipsecconnectors4] [ipsecconnectors5]
cxp = GERMANYWESTCENTRAL-AZURE-1 cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Prod segments = Prod
group = Development group = Development
billingtags = 343 billingtags = 343
size = MEDIUM size = MEDIUM
[ipsecconnectors6]
cxp = GERMANYWESTCENTRAL-AZURE-1
segments = Pre Prod
group = Development
billingtags = 343
size = SMALL
[internetconnectors1] [internetconnectors1]
cxp = US-EAST-2 cxp = US-EAST-2
segments = Corporate segments = Corporate

View File

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

View File

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

View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "Amsterdam2", "name": "Amsterdam1",
"cxp": "US-EAST-2", "cxp": "GERMANYWESTCENTRAL-AZURE-1",
"size": "LARGE", "size": "LARGE",
"segments": [ "segments": [
"Corporate" "Corporate"
@ -19,7 +19,7 @@
{ {
"name": "PAN", "name": "PAN",
"gatewayIpType": "STATIC", "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", "hostName": "PAN-US-instance-1",
"credentialId": "" "credentialId": ""
} }
],
"segmentOptions": {
"Corporate": {
"segmentId": 1,
"zonesToGroups": {
"DEFAULT": [
"Users"
] ]
}
}
}
} }