Skip to content

Commit fd6c6be

Browse files
feat: support lon04 for deployment; add dal14 DC for future deployment (#755)
1 parent 9c09cd5 commit fd6c6be

File tree

9 files changed

+21
-8
lines changed

9 files changed

+21
-8
lines changed

ibm_catalog.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@
104104
"displayname": "Frankfurt 2 (eu-de-2)",
105105
"value": "eu-de-2"
106106
},
107+
{
108+
"displayname": "London 04 (lon04)",
109+
"value": "lon04"
110+
},
107111
{
108112
"displayname": "London 06 (lon06)",
109113
"value": "lon06"
@@ -417,6 +421,10 @@
417421
"displayname": "Frankfurt 2 (eu-de-2)",
418422
"value": "eu-de-2"
419423
},
424+
{
425+
"displayname": "London 04 (lon04)",
426+
"value": "lon04"
427+
},
420428
{
421429
"displayname": "London 06 (lon06)",
422430
"value": "lon06"

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: 2024
5-
lastupdated: "2024-12-11"
5+
lastupdated: "2024-12-13"
66
keywords:
77
subcollection: deployable-reference-architectures
88
authors:
@@ -16,7 +16,7 @@ use-case: ITServiceManagement
1616
industry: Technology
1717
compliance: SAPCertified
1818
content-type: reference-architecture
19-
version: v3.2.1
19+
version: v3.3.0
2020
related_links:
2121
- title: 'SAP in IBM Cloud documentation'
2222
url: 'https://cloud.ibm.com/docs/sap'
@@ -38,7 +38,7 @@ related_links:
3838
{: toc-industry="Technology"}
3939
{: toc-use-case="ITServiceManagement"}
4040
{: toc-compliance="SAPCertified"}
41-
{: toc-version="3.2.1"}
41+
{: toc-version="3.3.0"}
4242

4343
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.
4444

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: 2024
5-
lastupdated: "2024-12-11"
5+
lastupdated: "2024-12-13"
66
keywords:
77
subcollection: deployable-reference-architectures
88
authors:
@@ -16,7 +16,7 @@ use-case: ITServiceManagement
1616
industry: Technology
1717
compliance: SAPCertified
1818
content-type: reference-architecture
19-
version: v3.2.1
19+
version: v3.3.0
2020
related_links:
2121
- title: 'SAP in IBM Cloud documentation'
2222
url: 'https://cloud.ibm.com/docs/sap'
@@ -38,7 +38,7 @@ related_links:
3838
{: toc-industry="Technology"}
3939
{: toc-use-case="ITServiceManagement"}
4040
{: toc-compliance="SAPCertified"}
41-
{: toc-version="3.2.1"}
41+
{: toc-version="3.3.0"}
4242

4343
'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.
4444

solutions/e2e/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The end-to-end solution automates the following tasks:
5959

6060
| Name | Source | Version |
6161
|------|--------|---------|
62-
| <a name="module_powervs_infra"></a> [powervs\_infra](#module\_powervs\_infra) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 8.0.3 |
62+
| <a name="module_powervs_infra"></a> [powervs\_infra](#module\_powervs\_infra) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 8.1.0 |
6363
| <a name="module_sap_system"></a> [sap\_system](#module\_sap\_system) | ../../modules/pi-sap-system-type1 | n/a |
6464

6565
### Resources

solutions/e2e/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module "powervs_infra" {
99
source = "terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone"
10-
version = "8.0.3"
10+
version = "8.1.0"
1111

1212
providers = { ibm.ibm-is = ibm.ibm-is, ibm.ibm-pi = ibm.ibm-pi, ibm.ibm-sm = ibm.ibm-sm }
1313

solutions/e2e/provider.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ locals {
1717
"us-south" = "us-south"
1818
"dal10" = "us-south"
1919
"dal12" = "us-south"
20+
"dal14" = "us-south"
2021
"us-east" = "us-east"
2122
"wdc06" = "us-east"
2223
"wdc07" = "us-east"
@@ -40,6 +41,7 @@ locals {
4041
"us-south" = "us-south"
4142
"dal10" = "us-south"
4243
"dal12" = "us-south"
44+
"dal14" = "us-south"
4345
"us-east" = "us-east"
4446
"wdc06" = "us-east"
4547
"wdc07" = "us-east"

solutions/ibm-catalog/sap-ready-to-go/provider.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ locals {
1717
"us-south" = "us-south"
1818
"dal10" = "us-south"
1919
"dal12" = "us-south"
20+
"dal14" = "us-south"
2021
"us-east" = "us-east"
2122
"wdc06" = "us-east"
2223
"wdc07" = "us-east"

solutions/ibm-catalog/sap-s4hana-bw4hana/provider.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ locals {
1717
"us-south" = "us-south"
1818
"dal10" = "us-south"
1919
"dal12" = "us-south"
20+
"dal14" = "us-south"
2021
"us-east" = "us-east"
2122
"wdc06" = "us-east"
2223
"wdc07" = "us-east"

solutions/sap-ready-to-go/provider.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ locals {
1717
"us-south" = "us-south"
1818
"dal10" = "us-south"
1919
"dal12" = "us-south"
20+
"dal14" = "us-south"
2021
"us-east" = "us-east"
2122
"wdc06" = "us-east"
2223
"wdc07" = "us-east"

0 commit comments

Comments
 (0)