Skip to content

Commit 3ce39fd

Browse files
authored
feat: code change for sap-s4hana-bw4hana dir (#883)
BREAKING CHANGE: removed pre-req id (VPC) and deploy in one click.
1 parent 68703bc commit 3ce39fd

22 files changed

+2384
-529
lines changed

.secrets.baseline

Lines changed: 389 additions & 365 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ This repository contains deployable architecture solutions that help in deployin
1919
- Additionally tunes the instances according to SAP's best practices, which are fully ready for hosting SAP applications.
2020

2121
1. [IBM catalog PowerVS S/4HANA or BW/4HANA variation](https://github.com/terraform-ibm-modules/terraform-ibm-powervs-sap/tree/main/solutions/ibm-catalog/sap-s4hana-bw4hana)
22+
- Creates a VPC and Power Virtual Server workspace, interconnects them, and configures OS network management services (SQUID proxy, NTP, NFS, and DNS) using Ansible Galaxy collection roles from the ibm.power_linux_sap collection.
2223
- Creates and configures **one HANA instance and one NetWeaver instance** with **RHEL** OS distribution. Creates a private subnet for SAP communication for the entire landscape.
2324
- Optionally configures OS network management services (NTP, NFS, and DNS services) using Ansible Galaxy Collection from [IBM](https://galaxy.ansible.com/ui/repo/published/ibm/power_linux_sap/): `power_linux_sap`
2425
- Tunes the instances according to SAP's best practices.

ibm_catalog.json

Lines changed: 616 additions & 35 deletions
Large diffs are not rendered by default.

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

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
copyright:
44
years: 2024, 2025
5-
lastupdated: "2025-09-05"
5+
lastupdated: "2025-10-25"
66
keywords:
77
subcollection: deployable-reference-architectures
88
authors:
99
- name: Arnold Beilmann
1010
- name: Suraj Bharadwaj
1111
- name: Ludwig Mueller
12+
- name: Trilochan Pandey
1213
production: true
1314
deployment-url: https://cloud.ibm.com/catalog/architecture/deploy-arch-ibm-pvs-sap-9aa6135e-75d5-467e-9f4a-ac2a21c069b8-global
1415
docs: https://cloud.ibm.com/docs/sap-powervs
@@ -17,17 +18,11 @@ use-case: ITServiceManagement
1718
industry: Technology
1819
compliance: SAPCertified
1920
content-type: reference-architecture
20-
version: v4.2.2
21+
version: v5.0.0
2122
related_links:
2223
- title: 'SAP in IBM Cloud documentation'
2324
url: 'https://cloud.ibm.com/docs/sap'
2425
description: 'SAP in IBM Cloud documentation.'
25-
- title: 'Reference architecture for "Power Virtual Server with VPC landing zone" as full stack deployment'
26-
url: 'https://cloud.ibm.com/docs/deployable-reference-architectures?topic=deployable-reference-architectures-deploy-arch-ibm-pvs-inf-full-stack'
27-
description: 'Reference architecture for "Power Virtual Server with VPC landing zone" as full stack deployment'
28-
- title: 'Reference architecture for "Power Virtual Server with VPC landing zone" as extension of existing deployment'
29-
url: 'https://cloud.ibm.com/docs/deployable-reference-architectures?topic=deployable-reference-architectures-deploy-arch-ibm-pvs-inf-extension'
30-
description: 'Reference architecture for "Power Virtual Server with VPC landing zone" as extension of existing deployment'
3126

3227
---
3328

@@ -39,15 +34,15 @@ related_links:
3934
{: toc-industry="Technology"}
4035
{: toc-use-case="ITServiceManagement"}
4136
{: toc-compliance="SAPCertified"}
42-
{: toc-version="v4.2.2"}
37+
{: toc-version="v5.0.0"}
4338

4439
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 and SAP NetWeaver are deployed and pre-configured for SAP installation.
4540

46-
Services such as DNS, NTP, and NFS running in VPC and provided by Power Virtual Server with VPC landing zone are leveraged.
41+
Services such as DNS, NTP, and NFS runs in VPC.
4742

4843
The transit gateway provides the network bridge between the IBM Power infrastructure and the IBM Cloud® VPC and public internet.
4944

50-
The resulting SAP landscape leverages services such as Activity Tracker, Cloud Object Storage, Key Management from the VPC landing zone and the network connectivity configuration provided by Power Virtual Server with VPC landing zone. Additionally, it will also setup SCC Workload Protection if the feature was enabled during the landing zone deployment.
45+
The resulting SAP landscape leverages services such as Activity Tracker, Cloud Object Storage, Key Management from the VPC landing zone and the network connectivity configuration. Additionally, it will also setup SCC Workload Protection if the feature was enabled during the landing zone deployment.
5146

5247
## Architecture diagram
5348
{: #sap-ready-to-go-architecture-diagram}

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

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
copyright:
44
years: 2024, 2025
5-
lastupdated: "2025-09-05"
5+
lastupdated: "2025-10-25"
66
keywords:
77
subcollection: deployable-reference-architectures
88
authors:
99
- name: Arnold Beilmann
1010
- name: Suraj Bharadwaj
1111
- name: Ludwig Mueller
12+
- name: Trilochan Pandey
1213
production: true
1314
deployment-url: https://cloud.ibm.com/catalog/architecture/deploy-arch-ibm-pvs-sap-9aa6135e-75d5-467e-9f4a-ac2a21c069b8-global
1415
docs: https://cloud.ibm.com/docs/sap-powervs
@@ -17,17 +18,11 @@ use-case: ITServiceManagement
1718
industry: Technology
1819
compliance: SAPCertified
1920
content-type: reference-architecture
20-
version: v4.2.2
21+
version: v5.0.0
2122
related_links:
2223
- title: 'SAP in IBM Cloud documentation'
2324
url: 'https://cloud.ibm.com/docs/sap'
2425
description: 'SAP in IBM Cloud documentation.'
25-
- title: 'Reference architecture for "Power Virtual Server with VPC landing zone" as full stack deployment'
26-
url: 'https://cloud.ibm.com/docs/deployable-reference-architectures?topic=deployable-reference-architectures-deploy-arch-ibm-pvs-inf-full-stack'
27-
description: 'Reference architecture for "Power Virtual Server with VPC landing zone" as full stack deployment'
28-
- title: 'Reference architecture for "Power Virtual Server with VPC landing zone" as extension of existing deployment'
29-
url: 'https://cloud.ibm.com/docs/deployable-reference-architectures?topic=deployable-reference-architectures-deploy-arch-ibm-pvs-inf-extension'
30-
description: 'Reference architecture for "Power Virtual Server with VPC landing zone" as extension of existing deployment'
3126

3227
---
3328

@@ -39,15 +34,15 @@ related_links:
3934
{: toc-industry="Technology"}
4035
{: toc-use-case="ITServiceManagement"}
4136
{: toc-compliance="SAPCertified"}
42-
{: toc-version="v4.2.2"}
37+
{: toc-version="v5.0.0"}
4338

4439
'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 and SAP NetWeaver are deployed and pre-configured for SAP installation. The S/4HANA or BW/4HANA solution is installed based on the selected version.
4540

46-
Services such as DNS, NTP, and NFS running in VPC and provided by Power Virtual Server with VPC landing zone are leveraged.
41+
Services such as DNS, NTP, and NFS runs in VPC.
4742

4843
Transit gateway connections provide the network bridge between the IBM Power infrastructure and the IBM Cloud® VPC and public internet.
4944

50-
The resulting SAP landscape leverages the services such as Activity Tracker, Cloud Object Storage, Key Management from the VPC landing zone and the network connectivity configuration provided by Power Virtual Server with VPC landing zone. Additionally, it will also setup Monitoring and SCC Workload Protection if the features were enabled during the landing zone deployment.
45+
The resulting SAP landscape leverages the services such as Activity Tracker, Cloud Object Storage, Key Management from the VPC landing zone and the network connectivity configuration. Additionally, it will also setup Monitoring and SCC Workload Protection if the features were enabled during the landing zone deployment.
5146

5247
## Architecture diagram
5348
{: #sap-s4hana-bw4hana-architecture-diagram}

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

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)