Skip to content

Commit 5d4be23

Browse files
fix: create is_share in correct resource group and update ansible role version (#897)
BREAKING CHANGE: recreate nfs share
1 parent 01a158f commit 5d4be23

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

modules/powervs-vpc-landing-zone/submodules/ansible/ansible_node_packages.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
############################################################
99

1010
GLOBAL_RHEL_PACKAGES="rhel-system-roles rhel-system-roles-sap expect"
11-
GLOBAL_GALAXY_COLLLECTIONS="ibm.power_linux_sap:2.1.1 ansible.utils:3.1.0 ansible.posix:1.5.4 community.general:8.4.0"
11+
GLOBAL_GALAXY_COLLLECTIONS="ibm.power_linux_sap:2.2.1 ansible.utils:3.1.0 ansible.posix:1.5.4 community.general:8.4.0"
1212

1313
############################################################
1414
# Start functions

modules/powervs-vpc-landing-zone/submodules/fileshare-alb/main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ resource "ibm_is_share" "file_share_nfs" {
1010
access_control_mode = "security_group"
1111
iops = var.file_share_iops
1212
zone = var.vpc_zone
13+
resource_group = var.resource_group_id
1314
}
1415

1516
resource "ibm_is_share_mount_target" "mount_target_nfs" {

reference-architectures/import/deploy-arch-ibm-pvs-inf-import.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
copyright:
33
years: 2024
4-
lastupdated: "2024-07-02"
4+
lastupdated: "2024-07-24"
55
keywords:
66
subcollection: deployable-reference-architectures
77
authors:
@@ -15,7 +15,7 @@ use-case: ITServiceManagement
1515
industry: Technology
1616
compliance:
1717
content-type: reference-architecture
18-
version: v5.3.0
18+
version: v6.0.0
1919

2020
---
2121

@@ -26,7 +26,7 @@ version: v5.3.0
2626
{: toc-industry="Technology"}
2727
{: toc-use-case="ITServiceManagement"}
2828
{: toc-compliance="SAPCertified"}
29-
{: toc-version="5.3.0"}
29+
{: toc-version="6.0.0"}
3030

3131
This solution helps to install the deployable architecture ['Power Virtual Server for SAP HANA'](https://cloud.ibm.com/catalog/architecture/deploy-arch-ibm-pvs-sap-9aa6135e-75d5-467e-9f4a-ac2a21c069b8-global) on top of a pre-existing Power Virtual Server(PowerVS) landscape. 'Power Virtual Server for SAP HANA' automation requires a schematics workspace id for installation. The 'Import' solution creates a schematics workspace by taking pre-existing VPC and PowerVS infrastructure resource details as inputs. The ID of this schematics workspace will be the pre-requisite workspace id required by 'Power Virtual Server for SAP HANA' to create and configure the PowerVS instances for SAP on top of the existing infrastructure.
3232

reference-architectures/standard-extend/deploy-arch-ibm-pvs-inf-standard-extend.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
copyright:
33
years: 2024
4-
lastupdated: "2024-07-02"
4+
lastupdated: "2024-07-24"
55
keywords:
66
subcollection: deployable-reference-architectures
77
authors:
@@ -14,7 +14,7 @@ image_source: https://github.com/terraform-ibm-modules/terraform-ibm-powervs-inf
1414
use-case: ITServiceManagement
1515
industry: Technology
1616
content-type: reference-architecture
17-
version: v5.3.0
17+
version: v6.0.0
1818
compliance: SAPCertified
1919

2020
---
@@ -27,7 +27,7 @@ compliance: SAPCertified
2727
{: toc-industry="Technology"}
2828
{: toc-use-case="ITServiceManagement"}
2929
{: toc-compliance="SAPCertified"}
30-
{: toc-version="5.3.0"}
30+
{: toc-version="6.0.0"}
3131

3232
The Power Virtual Server with VPC landing zone as variation 'Extend Power Virtual Server with VPC landing zone' creates an additional Power Virtual Server workspace and connects it with the already created Power Virtual Server with VPC landing zone. It builds on the existing Power Virtual Server with VPC landing zone deployed as a variation 'Create a new architecture'.
3333

reference-architectures/standard-plus-vsi/deploy-arch-ibm-pvs-inf-standard-plus-vsi.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
copyright:
33
years: 2024
4-
lastupdated: "2024-07-02"
4+
lastupdated: "2024-07-24"
55
keywords:
66
subcollection: deployable-reference-architectures
77
authors:
@@ -15,7 +15,7 @@ image_source: https://github.com/terraform-ibm-modules/terraform-ibm-powervs-inf
1515
use-case: ITServiceManagement
1616
industry: Technology
1717
content-type: reference-architecture
18-
version: v5.3.0
18+
version: v6.0.0
1919
compliance:
2020

2121
---
@@ -28,7 +28,7 @@ compliance:
2828
{: toc-industry="Technology"}
2929
{: toc-use-case="ITServiceManagement"}
3030
{: toc-compliance=""}
31-
{: toc-version="5.3.0"}
31+
{: toc-version="6.0.0"}
3232

3333
Quickstart deployment of the Power Virtual Server with VPC landing zone creates VPC services, a Power Virtual Server workspace, and interconnects them. It also deploys a Power Virtual Server of chosen T-shirt size or custom configuration. Supported Os are Aix, IBM i, and Linux images.
3434

reference-architectures/standard/deploy-arch-ibm-pvs-inf-standard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
copyright:
33
years: 2024
4-
lastupdated: "2024-07-02"
4+
lastupdated: "2024-07-24"
55
keywords:
66
subcollection: deployable-reference-architectures
77
authors:
@@ -14,7 +14,7 @@ image_source: https://github.com/terraform-ibm-modules/terraform-ibm-powervs-inf
1414
use-case: ITServiceManagement
1515
industry: Technology
1616
content-type: reference-architecture
17-
version: v5.3.0
17+
version: v6.0.0
1818
compliance: SAPCertified
1919

2020
---
@@ -27,7 +27,7 @@ compliance: SAPCertified
2727
{: toc-industry="Technology"}
2828
{: toc-use-case="ITServiceManagement"}
2929
{: toc-compliance="SAPCertified"}
30-
{: toc-version="5.3.0"}
30+
{: toc-version="6.0.0"}
3131

3232
The Standard deployment of the Power Virtual Server with VPC landing zone creates VPC services and a Power Virtual Server workspace and interconnects them.
3333

0 commit comments

Comments
 (0)