Skip to content
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

fix(mojaloop/3387): bof report failures #90

Merged
merged 1 commit into from
Jun 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions gitlab_templates/switch-iac/.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
include:
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.0/gitlab_templates/gitlab_ci_templates/.gitlab-main-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.0/gitlab_templates/gitlab_ci_templates/.gitlab-ops-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.0/gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.5/gitlab_templates/gitlab_ci_templates/.gitlab-main-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.5/gitlab_templates/gitlab_ci_templates/.gitlab-ops-ci.yml'
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.5/gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml'


variables:
GIT_SSL_NO_VERIFY: "true"
PLATFORM_IAC_IMAGE_VERSION: "4.0.0"
PLATFORM_IAC_IMAGE_VERSION: "4.0.5"
K3S_IAC_IMAGE_VERSION: "0.19.0"
2 changes: 1 addition & 1 deletion gitlab_templates/switch-iac/workbench-config-15.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"helm_oathkeeper_version": "0.19.6",
"helm_keto_version": "0.19.6",
"helm_kratos_version": "0.14.1",
"helm_bof_version": "3.0.0",
"helm_bof_version": "3.0.1",
"hub_currency_code": "USD",
"iac_post_init_version": "v1.0.0",
"storage_class_name": "longhorn",
Expand Down
2 changes: 1 addition & 1 deletion terraform/k8s-apps-setup/mojaloop-core/bizops.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ resource "helm_release" "bof" {
test_user_password = vault_generic_secret.bizops_portal_user_password["test1"].data.value
report_tests_payer = "payerfsp"
report_tests_payee = "payeefsp"
report_tests_currency = var.ttk_test_currency1
report_tests_currency = var.ttk_test_currency2
})
]
provider = helm.helm-main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ reportTests:
TEST_CURRENCY: ${report_tests_currency}
TEST_PAYER_MSISDN: "17039811901"
TEST_PAYEE_MSISDN: "17039811902"
TEST_SETTLEMENT_MODEL: DEFAULTDEFERREDNET
NODE_TLS_REJECT_UNAUTHORIZED: "0"

## Backend API services
Expand Down