• Joined on 2023-08-07
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-02 03:12:34 +03:00
20a4e9cfd4 Update projects/hello-world/container/config.json
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-04-01 16:02:29 +03:00
a80854253a Update state file path
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-03-31 01:13:54 +03:00
1b7795f038 Update projects/hello-world/container/config.json
6495b95c8d Add state management
Compare 2 commits »
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-03-26 23:49:39 +03:00
8394a032d5 Update projects/hello-world/container/config.json
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 23:55:32 +03:00
63e27f31ac Remove grpc-balancer.py and update deployment configuration
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 19:32:21 +03:00
64d57407e0 Refactor grpc-balancer to use Gunicorn and update playbook.yml for deployment
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 19:21:16 +03:00
e40e14dea5 Add SSL support to grpc-balancer and update playbook for certificate management
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 18:57:04 +03:00
b988582553 Refactor grpcbalancer setup in playbook.yml and remove legacy files. Replaced shell commands with Ansible copy module for grpcbalancer service file creation and enabled the service using systemd. Deleted grpc-balancer.py and grpc-balancer.service files as part of the cleanup process, streamlining the deployment configuration.
22ce6c07c3 Refactor check_logs function in checker.py to improve log output. Moved the subscription ID logging to ensure it is always checked and logged before returning the status, enhancing clarity in the synchronization status reporting.
Compare 2 commits »
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 13:34:02 +03:00
834ddb4438 Fix log status message in checker.py to return head_sub_id directly instead of formatted number. This change improves clarity in log output.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 13:24:08 +03:00
7e8587660d Refactor config.json to enhance snapshot synchronization settings. Moved snapshot_sync parameters to a new location, ensuring clarity and organization. This change maintains the same values for sleep, batch_size, starting_sub_id, and sync_period, improving overall configuration structure.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 12:59:57 +03:00
6b431823f5 Refactor config.json to enhance snapshot synchronization settings and remove Docker credentials. Updated snapshot_sync parameters: increased sleep time to 3 seconds, adjusted batch_size to 800, changed starting_sub_id to 210000, and extended sync_period to 30 seconds for improved performance.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 10:49:11 +03:00
82e6047e86 Comment out the apt update and upgrade steps in playbook.yml to prevent unnecessary package updates during execution, streamlining the playbook's operation.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 09:43:14 +03:00
15f277057e Comment out Docker login and credential removal steps in playbook.yml for security reasons, ensuring sensitive information is not exposed in the playbook.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-20 09:42:46 +03:00
04d44aeadf Update playbook.yml to configure Docker daemon for journald logging and add registry mirrors. This change enhances logging capabilities and allows for the use of a custom Docker registry.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 19:29:42 +03:00
b006ea31b0 Refactor playbook.yml to improve contract deployment and execution handling. Added asynchronous execution with polling for contract deployment and call commands, ensuring successful completion checks. Updated shell command execution to use /bin/bash for consistency.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 18:09:15 +03:00
04efc25a48 Add Docker pull command for hello-world image in playbook.yml
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 17:51:57 +03:00
cccbc07db1 Update docker-compose.yaml and config.json for improved performance and configuration adjustments
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 12:19:07 +03:00
7d5889553d Update playbook.yml to reduce RestartSec from 1800 to 600 for improved service responsiveness
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 12:08:11 +03:00
34776214d6 Downgrade Docker image version in docker-compose.yaml from 1.4.0 to 1.2.0 to revert to a previous stable release.
vvzvlad pushed to main-22aug at vvzvlad/ritual 2025-01-19 12:00:24 +03:00
0cc12c5446 Update Docker image version in docker-compose.yaml from 1.2.0 to 1.4.0 for improved functionality and performance.