Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .catalog-onboard-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ offerings:
- name: standard-extend
mark_ready: false
install_type: extension
import_only: true
scc:
instance_id: d9f6ba0c-dd0e-4348-a834-6002b675fe40
region: us-south
28 changes: 28 additions & 0 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -533,9 +533,21 @@
"title": "Additional management configurations on VPC",
"description": "NFS as service, NTP forwarder, and DNS forwarder reachable from PowerVS Workspace"
},
{
"title": "Client to site VPN with new or existing Secrets Manager instance",
"description": "Optional"
},
{
"title": "SCC Workload Protection instance",
"description": "Optional"
},
{
"title": "Monitoring Instance and Monitoring Intel VSI Host",
"description": "Optional"
},
{
"title": "Bring your own image to PowerVS",
"description": "Optional"
}
],
"diagrams": [
Expand Down Expand Up @@ -1176,9 +1188,21 @@
"title": "Additional management configurations on VPC",
"description": "NFS as service, NTP forwarder, and DNS forwarder reachable from PowerVS Workspace"
},
{
"title": "Client to site VPN with new or existing Secrets Manager instance",
"description": "Optional"
},
{
"title": "SCC Workload Protection instance",
"description": "Optional"
},
{
"title": "Monitoring Instance and Monitoring Intel VSI Host",
"description": "Optional"
},
{
"title": "Bring your own image to PowerVS",
"description": "No"
}
],
"diagrams": [
Expand Down Expand Up @@ -1496,6 +1520,10 @@
{
"title": "Power Virtual Server Workspace",
"description": "PowerVS Workspace with all required components in different zone. Used for HA scenario."
},
{
"title": "Bring your own image to PowerVS",
"description": "Optional"
}
],
"diagrams": [
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"ibmcloud_api_key": $VALIDATION_APIKEY,
"powervs_zone": "eu-de-2",
"powervs_resource_group_name": "Default",
"prerequisite_workspace_id": "us-east.workspace.globalcatalog-collection.2ad1e7ad"
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tshirt_size":"aix_xs",
"image":"7300-03-00"
},
"powervs_resource_group_name": "Automation",
"powervs_resource_group_name": "Default",
"ssh_public_key": $SSH_PUB_KEY,
"ssh_private_key": $SSH_PRV_KEY,
"ansible_vault_password": "SecurePassw0rd!"
Expand Down
2 changes: 1 addition & 1 deletion solutions/standard/catalogValidationValues.json.template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"prefix": $PREFIX,
"powervs_resource_group_name": "Automation",
"powervs_resource_group_name": "Default",
"powervs_zone": "eu-de-1",
"external_access_ip": "0.0.0.0/0",
"ssh_public_key": $SSH_PUB_KEY,
Expand Down