jeblair | i thought those were added to try to fix the error | 00:00 |
---|---|---|
dmsimard | er, I messed up my patch | 00:03 |
dmsimard | let's try that again | 00:03 |
dmsimard | ah it's missing an extra revert | 00:04 |
*** harlowja has quit IRC | 00:05 | |
jeblair | dmsimard: okay. the other thing is that if we see the one-line parted emitting the error message, but, as you say, the devices are actually usable, then maybe we should stick a "|| /bin/true" on the parted command. | 00:05 |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate master: Revert "Move fix_disk_layout to an Ansible role in setup_host" https://review.openstack.org/500222 | 00:06 |
dmsimard | ok, added the missing revert | 00:06 |
jeblair | that makes more sense to me, thanks :) | 00:06 |
dmsimard | jeblair: more or less | 00:06 |
dmsimard | jeblair: the mklabel command is not fatal but still exits 1, so it does not do the mkpart when running in a single command | 00:06 |
dmsimard | so a || true would work only if the commands remain split | 00:07 |
dmsimard | worst case, if the label *really* did not apply, the following mkpart commands will truly fail | 00:07 |
jeblair | dmsimard: how do you know that's the case? i've still never seen any output from a one-line parted failure. | 00:08 |
dmsimard | jeblair: tried it locally with that script, hang on | 00:08 |
clarkb | it looks like my tox PR should pass CI so if nothing else that hack doesn't break their test suite and allows tempest to run | 00:10 |
clarkb | (and maybe we'll get a new tox release soon with it included) | 00:10 |
dmsimard | jeblair: http://paste.openstack.org/raw/620247/ | 00:11 |
dmsimard | jeblair: that's with https://gist.github.com/dmsimard/bdea83a76d6cc049f808c1110b6c1ca3#file-x-sh | 00:11 |
*** Apoorva has quit IRC | 00:12 | |
dmsimard | but anyway, this is with a loopback device -- best way I've got of trying this, but it might not be a reliable way of reproducing the issue | 00:12 |
*** Apoorva has joined #openstack-infra | 00:12 | |
dmsimard | clarkb: could we perhaps hold a rax centos node for trying out different approaches manually ? | 00:12 |
jeblair | dmsimard: gotcha | 00:12 |
clarkb | dmsimard: ya we can do that. Also can you set -x | 00:13 |
clarkb | I'll boot a node manually in rax now | 00:13 |
dmsimard | clarkb: where, inside the revert ? | 00:13 |
dmsimard | clarkb: oh, in the test script | 00:13 |
dmsimard | sure | 00:13 |
dmsimard | this is oneline: http://paste.openstack.org/raw/620248/ | 00:14 |
dmsimard | this is three commands: http://paste.openstack.org/raw/620249/ | 00:15 |
*** spzala has joined #openstack-infra | 00:16 | |
*** spzala has quit IRC | 00:16 | |
*** rama_y has quit IRC | 00:16 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Override tox requirments with zuul git repos https://review.openstack.org/489719 | 00:16 |
clarkb | server is building, dmsimard can I get a public key for you? | 00:16 |
*** Apoorva has quit IRC | 00:16 | |
dmsimard | clarkb: https://github.com/dmsimard.keys | 00:17 |
clarkb | thanks, once built I'll get you an ip address | 00:17 |
clarkb | I went with iad because I know I've seen these problems in that region specifically | 00:17 |
dmsimard | happens with iad ord and dfw so far as I can tell | 00:18 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Override tox requirments with zuul git repos https://review.openstack.org/489719 | 00:18 |
clarkb | dmsimard: root@104.130.172.209 | 00:21 |
clarkb | dmsimard: that is a centos-7 instance booted with the nodepool image on the same flavor | 00:21 |
clarkb | so thats curious | 00:21 |
clarkb | there is an xvde1 | 00:21 |
clarkb | it is not mounted though | 00:21 |
clarkb | and blkid doesn't show it | 00:22 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config master: Ansiblify the wheel build a little more https://review.openstack.org/499857 | 00:22 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config master: Add wheel mirror jobs https://review.openstack.org/499843 | 00:22 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config master: Treat wheel builders more like build nodes https://review.openstack.org/500217 | 00:22 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config master: Add periodic pipeline https://review.openstack.org/500226 | 00:22 |
jeblair | clarkb: i think it comes partitioned; we just repartition so we can swap. | 00:23 |
dmsimard | clarkb: it's just partitioned -- doing a "parted /dev/xvde print" shows it already has the msdos label and there's just one primary partition | 00:23 |
*** salv-orlando has joined #openstack-infra | 00:24 | |
dmsimard | (so perhaps the mklabel is not required since it's already there) | 00:24 |
clarkb | dmsimard: is there a fielsystem? | 00:24 |
clarkb | I wonder if the "refresh" of what that partition is could be causing us problems? | 00:24 |
*** baoli has joined #openstack-infra | 00:25 | |
dmsimard | clarkb: no filesystem afaict, won't let me mount it | 00:25 |
*** jascott1 has quit IRC | 00:26 | |
dmsimard | putting the kids to sleep and I'll check a bit after | 00:26 |
clarkb | ya lsblk seems to confirm | 00:26 |
*** baoli_ has joined #openstack-infra | 00:27 | |
*** salv-orlando has quit IRC | 00:28 | |
*** EricGonczer_ has joined #openstack-infra | 00:29 | |
*** jascott1 has joined #openstack-infra | 00:29 | |
*** baoli has quit IRC | 00:30 | |
*** SergeyLukjanov has quit IRC | 00:33 | |
*** SergeyLukjanov has joined #openstack-infra | 00:33 | |
*** DinaBelova has quit IRC | 00:33 | |
*** DinaBelova has joined #openstack-infra | 00:34 | |
*** freerunner has quit IRC | 00:37 | |
clarkb | dmsimard: I've logged off the node feel free to throw your script at it | 00:37 |
*** NikitaKonovalov has quit IRC | 00:37 | |
*** andreykurilin has quit IRC | 00:37 | |
dmsimard | clarkb: can we hold that through the weekend if need be ? I'll let you know if I find anything worthwhile | 00:37 |
*** SergeyLukjanov has quit IRC | 00:37 | |
*** Diabelko has quit IRC | 00:38 | |
*** gouthamr has quit IRC | 00:38 | |
*** ruhe has quit IRC | 00:38 | |
clarkb | dmsimard: ya I won't delete it | 00:38 |
*** puiterwijk has quit IRC | 00:38 | |
*** andreykurilin has joined #openstack-infra | 00:38 | |
*** freerunner has joined #openstack-infra | 00:38 | |
*** NikitaKonovalov has joined #openstack-infra | 00:38 | |
*** Diabelko has joined #openstack-infra | 00:39 | |
*** DinaBelova has quit IRC | 00:39 | |
*** ruhe has joined #openstack-infra | 00:39 | |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-jobs master: WIP: Update to zuulv3 variables https://review.openstack.org/500229 | 00:39 |
*** puiterwijk has joined #openstack-infra | 00:39 | |
*** DinaBelova has joined #openstack-infra | 00:39 | |
*** baoli_ has quit IRC | 00:40 | |
*** links has joined #openstack-infra | 00:40 | |
*** SergeyLukjanov has joined #openstack-infra | 00:40 | |
dmsimard | clarkb: cool, that will certainly be useful, thanks | 00:41 |
dmsimard | clarkb: for the record, we should have probably rechecked that patch a few times after all :) | 00:41 |
clarkb | it hit the py35 thing | 00:41 |
clarkb | (so unrelated to the change) | 00:41 |
*** harlowja has joined #openstack-infra | 00:47 | |
*** scottda_ has quit IRC | 00:47 | |
*** armax has quit IRC | 00:54 | |
*** bobh has quit IRC | 00:55 | |
*** gouthamr has joined #openstack-infra | 00:56 | |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate master: Test CentOS 7.4 CR https://review.openstack.org/500235 | 00:57 |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate master: Test CentOS 7.4 CR https://review.openstack.org/500235 | 00:58 |
*** armax has joined #openstack-infra | 01:00 | |
*** bobh has joined #openstack-infra | 01:00 | |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-jobs master: WIP: Update to zuulv3 variables https://review.openstack.org/500229 | 01:02 |
*** armax has quit IRC | 01:04 | |
*** rama_y has joined #openstack-infra | 01:09 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: DNM: Testing https://review.openstack.org/500236 | 01:09 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: DNM: Testing https://review.openstack.org/500236 | 01:11 |
*** harlowja has quit IRC | 01:13 | |
*** bobh has quit IRC | 01:13 | |
pabelanger | clarkb: did we want to add tox to upper-constraints, or just hold off until upstream fixes at this point? https://review.openstack.org/500221/ | 01:14 |
*** zhurong has joined #openstack-infra | 01:17 | |
*** nicolasbock has joined #openstack-infra | 01:18 | |
*** EricGonczer_ has quit IRC | 01:21 | |
openstackgerrit | Ian Wienand proposed openstack-infra/devstack-gate master: Ansiblise ephemeral/swap setup https://review.openstack.org/499467 | 01:23 |
*** salv-orlando has joined #openstack-infra | 01:24 | |
*** salv-orlando has quit IRC | 01:29 | |
clarkb | pabelanger: it would be best if requirements core could review that change | 01:31 |
*** mat128 has joined #openstack-infra | 01:32 | |
*** salv-orlando has joined #openstack-infra | 01:33 | |
*** yamamoto_ has quit IRC | 01:35 | |
openstackgerrit | Ian Wienand proposed openstack-infra/devstack-gate master: Ansiblise ephemeral/swap setup https://review.openstack.org/499467 | 01:36 |
*** EricGonczer_ has joined #openstack-infra | 01:36 | |
*** markvoelker has joined #openstack-infra | 01:37 | |
*** LindaWang has joined #openstack-infra | 01:41 | |
*** harlowja has joined #openstack-infra | 01:45 | |
*** harlowja has quit IRC | 01:47 | |
*** yamahata has quit IRC | 01:48 | |
*** iyamahat has quit IRC | 01:50 | |
jeblair | what's the py35 thing? | 01:53 |
clarkb | jeblair: devstack py35 job installs tox 2.8 I think because its checking if tox is installed under python3 | 01:56 |
clarkb | it is instead installed under python2 | 01:56 |
clarkb | easy fix is pin via constraints and that change has been apporved | 01:57 |
jeblair | clarkb: ok thanks | 01:57 |
openstackgerrit | Ian Wienand proposed openstack-infra/devstack-gate master: Ansiblise ephemeral/swap setup https://review.openstack.org/499467 | 02:00 |
*** ijw has quit IRC | 02:10 | |
*** markvoelker has quit IRC | 02:11 | |
*** ijw has joined #openstack-infra | 02:17 | |
*** mriedem has quit IRC | 02:21 | |
*** xinliang has quit IRC | 02:24 | |
*** EricGonczer_ has quit IRC | 02:25 | |
*** gaurangt- has quit IRC | 02:28 | |
*** vhosakot has quit IRC | 02:29 | |
*** rama_y has quit IRC | 02:29 | |
*** thorst_afk has joined #openstack-infra | 02:32 | |
*** thorst_a_ has joined #openstack-infra | 02:34 | |
*** yamamoto has joined #openstack-infra | 02:36 | |
*** thorst_afk has quit IRC | 02:36 | |
*** xinliang has joined #openstack-infra | 02:38 | |
*** xinliang has quit IRC | 02:38 | |
*** xinliang has joined #openstack-infra | 02:38 | |
*** ykarel has joined #openstack-infra | 02:42 | |
*** ijw has quit IRC | 02:44 | |
*** salv-orlando has quit IRC | 02:47 | |
*** yamamoto has quit IRC | 02:47 | |
*** salv-orlando has joined #openstack-infra | 02:47 | |
*** thorst_a_ has quit IRC | 02:49 | |
*** salv-orlando has quit IRC | 02:52 | |
*** mat128 has quit IRC | 02:54 | |
*** squid has quit IRC | 02:59 | |
*** armax has joined #openstack-infra | 03:01 | |
*** squid has joined #openstack-infra | 03:04 | |
*** ykarel has quit IRC | 03:05 | |
*** armax has quit IRC | 03:06 | |
*** baoli has joined #openstack-infra | 03:06 | |
*** markvoelker has joined #openstack-infra | 03:09 | |
*** ykarel has joined #openstack-infra | 03:16 | |
*** baoli has quit IRC | 03:16 | |
*** jamielennox has quit IRC | 03:21 | |
*** jamielennox has joined #openstack-infra | 03:22 | |
*** nicolasbock has quit IRC | 03:28 | |
*** ykarel has quit IRC | 03:40 | |
*** markvoelker has quit IRC | 03:42 | |
*** reed has quit IRC | 03:43 | |
*** reed has joined #openstack-infra | 03:45 | |
*** salv-orlando has joined #openstack-infra | 03:48 | |
*** salv-orlando has quit IRC | 03:53 | |
*** ykarel has joined #openstack-infra | 03:56 | |
*** armax has joined #openstack-infra | 04:03 | |
*** armax has quit IRC | 04:08 | |
*** salv-orlando has joined #openstack-infra | 04:15 | |
*** claudiub has quit IRC | 04:17 | |
*** ykarel has quit IRC | 04:18 | |
*** yamahata has joined #openstack-infra | 04:30 | |
*** rama_y has joined #openstack-infra | 04:32 | |
*** HeOS has quit IRC | 04:33 | |
*** deduped has quit IRC | 04:36 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/project-config master: tripleo: remove centos-7-nonha-multinode-updates job https://review.openstack.org/500249 | 04:36 |
EmilienM | pabelanger: ^ cleanup and saving resources | 04:36 |
*** jpena|off has quit IRC | 04:37 | |
*** nhicher has quit IRC | 04:38 | |
*** links has quit IRC | 04:38 | |
*** jpena|off has joined #openstack-infra | 04:39 | |
*** nhicher has joined #openstack-infra | 04:39 | |
*** markvoelker has joined #openstack-infra | 04:39 | |
*** lihi has quit IRC | 05:01 | |
*** ykarel has joined #openstack-infra | 05:01 | |
*** oanson has quit IRC | 05:01 | |
*** lihi has joined #openstack-infra | 05:01 | |
*** oanson has joined #openstack-infra | 05:02 | |
*** psachin has joined #openstack-infra | 05:04 | |
*** reed has quit IRC | 05:04 | |
*** armax has joined #openstack-infra | 05:05 | |
*** reed has joined #openstack-infra | 05:06 | |
*** armax has quit IRC | 05:09 | |
*** markvoelker has quit IRC | 05:11 | |
*** reed has quit IRC | 05:13 | |
*** reed has joined #openstack-infra | 05:20 | |
*** salv-orlando has quit IRC | 05:27 | |
*** sree_ has joined #openstack-infra | 05:28 | |
*** salv-orlando has joined #openstack-infra | 05:28 | |
*** sree_ is now known as Guest4156 | 05:28 | |
*** ramishra has joined #openstack-infra | 05:32 | |
*** salv-orlando has quit IRC | 05:32 | |
*** psachin has quit IRC | 05:34 | |
*** rama_y has quit IRC | 05:51 | |
*** jascott1 has quit IRC | 06:00 | |
*** jascott1 has joined #openstack-infra | 06:00 | |
*** tinwood has quit IRC | 06:02 | |
*** tinwood has joined #openstack-infra | 06:03 | |
*** jascott1 has quit IRC | 06:05 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: [WIP] Remove dd from LVM element https://review.openstack.org/498153 | 06:05 |
*** armax has joined #openstack-infra | 06:05 | |
*** armax has quit IRC | 06:10 | |
*** salv-orlando has joined #openstack-infra | 06:28 | |
*** deduped has joined #openstack-infra | 06:34 | |
*** xarses_ has joined #openstack-infra | 06:35 | |
*** salv-orlando has quit IRC | 06:37 | |
*** zhurong has quit IRC | 06:41 | |
openstackgerrit | Tristan Cacqueray proposed openstack-infra/nodepool feature/zuulv3: Add /label-list to the webapp https://review.openstack.org/500254 | 06:42 |
*** e0ne has joined #openstack-infra | 06:52 | |
*** rcernin has joined #openstack-infra | 06:56 | |
*** tinwood has quit IRC | 07:00 | |
*** e0ne has quit IRC | 07:00 | |
*** tinwood has joined #openstack-infra | 07:01 | |
*** slaweq has joined #openstack-infra | 07:01 | |
*** Guest4156 has quit IRC | 07:02 | |
*** sree_ has joined #openstack-infra | 07:02 | |
*** sree_ is now known as Guest63769 | 07:03 | |
*** lbragstad has quit IRC | 07:04 | |
*** lbragstad has joined #openstack-infra | 07:04 | |
*** slaweq has quit IRC | 07:05 | |
*** armax has joined #openstack-infra | 07:06 | |
*** Guest63769 has quit IRC | 07:07 | |
*** yamamoto has joined #openstack-infra | 07:08 | |
*** markvoelker has joined #openstack-infra | 07:09 | |
*** armax has quit IRC | 07:10 | |
*** gouthamr has quit IRC | 07:13 | |
*** jascott1 has joined #openstack-infra | 07:16 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: [WIP] Remove dd from LVM element https://review.openstack.org/498153 | 07:20 |
openstackgerrit | Merged openstack-infra/devstack-gate master: Combine parted script into one command https://review.openstack.org/500188 | 07:25 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack-infra/project-config master: zuul: layout: OSA: Make openSUSE Leap 42.3 an official gate job https://review.openstack.org/494985 | 07:25 |
*** salv-orlando has joined #openstack-infra | 07:33 | |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack-infra/project-config master: zuul: layout: OSA: Make openSUSE Leap 42.3 an official gate job https://review.openstack.org/494985 | 07:34 |
openstackgerrit | Markos Chandras (hwoarang) proposed openstack-infra/project-config master: zuul: layout: Remove openSUSE jobs from unsupported OSA projects https://review.openstack.org/500255 | 07:34 |
*** salv-orlando has quit IRC | 07:38 | |
*** markvoelker has quit IRC | 07:42 | |
*** zhurong has joined #openstack-infra | 07:42 | |
*** florianf has quit IRC | 07:43 | |
*** ramishra has quit IRC | 07:44 | |
*** slaweq has joined #openstack-infra | 07:53 | |
*** yamamoto has quit IRC | 08:02 | |
*** armax has joined #openstack-infra | 08:07 | |
*** slaweq has quit IRC | 08:09 | |
*** slaweq has joined #openstack-infra | 08:10 | |
*** armax has quit IRC | 08:11 | |
*** shardy has quit IRC | 08:13 | |
*** yamamoto has joined #openstack-infra | 08:23 | |
*** jtomasek has joined #openstack-infra | 08:28 | |
*** yamamoto has quit IRC | 08:30 | |
*** salv-orlando has joined #openstack-infra | 08:35 | |
*** Jeffrey4l has quit IRC | 08:38 | |
*** salv-orlando has quit IRC | 08:39 | |
*** yamamoto has joined #openstack-infra | 08:39 | |
*** markvoelker has joined #openstack-infra | 08:39 | |
*** Jeffrey4l has joined #openstack-infra | 08:41 | |
*** e0ne has joined #openstack-infra | 08:46 | |
*** yamahata has quit IRC | 08:46 | |
*** zhurong has quit IRC | 08:49 | |
*** e0ne has quit IRC | 08:50 | |
openstackgerrit | Zhenguo Niu proposed openstack-infra/project-config master: Use whole disk image for Mogan job https://review.openstack.org/500263 | 08:51 |
*** e0ne has joined #openstack-infra | 08:55 | |
*** e0ne has quit IRC | 09:02 | |
*** armax has joined #openstack-infra | 09:08 | |
*** yamamoto has quit IRC | 09:08 | |
*** markvoelker has quit IRC | 09:12 | |
*** armax has quit IRC | 09:12 | |
*** slaweq has quit IRC | 09:16 | |
*** yamamoto has joined #openstack-infra | 09:25 | |
*** ykarel has quit IRC | 09:32 | |
*** salv-orlando has joined #openstack-infra | 09:35 | |
*** salv-orlando has quit IRC | 09:40 | |
*** tosky has joined #openstack-infra | 09:43 | |
*** yamamoto has quit IRC | 09:49 | |
*** dingyichen has quit IRC | 09:54 | |
*** yamamoto has joined #openstack-infra | 09:55 | |
*** yamamoto has quit IRC | 10:00 | |
*** LindaWang has quit IRC | 10:01 | |
*** numans has quit IRC | 10:09 | |
*** armax has joined #openstack-infra | 10:09 | |
*** markvoelker has joined #openstack-infra | 10:09 | |
*** numans has joined #openstack-infra | 10:11 | |
*** claudiub has joined #openstack-infra | 10:12 | |
*** armax has quit IRC | 10:13 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: [WIP] Remove dd from LVM element https://review.openstack.org/498153 | 10:15 |
*** ramishra has joined #openstack-infra | 10:18 | |
*** salv-orlando has joined #openstack-infra | 10:36 | |
*** yee379 has quit IRC | 10:38 | |
*** yee37926 has joined #openstack-infra | 10:38 | |
*** yamamoto has joined #openstack-infra | 10:41 | |
*** salv-orlando has quit IRC | 10:41 | |
*** markvoelker has quit IRC | 10:43 | |
*** rcernin has quit IRC | 10:46 | |
*** rcernin has joined #openstack-infra | 10:52 | |
openstackgerrit | Andreas Florath proposed openstack/diskimage-builder master: [WIP] Remove dd from LVM element https://review.openstack.org/498153 | 10:53 |
*** tosky has quit IRC | 11:00 | |
*** armax has joined #openstack-infra | 11:09 | |
*** armax has quit IRC | 11:14 | |
*** psachin has joined #openstack-infra | 11:17 | |
*** ykarel has joined #openstack-infra | 11:18 | |
*** thorst_afk has joined #openstack-infra | 11:23 | |
*** pbourke has quit IRC | 11:25 | |
*** thorst_afk has quit IRC | 11:26 | |
*** pbourke has joined #openstack-infra | 11:27 | |
*** nicolasbock has joined #openstack-infra | 11:32 | |
*** wolverineav has joined #openstack-infra | 11:34 | |
*** salv-orlando has joined #openstack-infra | 11:37 | |
*** nicolasbock has quit IRC | 11:41 | |
*** salv-orlando has quit IRC | 11:41 | |
*** jkilpatr has quit IRC | 11:50 | |
*** nicolasbock has joined #openstack-infra | 11:54 | |
*** slaweq has joined #openstack-infra | 12:04 | |
*** slaweq has quit IRC | 12:07 | |
*** slaweq has joined #openstack-infra | 12:08 | |
*** slaweq has quit IRC | 12:11 | |
*** ykarel has quit IRC | 12:34 | |
*** salv-orlando has joined #openstack-infra | 12:38 | |
*** markvoelker has joined #openstack-infra | 12:41 | |
*** salv-orlando has quit IRC | 12:45 | |
*** nicolasbock has quit IRC | 12:54 | |
*** salv-orlando has joined #openstack-infra | 13:02 | |
*** sree has joined #openstack-infra | 13:04 | |
*** yamamoto has quit IRC | 13:07 | |
*** yamamoto has joined #openstack-infra | 13:09 | |
*** yamamoto has quit IRC | 13:09 | |
*** yamamoto has joined #openstack-infra | 13:09 | |
*** sree has quit IRC | 13:09 | |
*** markvoelker has quit IRC | 13:13 | |
*** hwoarang has quit IRC | 13:19 | |
openstackgerrit | Merged openstack-infra/openstack-zuul-jobs master: Remove bindep_command and bindep_fallback references https://review.openstack.org/498916 | 13:26 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Remove bindep_command lines https://review.openstack.org/499589 | 13:27 |
*** hwoarang has joined #openstack-infra | 13:32 | |
*** yamamoto has quit IRC | 13:32 | |
*** yamamoto has joined #openstack-infra | 13:32 | |
*** abelur_ has quit IRC | 13:33 | |
*** bobh has joined #openstack-infra | 13:34 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Remove bindep_command lines https://review.openstack.org/499589 | 13:45 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config master: Remove HUDSON_PUBLISH_DOCS environment variable https://review.openstack.org/500303 | 13:58 |
openstackgerrit | Monty Taylor proposed openstack-infra/puppet-jenkins master: Remove HUDSON comment https://review.openstack.org/500309 | 14:08 |
jeblair | clarkb, dmsimard, pabelanger: one-line parted merged at 7:25, so any tripleo jobs started after 10:30 should be running with the change. | 14:13 |
*** bobh has quit IRC | 14:13 | |
*** hwoarang has quit IRC | 14:14 | |
clarkb | e-r says no recent occurences, but that may mean no recent jobs | 14:15 |
*** hwoarang has joined #openstack-infra | 14:16 | |
*** rama_y has joined #openstack-infra | 14:18 | |
jeblair | fascinating -- building this new devstack job from scratch, i just found that devstack uses hexdump on line 577, and it *installs* hexdump on line 756. this does not work. | 14:21 |
jeblair | it's because we set the mysql password in the gate | 14:26 |
*** yamamoto has quit IRC | 14:38 | |
*** EricGonczer_ has joined #openstack-infra | 14:43 | |
*** yamahata has joined #openstack-infra | 15:00 | |
*** claudiub has quit IRC | 15:03 | |
*** sree has joined #openstack-infra | 15:06 | |
*** armax has joined #openstack-infra | 15:06 | |
*** sree has quit IRC | 15:10 | |
*** markvoelker has joined #openstack-infra | 15:10 | |
*** rama_y has quit IRC | 15:15 | |
*** david-lyle has quit IRC | 15:19 | |
*** e0ne has joined #openstack-infra | 15:19 | |
*** armax has quit IRC | 15:21 | |
*** gmann has quit IRC | 15:23 | |
*** mriedem has joined #openstack-infra | 15:23 | |
*** gmann has joined #openstack-infra | 15:23 | |
*** jkilpatr has joined #openstack-infra | 15:28 | |
*** e0ne has quit IRC | 15:37 | |
*** e0ne has joined #openstack-infra | 15:37 | |
*** e0ne has quit IRC | 15:38 | |
*** wolverineav has quit IRC | 15:38 | |
*** wolverineav has joined #openstack-infra | 15:38 | |
*** wolverineav has quit IRC | 15:38 | |
*** e0ne has joined #openstack-infra | 15:38 | |
*** yamamoto has joined #openstack-infra | 15:38 | |
*** e0ne has quit IRC | 15:39 | |
*** e0ne has joined #openstack-infra | 15:39 | |
*** e0ne has quit IRC | 15:39 | |
*** eroux has joined #openstack-infra | 15:40 | |
*** e0ne has joined #openstack-infra | 15:40 | |
*** e0ne has quit IRC | 15:40 | |
*** e0ne has joined #openstack-infra | 15:41 | |
*** psachin has quit IRC | 15:41 | |
*** e0ne has quit IRC | 15:41 | |
*** yamamoto has quit IRC | 15:43 | |
*** mriedem has quit IRC | 15:43 | |
*** markvoelker has quit IRC | 15:44 | |
*** EricGonczer_ has quit IRC | 15:49 | |
*** EricGonczer_ has joined #openstack-infra | 15:50 | |
*** rkukura has quit IRC | 15:58 | |
*** gouthamr has joined #openstack-infra | 16:00 | |
openstackgerrit | James E. Blair proposed openstack-infra/devstack-gate master: Zuul v3: run devstack https://review.openstack.org/500202 | 16:06 |
openstackgerrit | James E. Blair proposed openstack-infra/devstack-gate master: Zuul v3: Add devstack_local_conf ansible module https://review.openstack.org/496301 | 16:06 |
*** claudiub has joined #openstack-infra | 16:08 | |
*** rcernin has quit IRC | 16:12 | |
openstackgerrit | James E. Blair proposed openstack-infra/devstack-gate master: Zuul v3: run devstack https://review.openstack.org/500202 | 16:13 |
openstackgerrit | James E. Blair proposed openstack-infra/devstack-gate master: Zuul v3: Add devstack_local_conf ansible module https://review.openstack.org/496301 | 16:14 |
openstackgerrit | James E. Blair proposed openstack-infra/devstack-gate master: Zuul v3: run devstack https://review.openstack.org/500202 | 16:22 |
openstackgerrit | James E. Blair proposed openstack-infra/devstack-gate master: Zuul v3: Add devstack_local_conf ansible module https://review.openstack.org/496301 | 16:22 |
*** salv-orl_ has joined #openstack-infra | 16:30 | |
*** salv-orlando has quit IRC | 16:32 | |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate master: Test CentOS 7.4 CR https://review.openstack.org/500235 | 16:32 |
*** ramishra has quit IRC | 16:36 | |
mnaser | can two changes depend on each other? | 16:38 |
mnaser | (in gerrit) | 16:38 |
mnaser | something changed in ubuntu which broke our gate, puppet-ceph runs p-o-i jobs in gate so they will never pass, p-o-i change will pass but never merge because it depends on puppet-ceph which is failing | 16:39 |
*** markvoelker has joined #openstack-infra | 16:41 | |
*** yamamoto has joined #openstack-infra | 16:41 | |
dmsimard | mnaser: changes with dependencies can't merge until the parent change has merged | 16:43 |
mnaser | well that sorta puts us in a weird dead lock | 16:43 |
dmsimard | mnaser: only way it to temporarily make the broken jobs non-voting and revert | 16:43 |
mnaser | because we cant merge into p-o-i without depends-on so the tests pass, but that change would never merge because puppet-ceph isn't passing p-o-i jobs | 16:44 |
mnaser | i'll try to get the p-o-i job passing with depends on and then figure out that part | 16:44 |
mnaser | xenial shipped 12.2.0 which requires ceph-mgr so all jobs with rbd went poof | 16:45 |
dmsimard | mnaser: ah that's why, I was wondering why all the ubuntu jobs were failing all of a sudden | 16:45 |
dmsimard | btw there is a legit failure in rdo release for gnocchi -> pandas -> matplotlib, already working on a fix | 16:45 |
dmsimard | not sure why we didn't catch that | 16:45 |
mnaser | dmsimard yeah i noticed that with the cr patch | 16:46 |
mnaser | which btw failed because you were running yum-config-manager and not checking for the os version :p | 16:46 |
pabelanger | dmsimard: mnaser: another option is to disable ceph in poi, merge fix, then enable in poi again. It will be 3 patches and hold off on merging anything new while ceph is disabled | 16:46 |
mnaser | (fore xenial) | 16:47 |
dmsimard | mnaser: bah the goal is not to test ubuntu anyway | 16:47 |
mnaser | :P | 16:47 |
dmsimard | just throwaway patches | 16:47 |
dmsimard | pabelanger: ceph is not as easy to disable as, say, an openstack project though | 16:47 |
dmsimard | pabelanger: if gnocchi is broken you disable gnocchi, done | 16:47 |
dmsimard | pabelanger: scenarios with ceph in it is because multiple components in that scenario depend on ceph so you might as well disable the entire scenario | 16:48 |
pabelanger | sure, but the process is the same, you'll need to disable that functionality for a moment, land fixes, renable. That's one way to unwedge | 16:49 |
dmsimard | I guess | 16:49 |
*** salv-orlando has joined #openstack-infra | 16:49 | |
pabelanger | making job non-voting is the other | 16:49 |
*** salv-orlando has quit IRC | 16:50 | |
*** yamamoto has quit IRC | 16:50 | |
*** salv-orlando has joined #openstack-infra | 16:50 | |
dmsimard | pabelanger: is there an easy way to see what code reviews might have triggered an e-r query ? | 16:51 |
dmsimard | so we could recheck them, for example | 16:51 |
*** salv-orl_ has quit IRC | 16:53 | |
pabelanger | dmsimard: I usually use build_change from logstash | 16:53 |
dmsimard | oh, not a bad idea | 16:53 |
pabelanger | can either filter by that in webui, or use elastic-recheck-query | 16:54 |
*** salv-orlando has quit IRC | 16:55 | |
mnaser | i think disabling p-o-i jobs for puppet-ceph would be best, with a few depends-on, that way the project-config change to enable the jobs again merges right after too | 16:55 |
mnaser | disable p-o-i for puppet-ceph -> puppet-ceph fixes -> enable p-o-i for puppet-ceph as first cross-repo chain | 16:56 |
mnaser | and p-o-i changes depending on puppet-ceph fix | 16:57 |
mnaser | once i get the actual patch working i'll start doing that chain | 16:57 |
*** gouthamr has quit IRC | 16:58 | |
dmsimard | mnaser: disabling jobs requires project-config reviews so just have to keep that in mind :P | 16:58 |
mnaser | yeah it'll be a cross repo depends-on funtime | 16:58 |
mnaser | :p | 16:58 |
dmsimard | pabelanger: oh I found another way, kinda | 17:06 |
*** sree has joined #openstack-infra | 17:06 | |
dmsimard | https://review.openstack.org/#/q/reviewer:%22Elastic+Recheck%22 | 17:06 |
*** gouthamr has joined #openstack-infra | 17:07 | |
pabelanger | Ya, you can query gerrit too | 17:07 |
*** sree has quit IRC | 17:11 | |
*** markvoelker has quit IRC | 17:13 | |
*** ykarel has joined #openstack-infra | 17:16 | |
*** eroux has quit IRC | 17:24 | |
*** ykarel has quit IRC | 17:26 | |
*** ykarel has joined #openstack-infra | 17:27 | |
*** salv-orlando has joined #openstack-infra | 17:51 | |
*** ykarel has quit IRC | 17:54 | |
*** salv-orlando has quit IRC | 17:56 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Add UPPER_CONSTRAINTS file if it exists https://review.openstack.org/500320 | 18:02 |
mordred | jeblair: nice find | 18:02 |
*** bobh has joined #openstack-infra | 18:04 | |
mordred | mnaser: wow - a stable release of ubuntu released a new version of ceph that requires a new thing? or was this from the UCA archive? | 18:04 |
mnaser | mordred ceph-mgr was included in 10.x and required in 12.x, im guessing uca for pike decided to ship 12.x | 18:05 |
mnaser | and that's how we broke | 18:05 |
mordred | yah | 18:05 |
mordred | mnaser: so - here's another question/option - (I don't know how all the things hang together so these may both be bong) ... | 18:06 |
mordred | mnaser: a) can you just put in a package pin to 10.x (are the 10x packages still in the repo and just superseeded?) | 18:06 |
mordred | mnaser: b) is there a an older UCA you could pin to while you mkae hte change? like the ocata UCA or something? | 18:06 |
mordred | mnaser: c) tell me to shut up because I'm bothering you :) | 18:07 |
mnaser | mordred absolutely not, thanks for that input, 1 sounds interesting so i'm finding this out https://github.com/openstack/puppet-openstack-integration/blob/master/manifests/repos.pp#L11-L20 | 18:08 |
mnaser | i wonder if the pinning is not working | 18:08 |
mnaser | cause it sure looks like it doesn't (unless uca packages require 10.x) | 18:08 |
mnaser | i wonder if even with the pin, the newer version 'wins' so to speak | 18:10 |
mordred | pins should be able to prevent newer things winning ... | 18:11 |
mordred | mnaser: oh - so - yah - that's just pinning source, I'd imagine upstream ceph would also have 12.0 in their repo right? | 18:12 |
mordred | oh. duh. debian-jewel is the packages for jewel which means 10.x right? | 18:12 |
mnaser | yep | 18:12 |
mnaser | unless the mirror facts are pointing to a different url | 18:13 |
* mnaser checks | 18:13 | |
mnaser | https://github.com/openstack/puppet-openstack-integration/blob/master/configure_facts.sh#L37 nope | 18:13 |
mordred | mnaser: also - are there dependencies between apt::pin and installatoin so that you're assured that apt::pin gets processed before you install stuff? | 18:14 |
mordred | mnaser: you got a log showing the wrong ceph being installed? | 18:14 |
mnaser | mordred http://logs.openstack.org/95/500195/1/check/gate-puppet-openstack-integration-4-scenario001-tempest-ubuntu-xenial/ba25431/logs/ceph//ceph-osd.0.txt.gz | 18:15 |
mnaser | you can see ceph version 12.2.0 there | 18:15 |
mnaser | but the apt::pin not happening early is interesting theory | 18:15 |
mnaser | let me check | 18:15 |
mnaser | 2017-09-01 21:24:33 +0000 /Stage[main]/Openstack_integration::Repos/Apt::Pin[ceph]/Apt::Setting[pref-ceph]/File[/etc/apt/preferences.d/ceph.pref]/ensure (notice): defined content as '{md5}c8bb49860f66a880e233fd689c312cbd' | 18:16 |
mnaser | it's happening very early | 18:16 |
mnaser | mordred http://logs.openstack.org/95/500195/1/check/gate-puppet-openstack-integration-4-scenario001-tempest-ubuntu-xenial/ba25431/logs/dpkg-l.txt.gz | 18:17 |
mnaser | the absolute proof the pin isn't working is the ~cloud0 tagging | 18:17 |
mordred | mnaser: hrm | 18:20 |
clarkb | my tox PR merged, they've got a dev package pushed for testing | 18:23 |
mordred | \o/ | 18:23 |
mordred | mnaser: ok - so - a few things | 18:23 |
clarkb | if anyone else wants to test it (I did tempest locally) | 18:23 |
mnaser | yay i fixed xenial and broke centos 7.. we'll get there | 18:24 |
mnaser | :p | 18:24 |
mordred | mnaser: a) not that it matters, but your default for ceph_miror is http:// not https:// ... | 18:24 |
mordred | mnaser: neat! what did you do to fix xenial? | 18:24 |
mnaser | mordred write a manifest to install and configure ceph-mgr and deploy it | 18:25 |
mnaser | 12.2.0 cant run without one, so having it fixed it | 18:25 |
mnaser | https://review.openstack.org/#/c/500317/ | 18:25 |
mnaser | but i think centos doesn't ship with the ceph-mgr packaged so that could be why it failed.. | 18:25 |
mordred | awesome | 18:26 |
mnaser | http://centos.mirror.vexxhost.com/7/storage/x86_64/ceph-jewel/ doesnt look like it | 18:26 |
mnaser | ok, i lied, ceph-mgr has been introduced in 11.x | 18:26 |
mnaser | so it was not in 10.x | 18:26 |
mordred | mnaser: so - you may also want to put a packages => ['ceph', 'ceph-base'] into your apt-pin | 18:26 |
mordred | since that pin is, I think, just saying to generally speaking prefer the ceph mirror over others | 18:27 |
mnaser | but not override i guess (which is why we're here) | 18:27 |
mordred | yah | 18:27 |
mnaser | so effectively i think it's useless in the pike release | 18:27 |
mordred | https://forge.puppet.com/puppetlabs/apt#defined-type-aptpin | 18:27 |
mordred | does not indicate that the name parameter does anything other than name the pin | 18:27 |
*** EricGonczer_ has quit IRC | 18:28 | |
mnaser | mordred im thinking the best solution is to pin 10.x everywhere | 18:29 |
mnaser | and then when 12.x comes out for centos as well we can up both of them and both of them will have ceph-mr | 18:29 |
mnaser | mgr* | 18:29 |
mordred | mnaser: ++ | 18:32 |
mnaser | mordred on second thought, it wouldn't provide proper testing for anyone trying to use uca and they'd be in for a surprise .. so i think i'll install ceph-mgr only for debian based with a note to remove that exception when 12.x packages are out | 18:33 |
mordred | mnaser: that way you can also have the pin in the module since the module doesn't support 12 - and you can test that your ceph-mgr support works by including a bump of the pin in with the patch that adds support | 18:33 |
mordred | mnaser: nod | 18:33 |
mnaser | so if i'm $new_user and trying to use puppet modules, stuff doesn't work because it turns out i have to pin to an older release than shipped | 18:34 |
mnaser | https://review.openstack.org/500318 seems reasonable | 18:35 |
openstackgerrit | Monty Taylor proposed openstack-infra/openstack-zuul-jobs master: Remove HUDSON_PUBLISH_DOCS https://review.openstack.org/500321 | 18:37 |
mordred | mnaser: yah - agree | 18:42 |
*** slaweq has joined #openstack-infra | 18:47 | |
*** eranrom_ has joined #openstack-infra | 18:50 | |
*** salv-orlando has joined #openstack-infra | 18:52 | |
*** eranrom has quit IRC | 18:52 | |
*** salv-orlando has quit IRC | 18:57 | |
*** armax has joined #openstack-infra | 18:57 | |
*** armax has quit IRC | 19:02 | |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate master: Create aligned partitions in disk fixing https://review.openstack.org/499314 | 19:03 |
clarkb | assuming jeblair's parted one liner fixes centos partitioning getting ^ in would be nice to remove those warnings (and potentially make things perform better) | 19:03 |
pabelanger | ya, I've been watch the gate for tripleo, I haven't seen a swap failure yet. However, not many patches today | 19:06 |
*** sree has joined #openstack-infra | 19:07 | |
openstackgerrit | Paul Belanger proposed openstack-infra/elastic-recheck master: Remove query for bug 1710605 https://review.openstack.org/500322 | 19:09 |
openstack | bug 1710605 in OpenStack-Gate "Generic a mirror outage due to an invalid repo file, since baseurl is empty" [Undecided,New] https://launchpad.net/bugs/1710605 | 19:09 |
*** markvoelker has joined #openstack-infra | 19:11 | |
*** sree has quit IRC | 19:12 | |
*** bobh has quit IRC | 19:12 | |
*** tinwood has quit IRC | 19:14 | |
*** armax has joined #openstack-infra | 19:14 | |
*** tinwood has joined #openstack-infra | 19:15 | |
clarkb | http://paste.openstack.org/show/620274/ are the results of latest parted optimization patchset | 19:15 |
pabelanger | cool | 19:18 |
openstackgerrit | Mohammed Naser proposed openstack-infra/project-config master: Switch puppet-integration-jobs for puppet-ceph to non-voting https://review.openstack.org/500323 | 19:18 |
clarkb | pabelanger: should we consider generating some tripleo load while things are quiet to gather more data on the partitioning change? | 19:21 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Override tox requirments with zuul git repos https://review.openstack.org/489719 | 19:21 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Add UPPER_CONSTRAINTS file if it exists https://review.openstack.org/500320 | 19:21 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Update tox/test-requirements https://review.openstack.org/500324 | 19:21 |
pabelanger | clarkb: I believe dmsimard recheck some tripleo jobs this morning to do just that | 19:23 |
openstackgerrit | Merged openstack-infra/elastic-recheck master: Remove query for bug 1710605 https://review.openstack.org/500322 | 19:24 |
openstack | bug 1710605 in OpenStack-Gate "Generic a mirror outage due to an invalid repo file, since baseurl is empty" [Undecided,New] https://launchpad.net/bugs/1710605 | 19:24 |
pabelanger | clarkb: however, I was still under the impression that jeblair fix didn't fix the issue locally for dmsimard | 19:24 |
clarkb | pabelanger: dmsimard would have to confirm but the testing done was against a loopback device which probably isn't very valid. But I booted a rax instance for like testing but not sure if that has happened yet | 19:26 |
pabelanger | ya | 19:26 |
pabelanger | clarkb: also, http://logs.openstack.org/be/bed562d25557e3792fbdd39f0265939ad0a829da/post/cinder-upstream-translation-update/8045f91/console.html looks like tox is broken on proposal | 19:26 |
pabelanger | I'll patch system-config in a bit | 19:27 |
smcginnis | Do we still have bad tox's out there? | 19:27 |
pabelanger | likely on static workers | 19:28 |
smcginnis | So we just need to wait for those images to be refreshed? | 19:28 |
pabelanger | we don't use DIB for those servers, they live in control plane. We likely need to pin tox in system-config | 19:29 |
clarkb | smcginnis: also my patch to tox merged and tox upstream has produced a test package if you'd like to test what should become a new release | 19:29 |
smcginnis | clarkb: Excellent! | 19:30 |
clarkb | https://github.com/tox-dev/tox/issues/595 detail there | 19:30 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Add UPPER_CONSTRAINTS file if it exists https://review.openstack.org/500320 | 19:30 |
smcginnis | Nice. I'm trying to take care of a couple other things, but if I have time I'll test it out. | 19:30 |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Validate zuul_stream func test output https://review.openstack.org/499732 | 19:31 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-jenkins master: Pin tox to 2.7.0 https://review.openstack.org/500326 | 19:31 |
pabelanger | clarkb: smcginnis ^ | 19:31 |
pabelanger | upstream seems to have confirmed the fix, https://devpi.net/obestwalter/dev/tox/2.8.1.dev8+gda3a86a | 19:32 |
openstackgerrit | Mohammed Naser proposed openstack-infra/project-config master: Switch puppet-integration-jobs for puppet-ceph to non-voting https://review.openstack.org/500323 | 19:32 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Override tox requirments with zuul git repos https://review.openstack.org/489719 | 19:33 |
mnaser | is there a specific reason behind why gate-project-config-layout still runs in trusty? | 19:37 |
*** jascott1 has quit IRC | 19:37 | |
mnaser | it takes longer in queue usually because of less trusty nodes available | 19:37 |
pabelanger | zuul.o.o is still trusty | 19:37 |
*** jascott1 has joined #openstack-infra | 19:37 | |
clarkb | mnaser: beacuse that is what we run the zuul/jjb stuff on in production and we have seen python version variability in the past | 19:37 |
mnaser | ah gotcha | 19:38 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config master: Add upper-constraints plumbing to base job and site-vars https://review.openstack.org/500328 | 19:38 |
mnaser | i was just wondering if it was a leftover forgotten thing thats all | 19:38 |
pabelanger | ya, when the gate is quiet, rackspace is used more | 19:38 |
pabelanger | and takes longer for nodes to comeonline there | 19:39 |
pabelanger | Time to ready is ~ 4mins | 19:39 |
mordred | pabelanger: if you have a second, wanna look at https://review.openstack.org/#/c/500320/ and https://review.openstack.org/500328 and tell me what you think? | 19:40 |
clarkb | mordred: can you review https://review.openstack.org/500326 | 19:40 |
mordred | clarkb: yup | 19:40 |
clarkb | tyty | 19:41 |
mordred | clarkb: +A | 19:41 |
*** jascott1 has quit IRC | 19:42 | |
mordred | pabelanger: also, if you're not hacking on it right now I'm gonna poke at your 500155 for a minute | 19:42 |
pabelanger | mordred: ya, go for it | 19:43 |
*** markvoelker has quit IRC | 19:44 | |
mnaser | would someone be kind enough to try and help me out on what i want to accomplish here? https://review.openstack.org/#/c/500323/ -- i just need the xenial jobs to be non voting for a little while | 19:48 |
mnaser | im not really sure what im doing wrong | 19:48 |
openstackgerrit | Merged openstack-infra/puppet-jenkins master: Pin tox to 2.7.0 https://review.openstack.org/500326 | 19:48 |
smcginnis | mnaser: I get the same feeling every time I touch that file. :) | 19:48 |
clarkb | mnaser: drop the name: prefix | 19:49 |
mnaser | duh. | 19:49 |
mnaser | thats what i get for putting it in template the first time | 19:49 |
mnaser | and copy pasting | 19:49 |
clarkb | (I don't know why templates take a name but pipelines done) | 19:49 |
clarkb | *dont | 19:50 |
openstackgerrit | Mohammed Naser proposed openstack-infra/project-config master: Switch puppet-integration-jobs for puppet-ceph to non-voting https://review.openstack.org/500323 | 19:50 |
mnaser | attempt #3 fingers crossed | 19:50 |
*** salv-orlando has joined #openstack-infra | 19:53 | |
*** salv-orlando has quit IRC | 19:57 | |
mnaser | https://review.openstack.org/#/c/500323/ if i can get some +2s so we can work on getting this merged https://review.openstack.org/#/c/500317/ | 19:59 |
mnaser | thanks clarkb :) | 20:00 |
openstackgerrit | Merged openstack-infra/project-config master: Switch puppet-integration-jobs for puppet-ceph to non-voting https://review.openstack.org/500323 | 20:08 |
clarkb | it appaers that tripleo jobs kill root ssh for infra-rooters | 20:10 |
pabelanger | clarkb: ah, I noticed that too. I've been meaning to ask why | 20:12 |
openstackgerrit | Mohammed Naser proposed openstack-infra/project-config master: Revert "Switch puppet-integration-jobs for puppet-ceph to non-voting" https://review.openstack.org/500329 | 20:15 |
openstackgerrit | Monty Taylor proposed openstack-infra/openstack-zuul-jobs master: Update to using zuulv3 variables https://review.openstack.org/500229 | 20:22 |
openstackgerrit | Monty Taylor proposed openstack-infra/openstack-zuul-jobs master: Refactor run-docs role to use tox role https://review.openstack.org/500155 | 20:22 |
mordred | pabelanger: ^^ | 20:23 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade master: Switch to normal tox-py35 job with constraints https://review.openstack.org/500330 | 20:28 |
mordred | pabelanger: that job ^^ should show the zuul-jobs upper-constraints patch working | 20:28 |
mordred | (or not working, I mean, it's too much to ask for for a patch to work the fIRST time) | 20:29 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade master: Switch to normal tox-py35 job with constraints https://review.openstack.org/500330 | 20:33 |
*** EricGonczer_ has joined #openstack-infra | 20:35 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Add UPPER_CONSTRAINTS file if it exists https://review.openstack.org/500320 | 20:36 |
*** jascott1 has joined #openstack-infra | 20:39 | |
*** markvoelker has joined #openstack-infra | 20:41 | |
*** salv-orlando has joined #openstack-infra | 20:54 | |
*** jtomasek has quit IRC | 20:58 | |
*** salv-orlando has quit IRC | 20:58 | |
*** sree_ has joined #openstack-infra | 21:08 | |
*** sree_ is now known as Guest82802 | 21:09 | |
*** Guest82802 has quit IRC | 21:13 | |
*** markvoelker has quit IRC | 21:14 | |
*** apetrich has quit IRC | 21:27 | |
*** apetrich has joined #openstack-infra | 21:27 | |
*** rama_y has joined #openstack-infra | 21:35 | |
*** bobh has joined #openstack-infra | 21:36 | |
*** bobh has quit IRC | 21:38 | |
*** tosky has joined #openstack-infra | 21:38 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Add UPPER_CONSTRAINTS_FILE file if it exists https://review.openstack.org/500320 | 21:47 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade master: Switch to normal tox-py35 job with constraints https://review.openstack.org/500330 | 21:47 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config master: Add upper-constraints plumbing to base job and site-vars https://review.openstack.org/500328 | 21:48 |
*** andreww has joined #openstack-infra | 21:52 | |
*** salv-orlando has joined #openstack-infra | 21:54 | |
*** xarses_ has quit IRC | 21:55 | |
*** EricGonczer_ has quit IRC | 21:56 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Add UPPER_CONSTRAINTS_FILE file if it exists https://review.openstack.org/500320 | 21:58 |
*** salv-orlando has quit IRC | 21:59 | |
mordred | BOOYAH | 22:02 |
mordred | totally worked | 22:02 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Add UPPER_CONSTRAINTS_FILE file if it exists https://review.openstack.org/500320 | 22:04 |
*** slaweq has quit IRC | 22:15 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Override tox requirments with zuul git repos https://review.openstack.org/489719 | 22:17 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Override tox requirments with zuul git repos https://review.openstack.org/489719 | 22:29 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Override tox requirments with zuul git repos https://review.openstack.org/489719 | 22:33 |
*** bobh has joined #openstack-infra | 22:49 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Override tox requirments with zuul git repos https://review.openstack.org/489719 | 22:50 |
*** salv-orlando has joined #openstack-infra | 22:55 | |
openstackgerrit | Mohammed Naser proposed openstack-infra/project-config master: Revert "Switch puppet-integration-jobs for puppet-ceph to non-voting" https://review.openstack.org/500329 | 22:55 |
mordred | mnaser: you got it working? | 22:59 |
*** salv-orlando has quit IRC | 23:00 | |
*** bobh has quit IRC | 23:06 | |
*** sree_ has joined #openstack-infra | 23:09 | |
*** sree_ is now known as Guest40131 | 23:09 | |
openstackgerrit | Mohammed Naser proposed openstack-infra/project-config master: Set puppet-cinder xenial gates to non-voting https://review.openstack.org/500334 | 23:10 |
*** markvoelker has joined #openstack-infra | 23:12 | |
mnaser | mordred hey sorry i wasnt on irc | 23:13 |
mnaser | ceph-mgr is working | 23:13 |
mnaser | but there was another issue | 23:13 |
mnaser | which made scenario002 fail | 23:13 |
*** Guest40131 has quit IRC | 23:13 | |
mnaser | https://review.openstack.org/#/c/500335/ | 23:13 |
mnaser | which should be fixed by this | 23:13 |
mnaser | so hopefully this will be the last of the issues (it looks like it is) and puppet-openstack modules will be working on pike again | 23:14 |
*** slaweq has joined #openstack-infra | 23:15 | |
*** tosky has quit IRC | 23:19 | |
*** slaweq has quit IRC | 23:24 | |
mordred | mnaser: \o/ | 23:38 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul feature/zuulv3: Log exeptions for module failure cases https://review.openstack.org/500336 | 23:43 |
mnaser | if anyone is around, appreciate a +2 on https://review.openstack.org/#/c/500334/ to help fix puppet-openstack gates | 23:44 |
*** markvoelker has quit IRC | 23:44 | |
*** armax has quit IRC | 23:46 | |
*** armax has joined #openstack-infra | 23:46 | |
*** armax has quit IRC | 23:46 | |
*** armax has joined #openstack-infra | 23:47 | |
*** armax has quit IRC | 23:47 | |
*** armax has joined #openstack-infra | 23:48 | |
*** armax has quit IRC | 23:48 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul-jobs master: Override tox requirments with zuul git repos https://review.openstack.org/489719 | 23:48 |
*** armax has joined #openstack-infra | 23:49 | |
*** armax has quit IRC | 23:49 | |
*** armax has joined #openstack-infra | 23:49 | |
mordred | mnaser: done | 23:49 |
*** armax has quit IRC | 23:50 | |
mnaser | mordred tyvm! i just saw all 4 p-o-i xenial patches green in status.o.o, so woohoo | 23:50 |
*** armax has joined #openstack-infra | 23:50 | |
*** armax has quit IRC | 23:51 | |
mnaser | ill nag cores for +2s soon and we should be good to go | 23:51 |
*** salv-orlando has joined #openstack-infra | 23:56 | |
*** rama_y has quit IRC | 23:56 | |
openstackgerrit | Merged openstack-infra/project-config master: Set puppet-cinder xenial gates to non-voting https://review.openstack.org/500334 | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!