*** jangutter has quit IRC | 01:19 | |
*** jangutter has joined #softwarefactory | 03:20 | |
*** Rohaan has joined #softwarefactory | 05:13 | |
tristanC | Rohaan: hello, fwiw I am working on an Openshift resource provider for zuul, the prototype is described here: https://softwarefactory-project.io/draft/zuul-openshift/ | 05:16 |
---|---|---|
Rohaan | tristanC: Thanks for sharing | 05:27 |
Rohaan | I know that you were working on openshift integration with zuul. I saw your mail to Chmouel few days ago | 05:28 |
*** jpena|off is now known as jpena | 07:36 | |
rcarrillocruz | tristanC: that's amazing, kudos | 07:59 |
rcarrillocruz | just in time for upshift i guess ;-) | 07:59 |
*** nijaba has joined #softwarefactory | 10:30 | |
*** eliqiao_ has joined #softwarefactory | 10:54 | |
eliqiao_ | hello guys, I have setup zuul service, but the Web-based log streaming failed and said : "Failure from finger client: [Errno -2] Name or service not known" , anyone know how to resolve that? | 10:54 |
sfbender | Merged software-factory/sf-config master: managesf: remove unused zuul_rsa key copy https://softwarefactory-project.io/r/12240 | 10:58 |
tristanC | eliqiao_: does "hostname -f" resolv from the zuul-web service? if you changed hostname, service needs to be restarted | 11:01 |
eliqiao_ | https://www.irccloud.com/pastebin/m2Jl3dET/ | 11:09 |
eliqiao_ | @tristanC, host -f doesn't work. | 11:09 |
eliqiao_ | I am using OCI driver | 11:09 |
tristanC | eliqiao_: hum, what is the content of /etc/hosts ? | 11:14 |
eliqiao_ | https://www.irccloud.com/pastebin/ZgQt6uh7/ | 11:15 |
tristanC | eliqiao_: perhaps try running "hostnamectl set-hostname managesf.sftests.com", this should fix "hostname -f" | 11:17 |
eliqiao_ | https://www.irccloud.com/pastebin/sQwL4xCM/ | 11:18 |
eliqiao_ | but I got this error after I restart zuul-web | 11:18 |
tristanC | eliqiao_: there will be all sort of issue if your hostname isn't properly set. "hostname -f" needs to be a valid dns | 11:19 |
eliqiao_ | https://www.irccloud.com/pastebin/d1ZrOypj/ | 11:19 |
*** jpena is now known as jpena|off | 11:20 | |
tristanC | eliqiao_: then try restarting the services, e.g.: "systemctl restart rh-python35-zuul-*" | 11:20 |
eliqiao_ | yes, Ihave done zuul-web | 11:20 |
tristanC | best is to restart all zuul services, as they use hostname to communicate between each other | 11:21 |
eliqiao_ | yep ,done, but got "systemctl restart rh-python35-zuul-*" | 11:22 |
eliqiao_ | got there error "/zuul/api/tenant/local/status: Internal Server Error" | 11:22 |
tristanC | eliqiao_: could you share the output of "systemctl status rh-python35-zuul-*" ? | 11:23 |
eliqiao_ | yes, I see the scheduler service failed to start | 11:24 |
eliqiao_ | https://www.irccloud.com/pastebin/mBgGedbF/ | 11:24 |
tristanC | eliqiao_: oh bad ordering luck, try to restart just the scheduler now, e.g.: systemctl restart rh-python35-zuul-scheduler | 11:25 |
eliqiao_ | yes, I restart scheduler again, it's up | 11:25 |
tristanC | (if the executor restart right after the scheduler, then it may block the scheduler from starting) | 11:25 |
eliqiao_ | but it's failed after some while. | 11:26 |
tristanC | eliqiao_: is there something in the logs/status? | 11:29 |
eliqiao_ | https://www.irccloud.com/pastebin/ei9oqTO2/ | 11:29 |
eliqiao_ | something wrong with my job define | 11:30 |
tristanC | eliqiao_: yes, make sure the cvm-functional-test project is defined in /etc/zuul/main.yaml | 11:30 |
tristanC | eliqiao_: and set it up in a /root/config/zuul/ yaml file too | 11:31 |
tristanC | eliqiao_: as documented here: https://softwarefactory-project.io/docs/user/zuul_user.html#adding-a-project-to-the-zuul-service | 11:31 |
eliqiao_ | it works well before I restart it. I think there's something wrong with zuul-conf to config zuul | 11:32 |
tristanC | eliqiao_: the project may have been broken, you can check this endpoint to see live errors: https://sftests.com/zuul/api/tenant/local/info | 11:34 |
eliqiao_ | I got 500 error | 11:34 |
eliqiao_ | 500 Internal Server Error | 11:34 |
tristanC | after you add cvm-functional-test to /etc/zuul/main.yaml, you need to restart the scheduler | 11:36 |
eliqiao_ | not sure why the issue's there. I can find it in /etc/zuul/main.yaml | 11:38 |
eliqiao_ | https://www.irccloud.com/pastebin/TEe1qFQD/ | 11:38 |
eliqiao_ | I get, the project name defined in cvm-functional-test/.zuul.yaml is wrong. | 11:40 |
tristanC | eliqiao_: in "cvm/cvm-functional-test/.zuul.yaml@master", line 3, column 3, set "name: cvm/cvm-functional-test" | 11:41 |
tristanC | instead of just "name: cvm-functional-test" | 11:41 |
eliqiao_ | yes, I have correct patch, but that's not merged yet, so at this point, when I restart the scheduler, failed | 11:53 |
eliqiao_ | tristanC: yeah, works, and web console works too. | 11:58 |
eliqiao_ | thanks :) | 11:58 |
tristanC | eliqiao_: you're welcome | 11:59 |
tristanC | though, this hostname error shouldn't happen, perhaps we should add a test to make sure it resolves before doing the deployment | 12:00 |
*** jpena|off is now known as jpena | 12:01 | |
*** Rohaan___ has joined #softwarefactory | 12:29 | |
*** Rohaan has quit IRC | 12:29 | |
*** Rohaan has joined #softwarefactory | 12:39 | |
*** Rohaan___ has quit IRC | 12:39 | |
*** Rohaan has quit IRC | 13:09 | |
sfbender | Merged software-factory/python-sfmanager master: Simplify logging and remove default log file https://softwarefactory-project.io/r/9466 | 14:34 |
sfbender | Nicolas HICHER created www.softwarefactory-project.io master: blog zuul: add sandbox setup article https://softwarefactory-project.io/r/12475 | 15:16 |
sfbender | Merged software-factory/sf-config master: nodepool: Add image_format in clouds.yaml https://softwarefactory-project.io/r/12449 | 16:04 |
sfbender | Nicolas HICHER created www.softwarefactory-project.io master: WIP: how zuul works blog article https://softwarefactory-project.io/r/12476 | 16:12 |
*** jpena is now known as jpena|off | 17:17 | |
sfbender | Merged software-factory/sf-docs master: nodepool: move image_format in operator documentation https://softwarefactory-project.io/r/12450 | 20:26 |
sfbender | Fabien Boucher created software-factory/cauth master: repoxplorer service: do not overwrite user defined setting https://softwarefactory-project.io/r/12482 | 22:05 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!