Skip to content

Commit

Permalink
Add Canada (ca1) region and vault-proxy service
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Lo-A-Foe <[email protected]>
  • Loading branch information
loafoe committed Jun 17, 2021
1 parent a7fa64e commit 9b30eef
Show file tree
Hide file tree
Showing 2 changed files with 118 additions and 0 deletions.
75 changes: 75 additions & 0 deletions config/hsdp.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,60 @@
},
"uaa": {
"url": "https://uaa.sys.ap3.hsdp.io"
},
"vault-proxy": {
"url": "https://vproxy.ap3.hsdp.io"
}
}
},
"ca1": {
"env": {
"prod": {
"service": {
"iam": {
"url": "https://iam-service.ca1.hsdp.io"
},
"idm": {
"url": "https://idm-service.ca1.hsdp.io"
},
"kibana": {
"url": "https://kibana.ca1.hsdp.io"
},
"logging": {
"url": "https://logingestor2.ca1.hsdp.io"
},
"logquery": {
"url": "https://logquery.ca1.hsdp.io"
},
"notification": {
"url": "https://notification-service.ca1.hsdp.io"
}
}
}
},
"service": {
"cartel": {
"host": "cartel-ca1.cloud.phsdp.com"
},
"cf": {
"domain": "ca1.hsdp.io",
"url": "https://api.sys.ca1.hsdp.io"
},
"console": {
"url": "https://console.ca1.hsdp.io"
},
"docker-registry": {
"host": "docker.ca1.hsdp.io"
},
"gateway": {
"domain": "ca1.phsdp.com",
"host": "gw-ca1.phsdp.com"
},
"uaa": {
"url": "https://uaa.sys.ca1.hsdp.io"
},
"vault-proxy": {
"url": "https://vproxy.ca1.hsdp.io"
}
}
},
Expand All @@ -70,6 +124,11 @@
}
}
}
},
"service": {
"vault-proxy": {
"url": "https://vproxy.cn1.philips-healthsuite.com.cn"
}
}
},
"dev": {
Expand Down Expand Up @@ -176,6 +235,9 @@
},
"uaa": {
"url": "https://uaa.eu1.phsdp.com"
},
"vault-proxy": {
"url": "https://vproxy.eu-west.philips-healthsuite.com"
}
}
},
Expand Down Expand Up @@ -231,6 +293,9 @@
},
"uaa": {
"url": "https://uaa.sys.sa1.hsdp.io"
},
"vault-proxy": {
"url": "https://vproxy.sa1.hsdp.io"
}
}
},
Expand Down Expand Up @@ -337,6 +402,16 @@
},
"uaa": {
"url": "https://uaa.cloud.pcftest.com"
},
"vault-proxy": {
"url": "https://vproxy.us-east.philips-healthsuite.com"
}
}
},
"us-west": {
"service": {
"vault-proxy": {
"url": "https://vproxy.cloud.phsdp.com"
}
}
}
Expand Down
43 changes: 43 additions & 0 deletions config/hsdp.toml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ domain = "sa1.hsdp.io"
[region.apac3.service.cf]
url = "https://api.sys.ap3.hsdp.io"
domain = "ap3.hsdp.io"
[region.ca1.service.cf]
url = "https://api.sys.ca1.hsdp.io"
domain = "ca1.hsdp.io"


# Service DOCKER-REGISTRY
[region.us-east.service.docker-registry]
Expand All @@ -81,6 +85,8 @@ host = "docker.eu1.hsdp.io"
host = "docker.sa1.hsdp.io"
[region.apac3.service.docker-registry]
host = "docker.ap3.hsdp.io"
[region.ca1.service.docker-registry]
host = "docker.ca1.hsdp.io"

# Service CONSOLE
[region.us-east.service.console]
Expand All @@ -91,6 +97,8 @@ url = "https://console.eu1.hsdp.io"
url = "https://console.sa1.hsdp.io"
[region.apac3.service.console]
url = "https://console.ap3.hsdp.io"
[region.ca1.service.console]
url = "https://console.ca1.hsdp.io"

# Service STL
[region.dev.service.stl]
Expand All @@ -114,6 +122,8 @@ url = "https://uaa.sys.sa1.hsdp.io"
url = "https://uaa.sys.ap3.hsdp.io"
[region.dev.service.uaa]
url = "https://uaa.cloud.phsdp.com"
[region.ca1.service.uaa]
url = "https://uaa.sys.ca1.hsdp.io"

