Skip to content

Commit 932cbb8

Browse files
authored
Stack outputs (#79)
* docs: minor fixes * fix: update output def * feat: outputs
1 parent 85226d5 commit 932cbb8

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

ibm_catalog.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,24 @@
243243
"required": false
244244
}
245245
],
246+
"outputs": [
247+
{
248+
"key": "watsonx_project_url",
249+
"description": "The URL to the WatsonX project for the sample RAG application."
250+
},
251+
{
252+
"key": "watsonx_project_id",
253+
"description": "The ID for the WatsonX project for the sample RAG application."
254+
},
255+
{
256+
"key": "watson_discovery_api_url",
257+
"description": "The URL to the Watson Discovery API endpoint."
258+
},
259+
{
260+
"key": "watson_discovery_project_id",
261+
"description": "The ID for the Watson Discovery project for the sample RAG application."
262+
}
263+
],
246264
"install_type": "fullstack"
247265
}
248266
]

stack_definition.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,6 +502,10 @@
502502
{
503503
"name": "watson_discovery_api_url",
504504
"value": "ref:./members/6 - Sample RAG app configuration/outputs/watson_discovery_api_url"
505+
},
506+
{
507+
"name": "watson_discovery_project_id",
508+
"value": "ref:./members/6 - Sample RAG app configuration/outputs/watson_discovery_project_id"
505509
}
506510
]
507511
}

0 commit comments

Comments
 (0)