Skip to content

Commit 5d583ad

Browse files
feat: switch tor01 and us-south DC to PER DC (#657)
1 parent 5853d63 commit 5d583ad

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

ibm_catalog.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"required": true,
8484
"options": [
8585
{
86-
"displayname": "Dallas (dallas)",
86+
"displayname": "Dallas (dallas) PER",
8787
"value": "us-south"
8888
},
8989
{
@@ -139,7 +139,7 @@
139139
"value": "tok04"
140140
},
141141
{
142-
"displayname": "Toronto 01 (tor01)",
142+
"displayname": "Toronto 01 (tor01) PER",
143143
"value": "tor01"
144144
},
145145
{
@@ -398,7 +398,7 @@
398398
"required": true,
399399
"options": [
400400
{
401-
"displayname": "Dallas (dallas)",
401+
"displayname": "Dallas (dallas) PER",
402402
"value": "us-south"
403403
},
404404
{
@@ -454,7 +454,7 @@
454454
"value": "tok04"
455455
},
456456
{
457-
"displayname": "Toronto 01 (tor01)",
457+
"displayname": "Toronto 01 (tor01) PER",
458458
"value": "tor01"
459459
},
460460
{

modules/pi-sap-system-type1/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ resource "ibm_pi_network" "sap_network" {
1515
#####################################################
1616

1717
locals {
18-
pi_non_per_dc_list = ["mon01", "tor01", "lon04", "us-south", "us-east"]
18+
pi_non_per_dc_list = ["mon01", "lon04", "us-east"]
1919
pi_per_disabled = contains(local.pi_non_per_dc_list, var.pi_zone)
2020
}
2121

reference-architectures/sap-ready-to-go/deploy-arch-ibm-pvs-sap-ready-to-go.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2023, 2024
5-
lastupdated: "2024-05-01"
5+
lastupdated: "2024-05-11"
66

77
keywords:
88

@@ -12,7 +12,7 @@ authors:
1212
- name: Arnold Beilmann
1313
- name: Suraj Bharadwaj
1414

15-
version: v1.10.0
15+
version: v1.11.0
1616

1717
# Whether the reference architecture is published to Cloud Docs production.
1818
# When set to false, the file is available only in staging. Default is false.
@@ -53,7 +53,7 @@ content-type: reference-architecture
5353
{: toc-industry="Technology"}
5454
{: toc-use-case="ITServiceManagement"}
5555
{: toc-compliance="SAPCertified"}
56-
{: toc-version="1.10.0"}
56+
{: toc-version="1.11.0"}
5757

5858
The SAP-ready PowerVS variation of the Power Virtual Server for SAP HANA creates a basic and expandable SAP system landscape. The variation builds on the foundation of the VPC landing zone and Power Virtual Server with VPC landing zone. PowerVS instances for SAP HANA, SAP NetWeaver, and optionally for shared SAP files are deployed and preconfigured for SAP installation.
5959

reference-architectures/sap-s4hana-bw4hana/deploy-arch-ibm-pvs-sap-s4hana-bw4hana.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
copyright:
44
years: 2023, 2024
5-
lastupdated: "2024-05-01"
5+
lastupdated: "2024-05-11"
66

77
keywords:
88

@@ -12,7 +12,7 @@ authors:
1212
- name: Arnold Beilmann
1313
- name: Suraj Bharadwaj
1414

15-
version: v1.10.0
15+
version: v1.11.0
1616

1717
# Whether the reference architecture is published to Cloud Docs production.
1818
# When set to false, the file is available only in staging. Default is false.
@@ -53,7 +53,7 @@ content-type: reference-architecture
5353
{: toc-industry="Technology"}
5454
{: toc-use-case="ITServiceManagement"}
5555
{: toc-compliance="SAPCertified"}
56-
{: toc-version="1.10.0"}
56+
{: toc-version="1.11.0"}
5757

5858
'SAP S/4HANA or BW/4HANA' variation of 'Power Virtual Server for SAP HANA' creates a basic and expandable SAP system landscape built on the foundation of 'Power Virtual Server with VPC landing zone'. PowerVS instances for SAP HANA, SAP NetWeaver, and optionally for shared SAP files are deployed and preconfigured for SAP installation. The S/4HANA or BW/4HANA solution is installed based on the selected version.
5959

0 commit comments

Comments
 (0)