# Notification
[region.us-east.env.client-test.service.notification]
Expand All @@ -132,6 +142,8 @@ url = "https://notification-service.sa1.hsdp.io"
url = "https://notification-service.cn1.philips-healthsuite.com.cn"
[region.apac3.env.prod.service.notification]
url = "https://notification-service.ap3.hsdp.io"
[region.ca1.env.prod.service.notification]
url = "https://notification-service.ca1.hsdp.io"

# Service IAM
[region.us-east.env.client-test.service.iam]
Expand All @@ -150,6 +162,8 @@ url = "https://iam-service.ap3.hsdp.io"
url = "https://iam-development.us-east.philips-healthsuite.com"
[region.cn1.env.prod.service.iam]
url = "https://iam-service.cn1.philips-healthsuite.com.cn"
[region.ca1.env.prod.service.iam]
url = "https://iam-service.ca1.hsdp.io"

# Service IDM
[region.us-east.env.client-test.service.idm]
Expand All @@ -168,6 +182,8 @@ url = "https://idm-service.ap3.hsdp.io"
url = "https://idm-development.us-east.philips-healthsuite.com"
[region.cn1.env.prod.service.idm]
url = "https://idm-service.cn1.philips-healthsuite.com.cn"
[region.ca1.env.prod.service.idm]
url = "https://idm-service.ca1.hsdp.io"

# Service CARTEL
[region.dev.service.cartel]
Expand All @@ -178,6 +194,8 @@ host = "cartel-na1.cloud.phsdp.com"
host = "cartel-eu1.cloud.phsdp.com"
[region.sa1.service.cartel]
host = "cartel-sa1.cloud.phsdp.com"
[region.ca1.service.cartel]
host = "cartel-ca1.cloud.phsdp.com"

# Service GATEWAY
[region.dev.service.gateway]
Expand All @@ -195,6 +213,9 @@ domain = "sa1.phsdp.com"
[region.apac3.service.gateway]
host = "gw-apac3.phsdp.com"
domain = "apac3.phsdp.com"
[region.ca1.service.gateway]
host = "gw-ca1.phsdp.com"
domain = "ca1.phsdp.com"

# Service S3CREDS
[region.us-east.env.dev.service.s3creds]
Expand Down Expand Up @@ -233,6 +254,8 @@ url = "https://logingestor2.us-east.philips-healthsuite.com"
url = "https://logingestor2.sa1.hsdp.io"
[region.apac3.env.prod.service.logging]
url = "https://logingestor2.ap3.hsdp.io"
[region.ca1.env.prod.service.logging]
url = "https://logingestor2.ca1.hsdp.io"

# Service LOGQUERY
[region.eu-west.env.client-test.service.logquery]
Expand All @@ -247,6 +270,8 @@ url = "https://logquery.us-east.philips-healthsuite.com"
url = "https://logquery.sa1.hsdp.io"
[region.apac3.env.prod.service.logquery]
url = "https://logquery.ap3.hsdp.io"
[region.ca1.env.prod.service.logquery]
url = "https://logquery.ca1.hsdp.io"

# Service KIBANA
[region.eu-west.env.client-test.service.kibana]
Expand All @@ -263,6 +288,8 @@ url = "https://kibana-client-test.sa1.hsdp.io"
url = "https://kibana.sa1.hsdp.io"
[region.apac3.env.prod.service.kibana]
url = "https://kibana.ap3.hsdp.io"
[region.ca1.env.prod.service.kibana]
url = "https://kibana.ca1.hsdp.io"

# Service PKI
[region.eu-west.env.client-test.service.pki]
Expand All @@ -273,3 +300,19 @@ url = "https://pki-client-test.us-east.philips-healthsuite.com"
# Service MDM
[region.eu-west.env.client-test.service.mdm]
url = "https://connect-mdm-client-test.us-east.philips-healthsuite.com/connect/mdm"

# Service VAULT-PROXY
[region.us-east.service.vault-proxy]
url = "https://vproxy.us-east.philips-healthsuite.com"
[region.us-west.service.vault-proxy]
url = "https://vproxy.cloud.phsdp.com"
[region.eu-west.service.vault-proxy]
url = "https://vproxy.eu-west.philips-healthsuite.com"
[region.sa1.service.vault-proxy]
url = "https://vproxy.sa1.hsdp.io"
[region.apac3.service.vault-proxy]
url = "https://vproxy.ap3.hsdp.io"
[region.cn1.service.vault-proxy]
url = "https://vproxy.cn1.philips-healthsuite.com.cn"
[region.ca1.service.vault-proxy]
url = "https://vproxy.ca1.hsdp.io"

0 comments on commit 9b30eef

Please sign in to comment.