[minor] Add support for environment_type and additional_exclude_containers in cluster-params.yaml - #2516
Draft
nikitakumble wants to merge 21 commits into
Draft
[minor] Add support for environment_type and additional_exclude_containers in cluster-params.yaml#2516nikitakumble wants to merge 21 commits into
nikitakumble wants to merge 21 commits into
Conversation
nikitakumble
marked this pull request as draft
August 10, 2026 08:06
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/MASR-6936
Description:
This PR adds support for two new Cluster Logging Operator parameters in cluster-params.yaml.
Changes Made:
Updated
gitops_clusterfunction, pipeline, and tasks to support the newCLUSTER_LOGGING_OPERATOR_ENVIRONMENT_TYPEandCLUSTER_LOGGING_OPERATOR_ADDITIONAL_EXCLUDE_CONTAINERSvariables.Updated
cluster-logging-operator.yaml.j2template to include support for the new parameters.Test Results:
Pipeline executed successfully with CLUSTER_LOGGING_OPERATOR_ENVIRONMENT_TYPE and
CLUSTER_LOGGING_OPERATOR_ADDITIONAL_EXCLUDE_CONTAINERS parameters set
https://cloud.ibm.com/devops/pipelines/tekton/6cfb2510-1b28-44c7-b5a9-9dc005fb69c8/runs/71d76c26-604b-484d-9ffa-2e20c7ec25eb/pipeline-launcher-task/launch?env_id=ibm:yp:us-south&view=logs
Related Pull Requests:
https://github.ibm.com/maximoappsuite/saas-tekton/pull/277
https://github.ibm.com/maximoappsuite/saas-deploy-py/pull/298
ibm-mas/gitops#532