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
On Wed, 30 Jan 2019 at 14:43, Axel Lebourhis axel.lebourhis@linaro.org wrote:
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?
Sounds strange. Could you share your dockerfiles or docker-compose?
milosz
Best regards, Axel _______________________________________________ Squad-dev mailing list Squad-dev@lists.linaro.org https://lists.linaro.org/mailman/listinfo/squad-dev
Hi Milosz,
Sorry for the delay, was on something else. You will find the Dockerfile attached. Nothing particular, except proxy configuration. But I sounds strange to me if the proxy is an issue here as 2 servers can communicate. To be more precise, squad receives the test job to submit but its state stays on "not submitted not fetched"
Best regards, Axel
On Wed, 30 Jan 2019 at 14:54, Milosz Wasilewski < milosz.wasilewski@linaro.org> wrote:
On Wed, 30 Jan 2019 at 14:43, Axel Lebourhis axel.lebourhis@linaro.org wrote:
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?
Sounds strange. Could you share your dockerfiles or docker-compose?
milosz
Best regards, Axel _______________________________________________ Squad-dev mailing list Squad-dev@lists.linaro.org https://lists.linaro.org/mailman/listinfo/squad-dev
Better with the file...
On Fri, 1 Feb 2019 at 08:02, Axel Lebourhis axel.lebourhis@linaro.org wrote:
Hi Milosz,
Sorry for the delay, was on something else. You will find the Dockerfile attached. Nothing particular, except proxy configuration. But I sounds strange to me if the proxy is an issue here as 2 servers can communicate. To be more precise, squad receives the test job to submit but its state stays on "not submitted not fetched"
Best regards, Axel
On Wed, 30 Jan 2019 at 14:54, Milosz Wasilewski < milosz.wasilewski@linaro.org> wrote:
On Wed, 30 Jan 2019 at 14:43, Axel Lebourhis axel.lebourhis@linaro.org wrote:
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?
Sounds strange. Could you share your dockerfiles or docker-compose?
milosz
Best regards, Axel _______________________________________________ Squad-dev mailing list Squad-dev@lists.linaro.org https://lists.linaro.org/mailman/listinfo/squad-dev
Axel,
The Dockerfile looks like generic container derived from debian with a couple of extra packages installed. I don't see how either squad or lava are configured, so this isn't very helpful in debugging your problem :(
milosz
On Fri, 1 Feb 2019 at 08:06, Axel Lebourhis axel.lebourhis@linaro.org wrote:
Better with the file...
On Fri, 1 Feb 2019 at 08:02, Axel Lebourhis axel.lebourhis@linaro.org wrote:
Hi Milosz,
Sorry for the delay, was on something else. You will find the Dockerfile attached. Nothing particular, except proxy configuration. But I sounds strange to me if the proxy is an issue here as 2 servers can communicate. To be more precise, squad receives the test job to submit but its state stays on "not submitted not fetched"
Best regards, Axel
On Wed, 30 Jan 2019 at 14:54, Milosz Wasilewski milosz.wasilewski@linaro.org wrote:
On Wed, 30 Jan 2019 at 14:43, Axel Lebourhis axel.lebourhis@linaro.org wrote:
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?
Sounds strange. Could you share your dockerfiles or docker-compose?
milosz
Best regards, Axel _______________________________________________ Squad-dev mailing list Squad-dev@lists.linaro.org https://lists.linaro.org/mailman/listinfo/squad-dev
Yes I know :/
We've decided to open a new VM dedicated to SQUAD. Will be faster than trying to debug a network issue.
Thanks anyway :)
Axel
On Fri, 1 Feb 2019 at 09:10, Milosz Wasilewski milosz.wasilewski@linaro.org wrote:
Axel,
The Dockerfile looks like generic container derived from debian with a couple of extra packages installed. I don't see how either squad or lava are configured, so this isn't very helpful in debugging your problem :(
milosz
On Fri, 1 Feb 2019 at 08:06, Axel Lebourhis axel.lebourhis@linaro.org wrote:
Better with the file...
On Fri, 1 Feb 2019 at 08:02, Axel Lebourhis axel.lebourhis@linaro.org
wrote:
Hi Milosz,
Sorry for the delay, was on something else. You will find the Dockerfile attached. Nothing particular, except proxy
configuration.
But I sounds strange to me if the proxy is an issue here as 2 servers
can communicate.
To be more precise, squad receives the test job to submit but its state
stays on "not submitted not fetched"
Best regards, Axel
On Wed, 30 Jan 2019 at 14:54, Milosz Wasilewski <
milosz.wasilewski@linaro.org> wrote:
On Wed, 30 Jan 2019 at 14:43, Axel Lebourhis <
axel.lebourhis@linaro.org> wrote:
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?
Sounds strange. Could you share your dockerfiles or docker-compose?
milosz
Best regards, Axel _______________________________________________ Squad-dev mailing list Squad-dev@lists.linaro.org https://lists.linaro.org/mailman/listinfo/squad-dev