#101 execdb address is misconfigured on all systems
Closed: Fixed None Opened 10 years ago by kparal.

If you open
https://taskotron.fedoraproject.org/resultsdb/jobs
and try to click on Ref → link in the Taskbot URL column, it leads to:
http://127.0.0.1/execdb//jobs/cb9448f0-ef36-11e4-9e3a-525400062113

If you try the same thing from
https://taskotron.stg.fedoraproject.org/resultsdb/jobs
it leads to
http://resultsdb-stg01.qa.fedoraproject.org/execdb/jobs/cb97d830-ef36-11e4-84e2-5254003c1e1f

And from
https://taskotron-dev.fedoraproject.org/resultsdb/jobs
it leads to
http://resultsdb-dev01.qa.fedoraproject.org/execdb/jobs/cb93fa94-ef36-11e4-bf7d-5254007dccf9

None of those systems are reachable. There seems to be some problem in ansible when configuring execdb address in resultsdb?


yeah, that looks right to me. I'm a little embarassed that it took this long to realize that it was misconfigured :(

The same issue was just reported to infra:
https://fedorahosted.org/fedora-infrastructure/ticket/4772

I'm wondering if we should go back and change the values in resultsdb so that the links are OK. If it's takent this long for anyone to notice, I'm not sure if it'd be worth the effort

! In #469#6019, @tflink wrote:
The same issue was just reported to infra:
https://fedorahosted.org/fedora-infrastructure/ticket/4772

I'm wondering if we should go back and change the values in resultsdb so that the links are OK. If it's takent this long for anyone to notice, I'm not sure if it'd be worth the effort

Yeah I was wondering about that too.

Something like this (for dev), should work:

UPDATE job SET ref_url = replace(ref_url, 'resultsdb-dev01.qa', 'taskotron-dev');

I'd say let's give it a try on dev and if it works, we can do stg and prod. The worst case scenario is that we have to reset dev.

Worked on dev, so I updated stg and prod as well, hopefully with no side effects.

Metadata Update from @kparal:
- Issue tagged with: infrastructure

7 years ago

Log in to comment on this ticket.

Metadata