We've moved the development of the Helm chart to a private VCS and repo. Please refer to the documentation pages for correct links and instructions. Please use the documentation pages instead
- testops-demo
- testops
- testops-ldap
- testops-saml
Config testops-demo
cannot be used as production deployment. Use this as a proof of concept or demo for the decision making.
Demo config contains all the components required for the starting Allure TestOps up, however this configuration requires a lot of maintenance and will lead to significant downtime and possible data loss when database upgrade is required.
We won't be able to help with data restoration or performance issues when Allure TestOps is deployed with demo config.
Use this configuration if you are going to manage end users and their authentication via Allure TestOps UI (so-called local users or system authentication).
Component | Deployed as |
---|---|
Allure TestOps | via docker compose |
Postgres | standalone server |
RabbitMQ | preferably standalone server |
Redis | preferably standalone server |
S3 solution | standalone server |
Use this configuration if you are going to manage end users and their authentication via existing LDAP server.
Component | Deployed as |
---|---|
Allure TestOps | via docker compose |
Postgres | standalone server |
RabbitMQ | standalone server |
Redis | preferably standalone server |
S3 solution | standalone server |
Use this configuration if you are going to manage end users and their authentication via existing Identity Provider service supporting SAML2 authentication.
Component | Deployed as |
---|---|
Allure TestOps | via docker compose |
Postgres | standalone server |
RabbitMQ | preferably standalone server |
Redis | preferably standalone server |
S3 solution | standalone server |
Use this configuration if you are going to manage end users and their authentication via existing Identity Provider service supporting OpenID authentication.
Component | Deployed as |
---|---|
Allure TestOps | via docker compose |
Postgres | standalone server |
RabbitMQ | preferably standalone server |
Redis | preferably standalone server |
S3 solution | standalone server |
The only available paths from to upgrade 4 to 5 are
- 4.26.5 → 5.3.3 and next releases
Upgrade process is thoroughly described in Allure TestOps documentation here.