Skip to content

Commit 64daa42

Browse files
ci: fix defaults catalog json file (#852)
1 parent d30d7e2 commit 64daa42

File tree

5 files changed

+25
-13
lines changed

5 files changed

+25
-13
lines changed

ibm_catalog.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@
608608
{
609609
"displayname": "Custom (Configure in optional parameters)",
610610
"value": {
611-
"tshirt_size": "custome",
611+
"tshirt_size": "custom",
612612
"image": ""
613613
}
614614
},
@@ -687,7 +687,7 @@
687687
},
688688
{
689689
"key": "external_access_ip",
690-
"default_value": "",
690+
"default_value": "__NULL__",
691691
"required": true
692692
},
693693
{
@@ -773,6 +773,18 @@
773773
"displayname": "IBM i - IBMi_COR-74-09-1",
774774
"value": "IBMi_COR-74-09-1"
775775
},
776+
{
777+
"displayname": "Linux - RHEL9-SP2",
778+
"value": "RHEL9-SP2"
779+
},
780+
{
781+
"displayname": "Linux - RHEL8-SP8",
782+
"value": "RHEL8-SP28"
783+
},
784+
{
785+
"displayname": "Linux - SLES15-SP5",
786+
"value": "SLES15-SP5"
787+
},
776788
{
777789
"displayname": "SAP - RHEL9-SP2-SAP",
778790
"value": "RHEL9-SP2-SAP"

reference-architectures/extension/deploy-arch-ibm-pvs-inf-extension.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-05-26"
4+
lastupdated: "2024-05-29"
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.1.2
17+
version: v5.1.3
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.1.2"}
30+
{: toc-version="5.1.3"}
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/full-stack/deploy-arch-ibm-pvs-inf-full-stack.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-05-26"
4+
lastupdated: "2024-05-29"
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.1.2
17+
version: v5.1.3
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.1.2"}
30+
{: toc-version="5.1.3"}
3131

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
copyright:
33
years: 2024
4-
lastupdated: "2024-05-26"
4+
lastupdated: "2024-05-29"
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.1.2
18+
version: v5.1.3
1919

2020
---
2121

reference-architectures/quickstart/deploy-arch-ibm-pvs-inf-quickstart.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-05-26"
4+
lastupdated: "2024-05-29"
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.1.2
18+
version: v5.1.3
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.1.2"}
31+
{: toc-version="5.1.3"}
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

0 commit comments

Comments
 (0)