Hello,
I was looking to cluster SonarQube as my organization is using it a lot.
We made a stack, and it worked for a little.
* Docker container of 5.2
* Docker Swarm (scale 4 sonars)
* Behind a HAProxy.
* Same database (Oracle 11g)
All working fine, we've migrate some projects to production, first problems showing up:
- No SSO (problably solved by LDAP Plugin, not tested)
- Files are not shared trough cluster, so temp files are problem, mount need to be shared between containers.
If I share my disk into all containers and get LDAP plugin configure SSO and so, should I get it working?
The actual error: {"errors":[{"msg":"Logs of task AVEQ1Rx0cqtGU-Vf-ZUM not found"}]}
I lost log files, but it shows file not found on that AVEQ1Rx0cqtGU-Vf-ZUM string.
Should I step back on idea of cluster?