{"id":42655934,"url":"https://github.com/netcracker/qubership-rabbitmq","last_synced_at":"2026-04-01T18:27:36.992Z","repository":{"id":313515921,"uuid":"957879383","full_name":"Netcracker/qubership-rabbitmq","owner":"Netcracker","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-19T16:16:37.000Z","size":4172,"stargazers_count":0,"open_issues_count":12,"forks_count":5,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-01-19T22:43:52.249Z","etag":null,"topics":["qubership-infra","saqs"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Netcracker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE-OF-CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-03-31T09:38:56.000Z","updated_at":"2025-12-22T06:21:02.000Z","dependencies_parsed_at":"2025-09-06T16:27:48.990Z","dependency_job_id":"040aafc7-06d4-4536-89ba-b417e08b7557","html_url":"https://github.com/Netcracker/qubership-rabbitmq","commit_stats":null,"previous_names":["netcracker/qubership-rabbitmq"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/Netcracker/qubership-rabbitmq","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-rabbitmq","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-rabbitmq/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-rabbitmq/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-rabbitmq/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Netcracker","download_url":"https://codeload.github.com/Netcracker/qubership-rabbitmq/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Netcracker%2Fqubership-rabbitmq/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28871333,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T07:35:32.468Z","status":"ssl_error","status_checked_at":"2026-01-29T07:33:31.463Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["qubership-infra","saqs"],"created_at":"2026-01-29T08:01:09.992Z","updated_at":"2026-01-29T08:01:20.148Z","avatar_url":"https://github.com/Netcracker.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[[_TOC_]]\n\n# RabbitMQ Service\n\n## Documentation\n* [Architecture guide](https://github.com/Netcracker/qubership-rabbitmq/blob/fix/doc_fixes/docs/public/architecture.md)\n* [Installation guide](https://github.com/Netcracker/qubership-rabbitmq/blob/main/docs/public/installation.md)\n* [Monitoring guide](https://github.com/Netcracker/qubership-rabbitmq/blob/fix/doc_fixes/docs/public/monitoring.md)\n* [Troubleshooting guide](https://github.com/Netcracker/qubership-rabbitmq/blob/fix/doc_fixes/docs/public/troubleshooting.md)\n\n## Repository structure\n\n* `./docs` - directory with actual documentation for the component.\n* `./grafana` - directory with Grafana Dashboard for RabbitMQ.\n* `./openshift` - directory with scripts for deploying to Openshift environment.\n* `./operator` - directory with operator code \u0026 HELM chart for RabbitMQ.\n* `./operator/operator-robot-image` - directory with **actual** Robot Framework tests for RabbitMQ.\n* `./performance-tests-image` - directory with sources for RabbitMQ performance test component.\n* `./rabbitmq-backup-daemon` - directory with sources for RabbitMQ Backup Daemon component.\n* `./telegraf` - directory with sources for monitoring component for RabbitMQ.\n* `./zabbix` - directory with sources for Zabbix component.\n\n## How to start\n\n### Deploy to k8s\n\n#### Pure helm\n\n1. Build operator and integration tests, if you need non-main versions.\n2. Prepare kubeconfig on you host machine to work with target cluster.\n3. Prepare `sample.yaml` file with deployment parameters, which should contains custom docker images if it is needed.\n4. Store `sample.yaml` file in `/operator/charts/helm/rabbitmq` directory.\n5. Go to `/operator/charts/helm/rabbitmq` directory.\n6. Run the following command:\n\n  ```sh\n  helm install rabbitmq ./ -f sample.yaml -n \u003cTARGET_NAMESPACE\u003e\n  ```\n\n### Smoke tests\n\nThere is no smoke tests.\n\n### How to debug\n\nNot applicable\n\n### How to troubleshoot\n\nThere are no well-defined rules for troubleshooting, as each task is unique, but there are some tips that can do:\n\n* Deploy parameters.\n* Application manifest.\n* Logs from all RabbitMQ service pods.\n\nAlso, developer can take a look on [Troubleshooting guide](/docs/public/troubleshooting.md).\n## Evergreen strategy\n\nTo keep the component up to date, the following activities should be performed regularly:\n\n* Vulnerabilities fixing.\n* RabbitMQ upgrade.\n* Bug-fixing, improvement and feature implementation in operator, monitoring or other RabbitMQ components.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcracker%2Fqubership-rabbitmq","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetcracker%2Fqubership-rabbitmq","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetcracker%2Fqubership-rabbitmq/lists"}