Skip to content

[patch] add DB2 license file support to FVT update task#2289

Draft
terc1997 wants to merge 5 commits into
masterfrom
mascore-14067
Draft

[patch] add DB2 license file support to FVT update task#2289
terc1997 wants to merge 5 commits into
masterfrom
mascore-14067

Conversation

@terc1997
Copy link
Copy Markdown
Contributor

@terc1997 terc1997 commented May 18, 2026

Description

This change was made to include the new required Db2 License file to FVT day 2

Related Issues

Provide a list of Jira issues related to this change, if this change is part of an epic include a link to the epic as well.

  • MASCORE-14067

If there are no Jira issues related to this change, why are you working on it?

Related PRs

  • maximoappsuite/build-system-tekton/pull/139
  • maximoappsuite/ansible-fvt/pull/614
  • maximoappsuite/build-system-tekton/pull/139

How Has This Been Tested?

Please describe how the change has been tested, beyond the molecule tests ran in Travis build.

If you have not performed any additional testing please explain why this change does not need further testing.

if [[ -n "DB2_LICENSE" ]]; then
mas update --catalog $MAS_CATALOG_VERSION_UPDATE $CLI_UPDATE_EXTRA_FLAGS --no-confirm
else
mas update --catalog $MAS_CATALOG_VERSION_UPDATE $CLI_UPDATE_EXTRA_FLAGS --db2-license-file $DB2_LICENSE --no-confirm
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to add --db2-license-file $DB2_LICENSE here explicitly?
Can't we pass it through CLI_UPDATE_EXTRA_FLAGS var?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants