Sunday, 2023-03-12

@vagga:matrix.orgHi I'm getting status.json unavailable on zuul dashboard. Can anyone help me to find solution.07:00
-@gerrit:opendev.org- Christian Mueller proposed: [zuul/nodepool] 865531: Amazon EC2 Spot support https://review.opendev.org/c/zuul/nodepool/+/86553112:29
@fungicide:matrix.org> <@vagga:matrix.org> Hi I'm getting status.json unavailable on zuul dashboard. Can anyone help me to find solution.13:33
how did you install/deploy zuul-web? are you proxying connections to it from a web service like apache or nginx? have you checked the log for zuul-web and/or your proxy?
@vagga:matrix.orgI used containers for zuul server, Gerrit,MySQL, gearman and jenkins13:49
@vagga:matrix.orgI checked zuul server logs, nothing strange their.. only on zuul dashboard exposed at ip address of loacalhost, shows status.json unavailable.Also, I doubt this is due to Mysql database related error. Because I can't login to MySQL database exposed via port in loacalhost using heidisql client application 13:52
@fungicide:matrix.orgSantosh: from a shell on the server where the zuul-web container is running, try to fetch http://127.0.0.1:9000/api/tenant/TENANT_NAME/status.json with wget or curl (replace TENANT_NAME with the name of the tenant you've set up)13:55
@vagga:matrix.orgIn my case it's zuul_url/status.json13:56
@fungicide:matrix.orgoh, actually i don't have that quite right, i'm getting javascript back in response13:56
@vagga:matrix.orgIt shows some proxy issue13:56
@vagga:matrix.org> <@fungicide:matrix.org> oh, actually i don't have that quite right, i'm getting javascript back in response13:57
It's Json response if went well
@fungicide:matrix.orgyeah, sorry, no .json on the end of the url these days. i get a proper response if i `curl -X GET http://127.0.0.1:9000/api/tenant/TENANT_NAME/status -H  "accept: application/json"`14:04
@fungicide:matrix.orgapparently it's decided by the accept header now14:04
@fungicide:matrix.orgi take that back, it returns json for me even with just `wget -O- http://127.0.0.1:9000/api/tenant/TENANT_NAME/status`14:06
@fungicide:matrix.org * Santosh: from a shell on the server where the zuul-web container is running, try to fetch http://127.0.0.1:9000/api/tenant/TENANT\_NAME/status [corrected, no .json on the end of the url now] with wget or curl (replace TENANT\_NAME with the name of the tenant you've set up)14:07
@fungicide:matrix.org * <del>apparently it's decided by the accept header now</del>14:21
@vagga:matrix.orgfungi: these pics could give u more idea of my situationn15:37
@clarkb:matrix.orgHave you checked your zuul web logs?17:50

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!