Skip to content

Commit 2389ab5

Browse files
author
Rajat Agrawal
committed
feat: addon poc content
1 parent c834c74 commit 2389ab5

File tree

1 file changed

+68
-4
lines changed

1 file changed

+68
-4
lines changed

ibm_catalog.json

Lines changed: 68 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"products": [
33
{
4-
"name": "deploy-arch-ibm-secrets-manager",
5-
"label": "Secrets Manager",
4+
"name": "testing-deploy-arch-ibm-secrets-manager",
5+
"label": "Testing - Secrets Manager",
66
"product_kind": "solution",
77
"tags": [
88
"ibm_created",
@@ -47,7 +47,7 @@
4747
{
4848
"label": "Standard",
4949
"name": "standard",
50-
"install_type": "fullstack",
50+
"install_type": "extension",
5151
"working_directory": "solutions/standard",
5252
"compliance": {
5353
"authority": "scc-v3",
@@ -227,7 +227,71 @@
227227
"description": "This architecture supports creating and configuring IBM Secrets Manager instance."
228228
}
229229
]
230-
}
230+
},
231+
"dependencies": [
232+
{
233+
"name": "testing-deploy-arch-ibm-kms",
234+
"id": "85fdbd7a-8c77-4abd-b716-653a31f3aba9",
235+
"version": "^1.0.1",
236+
"flavors": [
237+
"standard"
238+
],
239+
"catalog_id": "f64499c8-eb50-4985-bf91-29f9e605a433",
240+
"optional": true,
241+
"input_mapping": [
242+
{
243+
"dependency_output": "kms_instance_crn",
244+
"version_input": "existing_kms_instance_crn"
245+
}
246+
]
247+
},
248+
{
249+
"catalog_id": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3",
250+
"flavors": [
251+
"standard"
252+
],
253+
"id": "63641cec-6093-4b4f-b7b0-98d2f4185cd6-global",
254+
"input_mapping": [
255+
{
256+
"dependency_input": "prefix",
257+
"version_input": "prefix"
258+
}
259+
],
260+
"name": "deploy-arch-ibm-account-infra-base",
261+
"optional": true,
262+
"version": "^1.11.6"
263+
},
264+
{
265+
"catalog_id": "f64499c8-eb50-4985-bf91-29f9e605a433",
266+
"flavors": [
267+
"standard"
268+
],
269+
"id": "1f6f1af5-185e-4ae7-9b42-4c64e42728f6",
270+
"input_mapping": [
271+
{
272+
"dependency_output": "crn",
273+
"version_input": "existing_event_notification_instance_crn"
274+
}
275+
],
276+
"name": "testing-deploy-arch-ibm-event-notifications",
277+
"optional": true,
278+
"version": "^1.0.1"
279+
},
280+
{
281+
"catalog_id": "f64499c8-eb50-4985-bf91-29f9e605a433",
282+
"flavors": [
283+
"standard"
284+
],
285+
"id": "b773b1d4-69bb-48db-a657-2307015eb9c1",
286+
"input_mapping": [
287+
288+
],
289+
"name": "testing-deploy-arch-ibm-scc",
290+
"optional": true,
291+
"version": "^1.0.3"
292+
}
293+
],
294+
"dependency_version_2": true
231295
}
232296
]
233297
}

0 commit comments

Comments
 (0)