Skip to content

Commit

Permalink
feat: support lon04 for deployment; add dal14 DC for future deployment (
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsbharadwaj authored Dec 13, 2024
1 parent 9c09cd5 commit fd6c6be
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 8 deletions.
8 changes: 8 additions & 0 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@
"displayname": "Frankfurt 2 (eu-de-2)",
"value": "eu-de-2"
},
{
"displayname": "London 04 (lon04)",
"value": "lon04"
},
{
"displayname": "London 06 (lon06)",
"value": "lon06"
Expand Down Expand Up @@ -417,6 +421,10 @@
"displayname": "Frankfurt 2 (eu-de-2)",
"value": "eu-de-2"
},
{
"displayname": "London 04 (lon04)",
"value": "lon04"
},
{
"displayname": "London 06 (lon06)",
"value": "lon06"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

copyright:
years: 2024
lastupdated: "2024-12-11"
lastupdated: "2024-12-13"
keywords:
subcollection: deployable-reference-architectures
authors:
Expand All @@ -16,7 +16,7 @@ use-case: ITServiceManagement
industry: Technology
compliance: SAPCertified
content-type: reference-architecture
version: v3.2.1
version: v3.3.0
related_links:
- title: 'SAP in IBM Cloud documentation'
url: 'https://cloud.ibm.com/docs/sap'
Expand All @@ -38,7 +38,7 @@ related_links:
{: toc-industry="Technology"}
{: toc-use-case="ITServiceManagement"}
{: toc-compliance="SAPCertified"}
{: toc-version="3.2.1"}
{: toc-version="3.3.0"}

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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

copyright:
years: 2024
lastupdated: "2024-12-11"
lastupdated: "2024-12-13"
keywords:
subcollection: deployable-reference-architectures
authors:
Expand All @@ -16,7 +16,7 @@ use-case: ITServiceManagement
industry: Technology
compliance: SAPCertified
content-type: reference-architecture
version: v3.2.1
version: v3.3.0
related_links:
- title: 'SAP in IBM Cloud documentation'
url: 'https://cloud.ibm.com/docs/sap'
Expand All @@ -38,7 +38,7 @@ related_links:
{: toc-industry="Technology"}
{: toc-use-case="ITServiceManagement"}
{: toc-compliance="SAPCertified"}
{: toc-version="3.2.1"}
{: toc-version="3.3.0"}

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

Expand Down
2 changes: 1 addition & 1 deletion solutions/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The end-to-end solution automates the following tasks:

| Name | Source | Version |
|------|--------|---------|
| <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 |
| <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 |
| <a name="module_sap_system"></a> [sap\_system](#module\_sap\_system) | ../../modules/pi-sap-system-type1 | n/a |

### Resources
Expand Down
2 changes: 1 addition & 1 deletion solutions/e2e/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

module "powervs_infra" {
source = "terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone"
version = "8.0.3"
version = "8.1.0"

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

Expand Down
2 changes: 2 additions & 0 deletions solutions/e2e/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ locals {
"us-south" = "us-south"
"dal10" = "us-south"
"dal12" = "us-south"
"dal14" = "us-south"
"us-east" = "us-east"
"wdc06" = "us-east"
"wdc07" = "us-east"
Expand All @@ -40,6 +41,7 @@ locals {
"us-south" = "us-south"
"dal10" = "us-south"
"dal12" = "us-south"
"dal14" = "us-south"
"us-east" = "us-east"
"wdc06" = "us-east"
"wdc07" = "us-east"
Expand Down
1 change: 1 addition & 0 deletions solutions/ibm-catalog/sap-ready-to-go/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ locals {
"us-south" = "us-south"
"dal10" = "us-south"
"dal12" = "us-south"
"dal14" = "us-south"
"us-east" = "us-east"
"wdc06" = "us-east"
"wdc07" = "us-east"
Expand Down
1 change: 1 addition & 0 deletions solutions/ibm-catalog/sap-s4hana-bw4hana/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ locals {
"us-south" = "us-south"
"dal10" = "us-south"
"dal12" = "us-south"
"dal14" = "us-south"
"us-east" = "us-east"
"wdc06" = "us-east"
"wdc07" = "us-east"
Expand Down
1 change: 1 addition & 0 deletions solutions/sap-ready-to-go/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ locals {
"us-south" = "us-south"
"dal10" = "us-south"
"dal12" = "us-south"
"dal14" = "us-south"
"us-east" = "us-east"
"wdc06" = "us-east"
"wdc07" = "us-east"
Expand Down

0 comments on commit fd6c6be

Please sign in to comment.