Skip to content

Commit 044309b

Browse files
authored
feat: add Observability DA as a surround (add-on) (#237)
1 parent 0b3f923 commit 044309b

File tree

1 file changed

+76
-15
lines changed

1 file changed

+76
-15
lines changed

ibm_catalog.json

Lines changed: 76 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,6 @@
6262
"key": "prefix",
6363
"required": true
6464
},
65-
{
66-
"key": "existing_resource_group_name",
67-
"display_name": "resource_group",
68-
"custom_config": {
69-
"type": "resource_group",
70-
"grouping": "deployment",
71-
"original_grouping": "deployment",
72-
"config_constraints": {
73-
"identifier": "rg_name"
74-
}
75-
}
76-
},
7765
{
7866
"key": "region",
7967
"required": true,
@@ -120,9 +108,6 @@
120108
}
121109
]
122110
},
123-
{
124-
"key": "app_config_name"
125-
},
126111
{
127112
"key": "app_config_plan",
128113
"required": true,
@@ -145,6 +130,44 @@
145130
}
146131
]
147132
},
133+
{
134+
"key": "enable_platform_metrics",
135+
"type": "boolean",
136+
"default_value": true,
137+
"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).",
138+
"required": true,
139+
"virtual": true
140+
},
141+
{
142+
"key": "logs_routing_tenant_regions",
143+
"type": "list(string)",
144+
"default_value": [],
145+
"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).",
146+
"required": true,
147+
"virtual": true,
148+
"custom_config": {
149+
"grouping": "deployment",
150+
"original_grouping": "deployment",
151+
"config_constraints": {
152+
"type": "string"
153+
}
154+
}
155+
},
156+
{
157+
"key": "existing_resource_group_name",
158+
"display_name": "resource_group",
159+
"custom_config": {
160+
"type": "resource_group",
161+
"grouping": "deployment",
162+
"original_grouping": "deployment",
163+
"config_constraints": {
164+
"identifier": "rg_name"
165+
}
166+
}
167+
},
168+
{
169+
"key": "app_config_name"
170+
},
148171
{
149172
"key": "app_config_service_endpoints",
150173
"options": [
@@ -294,6 +317,44 @@
294317
"optional": true,
295318
"on_by_default": false,
296319
"version": "v3.0.7"
320+
},
321+
{
322+
"name": "deploy-arch-ibm-observability",
323+
"description": "Enable to provision and configure IBM Cloud Logs, Cloud Monitoring, Metrics routing and Activity Tracker event routing for analysing logs and metrics generated by the App Configuration instance.",
324+
"flavors": [
325+
"instances"
326+
],
327+
"id": "a3137d28-79e0-479d-8a24-758ebd5a0eab-global",
328+
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
329+
"input_mapping": [
330+
{
331+
"dependency_output": "cloud_monitoring_crn",
332+
"version_input": "existing_monitoring_crn"
333+
},
334+
{
335+
"dependency_input": "prefix",
336+
"version_input": "prefix",
337+
"reference_version": true
338+
},
339+
{
340+
"dependency_input": "region",
341+
"version_input": "region",
342+
"reference_version": true
343+
},
344+
{
345+
"dependency_input": "enable_platform_metrics",
346+
"version_input": "enable_platform_metrics",
347+
"reference_version": true
348+
},
349+
{
350+
"dependency_input": "logs_routing_tenant_regions",
351+
"version_input": "logs_routing_tenant_regions",
352+
"reference_version": true
353+
}
354+
],
355+
"optional": true,
356+
"on_by_default": true,
357+
"version": "v3.0.3"
297358
}
298359
],
299360
"dependency_version_2": true,

0 commit comments

Comments
 (0)