[minor] Add RDS DB2 backup instance flags for Manage, IoT, and Facilities applications for gitops#2100
Merged
[minor] Add RDS DB2 backup instance flags for Manage, IoT, and Facilities applications for gitops#2100
Conversation
mnivedithaa
reviewed
Mar 6, 2026
mnivedithaa
approved these changes
Mar 20, 2026
amitpandey0217
approved these changes
Mar 26, 2026
whitfiea
approved these changes
Mar 30, 2026
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-12567
https://jsw.ibm.com/browse/MASCORE-11500
https://jsw.ibm.com/browse/MASCORE-12578
Description
This PR adds support for RDS DB2 backup instance identification flags for Manage, IoT, and Facilities applications in the GitOps pipeline and CLI tooling.
Changes Made:
Added three new parameters to the
gitops-rds-db2-databaseTekton task:rds_db2_backup_manage- Flag to identify RDS DB2 backup instance for Manage applicationrds_db2_backup_iot- Flag to identify RDS DB2 backup instance for IoT applicationrds_db2_backup_facilities- Flag to identify RDS DB2 backup instance for Facilities applicationUpdated the CLI function
gitops_rds_db2_databaseto:--rds-db2-backup-manage,--rds-db2-backup-iot,--rds-bd2-backup-facilitiesRDS_DB2_BACKUP_MANAGE,RDS_DB2_BACKUP_IOT,RDS_DB2_BACKUP_FACILITIESUpdated the pipeline configuration to pass these parameters through the GitOps workflow
Updated CREDENTIALS_SECRETS_PREFIX with admin path.
Updated IaC automation - admin credential path prefix
Impact:
These flags enable the system to distinguish between primary and backup RDS DB2 instances for different MAS applications (Manage, IoT, and Facilities), allowing for proper backup instance management and configuration in the GitOps workflow.
All flags default to
"false"to maintain backward compatibility with existing deployments.Test Results
manage : https://github.ibm.com/automation-paas-cd-pipeline/mas-dev/commit/31fd530c5613247d91549356c223e88bccfbdc15
iot : https://github.ibm.com/automation-paas-cd-pipeline/mas-dev/commit/2ff7e6bd48db8b6d8dcb25305103c0e7077d440f
facilities : https://github.ibm.com/automation-paas-cd-pipeline/mas-dev/commit/7e2652435d1c9196e0ad04eb8e47f40ac8a1ff94
Related Pull Requests
https://github.ibm.com/maximoappsuite/saas-tekton/pull/205
###