Skip to content
Merged
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
33 changes: 23 additions & 10 deletions ibm_catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
"label": "Cloud automation for VPC",
"product_kind": "solution",
"tags": [
"network",
"network_vpc",
"ibm_created",
"target_terraform",
"terraform",
"solution"
"solution",
"network",
"network_vpc",
"converged_infra"
],
"keywords": [
"vpc",
Expand Down Expand Up @@ -111,17 +112,23 @@
},
"iam_permissions": [
{
"role_crns": ["crn:v1:bluemix:public:iam::::role:Viewer"],
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Viewer"
],
"service_name": "Resource group only",
"notes": "Viewer access is required in the resource group you want to provision in."
},
{
"role_crns": ["crn:v1:bluemix:public:iam::::role:Administrator"],
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Administrator"
],
"service_name": "iam-identity",
"notes": "[Optional] Required if Cloud automation for account configuration is enabled."
},
{
"role_crns": ["crn:v1:bluemix:public:iam::::role:Administrator"],
"role_crns": [
"crn:v1:bluemix:public:iam::::role:Administrator"
],
"service_name": "is.vpc",
"notes": "Required for creating Virtual Private Cloud(VPC)."
},
Expand Down Expand Up @@ -328,7 +335,7 @@
},
{
"key": "access_tags",
"custom_config": {
"custom_config": {
"type": "array",
"grouping": "deployment",
"original_grouping": "deployment",
Expand Down Expand Up @@ -515,7 +522,9 @@
"name": "deploy-arch-ibm-kms",
"id": "2cad4789-fa90-4886-9c9e-857081c273ee-global",
"description": "Enable Cloud Automation for Key Protect to use customer-managed encryption keys (CMKs) for encrypting the Cloud Object Storage bucket used to store VPC Flow Logs. If disabled, IBM Cloud's default service-managed encryption will be used instead. Applicable only when VPC Flow logs are enabled. ",
"flavors": ["fully-configurable"],
"flavors": [
"fully-configurable"
],
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
"input_mapping": [
{
Expand Down Expand Up @@ -554,7 +563,9 @@
"name": "deploy-arch-ibm-cos",
"id": "68921490-2778-4930-ac6d-bae7be6cd958-global",
"description": "Enable to create an IBM Cloud Object Storage (COS) instance, where a bucket will be set up to store VPC flow logs as part of this deployment. ",
"flavors": ["instance"],
"flavors": [
"instance"
],
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
"input_mapping": [
{
Expand Down Expand Up @@ -585,7 +596,9 @@
"description": "Configure IBM Cloud Logs, Cloud Monitoring and Activity Tracker event routing for analysing logs and metrics generated by the VPC instance.",
"id": "a3137d28-79e0-479d-8a24-758ebd5a0eab-global",
"version": "v3.0.3",
"flavors": ["instances"],
"flavors": [
"instances"
],
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
"optional": true,
"on_by_default": true,
Expand Down