Hi everyone,
Atm, I'm running 2 servers. One is for staging and one for production. On each server, I have one docker running LAVA and one docker running SQUAD.
From SQUAD-PROD to LAVA-STAGING, I can submit job, fetch results etc,
everything is working fine. Same from SQUAD-STAGING to LAVA-PROD.
But, from SQUAD-PROD to LAVA-PROD, or from SQUAD-STAGING to LAVA-STAGING, the test submission fails. Squad-worker returns and error saying connection timed out. If I curl LAVA-PROD from SQUAD-PROD, it works. Same if I curl LAVA-STAGING from SQUAD-STAGING. So it looks like they can communicate after all.
Any idea what could be the problem?
Best regards, Axel