Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 43675bc

Browse files
Genai update stack core sec sync (#9)
* genai stack * fix input * Add catalog onboarding pipeline configuration and update release script to trigger it * update to match core sec * update defaults * use consistent ref format * update sub module * url encode refs * remove extra encoding * fix ref * clean up * set variation name * update variation name * change default values
1 parent 96e1add commit 43675bc

File tree

4 files changed

+196
-117
lines changed

4 files changed

+196
-117
lines changed

.releaserc

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
1010
}],
1111
["@semantic-release/exec", {
1212
"successCmd": "echo \"SEMVER_VERSION=${nextRelease.version}\" >> $GITHUB_ENV"
13-
}],
14-
["@semantic-release/exec",{
15-
"publishCmd": "./ci/trigger-catalog-onboarding-pipeline.sh --version=v${nextRelease.version}"
16-
}]
13+
}]
1714
]
1815
}

ibm_catalog.json

Lines changed: 29 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,55 @@
11
{
22
"products": [
33
{
4-
"label": "Watson X - Generative AI",
5-
"name": "Watson_X_-_Generative_AI",
4+
"label": "Watsonx.ai SaaS with Assistant and Governance",
5+
"name": "deploy-arch-ibm-watsonx-ai-saas",
66
"product_kind": "solution",
77
"tags": [
88
"watson",
9-
"converged_infra"
9+
"watsonx.ai",
10+
"ibm_created"
1011
],
1112
"keywords": [
1213
"watson",
13-
"ai",
14-
"compliance",
15-
"fscloud",
16-
"genai",
17-
"ibmcloud",
18-
"financial services",
1914
"watsonx",
20-
"llm",
21-
"secure",
22-
"secret manager",
23-
"key protect",
24-
"scc"
15+
"ai"
2516
],
26-
"short_description": "Deploys a GenAI Pattern on IBM Cloud, including all underlying IBM Cloud infrastructure.",
27-
"long_description": "This deployable architecture provides a comprehensive foundation for trust, observability, security, and regulatory compliance by configuring and deploying various services, including:\n- Configuring IBM Cloud Account: with recommended values meeting the [IBM Cloud Framework for Financial Services](https://cloud.ibm.com/docs/framework-financial-services?topic=framework-financial-services-about)\n- Deploying Observability Services: for application and platform logging and monitoring\n- Deploying Keys and Secrets Management Services: for storage and management of encryption keys and secrets\n- Deploying a Suite of Watson AI Services: to provide AI capabilities to the application \n\nThese configured and deployed services enable a secure and trustworthy deployment of Generative AI applications on IBM Cloud.\n\n# Objective\n\nThese pipelines facilitate the deployment of the application, vulnerability checks, and auditability, ensuring a secure and trustworthy deployment of Generative AI applications on IBM Cloud.",
28-
"offering_docs_url": "https://github.com/terraform-ibm-modules/stack-ibm-genai/blob/main/README.md",
29-
"offering_icon_url": "https://globalcatalog.cloud.ibm.com/api/v1/1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc/artifacts/solution.svg",
17+
"short_description": "Deploy Watsonx.ai SaaS with Assistant and Governance to automate the deployment and setup of the IBM watsonx platform.",
18+
"long_description": "The Watsonx.ai SaaS with Assistant and Governance deployable architecture easily deploys and embeds AI across your business, manages all data sources, and accelerates responsible AI workflows on one platform.",
19+
"provider_name": "FinOps Team.",
20+
"offering_docs_url": "https://cloud.ibm.com/docs/watsonx-ai-saas-automation?topic=watsonx-ai-saas-automation-overview",
21+
"support_details": "This is a proof of concept and no official support is given.",
3022
"features": [
3123
{
32-
"title": "Ensure Observability",
33-
"description": "Provides observability by deploying services such as IBM Log Analysis, IBM Monitoring, IBM Activity Tracker, and log retention."
24+
"title": "Build with watsonx applications",
25+
"description": "watsonx combines the power of watsonx.ai studio for AI with the scale of watsonx.data store, enabling the creation of next-generation AI."
3426
},
3527
{
36-
"title": "Implement Security",
37-
"description": "The architecture ensures security by deploying IBM Key Protect and IBM Secrets Manager."
28+
"title": "Develop with Watson Studio",
29+
"description": "Develop sophisticated machine learning models using Notebooks and code-free tools to infuse AI throughout your business."
3830
},
3931
{
40-
"title": "Achieve Regulatory Compliance",
41-
"description": "Ensures regulatory compliance with IBM SCC."
32+
"title": "Deliver and build conversational interfaces with watsonx Assistant",
33+
"description": "IBM watsonx Assistant lets you build conversational interfaces into any application, device, or channel."
4234
},
4335
{
44-
"title": "Establish Trust",
45-
"description": "Ensures trust by configuring the IBM Cloud account to align with compliance settings as defined in the Financial Services framework."
36+
"title": "Integrate predictive capabilities with Watson Machine Learning",
37+
"description": "Deploy, manage, and integrate machine learning models into your applications and services in as little as one click."
38+
},
39+
{
40+
"title": "Accelerate buisness decisions Watson Discovery",
41+
"description": "Watson Discovery adds a cognitive search and content analytics engine to applications."
42+
},
43+
{
44+
"title": "Manage and monitor with watsonx.governance",
45+
"description": "IBM watsonx.governance™ helps you direct, manage, and monitor your organization's AI activities."
4646
}
4747
],
4848
"flavors": [
4949
{
50-
"label": "GenAI Stack",
51-
"name": "genai-stack-1234",
50+
"label": "Extended with Generative AI Stack",
51+
"name": "genai-stack",
52+
"index": 50,
5253
"licenses": [
5354
{
5455
"id": "LICENSE",
@@ -186,18 +187,6 @@
186187
"description": "A prefix added to the name of all resources created by this solution. Used to avoid name clashes in the target account when existing this solution multiple times.",
187188
"required": true
188189
},
189-
{
190-
"key": "signing_key",
191-
"type": "password",
192-
"description": "The key used to sign the application image built by the CI pipeline deployed in this solution; please refer to the documentation at https://github.com/terraform-ibm-modules/stack-retrieval-augmented-generation/blob/main/README.md for generating the key; if not set, all resources will deploy successfully, but the initial CI pipeline execution will fail at the signing step.",
193-
"display_name": "Multiline secure value",
194-
"required": false,
195-
"custom_config": {
196-
"type": "multiline_secure_value",
197-
"grouping": "deployment",
198-
"original_grouping": "deployment"
199-
}
200-
},
201190
{
202191
"key": "region",
203192
"type": "string",

0 commit comments

Comments
 (0)