Skip to content
Open
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
116 changes: 89 additions & 27 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@
"label": "Standard",
"name": "standard",
"working_directory": "solutions/standard",
"compliance": {

},
"iam_permissions": [
{
"service_name": "iam-identity",
Expand Down Expand Up @@ -60,7 +57,6 @@
}
],
"architecture": {
"descriptions": "",
"features": [
{
"title": "Seperate VPC for edge",
Expand Down Expand Up @@ -105,20 +101,12 @@
"caption": "Wazi as a service VSI on VPC Landing zone - Standard variation",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-zvsi/main/reference-architecture/Standard-variation.svg",
"type": "image/svg+xml"
},
"description": "Standard Variation"
}
]
},
"description": "Standard Variation"
}
]
},
"configuration": [
{
"custom_config": {
"grouping": "deployment",
"original_grouping": "deployment",
"type": "json_editor"
},
"key": "override_json_string"
},
{
"custom_config": {
"config_constraints": {
Expand All @@ -131,6 +119,63 @@
"key": "region",
"required": true,
"type": "string"
},
{
"key": "access_group_name"
},
{
"key": "cert_common_name"
},
{
"key": "certificate_template_name"
},
{
"key": "create_policy"
},
{
"key": "data_volume_names"
},
{
"key": "ibmcloud_api_key"
},
{
"key": "image_name"
},
{
"key": "intermediate_ca_name"
},
{
"key": "machine_type"
},
{
"key": "override"
},
{
"key": "ports"
},
{
"key": "prefix"
},
{
"key": "root_ca_common_name"
},
{
"key": "root_ca_max_ttl"
},
{
"key": "root_ca_name"
},
{
"key": "sm_service_plan"
},
{
"key": "ssh_public_key"
},
{
"key": "vpn_client_access_group_users"
},
{
"key": "vpn_server_routes"
}
],
"install_type": "fullstack"
Expand All @@ -139,9 +184,6 @@
"label": "Quickstart",
"name": "quickstart",
"working_directory": "solutions/quickstart",
"compliance": {

},
"iam_permissions": [
{
"service_name": "is.vpc",
Expand All @@ -152,7 +194,6 @@
],
"release_notes_url": "",
"architecture": {
"descriptions": "",
"features": [
{
"title": "Seperate VPC for edge",
Expand Down Expand Up @@ -194,13 +235,13 @@
"diagrams": [
{
"diagram": {
"caption": "Wazi as a service VSI on VPC Landing zone - QuickStart variation",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-zvsi/main/reference-architecture/QuickStart.svg",
"type": "image/svg+xml"
},
"description": "Quickstart variation"
}
]
"caption": "Wazi as a service VSI on VPC Landing zone - QuickStart variation",
"url": "https://raw.githubusercontent.com/terraform-ibm-modules/terraform-ibm-zvsi/main/reference-architecture/QuickStart.svg",
"type": "image/svg+xml"
},
"description": "Quickstart variation"
}
]
},
"configuration": [
{
Expand All @@ -223,6 +264,27 @@
"key": "region",
"required": true,
"type": "string"
},
{
"key": "data_volume_names"
},
{
"key": "ibmcloud_api_key"
},
{
"key": "image_name"
},
{
"key": "machine_type"
},
{
"key": "ports"
},
{
"key": "prefix"
},
{
"key": "ssh_key"
}
],
"install_type": "fullstack"
Expand Down