Allow specification of any schema name in MREF SaaS - #2583
Open
Sakshi-Singhroha1 wants to merge 1 commit into
Open
Allow specification of any schema name in MREF SaaS#2583Sakshi-Singhroha1 wants to merge 1 commit into
Sakshi-Singhroha1 wants to merge 1 commit into
Conversation
Sakshi-Singhroha1
requested review from
amitpandey0217,
mnivedithaa and
rbinns
September 7, 2026 10:42
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue
https://jsw.ibm.com/browse/MASCORE-10022
https://jsw.ibm.com/browse/MASCORE-15753
https://jsw.ibm.com/browse/MASCORE-17866
Description
Added support for configurable TRIRIGA schema name in the gitops-db2u-database CLI function. Previously the schema name was hardcoded as TRIDATA in all Facilities DB2 setup scripts. This change allows operators to specify a custom schema name via --facilities-db2-schema flag, defaulting to TRIDATA to ensure all existing deployments are completely unaffected.
Changes made:
functions/gitops_db2u_database — added --facilities-db2-schema CLI flag, FACILITIES_DB2_SCHEMA env var with default TRIDATA, and display in settings summary
ibm-db2u-database.yaml.j2— added facilities_db2_schema to generated gitops-envs YAML for facilities instances only (conditionally written when MAS_APP_ID == 'facilities' and value is defined)Test Results