Skip to content

Commit 7804895

Browse files
authored
feat: expose virtual inputs for Observability add-on (#1004)
1 parent d80134a commit 7804895

File tree

1 file changed

+38
-5
lines changed

1 file changed

+38
-5
lines changed

ibm_catalog.json

Lines changed: 38 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,33 @@
176176
"type": "vpc_region"
177177
}
178178
},
179+
{
180+
"key": "vpc_name",
181+
"required": true
182+
},
183+
{
184+
"key": "enable_platform_metrics",
185+
"type": "boolean",
186+
"default_value": true,
187+
"description": "When set to `true`, the IBM Cloud Monitoring instance will be configured to collect platform metrics from the provided region. You can configure 1 instance only of the IBM Cloud Monitoring service per region to collect platform metrics in that location. Check with the account or service administrator if another monitoring instance has already been configured. You may not have permissions to see all monitoring instances in the region. [Learn more](https://cloud.ibm.com/docs/monitoring?topic=monitoring-platform_metrics_enabling).",
188+
"required": true,
189+
"virtual": true
190+
},
191+
{
192+
"key": "logs_routing_tenant_regions",
193+
"type": "list(string)",
194+
"default_value": [],
195+
"description": "To manage platform logs that are generated by IBM Cloud services in a region of IBM Cloud, you must create a tenant in each region that you operate. Pass a list of regions to create a tenant in. [Learn more](https://cloud.ibm.com/docs/logs-router?topic=logs-router-about-platform-logs).",
196+
"required": true,
197+
"virtual": true,
198+
"custom_config": {
199+
"grouping": "deployment",
200+
"original_grouping": "deployment",
201+
"config_constraints": {
202+
"type": "string"
203+
}
204+
}
205+
},
179206
{
180207
"key": "existing_resource_group_name",
181208
"display_name": "resource_group",
@@ -188,10 +215,6 @@
188215
}
189216
}
190217
},
191-
{
192-
"key": "vpc_name",
193-
"required": true
194-
},
195218
{
196219
"key": "subnets"
197220
},
@@ -512,7 +535,7 @@
512535
},
513536
{
514537
"name": "deploy-arch-ibm-observability",
515-
"description": "Configure IBM Cloud Logs, Cloud Monitoring and Activity Tracker event routing for analysing logs and metrics generated by the VPC instance. ",
538+
"description": "Configure IBM Cloud Logs, Cloud Monitoring and Activity Tracker event routing for analysing logs and metrics generated by the VPC instance.",
516539
"id": "a3137d28-79e0-479d-8a24-758ebd5a0eab-global",
517540
"version": "v3.0.3",
518541
"flavors": [
@@ -531,6 +554,16 @@
531554
"dependency_input": "region",
532555
"version_input": "region",
533556
"reference_version": true
557+
},
558+
{
559+
"dependency_input": "enable_platform_metrics",
560+
"version_input": "enable_platform_metrics",
561+
"reference_version": true
562+
},
563+
{
564+
"dependency_input": "logs_routing_tenant_regions",
565+
"version_input": "logs_routing_tenant_regions",
566+
"reference_version": true
534567
}
535568
]
536569
}

0 commit comments

Comments
 (0)