Monday, 2018-05-21

*** caowei has joined #softwarefactory01:44
*** caowei has quit IRC02:20
sfbenderMerged software-factory/sf-config master: config: adds _internal.yaml resources template  https://softwarefactory-project.io/r/1204902:40
*** caowei has joined #softwarefactory02:41
*** eliqiao_ has joined #softwarefactory03:59
*** jpena|off is now known as jpena07:10
eliqiao_hello, guys, just report an issue https://tree.taiga.io/project/morucci-software-factory/issue/129607:20
*** jangutter has joined #softwarefactory09:05
fbo_eliqiao_: Hello, thanks we responded to the issue and mail, but yes you should use the last stable 3.0.09:06
sfbenderMerged software-factory/sf-elements master: nodepool-minimal: replace simple-init by cloud-init  https://softwarefactory-project.io/r/1201509:40
*** jangutter has quit IRC09:51
*** jangutter has joined #softwarefactory09:52
eliqiao_fbo09:57
eliqiao_@fbo_ yes, I am using 3.009:57
eliqiao_it's about https://tree.taiga.io/project/morucci-software-factory/issue/129609: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_91262710: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 deps10: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 dep10:28
eliqiao_in my environment, I don't have it installed10:28
eliqiao_so you should not assert that in user's environment,  it has python-testinfr installed10:29
fbo_python-testinfra is installed by the sf-config ansible install task of sf-install-server10:31
fbo_ansible/roles/sf-install-server/tasks/install.yml10:31
fbo_/usr/share/sf-config/ansible/roles/sf-install-server/tasks/install.yml on your system10:32
fbo_then pytest should be a deps of python-testinfra rpm10: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 conflict10: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 installed10: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 mentioned10:54
fbo_but we are not compatible with epel10:54
fbo_and python2-testinfra comes from epel10: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 activated10: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-project11:21
eliqiao_@flo_ found some nits in ansible yml when creating custom job11:23
sfbenderFabien Boucher created software-factory/sf-config master: Fail if sf-base role detects epel-release installed  https://softwarefactory-project.io/r/1227311:25
fbo_eliqiao_: according to the paste there is an issue with python2-testinfra packaging.11:26
fbo_eliqiao_: in software-factory/sf-docs11:26
eliqiao_@fbo_,  get it. thx.11:27
fbo_git clone https://softwarefactory-project.io/r/software-factory/sf-docs11:27
sfbenderFabien Boucher created software-factory/sf-docs master: Add a warning note about EPEL in deployment doc  https://softwarefactory-project.io/r/1227411:31
*** jpena is now known as jpena|lunch11: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
sfbendereliqiao created software-factory/sf-docs master: user: correct custom job example  https://softwarefactory-project.io/r/1227511: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 jpena12:33
gundalowIs https://ansible.softwarefactory-project.io/zuul/status.html having issue?13:33
gundalow1) Seeing jobs in idle for 20+ minutes13:33
gundalow2) "Tenant ansible-network isn't ready13:33
gundalow updating13:33
gundalow"13:33
fbo_gundalow: yes it seems we have issue with rdo-cloud, we also have restarted zuul13:34
gundalowfbo_: ah, OK. That would explain what I'm seeing, thanks13:34
*** spredzy has quit IRC13:38
gundalowfbo_: I've done a "recheck" still seeing the jobs sitting there https://ansible.softwarefactory-project.io/zuul/status.html14:12
gundalowIs there a page that shows the queue?14:12
gundalowie is it busy or broken14: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 status14: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 slow14:27
gundalowoh, thanks14:28
* gundalow bookmarks14:28
*** jpena is now known as jpena|brb15:45
*** jangutter has quit IRC16:18
*** jpena|brb is now known as jpena16:20
sfbenderFabien Boucher created software-factory/cauth master: Add repoxplorer service  https://softwarefactory-project.io/r/1227817:14
*** spredzy has joined #softwarefactory17:17
*** jpena is now known as jpena|off17:17
gundalowfbo_: My jobs passed, thanks. https://softwarefactory-project.io/zuul/t/ is usefull18:26
gundalowAnyone able to +1 https://softwarefactory-project.io/r/#/c/12279/ enables Zuul for another repo18:26

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!