-
Notifications
You must be signed in to change notification settings - Fork 63
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
v11.0.0-PI12 #401
Merged
Merged
v11.0.0-PI12 #401
Conversation
This file contains 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
Please use the official chart --> https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-helm/
This was referenced Nov 18, 2020
…ator config in main mojaloop values config
…d, and rather added as a comment. In most cases annotations are not necessary.
GoldenPath results for the following version: mojaloop/postman#188
|
40 tasks
elnyry-sam-k
previously approved these changes
Nov 23, 2020
Deployed this on dev1 and it looks ok.. |
After merging @vijayg10's changes to TTK. Post-Hook Install:
GoldenPath:
|
…cache deployment.
…o ensure strict acid compliance. Also changed the "nameOverride" for CEP's mongodb instance.
Post-hook install tests via TTK:
GoldenPath Test results:
|
elnyry-sam-k
approved these changes
Nov 25, 2020
Great work, Miguel! Thanks! |
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.
Helm release changes
1. Maintenance updates
- A single MojaSim collection is now available after reconciliation between two collections that existed previously.
- Setup Mojaloop Hub : MojaloopHub_Setup
- Setup Mojaloop Simulators for testing : MojaloopSims_Onboarding
- Golden path tests: Golden_Path_Mojaloop
- Setup Mojaloop Hub, test FSPs : ML_OSS_Setup_LegacySim
- Golden path tests: ML_OSS_Golden_Path_LegacySim
quoting-service.config.simple_routing_mode_enabled
to be set tofalse
to get 100% pass-rate, if this flag is disabled, there will be failures in several quoting-service tests (7 expected failures). This command can be used to override the default config:helm install moja ./mojaloop/ -n demo --set quoting-service.config.simple_routing_mode_enabled=false
innodb_flush_log_at_trx_commit
to the value of1
for MySQL servers to ensure ACID compliance (ref: https://dev.mysql.com/doc/refman/5.7/en/innodb-parameters.html#sysvar_innodb_flush_log_at_trx_commit)nameOverride: cep-mongodb
. This will ensure that the CEP has its own MongoDB instance.nameOverride: ttk-mongodb
. This will ensure that the TTK has its own MongoDB instance.2. New Features
3. Bug Fixes
4. Application versions
Application versions that are supported for this update:
5. Application release notes
6. Operational Chart versions
7. Breaking changes
8. Known Issues
Testing Toolkit Post-Hook Install tests are not compatible with Postman (Note: this will not impact default installations) - TTK Post-hook tests are not compatible with existing Postman tests project#18649. Contributors:
Note: companies in alphabetical order
PR Dependencies