-
Notifications
You must be signed in to change notification settings - Fork 3
refactor: Update the prefix logic in DA #388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
/run pipeline |
|
/run pipeline |
|
Please find the Test Reference |
|
The TestRunStandardUpgradeSolution is failing due to the addition of a default value for the prefix variable. As per the test terraform will execute the following actions: Update the resource_group, kms_policy, and elastic_search db resources. Destroy the existing kms_key, kms_key_ring, and kms_key_policy resources. Create new instances of kms_key, kms_key_ring, and kms_key_policy resources. Since removing the prefix won't result in a breaking change for the user, So as per the discussion it is fine to skip the upgrade test in this scenario. |
|
/run pipeline |
|
/run pipeline |
|
/run pipeline |
|
/run pipeline |
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.
LGTM.
Consistent with postgresql
|
@ocofaigh this is consistent with postgresql, in that the default will change. The failing use case will be any DA that uses the default, will see the value change which potentially results in the es instance being deleted and recreated. |
|
/run pipeline |
2 similar comments
|
/run pipeline |
|
/run pipeline |
|
Encountering a similar error on PRs for the ICD databases I have noticed @shemau has already raised support ticket -https://cloud.ibm.com/unifiedsupport/cases/manage/CS4228375?accountId=abac0df06b644a9cabc6e44f55b3880e for the same.Waiting for the issue is being resolved, till then paused working on this PR. |
|
/run pipeline |
|
🎉 This PR is included in version 1.26.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
Refactored the code logic for prefix variable by adding default value for prefix and marked as required in catalog manifest.Also allowed prefix to be "" (empty string) for advanced users.
#11959
Release required?
x.x.X)x.X.x)X.x.x)Release notes content
Add the default value for prefix variable and mark as required in catalog manifest. Also allowed prefix to be "" (empty string ).
Run the pipeline
If the CI pipeline doesn't run when you create the PR, the PR requires a user with GitHub collaborators access to run the pipeline.
Run the CI pipeline when the PR is ready for review and you expect tests to pass. Add a comment to the PR with the following text:
Checklist for reviewers
For mergers