*** caowei has joined #softwarefactory | 01:44 | |
*** caowei has quit IRC | 02:20 | |
sfbender | Merged software-factory/sf-config master: config: adds _internal.yaml resources template https://softwarefactory-project.io/r/12049 | 02:40 |
---|---|---|
*** caowei has joined #softwarefactory | 02:41 | |
*** eliqiao_ has joined #softwarefactory | 03:59 | |
*** jpena|off is now known as jpena | 07:10 | |
eliqiao_ | hello, guys, just report an issue https://tree.taiga.io/project/morucci-software-factory/issue/1296 | 07:20 |
*** jangutter has joined #softwarefactory | 09:05 | |
fbo_ | eliqiao_: Hello, thanks we responded to the issue and mail, but yes you should use the last stable 3.0. | 09:06 |
sfbender | Merged software-factory/sf-elements master: nodepool-minimal: replace simple-init by cloud-init https://softwarefactory-project.io/r/12015 | 09:40 |
*** jangutter has quit IRC | 09:51 | |
*** jangutter has joined #softwarefactory | 09:52 | |
eliqiao_ | fbo | 09:57 |
eliqiao_ | @fbo_ yes, I am using 3.0 | 09:57 |
eliqiao_ | it's about https://tree.taiga.io/project/morucci-software-factory/issue/1296 | 09:59 |
fbo_ | eliqiao_: ok then I 'll run a 3.0 test deployment. That's weird because we run a periodic job to ensure stable deploy w/o issue and the testinfra phase pass. for instance last job: https://softwarefactory-project.io/logs/periodic/managesf.softwarefactory-project.io/software-factory/sf-ci/master/sf-deploy-stable/2ad5a15/job-output.txt.gz#_2018-05-21_00_21_23_912627 | 10:24 |
eliqiao_ | @flo_ I think my base centos image doesn't have pytest installed, and sf-config doesn't install it too, so that fail, can we add pytest as a dpenedencies of sf-config when package it into rpm? | 10:27 |
fbo_ | python-testinfra should require pytest as deps | 10:27 |
fbo_ | On a master SF version if I 'repoquery --require python-testinfra' | 10:28 |
eliqiao_ | https://www.irccloud.com/pastebin/m9B4FNbX/ | 10:28 |
fbo_ | I get python2-pytest listed as dep | 10:28 |
eliqiao_ | in my environment, I don't have it installed | 10:28 |
eliqiao_ | so you should not assert that in user's environment, it has python-testinfr installed | 10:29 |
fbo_ | python-testinfra is installed by the sf-config ansible install task of sf-install-server | 10:31 |
fbo_ | ansible/roles/sf-install-server/tasks/install.yml | 10:31 |
fbo_ | /usr/share/sf-config/ansible/roles/sf-install-server/tasks/install.yml on your system | 10:32 |
fbo_ | then pytest should be a deps of python-testinfra rpm | 10:32 |
fbo_ | eliqiao_: could you give me the output of commands like here https://softwarefactory-project.io/paste/show/m0zCEDHU1i1kNJmvslGy/ ? | 10:37 |
eliqiao_ | https://www.irccloud.com/pastebin/GQhiVMoA/ | 10:39 |
eliqiao_ | @fbo_ ^^ | 10:40 |
fbo_ | so you have python2-testinfra and not python-testinfra (the one that supposed to be installed by install.yml) | 10:43 |
fbo_ | sis you installed python2-testinfra manually ? | 10:44 |
fbo_ | s/sis/did/ | 10:44 |
fbo_ | could you try to run yum install python-testinfra ? I guess it will conflict | 10:45 |
eliqiao_ | Package python-testinfra-1.6.5-2.el7.noarch is obsoleted by python2-testinfra-1.11.1-1.el7.noarch which is already installed | 10:51 |
fbo_ | eliqiao_: ok so it has not been installed by sf-config. yum info python2-testinfra tells it come from which repo ? | 10:52 |
eliqiao_ | https://www.irccloud.com/pastebin/BQLID5ee/ | 10:53 |
fbo_ | ok I get it :) | 10:54 |
fbo_ | maybe that not clear enough in our doc, or even not mentioned | 10:54 |
fbo_ | but we are not compatible with epel | 10:54 |
fbo_ | and python2-testinfra comes from epel | 10:54 |
eliqiao_ | need to disable epel when running sf-config? | 10:55 |
fbo_ | eliqiao_: well it can be a solution (also remove python2-testinfra first) but I fear some other trouble can occured (if other epel packaged have been installed) | 10:56 |
eliqiao_ | except the root password issue( I manually comments it in task.yaml) , others works well for me now, I will explorer more (multiple proeject which has dependencies) | 10:56 |
fbo_ | eliqiao_: ok. I'll double check the doc to see what we tell about epel, and even make a task to ensure sf-config exist with a warning if epel is activated | 10:57 |
fbo_ | eliqiao_: by curiosity could you run: repoquery --require python2-testinfra ? | 10:57 |
eliqiao_ | https://www.irccloud.com/pastebin/PoRc91o4/ | 11:21 |
eliqiao_ | @flo_ BTW, where to update this doc ? https://softwarefactory-project.io/docs/user/zuul_user.html#adding-a-predefined-job-to-a-project | 11:21 |
eliqiao_ | @flo_ found some nits in ansible yml when creating custom job | 11:23 |
sfbender | Fabien Boucher created software-factory/sf-config master: Fail if sf-base role detects epel-release installed https://softwarefactory-project.io/r/12273 | 11:25 |
fbo_ | eliqiao_: according to the paste there is an issue with python2-testinfra packaging. | 11:26 |
fbo_ | eliqiao_: in software-factory/sf-docs | 11:26 |
eliqiao_ | @fbo_, get it. thx. | 11:27 |
fbo_ | git clone https://softwarefactory-project.io/r/software-factory/sf-docs | 11:27 |
sfbender | Fabien Boucher created software-factory/sf-docs master: Add a warning note about EPEL in deployment doc https://softwarefactory-project.io/r/12274 | 11:31 |
*** jpena is now known as jpena|lunch | 11:40 | |
eliqiao_ | @fbo_ can OCI driver support Docker? | 11:40 |
fbo_ | eliqiao_: I don't think it has been designed to support docker. So I guess not. tristanC will know better about that. | 11:43 |
eliqiao_ | @fbo_ any futhur plan? | 11:46 |
sfbender | eliqiao created software-factory/sf-docs master: user: correct custom job example https://softwarefactory-project.io/r/12275 | 11:53 |
fbo_ | eliqiao_: here you'll find the drivers tristanC is working on, there are not merged yet but we include at least the OCI one in the sf/nodepool packaging https://review.openstack.org/#/q/topic:nodepool-drivers+(status:open+OR+status:merged) | 12:07 |
*** jpena|lunch is now known as jpena | 12:33 | |
gundalow | Is https://ansible.softwarefactory-project.io/zuul/status.html having issue? | 13:33 |
gundalow | 1) Seeing jobs in idle for 20+ minutes | 13:33 |
gundalow | 2) "Tenant ansible-network isn't ready | 13:33 |
gundalow |  updating | 13:33 |
gundalow | " | 13:33 |
fbo_ | gundalow: yes it seems we have issue with rdo-cloud, we also have restarted zuul | 13:34 |
gundalow | fbo_: ah, OK. That would explain what I'm seeing, thanks | 13:34 |
*** spredzy has quit IRC | 13:38 | |
gundalow | fbo_: I've done a "recheck" still seeing the jobs sitting there https://ansible.softwarefactory-project.io/zuul/status.html | 14:12 |
gundalow | Is there a page that shows the queue? | 14:12 |
gundalow | ie is it busy or broken | 14:12 |
fbo_ | gundalow: that's still super slow. rdo-cloud ops are on it. | 14:26 |
fbo_ | gundalow: you can still check https://softwarefactory-project.io/zuul/t/ to see other tenant status | 14:26 |
fbo_ | to give you an idea, after we restarted zuul, I recheck jobs for a change. Usually the job take less than 10 minutes, 45 later it is still not finished, no errors, just slow | 14:27 |
gundalow | oh, thanks | 14:28 |
* gundalow bookmarks | 14:28 | |
*** jpena is now known as jpena|brb | 15:45 | |
*** jangutter has quit IRC | 16:18 | |
*** jpena|brb is now known as jpena | 16:20 | |
sfbender | Fabien Boucher created software-factory/cauth master: Add repoxplorer service https://softwarefactory-project.io/r/12278 | 17:14 |
*** spredzy has joined #softwarefactory | 17:17 | |
*** jpena is now known as jpena|off | 17:17 | |
gundalow | fbo_: My jobs passed, thanks. https://softwarefactory-project.io/zuul/t/ is usefull | 18:26 |
gundalow | Anyone able to +1 https://softwarefactory-project.io/r/#/c/12279/ enables Zuul for another repo | 18:26 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!