Skip to content

Commit 129f6a4

Browse files
authored
fix(deps): update the dependency DA config (#113)
1 parent 3384448 commit 129f6a4

File tree

2 files changed

+44
-3
lines changed

2 files changed

+44
-3
lines changed

ibm_catalog.json

Lines changed: 43 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,14 @@
139139
}
140140
}
141141
},
142+
{
143+
"key": "enable_platform_metrics",
144+
"type": "boolean",
145+
"default_value": false,
146+
"description": "When set to `true`, the IBM Cloud Monitoring instance will be configured to collect platform metrics from the provided region. ⚠️ You can configure only one instance 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).",
147+
"required": true,
148+
"virtual": true
149+
},
142150
{
143151
"key": "provider_visibility",
144152
"hidden": true
@@ -379,11 +387,44 @@
379387
]
380388
},
381389
"dependencies": [
390+
{
391+
"name": "deploy-arch-ibm-cloud-monitoring",
392+
"description": "Provision and configure IBM Cloud Monitoring for metrics generated by the Object Storage buckets.",
393+
"flavors": [
394+
"fully-configurable"
395+
],
396+
"id": "73debdbf-894f-4c14-81c7-5ece3a70b67d-global",
397+
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
398+
"input_mapping": [
399+
{
400+
"dependency_output": "cloud_monitoring_crn",
401+
"version_input": "existing_monitoring_crn"
402+
},
403+
{
404+
"dependency_input": "prefix",
405+
"version_input": "prefix",
406+
"reference_version": true
407+
},
408+
{
409+
"dependency_input": "region",
410+
"version_input": "region",
411+
"reference_version": true
412+
},
413+
{
414+
"dependency_input": "enable_platform_metrics",
415+
"version_input": "enable_platform_metrics",
416+
"reference_version": true
417+
}
418+
],
419+
"optional": true,
420+
"on_by_default": true,
421+
"version": "v1.6.4"
422+
},
382423
{
383424
"name": "deploy-arch-ibm-cos",
384425
"description": "Enable this to create an IBM Cloud Object Storage(COS) instance. The buckets to store logs and metrics will be created by the Cloud Logs deployable architecture.",
385426
"id": "68921490-2778-4930-ac6d-bae7be6cd958-global",
386-
"version": "v9.0.2",
427+
"version": "v10.2.1",
387428
"flavors": [
388429
"instance"
389430
],
@@ -411,7 +452,7 @@
411452
"name": "deploy-arch-ibm-kms",
412453
"description": "Enable when you want to create your own root keys to encrypt the buckets.",
413454
"id": "2cad4789-fa90-4886-9c9e-857081c273ee-global",
414-
"version": "v5.1.4",
455+
"version": "v5.1.19",
415456
"flavors": [
416457
"fully-configurable"
417458
],

reference-architecture/deployable-architecture-cloud-logs.svg

Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)