Skip to content

Commit

Permalink
fix: upgrade ibm provider version to 1.61.0 which has fix for schemat…
Browse files Browse the repository at this point in the history
…ics data source (#587)
  • Loading branch information
surajsbharadwaj authored Jan 8, 2024
1 parent e0bf7ef commit 86e24f0
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 17 deletions.
3 changes: 2 additions & 1 deletion ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"automation",
"secure",
"server",
"networking"
"networking",
"workspace"
],
"short_description": "Deploy SAP systems on Power Virtual Server with VPC landing zone",
"long_description": "This deployable architecture is designed to assist you in deploying SAP ERP software landscapes into IBM Cloud on the IBM Power Virtual Server infrastructure. This is the second step in the deployment process for creating a full environment. Before starting this step, you should first deploy 'Power Virtual Server with VPC landing zone'. Once this is completed, you are prepared to start this step.\n\nSAP on Power Virtual Server creates and prepares Power Virtual Server instances for SAP HANA and SAP NetWeaver workloads. After deployment completes, you may (depending on the framework you chose) begin installing SAP on the configured instances or login to your newly created SAP instances directly.",
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 @@ -24,7 +24,7 @@ The Power Virtual Server for SAP module automates the following tasks:
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.60.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >= 1.61.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1 |

### Modules
Expand Down
2 changes: 1 addition & 1 deletion modules/pi-sap-system-type1/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ terraform {
# tflint-ignore: terraform_unused_required_providers
ibm = {
source = "IBM-Cloud/ibm"
version = ">= 1.60.0"
version = ">= 1.61.0"
}
time = {
source = "hashicorp/time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors:
- name: Arnold Beilmann
- name: Suraj Bharadwaj

version: v1.5.0
version: v1.5.1

# 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.5.0"}
{: toc-version="1.5.1"}

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 @@ -12,7 +12,7 @@ authors:
- name: Arnold Beilmann
- name: Suraj Bharadwaj

version: v1.5.0
version: v1.5.1

# 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.5.0"}
{: toc-version="1.5.1"}

'SAP S/4HANA or BW/4HANA' variation of 'Power Virtual Server for SAP HANA' creates a basic and expandable SAP system landscape builds 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. S/4HANA or BW/4HANA solution is installed based on selected version.

Expand Down
4 changes: 2 additions & 2 deletions solutions/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ The end to end solution automates the following tasks:
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3, < 1.6 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >=1.60.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >=1.61.0 |
| <a name="requirement_time"></a> [time](#requirement\_time) | >= 0.9.1 |

### Modules

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

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

Expand Down
2 changes: 1 addition & 1 deletion solutions/e2e/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = ">=1.60.0"
version = ">=1.61.0"
}
time = {
source = "hashicorp/time"
Expand Down
2 changes: 1 addition & 1 deletion solutions/ibm-catalog/sap-ready-to-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3, < 1.6 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.60.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.61.0 |

### Modules

Expand Down
2 changes: 1 addition & 1 deletion solutions/ibm-catalog/sap-ready-to-go/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "=1.60.0"
version = "=1.61.0"
}
}
}
2 changes: 1 addition & 1 deletion solutions/ibm-catalog/sap-s4hana-bw4hana/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ s4hana2022
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3, < 1.6 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.60.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | =1.61.0 |

### Modules

Expand Down
2 changes: 1 addition & 1 deletion solutions/ibm-catalog/sap-s4hana-bw4hana/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = "=1.60.0"
version = "=1.61.0"
}
}
}
2 changes: 1 addition & 1 deletion solutions/sap-ready-to-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The 'sap-ready-to-go' solution automates the following tasks:
| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.3, < 1.6 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >=1.49.0 |
| <a name="requirement_ibm"></a> [ibm](#requirement\_ibm) | >=1.61.0 |

### Modules

Expand Down
2 changes: 1 addition & 1 deletion solutions/sap-ready-to-go/version.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
required_providers {
ibm = {
source = "IBM-Cloud/ibm"
version = ">=1.49.0"
version = ">=1.61.0"
}
}
}

0 comments on commit 86e24f0

Please sign in to comment.