Monday, 2019-10-21

*** hamzy_ has quit IRC01:33
*** skramaja has joined #oooq04:18
*** recheck_ has joined #oooq04:25
*** recheck has quit IRC04:25
*** recheck_ is now known as recheck04:25
*** ykarel|away has joined #oooq05:45
*** marios has joined #oooq06:01
*** marios is now known as marios|ruck06:01
*** holser has joined #oooq06:21
*** ccamacho has joined #oooq06:39
*** jbadiapa has joined #oooq06:52
*** jtomasek has joined #oooq07:00
*** saneax has joined #oooq07:00
*** jbadiapa has quit IRC07:08
*** tosky has joined #oooq07:14
*** d0ugal has joined #oooq07:16
*** jbadiapa has joined #oooq07:21
*** tesseract has joined #oooq07:22
*** jfrancoa has joined #oooq07:26
*** amoralej|off is now known as amoralej07:37
marios|ruckhttps://review.rdoproject.org/r/#/c/23212/ reviews please thanks zbr updated for your comments07:58
*** chem has joined #oooq08:11
*** tosky_ has joined #oooq08:15
*** tosky_ has quit IRC08:15
*** tosky_ has joined #oooq08:15
*** tosky is now known as Guest3964008:16
*** tosky_ is now known as tosky08:16
*** d0ugal has quit IRC08:30
*** derekh has joined #oooq08:36
*** hamzy_ has joined #oooq08:41
*** dtantsur|afk is now known as dtantsur08:41
*** chem has quit IRC08:47
*** chem has joined #oooq08:49
*** d0ugal has joined #oooq08:54
arxcruzmarios|ruck: are you taking a look at the ooo ansible linter failures ?09:00
marios|ruckarxcruz: where they should be all done now ?09:01
marios|ruckarxcruz: i thought we got all of them already zbr are you aware of any more ongoing ones ( arxcruz part of the problem is we didn't track very well cos the bug was filed late https://bugs.launchpad.net/tripleo/+bug/1848512 after fixes had started merging)09:02
openstackLaunchpad bug 1848512 in tripleo "ansible-lint broken when called from pre-commit" [Critical,In progress] - Assigned to Sorin Sbarnea (ssbarnea)09:02
chandankumarmarios|ruck: arxcruz https://etherpad.openstack.org/p/ruckroversprint1709:02
marios|ruckchandankumar: ah.. yeah see 12:01 < marios|ruck> arxcruz: i thought we got all of them already zbr are you aware of any more ongoing ones ( arxcruz part of the problem is we didn't track very well cos the bug was filed late https://bugs.launchpad.net/tripleo/+bug/1848512 after fixes had started merging)09:02
marios|ruckchandankumar: we just didn't track them very well09:02
marios|ruckarxcruz: chandankumar i think they should all be merged by now ... if we still have some fails please point maybe we missed sthing?09:02
*** bogdando has joined #oooq09:03
chandankumarmarios|ruck: arxcruz https://review.opendev.org/#/c/689527/09:03
marios|ruckchandankumar: ack09:04
zbrmorning!09:06
*** jaosorior has joined #oooq09:06
zbrare you aware of any more ansible-lint errors on *our* repos?09:06
zbras i stated on the review, i will not continue work on tripleo-ansible repo because what was done there goes against my religious beliefs (sort of)09:08
*** beagles is now known as beagles|afk09:08
zbrmainly i see it a good example on how not to use tox09:09
*** ykarel|away has quit IRC09:15
recheck[rdo-blog] Community Blog Round Up 21 October 2019 → https://blogs.rdoproject.org/2019/10/community-blog-round-up-21-october-2019/09:42
*** ykarel|away has joined #oooq09:49
*** d0ugal has quit IRC09:51
chandankumarzbr: https://storage.gra1.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_3c8/687460/5/check/openstack-tox-linters/3c8a74e/job-output.txt10:06
chandankumarit is from last 5 mins10:06
*** holser has quit IRC10:17
*** holser has joined #oooq10:17
arxcruz(╯°□°)╯︵ ┻━┻10:20
chandankumarmarios|ruck: zbr arxcruz https://review.rdoproject.org/r/#/c/22977/ and https://review.rdoproject.org/r/#/c/23260/10:20
arxcruzchandankumar: there's a typo on https://review.rdoproject.org/r/#/c/22977/10:23
zbrarxcruz: ok, me adding a fix to tq ....10:24
chandankumararxcruz: done10:25
marios|ruckchandankumar: ack10:28
zbrarxcruz: i am afraid that that workaround does not always work. you better escalate the issue a bit as I got no answers from galaxy team.10:35
zbrtbh, i am surprised that we did not see this error on molecule jobs because it affected molecule too, both had the same kind of hacks in setup.py but I was able to fix molecule over the weekend.10:37
zbryep. on bionic it fails even with workaround, looking now for 2nd workaround... but your better bet is to make some waves on #ansible-galaxy and/or #ansible-devel10:38
*** ykarel|away has quit IRC10:52
*** ykarel|away has joined #oooq10:55
*** saneax has quit IRC10:58
*** saneax has joined #oooq10:59
*** aakarsh has joined #oooq11:19
*** ykarel|away has quit IRC11:25
*** arxcruz sets mode: +o zbr11:35
*** ChanServ sets mode: +o zbr11:38
zbr /msg chanserv flags #oooq panda +oO11:40
*** amoralej is now known as amoralej|lunch11:59
*** rfolco|ruck has joined #oooq12:04
*** rfolco|ruck is now known as rfolco|rover12:04
*** kopecmartin has joined #oooq12:06
*** jfrancoa has quit IRC12:08
*** jfrancoa has joined #oooq12:22
zbrarxcruz: for tq repo you can temporary disable ansible-lint, it is broken on more ways.12:27
zbri already started working on it but apparently now we pay the price of some tech-debt on it.12:28
zbreven when ansible-lint will get the fixed we will not be able to use it on this repo, other failures and we use older version.12:28
zbrdoes anyone knows if is valid to put "vars" folder inside tasks with ansible? to me it seems illegal12:31
zbrthey are supposed to be in /vars, not tasks/vars/12:31
zbrapparently this is confusing the linter which chokes trying to load the file as a tasks file instead of a vars one.12:32
zbras you know there are 3 types of yaml files with ansible: playbook, tasks and vars.12:32
*** jaosorior has quit IRC12:32
zbrarxcruz: fyi: https://github.com/ansible/ansible-lint/issues/59512:38
arxcruzzbr: is this related to setuptools error? I don't think so12:44
zbrunrelated but blocks us fixing the other, anyway is caused by our bad code.12:46
rfolco|rovermarios|ruck, wanna sync after scrum ?12:56
marios|ruckrfolco|rover: yes12:56
marios|ruckrfolco|rover: updated https://etherpad.openstack.org/p/ruckroversprint17 if you want to see until then12:56
*** amoralej|lunch is now known as amoralej12:57
rfolco|rovermarios|ruck, I saw it. Just want to talk about promotions and priority bugs to fix, reproducer and etc.12:57
chandankumarzbr: panda sshnaidm|pto scrum time13:02
weshaysshnaidm|pto, you back?13:03
marios|ruckzbr: we'll send weshay 'nice cubicle you got here , would be a shame if somethign happened to it'13:05
chandankumararxcruz: tripleo-ceph-integration-master13:07
chandankumararxcruz: https://github.com/rdo-infra/rdo-jobs/blob/master/zuul.d/ceph-ansible.yaml#L2513:07
zbrvive-le-forks! https://review.opendev.org/#/c/689719/13:07
mjturekmarios|ruck rfolco|rover: https://review.rdoproject.org/r/#/c/23300/ I uploaded this patch to report to delorean, let me know what you think of it when you have a chance13:15
chandankumarzbr: weshay arxcruz panda marios|ruck https://review.rdoproject.org/r/#/c/22977/13:21
chandankumarhttps://review.rdoproject.org/r/#/c/23260/13:21
chandankumarhttps://review.opendev.org/#/c/687004/13:21
chandankumarmarios|ruck: https://review.opendev.org/#/c/687004/13:23
marios|ruckchandankumar: thanks13:23
chandankumarmarios|ruck: https://github.com/openstack/python-tripleoclient/tree/stable/train13:26
weshaymarios|ruck, python-tripleoclient was branched a few days ago13:29
weshayso could just test that one for now13:29
weshayperhaps even trigger more jobs off ofit13:29
weshayof it13:29
*** beagles|afk is now known as beagles13:30
*** beagles is now known as beagles|afk13:36
chandankumarmarios|ruck: panda let's merge this https://review.opendev.org/#/c/687004/13:40
chandankumarmarios|ruck: https://review.rdoproject.org/r/#/c/23260/ needs -w13:41
chandankumar+w13:41
pandachandankumar: two questions on it.13:42
*** jaosorior has joined #oooq13:46
*** d0ugal has joined #oooq13:50
weshaymarios|ruck, rfolco|rover hey.. 8 stacks in rdo-cloud btw.. kieren will be here.. I'll needle him13:56
rfolco|roverweshay, ack13:56
*** ykarel|away has joined #oooq13:57
marios|ruckweshay: i see 5 in delete failed via grafana for rdo jobs is that what you mean?13:57
*** chem has quit IRC13:57
*** ykarel|away is now known as ykarel13:57
*** chem has joined #oooq13:59
pandachandankumar: another minor error14:00
marios|ruckrfolco|rover: see pvt lets sync whenever you're ready14:01
rfolco|rovermarios|ruck, yes14:01
marios|ruckhttps://bugs.launchpad.net/tripleo/+bug/1847664 rfolco|rover14:13
openstackLaunchpad bug 1847664 in tripleo "rhel8 containers not being tagged w/ _arch suffix" [Critical,Fix released] - Assigned to Rafael Folco (rafaelfolco)14:13
mjturekhey our ppc ansible task for building is failing but all of the containers seem to build... anyone ever seen such a thing? https://centos.logs.rdoproject.org/tripleo-upstream-containers-build-master-ppc64le/1670/logs/logs/14:22
chandankumarpanda: needs +w https://review.rdoproject.org/r/#/c/23260/14:27
zbrto-bookmark: https://yaml-multiline.info -- sometimes useful even for veterans14:31
chandankumarweshay: https://review.rdoproject.org/zuul/builds?job_name=tripleo-rhel-8-buildimage-overcloud-full it is for rhel master it is is passing14:40
chandankumarweshay: since RHEL8 train dlrn builder is not yet fully functional so we have not enabled14:40
arxcruzzbr: how can i bypass this error https://logs.rdoproject.org/16/23316/1/check/tox-linters/78d343a/job-output.txt14:41
arxcruzzbr: I believe he problem is because zuul_return isn't a known module in the linter14:42
zbrarxcruz: yes. you are right, i remember fixing it in one place but I need to find that place14:43
zbrarxcruz: i think that should help you. https://review.opendev.org/#/c/631897/1/tox.ini14:49
zbrmainly if you also install zuul and set the path, it should work.14:49
weshayykarel, 3.1M/home/zuul/workspace/logs/undercloud/var/log/config-data14:50
weshayhttps://storage.bhs1.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_094/689273/1/check/tripleo-ci-centos-7-standalone/09462e4/logs/quickstart_files/log-size.txt14:50
ykarelweshay, yeah right that also good place to check14:50
ykarelconfig-data would contain too much14:51
ykarelpuppet-generated is minimal14:51
weshayykarel, my point is.. today.. we are logging all of config-data14:52
weshayso.. if we want to narrow that fine14:52
weshaybut let's do it in diff patches14:52
weshaythis just stops moving it from var/log back to /var/lib14:52
ykarelweshay, today only puppet-generated is collected14:53
ykarelnot all config-data14:53
weshay396K/home/zuul/workspace/logs/undercloud/var/log/config-data/cinder14:53
weshay372K/home/zuul/workspace/logs/undercloud/var/log/config-data/nova14:53
weshay360K/home/zuul/workspace/logs/undercloud/var/log/config-data/nova_metadata14:53
weshay360K/home/zuul/workspace/logs/undercloud/var/log/config-data/keystone14:53
weshay360K/home/zuul/workspace/logs/undercloud/var/log/config-data/cinder/etc14:53
weshay356K/home/zuul/workspace/logs/testrepository.subunit.gz14:53
weshay344K/home/zuul/workspace/logs/undercloud/var/log/containers/keystone14:53
weshay336K/home/zuul/workspace/logs/undercloud/var/log/config-data/nova_metadata/etc14:53
weshay336K/home/zuul/workspace/logs/undercloud/var/log/config-data/nova/etc14:53
weshay336K/home/zuul/workspace/logs/undercloud/var/log/config-data/keystone/etc14:53
weshay328K/home/zuul/workspace/logs/ara_oooq/static/packaged/patternfly/css14:53
ykarelweshay, ^^ is just puppet-generated because of that cp -r it looks like it's config-data14:53
ykarelbut it's just puppet-generated part14:53
* ykarel not sure if i am clear14:54
* ykarel explaining it14:54
weshayah /me checks again14:55
weshayykarel, ur right.. /me read it too quickly14:58
weshayas usual14:58
weshay:)14:58
ykarelack np it happens :)14:58
arxcruz06577714:59
weshayykarel, /me should not argue w/ ykarel  anymore.. will be my new years resolution14:59
ykarelweshay, nope u should always argue, that's the only way to correct each other :)15:00
*** ykarel is now known as ykarel|away15:04
*** skramaja has quit IRC15:07
zbrarxcruz: read https://github.com/pre-commit/pre-commit/issues/75815:15
*** bogdando has quit IRC15:19
arxcruzzbr: didn't work15:24
zbrarxcruz: wait, i just pushed correct one.15:24
zbri can assure you that it will work15:25
zbrhttps://review.rdoproject.org/r/#/c/23316/4/.pre-commit-config.yaml15:25
zbrthis is what i call dirty magic15:25
arxcruzzbr: did not work lol15:31
zbrarxcruz: i hope you will not later tell me that you didn't even want to merge it.15:35
arxcruzzbr: hehehe15:41
* marios|ruck almost out15:43
zbrmarios|ruck: the same almost as the one we use to define if something is done?15:44
zbrarxcruz: now we are blocked by something that looks like an rdo node misconvig15:53
zbrhttp://logs.rdoproject.org/16/23316/7/check/tox-linters/3d357d6/job-output.txt15:53
zbryeah, that is. they are using containers and those do not have sudo.15:53
*** marios|ruck has quit IRC15:55
*** tesseract has quit IRC16:03
*** jaosorior has quit IRC16:03
*** ldumont has quit IRC16:11
*** saneax has quit IRC16:13
*** dtantsur is now known as dtantsur|afk16:14
*** derekh has quit IRC17:00
mjturekrfolco|rover: you around? How does this look to you https://review.rdoproject.org/r/#/c/23300/17:37
rfolco|rovermjturek, hey I started reviewing it but got stuck on fixing rhel8 containers push w/ podman17:38
mjturekahhhh no worries, thanks rfolco|rover17:38
*** jfrancoa has quit IRC17:38
rfolco|rovermjturek, will revisit that one asap17:39
rfolco|roversorry for the delay17:39
mjturekno worries understood man!17:39
*** ccamacho has quit IRC17:40
*** ykarel|away has quit IRC17:47
*** tosky has quit IRC17:50
*** jfrancoa has joined #oooq17:54
*** saneax has joined #oooq18:22
*** kopecmartin is now known as kopecmartin|off18:50
*** holser has quit IRC18:55
*** rfolco|rover has quit IRC18:59
*** rfolco has joined #oooq19:11
*** saneax has quit IRC19:15
*** amoralej is now known as amoralej|off19:16
*** jfrancoa has quit IRC19:29
*** chem has quit IRC19:44
*** chem has joined #oooq19:46
*** Goneri has quit IRC19:57
*** holser has joined #oooq19:58
*** jtomasek has quit IRC20:02
*** aakarsh|2 has joined #oooq20:10
*** aakarsh|3 has joined #oooq20:12
*** aakarsh has quit IRC20:12
*** aakarsh|2 has quit IRC20:14
*** aakarsh|3 has quit IRC20:16
*** chem has quit IRC20:51
*** chem has joined #oooq20:52
*** tosky has joined #oooq21:10
*** holser has quit IRC21:42
*** tosky has quit IRC23:32
*** aakarsh has joined #oooq23:55

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