Skip to content

Commit 87db0bf

Browse files
feat: dal12 PER support (#607)
--------- Co-authored-by: surajsbharadwaj <suraj.bharadwaj@ibm.com>
1 parent d60639e commit 87db0bf

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

ibm_catalog.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"value": "dal10"
9292
},
9393
{
94-
"displayname": "Dallas 12 (dal12)",
94+
"displayname": "Dallas 12 (dal12) PER",
9595
"value": "dal12"
9696
},
9797
{
@@ -406,7 +406,7 @@
406406
"value": "dal10"
407407
},
408408
{
409-
"displayname": "Dallas 12 (dal12)",
409+
"displayname": "Dallas 12 (dal12) PER",
410410
"value": "dal12"
411411
},
412412
{

modules/pi-sap-system-type1/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The Power Virtual Server for SAP module automates the following tasks:
3434
| <a name="module_ansible_netweaver_sapmnt_mount"></a> [ansible\_netweaver\_sapmnt\_mount](#module\_ansible\_netweaver\_sapmnt\_mount) | ../remote-exec-ansible | n/a |
3535
| <a name="module_ansible_sap_instance_init"></a> [ansible\_sap\_instance\_init](#module\_ansible\_sap\_instance\_init) | ../remote-exec-ansible | n/a |
3636
| <a name="module_ansible_sharefs_instance_exportfs"></a> [ansible\_sharefs\_instance\_exportfs](#module\_ansible\_sharefs\_instance\_exportfs) | ../remote-exec-ansible | n/a |
37-
| <a name="module_pi_attach_sap_network"></a> [pi\_attach\_sap\_network](#module\_pi\_attach\_sap\_network) | terraform-ibm-modules/powervs-workspace/ibm//modules/pi-cloudconnection-attach | 1.5.0 |
37+
| <a name="module_pi_attach_sap_network"></a> [pi\_attach\_sap\_network](#module\_pi\_attach\_sap\_network) | terraform-ibm-modules/powervs-workspace/ibm//modules/pi-cloudconnection-attach | 1.6.0 |
3838
| <a name="module_pi_hana_instance"></a> [pi\_hana\_instance](#module\_pi\_hana\_instance) | terraform-ibm-modules/powervs-instance/ibm | 1.0.2 |
3939
| <a name="module_pi_hana_storage_calculation"></a> [pi\_hana\_storage\_calculation](#module\_pi\_hana\_storage\_calculation) | ../pi-hana-storage-config | n/a |
4040
| <a name="module_pi_netweaver_instance"></a> [pi\_netweaver\_instance](#module\_pi\_netweaver\_instance) | terraform-ibm-modules/powervs-instance/ibm | 1.0.2 |

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ resource "ibm_pi_network" "sap_network" {
1515
#####################################################
1616

1717
locals {
18-
per_enabled_dc_list = ["dal10", "wdc06", "wdc07", "mad02", "mad04", "eu-de-1", "eu-de-2", "sao04"]
18+
per_enabled_dc_list = ["dal10", "dal12", "wdc06", "wdc07", "mad02", "mad04", "eu-de-1", "eu-de-2", "sao04"]
1919
per_enabled = contains(local.per_enabled_dc_list, var.pi_zone)
2020
}
2121

2222
module "pi_attach_sap_network" {
2323
source = "terraform-ibm-modules/powervs-workspace/ibm//modules/pi-cloudconnection-attach"
24-
version = "1.5.0"
24+
version = "1.6.0"
2525
count = local.per_enabled ? 0 : 1
2626

2727
pi_workspace_guid = var.pi_workspace_guid

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-01-30"
5+
lastupdated: "2024-02-01"
66

77
keywords:
88

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

15-
version: v1.6.1
15+
version: v1.7.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.6.1"}
56+
{: toc-version="1.7.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: 2024
5-
lastupdated: "2024-01-30"
5+
lastupdated: "2024-02-01"
66

77
keywords:
88

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

15-
version: v1.6.1
15+
version: v1.7.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.6.1"}
56+
{: toc-version="1.7.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

solutions/e2e/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ The end-to-end solution automates the following tasks:
5858

5959
| Name | Source | Version |
6060
|------|--------|---------|
61-
| <a name="module_fullstack"></a> [fullstack](#module\_fullstack) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 4.3.0 |
61+
| <a name="module_fullstack"></a> [fullstack](#module\_fullstack) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 4.4.0 |
6262
| <a name="module_sap_system"></a> [sap\_system](#module\_sap\_system) | ../../modules/pi-sap-system-type1 | n/a |
6363

6464
### Resources
6565

6666
| Name | Type |
6767
|------|------|
68-
| [time_sleep.wait_5_mins](https://registry.terraform.io/providers/hashicorp/time/latest/docs/resources/sleep) | resource |
68+
| [time_sleep.wait_10_mins](https://registry.terraform.io/providers/hashicorp/time/latest/docs/resources/sleep) | resource |
6969

7070
### Inputs
7171

solutions/e2e/main.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
module "fullstack" {
99
source = "terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone"
10-
version = "4.3.0"
10+
version = "4.4.0"
1111

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

@@ -23,8 +23,8 @@ module "fullstack" {
2323
configure_nfs_server = var.configure_nfs_server
2424
}
2525

26-
resource "time_sleep" "wait_5_mins" {
27-
create_duration = "300s"
26+
resource "time_sleep" "wait_10_mins" {
27+
create_duration = "600s"
2828
}
2929
#######################################################
3030
# Power Virtual Server SAP ready-to-go
@@ -62,7 +62,7 @@ locals {
6262

6363
module "sap_system" {
6464
source = "../../modules/pi-sap-system-type1"
65-
depends_on = [time_sleep.wait_5_mins]
65+
depends_on = [time_sleep.wait_10_mins]
6666
providers = { ibm = ibm.ibm-pi }
6767

6868
pi_zone = var.powervs_zone

0 commit comments

Comments
 (0)