Skip to content

Commit f46e6b3

Browse files
chore: auto validate the extend standard landscape (#1063)
1 parent f09e7b3 commit f46e6b3

File tree

5 files changed

+36
-3
lines changed

5 files changed

+36
-3
lines changed

.catalog-onboard-pipeline.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ offerings:
2121
- name: standard-extend
2222
mark_ready: false
2323
install_type: extension
24-
import_only: true
2524
scc:
2625
instance_id: d9f6ba0c-dd0e-4348-a834-6002b675fe40
2726
region: us-south

ibm_catalog.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,9 +533,21 @@
533533
"title": "Additional management configurations on VPC",
534534
"description": "NFS as service, NTP forwarder, and DNS forwarder reachable from PowerVS Workspace"
535535
},
536+
{
537+
"title": "Client to site VPN with new or existing Secrets Manager instance",
538+
"description": "Optional"
539+
},
540+
{
541+
"title": "SCC Workload Protection instance",
542+
"description": "Optional"
543+
},
536544
{
537545
"title": "Monitoring Instance and Monitoring Intel VSI Host",
538546
"description": "Optional"
547+
},
548+
{
549+
"title": "Bring your own image to PowerVS",
550+
"description": "Optional"
539551
}
540552
],
541553
"diagrams": [
@@ -1176,9 +1188,21 @@
11761188
"title": "Additional management configurations on VPC",
11771189
"description": "NFS as service, NTP forwarder, and DNS forwarder reachable from PowerVS Workspace"
11781190
},
1191+
{
1192+
"title": "Client to site VPN with new or existing Secrets Manager instance",
1193+
"description": "Optional"
1194+
},
1195+
{
1196+
"title": "SCC Workload Protection instance",
1197+
"description": "Optional"
1198+
},
11791199
{
11801200
"title": "Monitoring Instance and Monitoring Intel VSI Host",
11811201
"description": "Optional"
1202+
},
1203+
{
1204+
"title": "Bring your own image to PowerVS",
1205+
"description": "No"
11821206
}
11831207
],
11841208
"diagrams": [
@@ -1496,6 +1520,10 @@
14961520
{
14971521
"title": "Power Virtual Server Workspace",
14981522
"description": "PowerVS Workspace with all required components in different zone. Used for HA scenario."
1523+
},
1524+
{
1525+
"title": "Bring your own image to PowerVS",
1526+
"description": "Optional"
14991527
}
15001528
],
15011529
"diagrams": [
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"ibmcloud_api_key": $VALIDATION_APIKEY,
3+
"powervs_zone": "eu-de-2",
4+
"powervs_resource_group_name": "Default",
5+
"prerequisite_workspace_id": "us-east.workspace.globalcatalog-collection.2ad1e7ad"
6+
}

solutions/standard-plus-vsi/catalogValidationValues.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"tshirt_size":"aix_xs",
77
"image":"7300-03-00"
88
},
9-
"powervs_resource_group_name": "Automation",
9+
"powervs_resource_group_name": "Default",
1010
"ssh_public_key": $SSH_PUB_KEY,
1111
"ssh_private_key": $SSH_PRV_KEY,
1212
"ansible_vault_password": "SecurePassw0rd!"

solutions/standard/catalogValidationValues.json.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"prefix": $PREFIX,
3-
"powervs_resource_group_name": "Automation",
3+
"powervs_resource_group_name": "Default",
44
"powervs_zone": "eu-de-1",
55
"external_access_ip": "0.0.0.0/0",
66
"ssh_public_key": $SSH_PUB_KEY,

0 commit comments

Comments
 (0)