This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
fix: update architecture diagrams and reorder DAs deployment #26
Merged
Merged
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
2a8e449
fix: update architecture diagrams
akocbekIBM 479316c
fix: remove extra region param in kms
toddgiguere 2d71254
fix(deps): update to latest version of secret manager
toddgiguere b54e00d
refactor: rename and reorder stack members
toddgiguere e6a2d92
chore: fixed checkov skip in json
toddgiguere File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -212,7 +212,7 @@ | |
] | ||
}, | ||
{ | ||
"name": "2a - Security Service - Key Management", | ||
"name": "2 - Security Service - Key Management", | ||
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.a58250eb-8af0-4874-842e-88e66f5ffbb8-global", | ||
"inputs": [ | ||
{ | ||
|
@@ -241,80 +241,6 @@ | |
} | ||
] | ||
}, | ||
{ | ||
"name": "2b - WatsonX SaaS services", | ||
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.6da72ae0-73c6-43f5-adc5-9d78f08be81d-global", | ||
"inputs": [ | ||
{ | ||
"name": "ibmcloud_api_key", | ||
"value": "" | ||
}, | ||
{ | ||
"name": "watsonx_admin_api_key", | ||
"value": "ref:../../inputs/watsonx_admin_api_key" | ||
}, | ||
{ | ||
"name": "resource_group_name", | ||
"value": "ref:../1 - Account Infrastructure Base/outputs/workload_resource_group_name" | ||
}, | ||
{ | ||
"name": "location", | ||
"value": "ref:../../inputs/region" | ||
}, | ||
{ | ||
"name": "resource_prefix", | ||
"value": "ref:../../inputs/prefix" | ||
}, | ||
{ | ||
"name": "use_existing_resource_group", | ||
"value": true | ||
}, | ||
{ | ||
"name": "watson_machine_learning_plan", | ||
"value": "v2-standard" | ||
}, | ||
{ | ||
"name": "existing_machine_learning_instance", | ||
"value": "ref:../../inputs/existing_machine_learning_instance" | ||
}, | ||
{ | ||
"name": "watson_studio_plan", | ||
"value": "professional-v1" | ||
}, | ||
{ | ||
"name": "existing_studio_instance", | ||
"value": "ref:../../inputs/existing_studio_instance" | ||
}, | ||
{ | ||
"name": "watson_discovery_plan", | ||
"value": "do not install" | ||
}, | ||
{ | ||
"name": "existing_discovery_instance", | ||
"value": "ref:../../inputs/existing_discovery_instance" | ||
}, | ||
{ | ||
"name": "watsonx_assistant_plan", | ||
"value": "plus" | ||
}, | ||
{ | ||
"name": "existing_assistant_instance", | ||
"value": "ref:../../inputs/existing_assistant_instance" | ||
}, | ||
{ | ||
"name": "watsonx_governance_plan", | ||
"value": "do not install" | ||
}, | ||
{ | ||
"name": "existing_governance_instance", | ||
"value": "ref:../../inputs/existing_governance_instance" | ||
}, | ||
{ | ||
"name": "cos_kms_crn", | ||
"value": "ref:../2a - Security Service - Key Management/outputs/kms_instance_crn" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "3a - Observability - Logging Monitoring Activity Tracker", | ||
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.6d66c3b4-6b0a-4484-a59e-8f490e3ff8b8-global", | ||
|
@@ -329,7 +255,7 @@ | |
}, | ||
{ | ||
"name": "existing_kms_instance_crn", | ||
"value": "ref:../2a - Security Service - Key Management/outputs/kms_instance_crn" | ||
"value": "ref:../2 - Security Service - Key Management/outputs/kms_instance_crn" | ||
}, | ||
{ | ||
"name": "resource_group_name", | ||
|
@@ -383,7 +309,7 @@ | |
}, | ||
{ | ||
"name": "existing_kms_instance_crn", | ||
"value": "ref:../../members/2a - Security Service - Key Management/outputs/kms_instance_crn" | ||
"value": "ref:../../members/2 - Security Service - Key Management/outputs/kms_instance_crn" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this should follow the ref scheme we used in other places - i.e. |
||
}, | ||
{ | ||
"name": "kms_endpoint_type", | ||
|
@@ -413,11 +339,11 @@ | |
"inputs": [ | ||
{ | ||
"name": "kms_endpoint_url", | ||
"value": "ref:../2a - Security Service - Key Management/outputs/kms_private_endpoint" | ||
"value": "ref:../2 - Security Service - Key Management/outputs/kms_private_endpoint" | ||
}, | ||
{ | ||
"name": "existing_kms_instance_crn", | ||
"value": "ref:../2a - Security Service - Key Management/outputs/kms_instance_crn" | ||
"value": "ref:../2 - Security Service - Key Management/outputs/kms_instance_crn" | ||
}, | ||
{ | ||
"name": "kms_endpoint_type", | ||
|
@@ -471,7 +397,7 @@ | |
}, | ||
{ | ||
"name": "existing_kms_instance_crn", | ||
"value": "ref:../2a - Security Service - Key Management/outputs/kms_instance_crn" | ||
"value": "ref:../2 - Security Service - Key Management/outputs/kms_instance_crn" | ||
}, | ||
{ | ||
"name": "use_existing_resource_group", | ||
|
@@ -513,7 +439,7 @@ | |
}, | ||
{ | ||
"name": "existing_kms_instance_crn", | ||
"value": "ref:../2a - Security Service - Key Management/outputs/kms_instance_crn" | ||
"value": "ref:../2 - Security Service - Key Management/outputs/kms_instance_crn" | ||
}, | ||
{ | ||
"name": "use_existing_resource_group", | ||
|
@@ -530,7 +456,81 @@ | |
] | ||
}, | ||
{ | ||
"name": "6 - Sample RAG app - Application Lifecycle Management", | ||
"name": "6 - WatsonX SaaS services", | ||
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.6da72ae0-73c6-43f5-adc5-9d78f08be81d-global", | ||
"inputs": [ | ||
{ | ||
"name": "ibmcloud_api_key", | ||
"value": "" | ||
}, | ||
{ | ||
"name": "watsonx_admin_api_key", | ||
"value": "ref:../../inputs/watsonx_admin_api_key" | ||
}, | ||
{ | ||
"name": "resource_group_name", | ||
"value": "ref:../1 - Account Infrastructure Base/outputs/workload_resource_group_name" | ||
}, | ||
{ | ||
"name": "location", | ||
"value": "ref:../../inputs/region" | ||
}, | ||
{ | ||
"name": "resource_prefix", | ||
"value": "ref:../../inputs/prefix" | ||
}, | ||
{ | ||
"name": "use_existing_resource_group", | ||
"value": true | ||
}, | ||
{ | ||
"name": "watson_machine_learning_plan", | ||
"value": "v2-standard" | ||
}, | ||
{ | ||
"name": "existing_machine_learning_instance", | ||
"value": "ref:../../inputs/existing_machine_learning_instance" | ||
}, | ||
{ | ||
"name": "watson_studio_plan", | ||
"value": "professional-v1" | ||
}, | ||
{ | ||
"name": "existing_studio_instance", | ||
"value": "ref:../../inputs/existing_studio_instance" | ||
}, | ||
{ | ||
"name": "watson_discovery_plan", | ||
"value": "do not install" | ||
}, | ||
{ | ||
"name": "existing_discovery_instance", | ||
"value": "ref:../../inputs/existing_discovery_instance" | ||
}, | ||
{ | ||
"name": "watsonx_assistant_plan", | ||
"value": "plus" | ||
}, | ||
{ | ||
"name": "existing_assistant_instance", | ||
"value": "ref:../../inputs/existing_assistant_instance" | ||
}, | ||
{ | ||
"name": "watsonx_governance_plan", | ||
"value": "do not install" | ||
}, | ||
{ | ||
"name": "existing_governance_instance", | ||
"value": "ref:../../inputs/existing_governance_instance" | ||
}, | ||
{ | ||
"name": "cos_kms_crn", | ||
"value": "ref:../2 - Security Service - Key Management/outputs/kms_instance_crn" | ||
} | ||
] | ||
}, | ||
{ | ||
"name": "7 - Sample RAG app - Application Lifecycle Management", | ||
"version_locator": "1082e7d2-5e2f-0a11-a3bc-f88a8e1931fc.3a73ae21-ca89-4120-836a-3d4da7df7ce0-global", | ||
"inputs": [ | ||
{ | ||
|
@@ -628,7 +628,7 @@ | |
] | ||
}, | ||
{ | ||
"name": "7 - Sample RAG app configuration", | ||
"name": "8 - Sample RAG app configuration", | ||
"version_locator": "7a4d68b4-cf8b-40cd-a3d1-f49aff526eb3.d7ea2d8d-b35a-471a-ae83-02b0ea9989b9-global", | ||
"inputs": [ | ||
{ | ||
|
@@ -649,27 +649,27 @@ | |
}, | ||
{ | ||
"name": "watson_assistant_instance_id", | ||
"value": "ref:../2b - WatsonX SaaS services/outputs/watsonx_assistant_guid" | ||
"value": "ref:../6 - WatsonX SaaS services/outputs/watsonx_assistant_guid" | ||
}, | ||
{ | ||
"name": "cd_pipeline_id", | ||
"value": "ref:../6 - Sample RAG app - Application Lifecycle Management/outputs/cd_pipeline_id" | ||
"value": "ref:../7 - Sample RAG app - Application Lifecycle Management/outputs/cd_pipeline_id" | ||
}, | ||
{ | ||
"name": "ci_pipeline_id", | ||
"value": "ref:../6 - Sample RAG app - Application Lifecycle Management/outputs/ci_pipeline_id" | ||
"value": "ref:../7 - Sample RAG app - Application Lifecycle Management/outputs/ci_pipeline_id" | ||
}, | ||
{ | ||
"name": "watson_machine_learning_instance_guid", | ||
"value": "ref:../2b - WatsonX SaaS services/outputs/watson_machine_learning_guid" | ||
"value": "ref:../6 - WatsonX SaaS services/outputs/watson_machine_learning_guid" | ||
}, | ||
{ | ||
"name": "watson_machine_learning_instance_resource_name", | ||
"value": "ref:../2b - WatsonX SaaS services/outputs/watson_machine_learning_name" | ||
"value": "ref:../6 - WatsonX SaaS services/outputs/watson_machine_learning_name" | ||
}, | ||
{ | ||
"name": "watson_machine_learning_instance_crn", | ||
"value": "ref:../2b - WatsonX SaaS services/outputs/watson_machine_learning_crn" | ||
"value": "ref:../6 - WatsonX SaaS services/outputs/watson_machine_learning_crn" | ||
}, | ||
{ | ||
"name": "toolchain_resource_group", | ||
|
@@ -709,7 +709,7 @@ | |
}, | ||
{ | ||
"name": "cos_kms_crn", | ||
"value": "ref:../2a - Security Service - Key Management/outputs/kms_instance_crn" | ||
"value": "ref:../2 - Security Service - Key Management/outputs/kms_instance_crn" | ||
} | ||
] | ||
} | ||
|
@@ -733,19 +733,19 @@ | |
}, | ||
{ | ||
"name": "watsonx_project_url", | ||
"value": "ref:../7 - Sample RAG app configuration/outputs/watsonx_project_url" | ||
"value": "ref:../8 - Sample RAG app configuration/outputs/watsonx_project_url" | ||
}, | ||
{ | ||
"name": "watsonx_project_id", | ||
"value": "ref:../7 - Sample RAG app configuration/outputs/watsonx_project_id" | ||
"value": "ref:../8 - Sample RAG app configuration/outputs/watsonx_project_id" | ||
}, | ||
{ | ||
"name": "watson_discovery_api_url", | ||
"value": "ref:../7 - Sample RAG app configuration/outputs/watson_discovery_api_url" | ||
"value": "ref:../8 - Sample RAG app configuration/outputs/watson_discovery_api_url" | ||
}, | ||
{ | ||
"name": "watson_discovery_project_id", | ||
"value": "ref:../7 - Sample RAG app configuration/outputs/watson_discovery_project_id" | ||
"value": "ref:../8 - Sample RAG app configuration/outputs/watson_discovery_project_id" | ||
} | ||
] | ||
} |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Logically the Elastic DA should be next to Watson (probably right before that). As is, Elastic sits in the middle of the Security / Observability DAs.
From the same perspective, may be we should put the Security Service DAs together, even though some of them are dependent on Event Notififcations and will not be deployed in that exact order.
Overall, I am starting to think that we might consider dropping the numbering from the member DA names - otherwise we get massive changes every time we change the order or add something in the middle. May be we should hold a vote on that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^^ @toddgiguere