Monday, 2020-12-21

*** sshnaidm is now known as sshnaidm|afk00:22
*** simondodsley has quit IRC00:45
*** chouseknecht has quit IRC00:46
*** simondodsley has joined #softwarefactory00:47
*** chouseknecht has joined #softwarefactory00:47
*** nhicher has quit IRC00:57
*** mhu has quit IRC00:57
*** irclogbot_0 has quit IRC00:59
*** irclogbot_0 has joined #softwarefactory01:01
*** nhicher has joined #softwarefactory01:17
*** mhu has joined #softwarefactory01:17
*** jpena|off is now known as jpena08:55
lyrHi there. I'm having a POST_FAILURE on the "config-updatewazo-platform/sf-config" job, without details10:50
sfbenderJavier Peña created DLRN master: Write skiplist before trying to build any package  https://softwarefactory-project.io/r/2043610:56
*** sshnaidm|afk is now known as sshnaidm11:17
*** lseki has joined #softwarefactory11:44
*** rfolco has joined #softwarefactory11:57
*** jpena is now known as jpena|lunch12:33
*** sduthil has joined #softwarefactory13:04
*** zenkuro has joined #softwarefactory13:08
zenkurohi guys, Do you need a beta-tester for CentOS8? Im ready to install new soft =)13:09
fbolyr: hi, best is to look at /var/log/zuul/executor.log13:25
fboit mights happen that the last tasks that export build logs to the logserver failed. So the executor.log is the place to look13:26
fbozenkuro: Hi, that's appreciated unfortunatly we don't have centos8 packages yet for SF.13:27
zenkurofbo: oh, ok13:30
*** jpena|lunch is now known as jpena13:33
mhuzenkuro, you can always try to install sf on centos 8 with the CentOS 7 repo13:52
mhubut we can't guarantee it's going to work13:52
zenkuromhu: i understand, I thought you have some kind of dev brunch that I can clone locally and start fighting13:58
lyrthanks fbo13:59
mhuzenkuro, we don't, but trying the CentOS7 repo on CentOS8 would already give us some valuable insight on what would be broken13:59
lyrI found my syntax issue in job's zuul.yaml13:59
zenkuromhu: supper =) I will fire this experiment then!14:00
mhujust be warned that it might not be useable at all14:01
zenkuromhu: yep, but it is kinda fun and useful, so why not...14:02
mhudo you want to look at CentOS Stream too?14:02
zenkuroit is exactly the one Im downloading >_<14:02
zenkuroso yah, I will check it14:03
lyrSo, Zuul's saying 'The nodeset "debian-10" was not found.', but I do have nodes with the "debian-10" label. Am I missing something ?14:03
*** sduthil has quit IRC14:04
*** sduthil has joined #softwarefactory14:04
fbolyr: you can check the zuul-ui in the Labels tab to check if the label exists14:05
lyrIt does. And in the "Nodes" tab I do have 2 nodes state "ready" with the label14:06
fbolyr: nodeset and label are not the same. Please make sure the nodeset is defined in your zuul config14:11
fbohttps://zuul-ci.org/docs/zuul/reference/job_def.html?highlight=nodeset#attr-job.nodeset14:12
fboa nodeset is like an ansible inventory. Each node defined in a nodeset is associated a node label14:12
lyrHmm I've the zuul.default_nodeset _label & _name set in sfconfig.yaml, but It doesn't match debian-1014:15
fbolyr: nodeset coulds be defined from scratch in the config repository14:18
fbono need to change your sfconfig.yaml14:19
lyrYeah, I just saw it in sf-config repo, the "base" job set nodeset.nodes.[0].name: container and .label: pod-centos-714:19
fboor even inline in the job14:19
lyrsince it's in _jobs-base, gotta change it in sfconfig.yaml and generate the thing again14:20
sfbenderMerged DLRN master: [kojidriver] Only check downstream git if using it  https://softwarefactory-project.io/r/2036114:43
sfbenderMerged DLRN master: Write skiplist before trying to build any package  https://softwarefactory-project.io/r/2043614:43
lyrHow does "pod-centos-7" end up in _pods.yaml & _jobs-base.yaml ? I want a similar pod-debian-10, I added a containers/debian-10/Dockerfile, where should I declare this additional label for my workers ?15:45
lyrI guess /etc/software-factory/arch.yaml ?15:47
lyrOk, found my answer, missed the nodepool/k1s-labels.yaml. Adding an empty one with commented example could help newcomers16:19
lyrA question about a delta between doc & default : the containers/centos-7/Dockerfile have a "# Zuul minimal package" step "yum install sudo rsync ...". The doc doesn't mention such mandatory package https://softwarefactory-project.io/docs/operator/nodepool_operator.html#nodepool-operator-k1s. Is it mandatory or not ?16:20
fbolyr: yes you should add them, it is highly probable that some base ansible tasks from zuul-jobs roles expect that the command exists16:46
fboalso do not hesitate to propose a change to the doc if you find inconsistencies https://softwarefactory-project.io/cgit/software-factory/sf-docs/16:54
fboat least that might be needed: sudo rsync git traceroute iproute the rest not16:55
*** lseki has quit IRC17:25
*** tristanC has quit IRC17:44
*** jpena has quit IRC17:45
*** tristanC has joined #softwarefactory17:46
*** jpena has joined #softwarefactory17:48
*** akrpan-pure has joined #softwarefactory17:58
akrpan-pureHello! Just a sanity check on something: I'm trying to set up OpenStack third party CI using software factory. Am I correct in the following?17:59
akrpan-pure* Ubuntu disk images through DIB in nodepool usually require the 'debootstrap' package17:59
akrpan-pure* The debootstrap package in centos is only in the EPEL repository17:59
akrpan-pure* Software Factory does not support the EPEL repositories17:59
akrpan-pure* Therefore, my best option is to use a premade Ubuntu image and build on top of it?17:59
*** jpena is now known as jpena|off18:01
zenkurolyr: hi, have you solved your problem with debootstrap?19:20
zenkuroakroan-pure: I think lyr had some issues with debootstrap and debian like os, try to ask him19:21
akrpan-pureI ended up finding a way around it installing debootstrap and dependencies manually from RPM19:39
akrpan-pureThough now I'm having nodepool issues with keys not being added right, but that's not a software factory issue, I had it with nodepool standalone too19:53
nhicherakrpan-pure: software-factory is installed on centos-7 system, but you can use other distributions for your nodepool images, there is not relation between the 221:37
nhicherakrpan-pure: for the key, it's possible to specify the pubkey on image definition https://softwarefactory-project.io/cgit/config/tree/nodepool/rdo-cloud.yaml#n15321:39
*** zenkuro has quit IRC21:58
akrpan-purenhicher I'm currently setting the public key that way and no luck, though I'm going to re-verify that I'm passing the right one since that seems to be how it's supposed to work22:46
akrpan-purenhicher: And my issue was that I needed debootstrap on the software-factory node itself to make a debian image, so I did need debootstrap on centos22:47
akrpan-pureActually nhicher, is it supposed to be a path or a public key? I've seen public key in the openstack project-config, but your example uses a path to a public key file23:26
akrpan-pureI've been using a raw public key string but I'll try using a file23:26

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