Skip to content

Commit

Permalink
feat: switch sao01 to per (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsbharadwaj authored Feb 7, 2024
1 parent f924b67 commit 98c83fa
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,11 @@
"value": "osa21"
},
{
"displayname": "Sao Paulo 01 (sao01)",
"displayname": "Sao Paulo 01 (sao01) PER",
"value": "sao01"
},
{
"displayname": "Sao Paulo 04 (sao04)",
"displayname": "Sao Paulo 04 (sao04) PER",
"value": "sao04"
},
{
Expand Down Expand Up @@ -434,7 +434,7 @@
"value": "osa21"
},
{
"displayname": "Sao Paulo 01 (sao01)",
"displayname": "Sao Paulo 01 (sao01) PER",
"value": "sao01"
},
{
Expand Down
2 changes: 1 addition & 1 deletion modules/pi-sap-system-type1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The Power Virtual Server for SAP module automates the following tasks:
| <a name="module_ansible_netweaver_sapmnt_mount"></a> [ansible\_netweaver\_sapmnt\_mount](#module\_ansible\_netweaver\_sapmnt\_mount) | ../remote-exec-ansible | n/a |
| <a name="module_ansible_sap_instance_init"></a> [ansible\_sap\_instance\_init](#module\_ansible\_sap\_instance\_init) | ../remote-exec-ansible | n/a |
| <a name="module_ansible_sharefs_instance_exportfs"></a> [ansible\_sharefs\_instance\_exportfs](#module\_ansible\_sharefs\_instance\_exportfs) | ../remote-exec-ansible | n/a |
| <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 |
| <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.7.0 |
| <a name="module_pi_hana_instance"></a> [pi\_hana\_instance](#module\_pi\_hana\_instance) | terraform-ibm-modules/powervs-instance/ibm | 1.0.2 |
| <a name="module_pi_hana_storage_calculation"></a> [pi\_hana\_storage\_calculation](#module\_pi\_hana\_storage\_calculation) | ../pi-hana-storage-config | n/a |
| <a name="module_pi_netweaver_instance"></a> [pi\_netweaver\_instance](#module\_pi\_netweaver\_instance) | terraform-ibm-modules/powervs-instance/ibm | 1.0.2 |
Expand Down
4 changes: 2 additions & 2 deletions modules/pi-sap-system-type1/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ resource "ibm_pi_network" "sap_network" {
#####################################################

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

module "pi_attach_sap_network" {
source = "terraform-ibm-modules/powervs-workspace/ibm//modules/pi-cloudconnection-attach"
version = "1.6.0"
version = "1.7.0"
count = local.per_enabled ? 0 : 1

pi_workspace_guid = var.pi_workspace_guid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

copyright:
years: 2024
lastupdated: "2024-02-01"
lastupdated: "2024-02-07"

keywords:

Expand All @@ -12,7 +12,7 @@ authors:
- name: Arnold Beilmann
- name: Suraj Bharadwaj

version: v1.7.0
version: v1.8.0

# Whether the reference architecture is published to Cloud Docs production.
# When set to false, the file is available only in staging. Default is false.
Expand Down Expand Up @@ -53,7 +53,7 @@ content-type: reference-architecture
{: toc-industry="Technology"}
{: toc-use-case="ITServiceManagement"}
{: toc-compliance="SAPCertified"}
{: toc-version="1.7.0"}
{: toc-version="1.8.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-02-01"
lastupdated: "2024-02-07"

keywords:

Expand All @@ -12,7 +12,7 @@ authors:
- name: Arnold Beilmann
- name: Suraj Bharadwaj

version: v1.7.0
version: v1.8.0

# Whether the reference architecture is published to Cloud Docs production.
# When set to false, the file is available only in staging. Default is false.
Expand Down Expand Up @@ -53,7 +53,7 @@ content-type: reference-architecture
{: toc-industry="Technology"}
{: toc-use-case="ITServiceManagement"}
{: toc-compliance="SAPCertified"}
{: toc-version="1.7.0"}
{: toc-version="1.8.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 @@ -58,7 +58,7 @@ The end-to-end solution automates the following tasks:

| Name | Source | Version |
|------|--------|---------|
| <a name="module_fullstack"></a> [fullstack](#module\_fullstack) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 4.4.0 |
| <a name="module_fullstack"></a> [fullstack](#module\_fullstack) | terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone | 4.5.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 "fullstack" {
source = "terraform-ibm-modules/powervs-infrastructure/ibm//modules/powervs-vpc-landing-zone"
version = "4.4.0"
version = "4.5.0"

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

Expand Down

0 comments on commit 98c83fa

Please sign in to comment.