Skip to content

Commit 3bdb79e

Browse files
committed
feat: add RAG config da to stack
1 parent e55c623 commit 3bdb79e

File tree

2 files changed

+41
-3
lines changed

2 files changed

+41
-3
lines changed

deploy-many.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ set -x
44

55

66

7-
PROJECT_ID="8b78e0be-6f9c-4e08-8f16-99c83b03cbf0"
8-
CONFIG_IDS=("0dfabee9-b301-4117-85de-942ddbd8291f")
9-
STACK_CONFIG_ID="7fe3da83-b6d6-4c94-8f70-01b6ea557e80"
7+
PROJECT_ID="f24554c3-a402-48c6-9293-12ebd066baa1"
8+
CONFIG_IDS=("91d1f479-b586-49c0-a696-a261550c8125" "6b74f33f-a9ea-421a-b18f-1de7b55c21bb")
9+
STACK_CONFIG_ID="9f66a3df-9717-41c2-8380-347e641f817d"
1010

1111
function set_stack_inputs() {
1212
ibmcloud project config-update --project-id $PROJECT_ID --id $STACK_CONFIG_ID --definition @.def.json

stack_definition.json

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,44 @@
240240
],
241241
"name": "5 - Generative AI Sample App - Code Engine Toolchain Config",
242242
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.541b6240-1c09-455d-83c2-cbcc4a45af37-global"
243+
},
244+
{
245+
"inputs": [
246+
{
247+
"name": "toolchain_region",
248+
"value": "ref:../../inputs/region"
249+
},
250+
{
251+
"name": "ibmcloud_api_key",
252+
"value": "ref:../../inputs/ibmcloud_api_key"
253+
},
254+
{
255+
"name": "watson_discovery_region",
256+
"value": "ref:../../inputs/region"
257+
},
258+
{
259+
"name": "watson_discovery_instance_id",
260+
"value": "ref:../4 - WatsonX SaaS services/outputs/watsonx_discovery_guid"
261+
},
262+
{
263+
"name": "watson_assistant_region",
264+
"value": "ref:../../inputs/region"
265+
},
266+
{
267+
"name": "watson_assistant_instance_id",
268+
"value": "ref:../4 - WatsonX SaaS services/outputs/watsonx_assistant_guid"
269+
},
270+
{
271+
"name": "cd_pipeline_id",
272+
"value": "ref:../5 - Generative AI Sample App - Code Engine Toolchain Config/outputs/cd_pipeline_id"
273+
},
274+
{
275+
"name": "ci_pipeline_id",
276+
"value": "ref:../5 - Generative AI Sample App - Code Engine Toolchain Config/outputs/ci_pipeline_id"
277+
}
278+
],
279+
"name": "6 - Sample RAG app configuration",
280+
"version_locator": "7df1e4ca-d54c-4fd0-82ce-3d13247308cd.e2855bfd-352e-492b-bf4c-080d8d105c81"
243281
}
244282
]
245283
}

0 commit comments

Comments
 (0)