Skip to content

Commit e2f6b00

Browse files
authored
Merge pull request #85 from mojaloop/feat/mojaloop-15.0.0
feat: added values files for mojalop, mojaloop-simulator and ttk
2 parents a08bc30 + 5fe0dc4 commit e2f6b00

36 files changed

+3190
-500
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM ubuntu:20.04
22
ARG TERRAFORM_VERSION=1.1.8
33
ARG K8S_VERSION=v1.24.6
4-
ARG HELM_VERSION=v3.9.4
4+
ARG HELM_VERSION=v3.11.0
55
ARG HELM_FILENAME=helm-${HELM_VERSION}-linux-amd64.tar.gz
66
ARG KUBESPRAY_VERSION=2.20.0
77
ARG NEWMAN_VERSION=5.0.0

gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml

Lines changed: 215 additions & 129 deletions
Large diffs are not rendered by default.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
include:
2-
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v3.0.1/gitlab_templates/gitlab_ci_templates/.gitlab-main-ci.yml'
3-
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v3.0.1/gitlab_templates/gitlab_ci_templates/.gitlab-ops-ci.yml'
4-
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v3.0.1/gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml'
2+
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.0/gitlab_templates/gitlab_ci_templates/.gitlab-main-ci.yml'
3+
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.0/gitlab_templates/gitlab_ci_templates/.gitlab-ops-ci.yml'
4+
- remote: 'https://raw.githubusercontent.com/mojaloop/iac-aws-platform/v4.0.0/gitlab_templates/gitlab_ci_templates/.gitlab-tests-ci.yml'
55

66

77
variables:
88
GIT_SSL_NO_VERIFY: "true"
9-
PLATFORM_IAC_IMAGE_VERSION: "3.0.1"
10-
K3S_IAC_IMAGE_VERSION: "0.17.0"
9+
PLATFORM_IAC_IMAGE_VERSION: "4.0.0"
10+
K3S_IAC_IMAGE_VERSION: "0.19.0"

gitlab_templates/switch-iac/k3s-sync-dir/.env

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ cloud_provider=aws
33
use_bastion=true
44
create_public_zone=yes
55
create_private_zone=yes
6-
master_instance_type=t3.medium
7-
master_volume_size=100
8-
agent_node_count=2
9-
agent_instance_type=m5.xlarge
10-
agent_volume_size=100
6+
master_instance_type=m5.xlarge
7+
master_volume_size=200
8+
agent_node_count=3
9+
agent_instance_type=m5.2xlarge
10+
agent_volume_size=500
1111
ingress_name=nginx
1212
letsencrypt_email=[email protected]
1313
install_mojaloop=no
@@ -23,13 +23,13 @@ pm4ml_config_file=/k3s-boot/ansible_pm4ml_output.yaml
2323
pm4ml_static_config_file=/k3s-boot/static.pm4ml.values.yaml
2424
pm4ml_client_cert_remote_dir=/tmp/pm4ml-certoutput/
2525
pm4ml_client_cert_local_dir=/k3s-boot/certoutput/
26-
pm4ml_helm_version=7.0.7
26+
pm4ml_helm_version=8.0.1
2727
pm4ml_dfsp_internal_access_only=yes
2828
letsencrypt_server=production
2929
internal_pm4ml_instance=yes
3030
peer_vpc_id=##peer_vpc_id##
3131
create_vpc_peering=true
32-
vpc_cidr=10.105.0.0/23
32+
vpc_cidr=10.112.0.0/23
3333
k3s_version=v1.20.8+k3s1
3434
install_portainer=no
3535
internal_managed_tls=yes
@@ -39,4 +39,6 @@ use_aws_acm_cert=false
3939
grafana_internal_access_only=no
4040
ttk_enabled=no
4141
ttk_payee_simulator_enabled=no
42+
pm4ml_kafka_helm_version=15.2.1
43+
redis_replica_count=1
4244
az_count=1

gitlab_templates/switch-iac/k3s-sync-dir/static.pm4ml.values.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,20 @@ mojaloop-core-connector:
4646
repository: pm4ml/wallet-core-connector
4747
tag: 1.0.34
4848
env:
49-
MLCONN_OUTBOUND_ENDPOINT: "http://{{ item.value.helm_release_name }}-scheme-adapter:4001"
49+
MLCONN_OUTBOUND_ENDPOINT: "http://{{ item.value.helm_release_name }}-sdk-scheme-adapter-api-svc:4001"
5050
BACKEND_ENDPOINT: "http://sim-backend:3000"
5151
livenessProbe:
5252
enabled: true
5353
readinessProbe:
5454
enabled: true
5555

5656
scheme-adapter:
57-
env:
58-
RESOURCE_VERSIONS: transfers=1.1,
59-
RESERVE_NOTIFICATION: true
60-
AUTO_ACCEPT_PARTY: true
61-
AUTO_ACCEPT_QUOTES: true
57+
sdk-scheme-adapter-api-svc:
58+
env:
59+
RESOURCE_VERSIONS: transfers=1.1,
60+
RESERVE_NOTIFICATION: true
61+
AUTO_ACCEPT_PARTY: true
62+
AUTO_ACCEPT_QUOTES: true
6263

6364
sim-backend:
6465
rules: |-

0 commit comments

Comments
 (0)