ianw | jeblair: http://logs.openstack.org/53/461353/9/check/gate-dsvm-nodepool-redhat-src-nv/56efb31/logs/screen-nodepool.txt.gz | 00:00 |
---|---|---|
*** jamesdenton has quit IRC | 00:00 | |
ianw | jeblair: http://logs.openstack.org/53/461353/9/check/gate-dsvm-nodepool-redhat-src-nv/56efb31/logs/screen-nodepool-builder.txt.gz is even worse signal:noise | 00:01 |
ianw | the dib logging config is a little untested ... hopefully that works | 00:02 |
*** yamahata has joined #openstack-infra | 00:02 | |
*** csomerville has quit IRC | 00:03 | |
jeblair | instead of printing the logs to stdout, we could write them to files. that's actually more like production anyway. | 00:03 |
jeblair | then we can avoid the issue of systemd timestamps and hostnames | 00:03 |
ianw | jeblair: yes ... well i mean "traditionally" the idea was in devstack that you'd run things under screen, and jump into the screen session and be able to jump around and basically watch the output | 00:04 |
ianw | which is where the whole thing came from i guess | 00:04 |
jeblair | yah; that idea seems gone now? | 00:05 |
ianw | indeed, we live in a brave new world | 00:05 |
*** armax has quit IRC | 00:05 | |
*** adriant has joined #openstack-infra | 00:05 | |
*** xarses has quit IRC | 00:05 | |
ianw | i don't really mind though, it seems easy enough to just drop the timestamp, then we don't have to worry about log collection | 00:05 |
clarkb | and get th searchability features and such if you grab the journal files | 00:06 |
ianw | also, the logs are in the journal ... | 00:06 |
*** lamt has quit IRC | 00:06 | |
ianw | clarkb: assuming you have enough ram to load it ;) | 00:06 |
*** amotoki has quit IRC | 00:07 | |
clarkb | ianw: I fainally caved and bought 16gb for desktop | 00:08 |
clarkb | wish laptop could accept that much :( | 00:08 |
jeblair | that still leaves us with the timestamp format being wrong, and the extra hostname field? | 00:09 |
ianw | yeah, we gotta ditch that silly syslog timestamp format | 00:10 |
ianw | that has been the bane of my existence for so long | 00:10 |
ianw | from when i re-wrote a bunch of logging stuff for ESXi | 00:10 |
mtreinish | clarkb: only 16gb :) | 00:11 |
clarkb | ya we can switch to short-iso output | 00:11 |
clarkb | and I think we can drop hostname too | 00:11 |
clarkb | byt you control it if using the journal so use whatever ypu want? | 00:12 |
clarkb | -o short-iso --no-hostname | 00:13 |
clarkb | ianw: ^ those are flags I think | 00:13 |
clarkb | not sure if short iso shows subsecond precision though | 00:13 |
*** dingyichen has joined #openstack-infra | 00:13 | |
*** camunoz has joined #openstack-infra | 00:15 | |
*** aeng has quit IRC | 00:17 | |
*** jamesdenton has joined #openstack-infra | 00:17 | |
openstackgerrit | Ian Wienand proposed openstack-infra/devstack-gate master: Journal logging format: iso timestamp & no hostname https://review.openstack.org/462323 | 00:20 |
*** camunoz has quit IRC | 00:20 | |
*** xgerman has joined #openstack-infra | 00:20 | |
*** puiterwijk|cld has joined #openstack-infra | 00:20 | |
ianw | clarkb: 2017-05-04T03:19:15+1000 ubuntu ... oh wow that's disappointing | 00:21 |
*** camunoz has joined #openstack-infra | 00:21 | |
clarkb | gah | 00:23 |
ianw | so is your two options really having the silly syslog format (with three char month names) and subseconds, or iso without subseconds?! | 00:23 |
jeblair | it still seems straightforward to just use the same logging config in devstack like we use in production. have python logging write to files. | 00:23 |
jeblair | (i'm not trying to take anything away from the wonderful things that systemd-journald does for the standard devstack case. but the nodepool production log format works really well, and i'd just like to be able to look at the nodepool devstack runs in the same way) | 00:25 |
clarkb | I think the reasons journal is useful for devstack makes it useful for nodepool too. particularly the interleaved time slice log printing | 00:27 |
jeblair | clarkb: this is the 'download something and run it on your workstation' case? | 00:27 |
clarkb | ya | 00:27 |
clarkb | to see the eg nova logs and nodepool logs tpgether | 00:28 |
clarkb | if boot fails or with glance if image upload fails etc | 00:28 |
fungi | on the outreach front. adding -o long-iso to journalctl is probably not tough (for the sake of future generations) | 00:28 |
jeblair | clarkb: i have no interest in that. i just want to see the logs in the browser and find the error message quickly. that's pretty much all i've ever had to or wanted to do with the nodepool devstack job. but if that is important to the way you debug, maybe we can do both. stdout formatted for systemd, and file formatted production style. | 00:28 |
*** jamesdenton has quit IRC | 00:28 | |
clarkb | jeblair: I think no one has done it because its been prohibitively complicated | 00:29 |
jeblair | clarkb: done what? | 00:29 |
clarkb | but the local elasticsearchy type setup has been requested over and over | 00:29 |
clarkb | read interleaved logs across services to debug issues | 00:29 |
*** gyee has quit IRC | 00:29 | |
jeblair | clarkb: that's great. i'm pretty sure i just said i don't want to stop you from doing that. | 00:30 |
jeblair | clarkb: i'm just asking, please don't stop me from being able to see the logs like they are in production. | 00:30 |
*** xingchao has joined #openstack-infra | 00:30 | |
clarkb | sure | 00:30 |
ianw | fungi: i bet there's a reason why it's not there, and i bet it's probably going to be ... frustrating :) | 00:30 |
jeblair | clarkb: so how about my suggestion for both? | 00:30 |
clarkb | I'm not opposed to doing both | 00:30 |
fungi | ianw: or maybe it's already there, just not _here_ yet ;) | 00:31 |
*** zhurong has joined #openstack-infra | 00:31 | |
jeblair | clarkb: cool. i left a comment on ianw's change 462319 to that effect | 00:32 |
*** aeng has joined #openstack-infra | 00:34 | |
*** xarses has joined #openstack-infra | 00:34 | |
*** ijw has quit IRC | 00:34 | |
*** xingchao has quit IRC | 00:35 | |
*** dhellmann has quit IRC | 00:35 | |
*** dhellmann has joined #openstack-infra | 00:36 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 00:36 |
jeblair | ianw: i replied to your reply, but i have to run, it's past eod here, and i don't want to block anyone. clarkb, ianw: do you have any further concerns? | 00:38 |
*** ym200 has joined #openstack-infra | 00:39 | |
*** ym200 has quit IRC | 00:39 | |
mtreinish | fungi: did you have any luck with pymqttbench? | 00:40 |
fungi | mtreinish: not yet, got sidetracked with packing | 00:40 |
*** ym200 has joined #openstack-infra | 00:41 | |
mtreinish | fungi: heh ok, np | 00:41 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 00:41 |
*** realpwn has joined #openstack-infra | 00:42 | |
*** EricGonczer_ has quit IRC | 00:42 | |
*** realpwn has left #openstack-infra | 00:43 | |
fungi | mtreinish: i started installing it into a virtualenv but stepped away after i saw how long the wheel building of numpy was taking | 00:45 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 00:45 |
mtreinish | fungi: heh, yeah numpy compilation can take some time | 00:46 |
mtreinish | although I thought they uploaded wheels for that now | 00:46 |
mtreinish | I could have gotten away without it on py3, but on py2 I needed it for the stats functions | 00:46 |
*** cuongnv has joined #openstack-infra | 00:46 | |
*** xarses has quit IRC | 00:47 | |
*** ym200 has quit IRC | 00:47 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 00:47 |
*** ym200 has joined #openstack-infra | 00:48 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 00:52 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 00:53 |
*** xingchao has joined #openstack-infra | 00:54 | |
openstackgerrit | Merged openstack-infra/tripleo-ci master: Fix repos for promotion jobs https://review.openstack.org/460558 | 00:55 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 00:55 |
*** sflanigan has quit IRC | 00:56 | |
*** therve has quit IRC | 00:59 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 01:00 |
fungi | mtreinish: looks like it eventually installed | 01:00 |
*** xarses has joined #openstack-infra | 01:00 | |
*** tiswanso has joined #openstack-infra | 01:01 | |
*** tuanluong has joined #openstack-infra | 01:02 | |
*** jkilpatr has quit IRC | 01:02 | |
*** mat128 has joined #openstack-infra | 01:02 | |
*** tiswanso has quit IRC | 01:02 | |
*** tiswanso has joined #openstack-infra | 01:03 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 01:03 |
*** dave-mccowan has joined #openstack-infra | 01:03 | |
*** Julien-zte has joined #openstack-infra | 01:03 | |
*** therve has joined #openstack-infra | 01:04 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 01:07 |
*** aeng has quit IRC | 01:08 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 01:09 |
*** sflanigan has joined #openstack-infra | 01:12 | |
*** sflanigan has joined #openstack-infra | 01:12 | |
*** yolkfull__ has joined #openstack-infra | 01:13 | |
mtreinish | fungi: cool, I guess that means you had all the necessary binary packages installed already | 01:14 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 01:15 |
*** thorst has joined #openstack-infra | 01:15 | |
fungi | apparently | 01:15 |
*** david-lyle has joined #openstack-infra | 01:16 | |
*** zhurong has quit IRC | 01:16 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 01:17 |
*** dchen has joined #openstack-infra | 01:17 | |
*** jamesmca_ has joined #openstack-infra | 01:18 | |
*** Apoorva__ has quit IRC | 01:21 | |
*** aeng has joined #openstack-infra | 01:22 | |
*** kgiusti has quit IRC | 01:22 | |
*** gcb has joined #openstack-infra | 01:23 | |
*** liujiong has joined #openstack-infra | 01:25 | |
*** zhurong has joined #openstack-infra | 01:26 | |
*** sflanigan has quit IRC | 01:26 | |
*** jamesmca_ has quit IRC | 01:27 | |
*** yanyanhu has joined #openstack-infra | 01:27 | |
*** jamesmca_ has joined #openstack-infra | 01:27 | |
*** yamamoto has joined #openstack-infra | 01:31 | |
*** david-lyle has quit IRC | 01:34 | |
*** yamamoto has quit IRC | 01:35 | |
*** jamesmca_ has quit IRC | 01:35 | |
*** ym200 has quit IRC | 01:36 | |
*** sflanigan has joined #openstack-infra | 01:39 | |
*** sflanigan has joined #openstack-infra | 01:39 | |
*** ym200 has joined #openstack-infra | 01:45 | |
openstackgerrit | Michael Johnson proposed openstack-infra/project-config master: Remove python-octaviaclient from neutron-lbaas https://review.openstack.org/462336 | 01:48 |
*** ijw has joined #openstack-infra | 01:49 | |
*** ym200 has quit IRC | 01:49 | |
*** winggundamth has joined #openstack-infra | 01:53 | |
*** ijw has quit IRC | 01:54 | |
*** ym200 has joined #openstack-infra | 01:55 | |
*** masber has quit IRC | 01:56 | |
*** namnh has joined #openstack-infra | 01:59 | |
*** ym200_ has joined #openstack-infra | 01:59 | |
*** ym200 has quit IRC | 02:00 | |
*** marst has joined #openstack-infra | 02:01 | |
*** mriedem has quit IRC | 02:03 | |
*** tonytan4ever has joined #openstack-infra | 02:04 | |
*** ym200_ has quit IRC | 02:04 | |
*** salv-orlando has joined #openstack-infra | 02:05 | |
*** pahuang_ has joined #openstack-infra | 02:07 | |
fungi | i'm bringing the leftover infra logo stickers from the ptg to boston if anyone missed out getting some and wants them | 02:07 |
fungi | i'll make a point of at least having them on hand at the onboarding session monday | 02:08 |
*** dhinesh has quit IRC | 02:08 | |
*** pahuang has quit IRC | 02:09 | |
*** salv-orlando has quit IRC | 02:09 | |
*** dave-mccowan has quit IRC | 02:10 | |
*** tonytan_brb has joined #openstack-infra | 02:11 | |
*** jamesmca_ has joined #openstack-infra | 02:13 | |
*** tonytan4ever has quit IRC | 02:13 | |
*** yolkfull has joined #openstack-infra | 02:13 | |
*** yolkfull_ has joined #openstack-infra | 02:15 | |
*** yolkfull__ has quit IRC | 02:16 | |
*** yolkfull__ has joined #openstack-infra | 02:17 | |
*** yolkfull has quit IRC | 02:18 | |
*** yolkfull_ has quit IRC | 02:19 | |
*** dave-mccowan has joined #openstack-infra | 02:20 | |
*** EricGonczer_ has joined #openstack-infra | 02:21 | |
*** yolkfull__ has quit IRC | 02:23 | |
*** yolkfull__ has joined #openstack-infra | 02:23 | |
*** yolanda has joined #openstack-infra | 02:26 | |
ianw | fungi: see what happens ... https://github.com/systemd/systemd/pull/5884 | 02:29 |
ianw | flame pants are on | 02:29 |
*** EricGonczer_ has quit IRC | 02:29 | |
*** ym200 has joined #openstack-infra | 02:29 | |
openstackgerrit | Ian Wienand proposed openstack-infra/devstack-gate master: Journal logging format: no hostname https://review.openstack.org/462323 | 02:32 |
*** zhurong has quit IRC | 02:34 | |
*** yamamoto has joined #openstack-infra | 02:36 | |
*** zhurong has joined #openstack-infra | 02:36 | |
*** yankcrime has quit IRC | 02:40 | |
*** markvoelker has quit IRC | 02:40 | |
*** thorst has quit IRC | 02:41 | |
*** jamesmca_ has quit IRC | 02:43 | |
*** jamesmca_ has joined #openstack-infra | 02:44 | |
*** yamamoto has quit IRC | 02:46 | |
*** dave-mccowan has quit IRC | 02:51 | |
*** masber has joined #openstack-infra | 02:52 | |
*** david-lyle has joined #openstack-infra | 02:53 | |
*** hongbin has joined #openstack-infra | 02:53 | |
clarkb | ianw: I like how strftime is like you are on ypur own here | 02:54 |
*** nicolasbock has quit IRC | 02:58 | |
*** jamesmca_ has quit IRC | 03:00 | |
*** asselin_ has joined #openstack-infra | 03:02 | |
*** ssbarnea_ has joined #openstack-infra | 03:03 | |
*** tonytan4ever has joined #openstack-infra | 03:03 | |
*** sbezverk_ has joined #openstack-infra | 03:04 | |
clarkb | also thats some nice C | 03:04 |
*** igorbelikov_ has joined #openstack-infra | 03:04 | |
*** dimtruck is now known as zz_dimtruck | 03:05 | |
*** ym200 has quit IRC | 03:05 | |
*** salv-orlando has joined #openstack-infra | 03:06 | |
*** slagle__ has joined #openstack-infra | 03:07 | |
*** jgrassler has joined #openstack-infra | 03:07 | |
*** mnencia_ has joined #openstack-infra | 03:09 | |
*** watersoul_ has joined #openstack-infra | 03:09 | |
*** rlandy|afk is now known as rlandy | 03:09 | |
*** ym200 has joined #openstack-infra | 03:10 | |
openstackgerrit | Shan Guo proposed openstack-infra/system-config master: Revise the link in doc https://review.openstack.org/462346 | 03:10 |
*** bexelbie- has joined #openstack-infra | 03:10 | |
*** gaurangt_ has joined #openstack-infra | 03:10 | |
*** salv-orlando has quit IRC | 03:11 | |
*** rodrigods has joined #openstack-infra | 03:11 | |
*** yolanda has quit IRC | 03:11 | |
*** tonytan_brb has quit IRC | 03:11 | |
*** pahuang_ has quit IRC | 03:11 | |
*** bexelbie has quit IRC | 03:11 | |
*** tdasilva- has quit IRC | 03:11 | |
*** slagle has quit IRC | 03:11 | |
*** rodrigod` has quit IRC | 03:11 | |
*** mariojv_ has quit IRC | 03:11 | |
*** nibalizer has quit IRC | 03:11 | |
*** mnencia has quit IRC | 03:11 | |
*** jgrassle1 has quit IRC | 03:11 | |
*** jaypipes has quit IRC | 03:11 | |
*** watersoul has quit IRC | 03:11 | |
*** gaurangt has quit IRC | 03:11 | |
*** ssbarnea has quit IRC | 03:11 | |
*** sbezverk has quit IRC | 03:11 | |
*** hamzy has quit IRC | 03:11 | |
*** Kevin_Zheng has quit IRC | 03:11 | |
*** rackertom has quit IRC | 03:11 | |
*** pblaho has quit IRC | 03:11 | |
*** portdirect has quit IRC | 03:11 | |
*** petrovich has quit IRC | 03:11 | |
*** igorbelikov has quit IRC | 03:11 | |
*** deafult has quit IRC | 03:11 | |
*** asselin has quit IRC | 03:11 | |
*** bexelbie- is now known as bexelbie | 03:11 | |
*** mnencia_ is now known as mnencia | 03:11 | |
*** igorbelikov_ is now known as igorbelikov | 03:11 | |
*** deafult has joined #openstack-infra | 03:12 | |
*** knangia has joined #openstack-infra | 03:12 | |
*** ramishra has joined #openstack-infra | 03:13 | |
*** Odd_Bloke has quit IRC | 03:15 | |
*** dhinesh has joined #openstack-infra | 03:16 | |
*** yolanda has joined #openstack-infra | 03:17 | |
*** pblaho has joined #openstack-infra | 03:18 | |
*** mariojv_ has joined #openstack-infra | 03:18 | |
*** pahuang_ has joined #openstack-infra | 03:18 | |
*** hamzy has joined #openstack-infra | 03:19 | |
*** nibalizer has joined #openstack-infra | 03:19 | |
*** jaypipes has joined #openstack-infra | 03:19 | |
*** petrovich has joined #openstack-infra | 03:19 | |
*** jaypipes has quit IRC | 03:19 | |
*** dchen has quit IRC | 03:20 | |
*** funzo has joined #openstack-infra | 03:20 | |
*** tdasilva has joined #openstack-infra | 03:23 | |
*** Kevin_Zheng has joined #openstack-infra | 03:23 | |
*** Julien-zte has quit IRC | 03:24 | |
*** masber has quit IRC | 03:24 | |
*** Julien-zte has joined #openstack-infra | 03:24 | |
*** funzo has quit IRC | 03:25 | |
*** vikrant has joined #openstack-infra | 03:31 | |
*** armax has joined #openstack-infra | 03:31 | |
*** gongysh has joined #openstack-infra | 03:32 | |
*** dchen has joined #openstack-infra | 03:33 | |
*** dhinesh has quit IRC | 03:39 | |
*** thorst has joined #openstack-infra | 03:41 | |
*** ym200 has quit IRC | 03:43 | |
*** markvoelker has joined #openstack-infra | 03:44 | |
*** thorst has quit IRC | 03:45 | |
*** mat128 has quit IRC | 03:51 | |
*** jamesmca_ has joined #openstack-infra | 03:56 | |
*** gouthamr has quit IRC | 03:58 | |
*** Julien-zte has quit IRC | 03:58 | |
*** Julien-zte has joined #openstack-infra | 03:59 | |
*** armax has quit IRC | 03:59 | |
*** jamesmca_ has quit IRC | 04:00 | |
*** dchen has quit IRC | 04:02 | |
*** ykarel has joined #openstack-infra | 04:03 | |
*** salv-orlando has joined #openstack-infra | 04:07 | |
*** masber has joined #openstack-infra | 04:11 | |
*** salv-orlando has quit IRC | 04:11 | |
*** zhurong has quit IRC | 04:12 | |
*** thorst has joined #openstack-infra | 04:12 | |
*** dhinesh has joined #openstack-infra | 04:13 | |
*** dchen has joined #openstack-infra | 04:15 | |
*** ykarel has quit IRC | 04:17 | |
*** ykarel has joined #openstack-infra | 04:17 | |
*** xinliang has quit IRC | 04:20 | |
ianw | clarkb: my minutes have 60 seconds, no more no less, and that's just the way i like it, thank you very much | 04:21 |
*** tonytan4ever has quit IRC | 04:26 | |
jeblair | ianw: +/- 2? | 04:30 |
*** thorst has quit IRC | 04:30 | |
openstackgerrit | Jamie Lennox proposed openstack-infra/zuul feature/zuulv3: Only report to gerrit if the action is from gerrit https://review.openstack.org/461981 | 04:31 |
openstackgerrit | Jamie Lennox proposed openstack-infra/zuul feature/zuulv3: Remove source from reporter https://review.openstack.org/462362 | 04:31 |
*** xinliang has joined #openstack-infra | 04:33 | |
*** yamahata has quit IRC | 04:35 | |
*** zhurong has joined #openstack-infra | 04:35 | |
*** Sukhdev has joined #openstack-infra | 04:36 | |
*** dhinesh has quit IRC | 04:37 | |
openstackgerrit | Merged openstack-infra/shade master: Replace neutronclient with REST API calls in ports commands https://review.openstack.org/461357 | 04:45 |
openstackgerrit | Merged openstack-infra/shade master: Replace neutronclient with REST API calls in security groups commands https://review.openstack.org/461406 | 04:46 |
*** dhinesh has joined #openstack-infra | 04:48 | |
*** salv-orlando has joined #openstack-infra | 04:52 | |
openstackgerrit | Jamie Lennox proposed openstack-infra/zuul feature/zuulv3: Remove source from reporter https://review.openstack.org/462362 | 04:53 |
openstackgerrit | Jamie Lennox proposed openstack-infra/zuul feature/zuulv3: Only report to gerrit if the action is from gerrit https://review.openstack.org/461981 | 04:53 |
*** dhajare has joined #openstack-infra | 04:54 | |
*** abadger2000 is now known as abadger1999 | 04:55 | |
*** hongbin has quit IRC | 04:56 | |
*** tjones has quit IRC | 04:59 | |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Add bzip2 to test install https://review.openstack.org/462366 | 04:59 |
openstackgerrit | Ian Wienand proposed openstack/diskimage-builder master: Add --params to dib-block-device in cleanup https://review.openstack.org/462369 | 05:03 |
*** Sukhdev has quit IRC | 05:05 | |
openstackgerrit | Jamie Lennox proposed openstack-infra/zuul feature/zuulv3: Remove source from reporter https://review.openstack.org/462362 | 05:07 |
openstackgerrit | Jamie Lennox proposed openstack-infra/zuul feature/zuulv3: Only report to gerrit if the action is from gerrit https://review.openstack.org/461981 | 05:07 |
*** marst has quit IRC | 05:11 | |
*** tjones has joined #openstack-infra | 05:11 | |
*** baoli has quit IRC | 05:12 | |
*** rackertom has joined #openstack-infra | 05:13 | |
*** portdirect has joined #openstack-infra | 05:13 | |
*** jascott1_ has quit IRC | 05:15 | |
*** Julien-zte has quit IRC | 05:15 | |
*** Julien-zte has joined #openstack-infra | 05:16 | |
*** prateek has joined #openstack-infra | 05:16 | |
*** yamamoto has joined #openstack-infra | 05:18 | |
*** links has joined #openstack-infra | 05:18 | |
*** yamamoto has quit IRC | 05:21 | |
*** funzo has joined #openstack-infra | 05:21 | |
*** isaacb has joined #openstack-infra | 05:24 | |
*** funzo has quit IRC | 05:25 | |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool master: Turn of time stamps in dib log https://review.openstack.org/462321 | 05:31 |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool master: devstack: nodepool log to separate file https://review.openstack.org/462380 | 05:31 |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool master: Turn off time stamps in dib log https://review.openstack.org/462321 | 05:32 |
*** pgadiya has joined #openstack-infra | 05:39 | |
*** Dinesh_Bhor has quit IRC | 05:41 | |
*** Dinesh_Bhor has joined #openstack-infra | 05:41 | |
*** ykarel_ has joined #openstack-infra | 05:43 | |
*** Dinesh_Bhor has quit IRC | 05:43 | |
*** ym200 has joined #openstack-infra | 05:44 | |
*** ykarel has quit IRC | 05:45 | |
*** Dinesh_Bhor has joined #openstack-infra | 05:48 | |
*** tphummel has quit IRC | 05:48 | |
*** tphummel has joined #openstack-infra | 05:48 | |
*** ym200 has quit IRC | 05:48 | |
*** tphummel has quit IRC | 05:49 | |
*** tphummel has joined #openstack-infra | 05:49 | |
*** tphummel has quit IRC | 05:50 | |
*** tphummel has joined #openstack-infra | 05:50 | |
*** tphummel has quit IRC | 05:50 | |
*** tphummel has joined #openstack-infra | 05:51 | |
*** sree has joined #openstack-infra | 05:51 | |
*** tphummel has quit IRC | 05:51 | |
*** tphummel has joined #openstack-infra | 05:51 | |
*** ykarel_ has quit IRC | 05:52 | |
*** tphummel has quit IRC | 05:52 | |
*** tphummel has joined #openstack-infra | 05:52 | |
*** tphummel has quit IRC | 05:53 | |
*** ykarel_ has joined #openstack-infra | 05:53 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-jenkins master: Fix beaker on xenial https://review.openstack.org/462048 | 05:57 |
ianw | clarkb: oh great, "--no-hostname" was committed on 21 apr 2016 ... no xenial, no centos | 05:59 |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool master: Turn off time stamps in dib log https://review.openstack.org/462321 | 06:02 |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool master: devstack: nodepool log to separate file https://review.openstack.org/462380 | 06:02 |
*** salv-orlando has quit IRC | 06:04 | |
*** amotoki has joined #openstack-infra | 06:05 | |
*** esmute1 has joined #openstack-infra | 06:08 | |
*** jascott1 has joined #openstack-infra | 06:15 | |
*** Hal has quit IRC | 06:17 | |
*** jascott1 has quit IRC | 06:20 | |
*** pahuang_ has quit IRC | 06:20 | |
*** yamamoto has joined #openstack-infra | 06:21 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-jenkins master: Fix beaker on xenial https://review.openstack.org/462048 | 06:21 |
*** sbezverk_ has quit IRC | 06:23 | |
*** yamamoto has quit IRC | 06:26 | |
*** yamamoto has joined #openstack-infra | 06:26 | |
*** xarses_ has joined #openstack-infra | 06:27 | |
*** thorst has joined #openstack-infra | 06:27 | |
*** yamamoto has quit IRC | 06:28 | |
*** andreas_s has joined #openstack-infra | 06:28 | |
*** dhinesh has quit IRC | 06:28 | |
openstackgerrit | Merged openstack/diskimage-builder master: Add bzip2 to test install https://review.openstack.org/462366 | 06:29 |
*** thorst has quit IRC | 06:32 | |
*** pahuang_ has joined #openstack-infra | 06:34 | |
*** ltomasbo|away is now known as ltomasbo | 06:37 | |
*** mdurrant has quit IRC | 06:37 | |
*** hashar has joined #openstack-infra | 06:44 | |
*** andreas-f has quit IRC | 06:44 | |
*** pcaruana has joined #openstack-infra | 06:45 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-jenkins master: Fix beaker on xenial https://review.openstack.org/462048 | 06:48 |
*** matrohon has joined #openstack-infra | 06:51 | |
*** e0ne has joined #openstack-infra | 06:52 | |
*** isaacb has quit IRC | 06:52 | |
*** yamamoto has joined #openstack-infra | 06:59 | |
*** puiterwijk is now known as puiterwijk|mtc | 07:00 | |
*** ccamacho has joined #openstack-infra | 07:02 | |
*** Julien-zte has quit IRC | 07:05 | |
*** Julien-zte has joined #openstack-infra | 07:05 | |
*** jamielennox is now known as jamielennox|away | 07:06 | |
*** ilpianista_ has joined #openstack-infra | 07:07 | |
*** shardy has joined #openstack-infra | 07:08 | |
*** yamamoto has quit IRC | 07:09 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-jenkins master: Fix beaker on xenial https://review.openstack.org/462048 | 07:16 |
*** ralonsoh has joined #openstack-infra | 07:17 | |
*** ym200 has joined #openstack-infra | 07:18 | |
*** aviau has quit IRC | 07:19 | |
*** aviau has joined #openstack-infra | 07:19 | |
*** ijw has joined #openstack-infra | 07:19 | |
*** ym200_ has joined #openstack-infra | 07:21 | |
*** funzo has joined #openstack-infra | 07:22 | |
*** ym200 has quit IRC | 07:22 | |
*** aarefiev_afk is now known as aarefiev | 07:24 | |
*** ijw has quit IRC | 07:24 | |
*** salv-orlando has joined #openstack-infra | 07:24 | |
*** funzo has quit IRC | 07:26 | |
*** ym200_ has quit IRC | 07:28 | |
*** thorst has joined #openstack-infra | 07:28 | |
*** tesseract has joined #openstack-infra | 07:29 | |
*** thorst has quit IRC | 07:33 | |
openstackgerrit | Colleen Murphy proposed openstack-infra/puppet-jenkins master: Fix beaker on xenial https://review.openstack.org/462048 | 07:33 |
*** xarses_ has quit IRC | 07:33 | |
*** jpich has joined #openstack-infra | 07:35 | |
*** jpena|off is now known as jpena | 07:40 | |
*** puiterwijk|mtc is now known as puiterwijk | 07:46 | |
*** dchen has quit IRC | 07:46 | |
*** dingyichen has quit IRC | 07:47 | |
*** tie has joined #openstack-infra | 07:48 | |
*** sflanigan has quit IRC | 07:51 | |
*** martinkopec has joined #openstack-infra | 07:56 | |
*** dtantsur|afk is now known as dtantsur | 07:56 | |
*** markus_z has joined #openstack-infra | 07:59 | |
*** esmute1 has quit IRC | 08:00 | |
*** zzzeek has quit IRC | 08:00 | |
*** zzzeek has joined #openstack-infra | 08:00 | |
*** hai_shi has joined #openstack-infra | 08:00 | |
hai_shi | Hi, guys. I want test the os of ocata based on tempest, which version's tempest could I use? | 08:01 |
*** hai_shi has quit IRC | 08:09 | |
*** Julien-zte has quit IRC | 08:11 | |
*** Julien-zte has joined #openstack-infra | 08:12 | |
*** gcb has quit IRC | 08:12 | |
*** lucas-afk is now known as lucasagomes | 08:13 | |
*** rossella_s has joined #openstack-infra | 08:13 | |
*** jaosorior_away is now known as jaosorior | 08:14 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack-infra/tripleo-ci master: DO NOT MERGE: Testing LDAP integration https://review.openstack.org/461865 | 08:14 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack-infra/tripleo-ci master: Deploy FreeIPA-backed LDAP domain for keystone in fakeha-caserver job https://review.openstack.org/461864 | 08:14 |
*** isaacb has joined #openstack-infra | 08:16 | |
*** esmute1 has joined #openstack-infra | 08:22 | |
*** e0ne has quit IRC | 08:24 | |
*** liujiong has quit IRC | 08:26 | |
*** liujiong has joined #openstack-infra | 08:26 | |
*** mdurrant has joined #openstack-infra | 08:29 | |
*** chem_gone is now known as chem | 08:29 | |
*** thorst has joined #openstack-infra | 08:29 | |
*** derekh has joined #openstack-infra | 08:36 | |
*** knangia has quit IRC | 08:43 | |
*** knangia has joined #openstack-infra | 08:43 | |
*** _nick has joined #openstack-infra | 08:44 | |
*** adreznec has quit IRC | 08:45 | |
*** _nick is now known as yankcrime | 08:45 | |
*** adreznec has joined #openstack-infra | 08:47 | |
*** thorst has quit IRC | 08:49 | |
*** gcb has joined #openstack-infra | 08:50 | |
*** salv-orl_ has joined #openstack-infra | 08:56 | |
*** adriant has quit IRC | 08:57 | |
*** salv-orlando has quit IRC | 08:59 | |
*** sree_ has joined #openstack-infra | 09:00 | |
openstackgerrit | Jiri Stransky proposed openstack-infra/tripleo-ci master: Use mixed release for container upgrade https://review.openstack.org/460061 | 09:00 |
*** sree_ is now known as Guest97550 | 09:01 | |
*** sree has quit IRC | 09:03 | |
*** briancurtin has quit IRC | 09:05 | |
*** briancurtin has joined #openstack-infra | 09:06 | |
*** zhurong has quit IRC | 09:06 | |
*** ym200 has joined #openstack-infra | 09:07 | |
*** tosky has joined #openstack-infra | 09:11 | |
*** tosky has quit IRC | 09:11 | |
*** tosky has joined #openstack-infra | 09:12 | |
*** ym200 has quit IRC | 09:12 | |
*** pbourke has quit IRC | 09:13 | |
*** sshnaidm|afk is now known as sshnaidm | 09:15 | |
*** pbourke has joined #openstack-infra | 09:15 | |
*** zhurong has joined #openstack-infra | 09:15 | |
*** yamamoto has joined #openstack-infra | 09:15 | |
openstackgerrit | Steven Hardy proposed openstack-infra/project-config master: Move TripleO undercloud-containers-nv job to t-h-t repo https://review.openstack.org/462449 | 09:17 |
*** kjackal_ has joined #openstack-infra | 09:18 | |
*** jascott1 has joined #openstack-infra | 09:18 | |
*** esmute1 has quit IRC | 09:19 | |
*** yamamoto has quit IRC | 09:19 | |
*** funzo has joined #openstack-infra | 09:19 | |
*** mhickey has joined #openstack-infra | 09:20 | |
*** jascott1 has quit IRC | 09:23 | |
*** funzo has quit IRC | 09:24 | |
*** ym200 has joined #openstack-infra | 09:24 | |
*** ym200 has quit IRC | 09:24 | |
*** markvoelker has quit IRC | 09:25 | |
*** ym200 has joined #openstack-infra | 09:26 | |
openstackgerrit | Pengfei Ni proposed openstack-infra/project-config master: Add new project openstack/kubestack https://review.openstack.org/462453 | 09:31 |
*** e0ne has joined #openstack-infra | 09:31 | |
*** mhickey has quit IRC | 09:39 | |
*** cuongnv_ has joined #openstack-infra | 09:39 | |
*** cuongnv has quit IRC | 09:40 | |
*** xingchao has quit IRC | 09:41 | |
openstackgerrit | Pengfei Ni proposed openstack-infra/project-config master: Add new project openstack/kubestack https://review.openstack.org/462453 | 09:44 |
*** links has quit IRC | 09:45 | |
*** namnh has quit IRC | 09:47 | |
*** mkebich_ has quit IRC | 09:52 | |
*** mkebich has joined #openstack-infra | 09:53 | |
*** bhavik1 has joined #openstack-infra | 09:54 | |
*** mkebich_ has joined #openstack-infra | 09:56 | |
*** Julien-zte has quit IRC | 09:56 | |
*** Julien-zte has joined #openstack-infra | 09:57 | |
*** mkebich has quit IRC | 09:58 | |
*** jamesmca_ has joined #openstack-infra | 10:01 | |
*** Julien-zte has quit IRC | 10:01 | |
*** Julien-zte has joined #openstack-infra | 10:01 | |
openstackgerrit | Pengfei Ni proposed openstack-infra/project-config master: Add new project openstack/kubestack https://review.openstack.org/462453 | 10:04 |
*** jamesmca_ has quit IRC | 10:05 | |
*** coreycb has quit IRC | 10:06 | |
*** coreycb has joined #openstack-infra | 10:07 | |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool master: Turn off time stamps in dib log https://review.openstack.org/462321 | 10:07 |
openstackgerrit | Ian Wienand proposed openstack-infra/nodepool master: devstack: nodepool log to separate file https://review.openstack.org/462380 | 10:07 |
*** zhurong has quit IRC | 10:07 | |
*** nicolasbock has joined #openstack-infra | 10:08 | |
*** yolanda_ has joined #openstack-infra | 10:10 | |
*** xingchao has joined #openstack-infra | 10:10 | |
*** sdague has joined #openstack-infra | 10:11 | |
*** yolanda_ has quit IRC | 10:12 | |
*** bhavik1 has quit IRC | 10:12 | |
*** liujiong has quit IRC | 10:15 | |
openstackgerrit | Pengfei Ni proposed openstack-infra/project-config master: Add new project openstack/kubestack https://review.openstack.org/462453 | 10:15 |
*** Julien-zte has quit IRC | 10:16 | |
*** Julien-zte has joined #openstack-infra | 10:16 | |
*** aviau has quit IRC | 10:17 | |
*** jordanP has joined #openstack-infra | 10:18 | |
*** rossella_s has quit IRC | 10:20 | |
*** rossella_s has joined #openstack-infra | 10:21 | |
*** aviau has joined #openstack-infra | 10:21 | |
*** cuongnv has joined #openstack-infra | 10:22 | |
*** cuongnv has quit IRC | 10:23 | |
*** cuongnv_ has quit IRC | 10:24 | |
*** ym200 has quit IRC | 10:24 | |
*** zhurong has joined #openstack-infra | 10:25 | |
*** markvoelker has joined #openstack-infra | 10:26 | |
*** wolverineav has joined #openstack-infra | 10:26 | |
*** rossella_s has quit IRC | 10:26 | |
*** tuanluong has quit IRC | 10:28 | |
*** gongysh has quit IRC | 10:30 | |
*** yanyanhu has quit IRC | 10:31 | |
*** markvoelker has quit IRC | 10:33 | |
*** apuimedo has quit IRC | 10:33 | |
openstackgerrit | Nisha Agarwal proposed openstack-infra/project-config master: Add python35 experimental gate for python-ironicclient https://review.openstack.org/462487 | 10:38 |
*** rossella_s has joined #openstack-infra | 10:39 | |
*** alexchadin has joined #openstack-infra | 10:44 | |
*** Julien-zte has quit IRC | 10:45 | |
*** thorst has joined #openstack-infra | 10:46 | |
*** wolverineav has quit IRC | 10:46 | |
*** wolverineav has joined #openstack-infra | 10:47 | |
openstackgerrit | Merged openstack-infra/openstack-zuul-roles master: Initial commit https://review.openstack.org/462244 | 10:48 |
*** mrhillsman has quit IRC | 10:48 | |
*** mrhillsman has joined #openstack-infra | 10:49 | |
sdague | AJaeger: could i get you on - https://review.openstack.org/#/c/462258/ ? | 10:49 |
*** thorst has quit IRC | 10:51 | |
*** wolverineav has quit IRC | 10:51 | |
*** Ng has quit IRC | 10:51 | |
*** Ng has joined #openstack-infra | 10:52 | |
*** jkilpatr has joined #openstack-infra | 10:53 | |
*** rackertom has quit IRC | 10:54 | |
*** rackertom has joined #openstack-infra | 10:54 | |
openstackgerrit | Merged openstack-infra/project-config master: Add undercloud container to t-h-t check https://review.openstack.org/462141 | 10:55 |
*** salv-orl_ has quit IRC | 10:55 | |
openstackgerrit | Merged openstack-infra/project-config master: [Kuryr] Make fullstack jobs voting https://review.openstack.org/461911 | 10:55 |
openstackgerrit | Merged openstack-infra/project-config master: Remove python-octaviaclient from neutron-lbaas https://review.openstack.org/462336 | 10:55 |
openstackgerrit | Merged openstack-infra/project-config master: Change identity-v3-only heat nv job https://review.openstack.org/461968 | 10:55 |
*** ijw has joined #openstack-infra | 10:56 | |
*** yolkfull__ has quit IRC | 10:58 | |
*** jordanP has quit IRC | 11:00 | |
openstackgerrit | Merged openstack-infra/project-config master: [Kuryr] Use gate hook in rally jobs https://review.openstack.org/461972 | 11:01 |
*** ijw has quit IRC | 11:01 | |
openstackgerrit | Merged openstack-infra/project-config master: Add experimental redfish dsvm job for ironic https://review.openstack.org/462072 | 11:01 |
openstackgerrit | Merged openstack-infra/project-config master: Remove the patrole heat job https://review.openstack.org/461962 | 11:03 |
*** jpena is now known as jpena|lunch | 11:04 | |
openstackgerrit | Merged openstack-infra/project-config master: Upgrade python 3.5 cross-unit test jobs to voting https://review.openstack.org/461629 | 11:07 |
*** dave-mccowan has joined #openstack-infra | 11:08 | |
*** gildub has quit IRC | 11:11 | |
*** nicolasbock has quit IRC | 11:12 | |
*** ociuhandu has joined #openstack-infra | 11:12 | |
*** pradk has joined #openstack-infra | 11:13 | |
*** yolanda has quit IRC | 11:13 | |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack-infra/tripleo-ci master: DO NOT MERGE: Testing LDAP integration https://review.openstack.org/461865 | 11:16 |
openstackgerrit | Juan Antonio Osorio Robles proposed openstack-infra/tripleo-ci master: Deploy FreeIPA-backed LDAP domain for keystone in fakeha-caserver job https://review.openstack.org/461864 | 11:16 |
*** lamt has joined #openstack-infra | 11:17 | |
*** jascott1 has joined #openstack-infra | 11:20 | |
*** funzo has joined #openstack-infra | 11:20 | |
*** pgadiya has quit IRC | 11:21 | |
*** lamt has quit IRC | 11:21 | |
*** jascott1 has quit IRC | 11:25 | |
*** funzo has quit IRC | 11:25 | |
openstackgerrit | Jiri Stransky proposed openstack-infra/tripleo-ci master: Use mixed release for container upgrade https://review.openstack.org/460061 | 11:31 |
*** wolverineav has joined #openstack-infra | 11:33 | |
*** dtantsur is now known as dtantsur|brb | 11:33 | |
*** thorst has joined #openstack-infra | 11:33 | |
*** winggundamth_ has joined #openstack-infra | 11:33 | |
*** nicolasbock has joined #openstack-infra | 11:34 | |
*** winggundamth has quit IRC | 11:35 | |
*** mat128 has joined #openstack-infra | 11:36 | |
*** sbezverk has joined #openstack-infra | 11:40 | |
*** shardy is now known as shardy_lunch | 11:43 | |
*** wolverineav has quit IRC | 11:45 | |
*** deafult has quit IRC | 11:45 | |
openstackgerrit | Nisha Agarwal proposed openstack-infra/project-config master: Add py35 as an experimental gate for ironic-python-agent https://review.openstack.org/462511 | 11:46 |
*** gildub has joined #openstack-infra | 11:49 | |
*** EricGonczer_ has joined #openstack-infra | 11:51 | |
*** mat128 has quit IRC | 11:53 | |
*** rossella_s has quit IRC | 11:53 | |
*** EricGonc_ has joined #openstack-infra | 11:53 | |
*** salv-orlando has joined #openstack-infra | 11:54 | |
*** EricGonczer_ has quit IRC | 11:55 | |
*** ldnunes has joined #openstack-infra | 11:56 | |
*** jpena|lunch is now known as jpena | 11:57 | |
*** Guest97550 has quit IRC | 11:57 | |
*** sree has joined #openstack-infra | 11:58 | |
*** sree has quit IRC | 12:03 | |
*** yamahata has joined #openstack-infra | 12:04 | |
*** lucasagomes is now known as lucas-hungry | 12:14 | |
*** shardy_lunch is now known as shardy | 12:16 | |
openstackgerrit | Yuval Brik proposed openstack-infra/project-config master: Don't clone manila client in Fuxi and Karbor jobs https://review.openstack.org/462527 | 12:19 |
*** jordanP has joined #openstack-infra | 12:19 | |
*** rlandy has joined #openstack-infra | 12:23 | |
*** dprince has joined #openstack-infra | 12:24 | |
*** yolanda has joined #openstack-infra | 12:29 | |
*** zhurong has quit IRC | 12:30 | |
*** lamt has joined #openstack-infra | 12:32 | |
*** tiswanso has quit IRC | 12:33 | |
*** lucas-hungry is now known as lucasagomes | 12:34 | |
*** ijw has joined #openstack-infra | 12:36 | |
*** Hal has joined #openstack-infra | 12:38 | |
*** eharney has joined #openstack-infra | 12:38 | |
*** slagle__ is now known as slagle | 12:40 | |
*** vikrant has quit IRC | 12:41 | |
*** ijw has quit IRC | 12:41 | |
*** kgiusti has joined #openstack-infra | 12:43 | |
*** EricGonc_ has quit IRC | 12:44 | |
*** rossella_s has joined #openstack-infra | 12:46 | |
*** EricGonczer_ has joined #openstack-infra | 12:46 | |
*** chem has quit IRC | 12:51 | |
*** chem has joined #openstack-infra | 12:52 | |
*** alexchadin has quit IRC | 12:54 | |
*** yamamoto has joined #openstack-infra | 12:54 | |
*** Julien-zte has joined #openstack-infra | 12:55 | |
*** bh526r has joined #openstack-infra | 12:57 | |
*** Goneri has joined #openstack-infra | 12:58 | |
*** thorst is now known as thorst_afk | 12:59 | |
*** gildub has quit IRC | 13:01 | |
*** alexchadin has joined #openstack-infra | 13:03 | |
*** tiswanso has joined #openstack-infra | 13:06 | |
*** gordc has joined #openstack-infra | 13:11 | |
*** ym200 has joined #openstack-infra | 13:11 | |
*** jamesdenton has joined #openstack-infra | 13:13 | |
*** wolverineav has joined #openstack-infra | 13:14 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/shade master: Updated from global requirements https://review.openstack.org/461375 | 13:19 |
*** rfolco has joined #openstack-infra | 13:20 | |
*** gildub has joined #openstack-infra | 13:22 | |
*** yamamoto has quit IRC | 13:22 | |
*** jsavak has joined #openstack-infra | 13:23 | |
*** markvoelker has joined #openstack-infra | 13:23 | |
*** dtantsur|brb is now known as dtantsur | 13:24 | |
*** yamamoto has joined #openstack-infra | 13:24 | |
*** mriedem has joined #openstack-infra | 13:24 | |
*** EricGonczer_ has quit IRC | 13:24 | |
*** mriedem has left #openstack-infra | 13:25 | |
*** mriedem has joined #openstack-infra | 13:25 | |
*** esmute1 has joined #openstack-infra | 13:32 | |
openstackgerrit | Yuval Brik proposed openstack-infra/project-config master: Remove redundant manilaclient from PROJECTS https://review.openstack.org/462527 | 13:32 |
*** chlong has joined #openstack-infra | 13:32 | |
*** esmute1 has quit IRC | 13:36 | |
*** gouthamr has joined #openstack-infra | 13:38 | |
*** gildub has quit IRC | 13:41 | |
*** zhurong has joined #openstack-infra | 13:41 | |
openstackgerrit | Rosario Di Somma proposed openstack-infra/shade master: Use REST API for volume attach and volume backup calls https://review.openstack.org/461781 | 13:42 |
openstackgerrit | James E. Blair proposed openstack-infra/nodepool master: Copy nodepool logs to devstack log dir https://review.openstack.org/462566 | 13:43 |
*** esberglu has joined #openstack-infra | 13:44 | |
*** xyang1 has joined #openstack-infra | 13:49 | |
*** zhurong_ has joined #openstack-infra | 13:50 | |
*** zhurong has quit IRC | 13:51 | |
*** yamahata has quit IRC | 13:51 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 13:54 |
*** baoli has joined #openstack-infra | 13:55 | |
*** Goneri has quit IRC | 13:55 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 13:57 |
openstackgerrit | Dougal Matthews proposed openstack-infra/project-config master: Revert "Make the TripleO job non-voting on Mistral for now" https://review.openstack.org/462568 | 13:58 |
*** jamielennox|away is now known as jamielennox | 13:58 | |
openstackgerrit | Merged openstack-infra/project-config master: move neutron-full-multinode jobs to experimental https://review.openstack.org/462258 | 13:59 |
*** mariojv_ is now known as mariojv | 14:00 | |
*** jaypipes has joined #openstack-infra | 14:00 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: POC of ssh-agent playbook https://review.openstack.org/462326 | 14:00 |
*** chlong has quit IRC | 14:01 | |
*** jamesmca_ has joined #openstack-infra | 14:02 | |
*** Goneri has joined #openstack-infra | 14:04 | |
*** jamesmca_ has quit IRC | 14:07 | |
*** rbrndt has joined #openstack-infra | 14:09 | |
*** prateek has quit IRC | 14:09 | |
*** askb has quit IRC | 14:09 | |
*** alexchadin has quit IRC | 14:10 | |
openstackgerrit | Lance Bragstad proposed openstack-infra/irc-meetings master: Remove the keystone/horizon meeting https://review.openstack.org/462569 | 14:10 |
openstackgerrit | Carlos Camacho proposed openstack-infra/tripleo-ci master: test ci do not review https://review.openstack.org/462570 | 14:11 |
openstackgerrit | Lance Bragstad proposed openstack-infra/irc-meetings master: Remove the keystone/horizon meeting https://review.openstack.org/462569 | 14:11 |
*** zhurong_ has quit IRC | 14:12 | |
*** armax has joined #openstack-infra | 14:12 | |
*** chlong has joined #openstack-infra | 14:14 | |
*** zz_dimtruck is now known as dimtruck | 14:18 | |
*** rossella_s has quit IRC | 14:20 | |
*** ym200 has quit IRC | 14:20 | |
*** rossella_s has joined #openstack-infra | 14:21 | |
*** jascott1 has joined #openstack-infra | 14:23 | |
*** e0ne has quit IRC | 14:23 | |
openstackgerrit | Carlos Camacho proposed openstack-infra/tripleo-ci master: test ci do not review https://review.openstack.org/462570 | 14:24 |
*** e0ne has joined #openstack-infra | 14:26 | |
*** jascott1 has quit IRC | 14:28 | |
*** Hal has quit IRC | 14:28 | |
pabelanger | fungi: I count 7 people for team dinner next week, has anybody reached out to you directly? | 14:28 |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/project-config master: Run containers job on each patch of tripleo-ci https://review.openstack.org/462574 | 14:28 |
*** esmute1 has joined #openstack-infra | 14:28 | |
*** Hal has joined #openstack-infra | 14:29 | |
asselin_ | anyone seen this error using nodepool/shade to create instances? I'm guessing new clients released something backwards incompatible? http://paste.openstack.org/show/608870/ | 14:30 |
openstackgerrit | Luigi Toscano proposed openstack-infra/project-config master: sahara: jobs for the "pack" image building https://review.openstack.org/462575 | 14:30 |
*** e0ne has quit IRC | 14:31 | |
*** e0ne_ has joined #openstack-infra | 14:31 | |
*** gordc has quit IRC | 14:31 | |
*** markvoelker has quit IRC | 14:31 | |
*** mkebich_ has quit IRC | 14:31 | |
*** mkebich has joined #openstack-infra | 14:33 | |
*** esmute1 has quit IRC | 14:33 | |
*** gordc has joined #openstack-infra | 14:38 | |
*** armax has quit IRC | 14:38 | |
*** rkukura has joined #openstack-infra | 14:42 | |
pabelanger | clarkb: fungi: Looks like Sunday is going to be the best time for our get together. | 14:43 |
*** lamt has quit IRC | 14:43 | |
pabelanger | Going to be calling http://thesaltypig.com/ shortly, see if they can take 8-10 people | 14:43 |
*** gongysh has joined #openstack-infra | 14:44 | |
*** yamamoto has quit IRC | 14:44 | |
*** annegentle has joined #openstack-infra | 14:44 | |
*** eric_young has joined #openstack-infra | 14:45 | |
*** claudiub has quit IRC | 14:49 | |
openstackgerrit | Pengfei Ni proposed openstack-infra/project-config master: Add new project openstack/kubestack https://review.openstack.org/462453 | 14:49 |
*** gongysh has quit IRC | 14:49 | |
eric_young | I'm trying to add another email to my gerrit userid (tssgery) and don't seem to get the confirmation email | 14:51 |
*** tongli has joined #openstack-infra | 14:52 | |
openstackgerrit | Pengfei Ni proposed openstack-infra/project-config master: Add new project openstack/kubestack https://review.openstack.org/462453 | 14:53 |
*** markvoelker has joined #openstack-infra | 14:53 | |
*** salv-orl_ has joined #openstack-infra | 14:56 | |
*** armax has joined #openstack-infra | 14:56 | |
*** salv-orlando has quit IRC | 14:59 | |
openstackgerrit | Jordan Pittier proposed openstack-infra/project-config master: Change layout for OSPurge: remove requirements job https://review.openstack.org/462588 | 14:59 |
*** Julien-zte has quit IRC | 14:59 | |
*** jamesmca_ has joined #openstack-infra | 14:59 | |
*** hongbin has joined #openstack-infra | 15:00 | |
*** Julien-zte has joined #openstack-infra | 15:00 | |
pabelanger | mnaser: Oh, I see you are talking in Ottawa in a few weeks. | 15:00 |
*** xarses_ has joined #openstack-infra | 15:01 | |
mnaser | pabelanger yep, and toronto.. and montreal :p | 15:01 |
mnaser | i have to prepare for that but i'm hoping its a very two-sided thing rather than me sit and talk! | 15:01 |
* pabelanger makes note on my calendar | 15:01 | |
pabelanger | mnaser: for sure, will be there! | 15:01 |
*** andreww has joined #openstack-infra | 15:02 | |
openstackgerrit | Sagi Shnaidman proposed openstack-infra/project-config master: Remove ovb-nonha-oooq job completely https://review.openstack.org/462589 | 15:02 |
clarkb | pabelanger: re 5pm dinner/drinks I think thats about when I arrive to hotel area also summit earpy reg is around then? I may drop in late | 15:03 |
openstackgerrit | Paul Belanger proposed openstack-infra/puppet-cgit master: Add bindep.txt file https://review.openstack.org/461547 | 15:03 |
*** xarses_ has quit IRC | 15:05 | |
pabelanger | clarkb: summit registration looks to open at 1pm on sunday, but could push time back if needed. We could also meet up at registration area and walk over | 15:06 |
clarkb | oh cool. My train arrives at fivish a block away from conf area. So I'll probably just wander over from there | 15:06 |
clarkb | oh 5:42is scheduled | 15:07 |
*** claudiub has joined #openstack-infra | 15:07 | |
clarkb | I'll just find ya'll when I have chance | 15:08 |
*** isaacb has quit IRC | 15:09 | |
*** hashar has quit IRC | 15:10 | |
pabelanger | k, let me see what reservations look like | 15:12 |
clarkb | cool train station is across the street from that place so ya I'll just pop out and over. Will pack light :) | 15:13 |
*** jsavak has quit IRC | 15:16 | |
*** jsavak has joined #openstack-infra | 15:17 | |
*** Julien-zte has quit IRC | 15:17 | |
*** Julien-zte has joined #openstack-infra | 15:18 | |
*** esmute1 has joined #openstack-infra | 15:20 | |
openstackgerrit | Pengfei Ni proposed openstack-infra/project-config master: Add new project openstack/kubestack https://review.openstack.org/462453 | 15:20 |
*** claudiub|2 has joined #openstack-infra | 15:23 | |
*** ijw has joined #openstack-infra | 15:23 | |
*** rcarrillocruz has quit IRC | 15:23 | |
*** jascott1 has joined #openstack-infra | 15:23 | |
*** esmute1 has quit IRC | 15:24 | |
*** Goneri has quit IRC | 15:24 | |
*** armax has quit IRC | 15:25 | |
*** aarefiev is now known as aarefiev_afk | 15:27 | |
*** claudiub has quit IRC | 15:27 | |
*** jascott1 has quit IRC | 15:29 | |
*** rcarrillocruz has joined #openstack-infra | 15:29 | |
*** jsavak has quit IRC | 15:30 | |
*** jsavak has joined #openstack-infra | 15:30 | |
*** marst has joined #openstack-infra | 15:31 | |
pabelanger | clarkb: okay, changed to Monday at 8:00pm now | 15:31 |
pabelanger | clarkb: had a few people reach out that sunday was an issue too | 15:31 |
*** ykarel_ has quit IRC | 15:34 | |
*** chlong has quit IRC | 15:36 | |
*** jamesmca_ has quit IRC | 15:38 | |
clarkb | ah ok that works too. Thanks for putting it together | 15:38 |
mnaser | pabelanger awesome. :) | 15:38 |
*** andreas_s has quit IRC | 15:42 | |
*** yamamoto has joined #openstack-infra | 15:45 | |
*** alex_xu_ has quit IRC | 15:46 | |
*** heyongli has quit IRC | 15:46 | |
*** esmute1 has joined #openstack-infra | 15:47 | |
*** gyee has joined #openstack-infra | 15:50 | |
*** claudiub|2 has quit IRC | 15:51 | |
*** jaosorior has quit IRC | 15:54 | |
*** Apoorva has joined #openstack-infra | 15:54 | |
*** e0ne_ has quit IRC | 15:56 | |
*** yamamoto has quit IRC | 15:57 | |
*** jordanP has quit IRC | 15:57 | |
*** vhosakot has joined #openstack-infra | 15:59 | |
*** Julien-zte has quit IRC | 15:59 | |
*** Julien-zte has joined #openstack-infra | 15:59 | |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-jobs master: WIP: Import playbooks from feature/zuulv3 development https://review.openstack.org/462202 | 16:01 |
*** mat128 has joined #openstack-infra | 16:01 | |
*** jordanP has joined #openstack-infra | 16:02 | |
fungi | pabelanger: nobody reached out to me directly at least as of last night. i'm driving/flying all day today and not caught up on e-mail yet | 16:06 |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-jobs master: WIP: Import playbooks from feature/zuulv3 development https://review.openstack.org/462202 | 16:06 |
fungi | pabelanger: sunday night at the salty pig sounds fine to me | 16:07 |
pabelanger | fungi: thanks! Looks like Monday 8:pm is now the time. We had some conflict on sunday | 16:07 |
fungi | pabelanger: that works great for me too. thanks for organizing! | 16:08 |
eric_young | can someone help me figure out why I cannot add an email to my gerrit userid (tssgery)? | 16:10 |
* fungi disconnects... boarding time! | 16:11 | |
*** jpich has quit IRC | 16:17 | |
*** mat128 has quit IRC | 16:17 | |
*** vhosakot_ has joined #openstack-infra | 16:21 | |
clarkb | eric_young: ya give me a sec | 16:22 |
*** vhosakot has quit IRC | 16:23 | |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-jobs master: WIP: Import playbooks from feature/zuulv3 development https://review.openstack.org/462202 | 16:23 |
clarkb | eric_young: looks like you don't get the confirmation email? you've double checked it didn't get filed as spam? | 16:23 |
eric_young | I've triple checked :) | 16:23 |
eric_young | tried two different work addresses thinking it was our problem... still no email | 16:24 |
*** jascott1 has joined #openstack-infra | 16:24 | |
clarkb | eric_young: what is the domain? | 16:24 |
eric_young | dell.com | 16:25 |
clarkb | I see two messages to emc.com that appear to be happy in the exim logs | 16:26 |
*** lucasagomes is now known as lucas-afk | 16:26 | |
clarkb | guessing thats the primary addr that works? | 16:26 |
*** yamamoto has joined #openstack-infra | 16:26 | |
*** salv-orl_ has quit IRC | 16:26 | |
eric_young | clarkb: that should work as well... tried that today. I'll give it a little longer but nothing yet | 16:26 |
eric_young | nothing from when I tried dell.com a few weeks ago | 16:27 |
clarkb | eric_young: oh, so you haven't tried recently? | 16:27 |
openstackgerrit | David Moreau Simard proposed openstack-infra/devstack-gate master: Do not merge: Test ARA 0.13.0rc2 https://review.openstack.org/439966 | 16:27 |
eric_young | clarkb: I tried emc.com this morning think dell.com was not routing properly. I tried dell.com a few weeks ago | 16:28 |
eric_young | both "should" get to me | 16:28 |
clarkb | ah, so the emc.com one appears to be happy according to exim. | 16:28 |
eric_young | clarkb: I | 16:29 |
clarkb | Message 90591592 accepted | 16:29 |
eric_young | I | 16:29 |
clarkb | and Message 93662994 accepted | 16:29 |
clarkb | jeblair: does ^ indicate the remote mx got the email? | 16:29 |
eric_young | I'll give it a while and come back after the summit if things don't work | 16:29 |
*** jascott1 has quit IRC | 16:29 | |
*** ijw has quit IRC | 16:30 | |
openstackgerrit | Jiri Stransky proposed openstack-infra/tripleo-ci master: Use mixed release for container upgrade https://review.openstack.org/460061 | 16:30 |
clarkb | eric_young: I'm not an email expert but my reading of the logs is that the dell corporate MXs accepted two messages from review.openstack.org | 16:31 |
*** ijw has joined #openstack-infra | 16:31 | |
jeblair | clarkb, eric_young: yes -- and 93662994 is the queue id on the remote side, so it's the number you can take to the dell email admins and say "our MTA told openstack's MTA it was accepted, here's how you can trace it" | 16:31 |
eric_young | jeblair, clarkb: thanks. Will do that. | 16:32 |
*** jsavak has quit IRC | 16:32 | |
*** jsavak has joined #openstack-infra | 16:32 | |
*** coreycb has quit IRC | 16:35 | |
*** rackertom has quit IRC | 16:35 | |
*** mrhillsman has quit IRC | 16:35 | |
*** briancurtin has quit IRC | 16:35 | |
*** knangia has quit IRC | 16:35 | |
*** Ng has quit IRC | 16:35 | |
*** ijw has quit IRC | 16:35 | |
*** yamamoto has quit IRC | 16:37 | |
openstackgerrit | Dmitry Tantsur proposed openstack-infra/project-config master: Move Ironic redfish job to the check pipeline https://review.openstack.org/462668 | 16:39 |
*** pcaruana has quit IRC | 16:40 | |
*** ijw has joined #openstack-infra | 16:41 | |
*** Ng has joined #openstack-infra | 16:41 | |
*** rackertom has joined #openstack-infra | 16:42 | |
*** briancurtin has joined #openstack-infra | 16:42 | |
*** jascott1 has joined #openstack-infra | 16:43 | |
jeblair | clarkb: do you have any review bandwidth today? you may find https://review.openstack.org/462268 interesting | 16:43 |
eric_young | jablair, clarkb: I assume the emails come from the openstack.org domain? | 16:44 |
clarkb | eric_young: review.openstack.org should be the origin | 16:45 |
*** e0ne has joined #openstack-infra | 16:45 | |
*** coreycb has joined #openstack-infra | 16:45 | |
*** esmute1 has quit IRC | 16:45 | |
clarkb | jeblair: I'll try currently about to get ballots in the mail and pay bills then pack | 16:45 |
eric_young | thanks. I'm going down the rabbit hole of our email support. send a search party in a week | 16:46 |
*** knangia has joined #openstack-infra | 16:46 | |
*** mrhillsman has joined #openstack-infra | 16:46 | |
*** yolanda has quit IRC | 16:47 | |
*** armax has joined #openstack-infra | 16:47 | |
*** winggundamth_ has quit IRC | 16:48 | |
*** jkilpatr has quit IRC | 16:48 | |
*** erlon has joined #openstack-infra | 16:49 | |
*** jsavak has quit IRC | 16:53 | |
openstackgerrit | Carlos Camacho proposed openstack-infra/tripleo-ci master: Fix path for the multinode job when runing the major upgrade. https://review.openstack.org/462570 | 16:53 |
*** jsavak has joined #openstack-infra | 16:53 | |
*** ramishra has quit IRC | 16:53 | |
*** yolanda has joined #openstack-infra | 16:54 | |
*** jsavak has quit IRC | 16:57 | |
*** shardy has quit IRC | 16:57 | |
*** psachin has joined #openstack-infra | 16:58 | |
*** baoli has quit IRC | 16:59 | |
openstackgerrit | Carlos Camacho proposed openstack-infra/tripleo-ci master: Fix path for the multinode job when runing the major upgrade. https://review.openstack.org/462570 | 17:00 |
*** esmute1 has joined #openstack-infra | 17:01 | |
*** baoli has joined #openstack-infra | 17:01 | |
*** derekh has quit IRC | 17:01 | |
*** ralonsoh has quit IRC | 17:02 | |
*** jsavak has joined #openstack-infra | 17:02 | |
*** ramishra has joined #openstack-infra | 17:02 | |
*** daniel1 has joined #openstack-infra | 17:04 | |
*** daniel1 is now known as Odd_Bloke | 17:04 | |
*** jkilpatr has joined #openstack-infra | 17:04 | |
*** Odd_Bloke has quit IRC | 17:05 | |
*** Odd_Bloke has joined #openstack-infra | 17:05 | |
*** esmute1 has quit IRC | 17:05 | |
*** hieulq_ has joined #openstack-infra | 17:05 | |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: Add a test which exercises a speculative role checkout https://review.openstack.org/462677 | 17:05 |
*** ssbarnea_ has quit IRC | 17:07 | |
*** jascott1 has quit IRC | 17:07 | |
*** vhosakot_ has quit IRC | 17:09 | |
*** e0ne has quit IRC | 17:09 | |
*** tie has quit IRC | 17:09 | |
*** vhosakot has joined #openstack-infra | 17:10 | |
*** gordc has quit IRC | 17:11 | |
*** jpena is now known as jpena|off | 17:12 | |
*** e0ne has joined #openstack-infra | 17:12 | |
*** dtantsur is now known as dtantsur|afk | 17:12 | |
*** markus_z has quit IRC | 17:12 | |
*** ssbarnea has joined #openstack-infra | 17:13 | |
*** ltomasbo is now known as ltomasbo|away | 17:14 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Use the security context of the playbook when checking out roles https://review.openstack.org/461092 | 17:15 |
*** martinkopec has quit IRC | 17:15 | |
*** jascott1 has joined #openstack-infra | 17:16 | |
*** Goneri has joined #openstack-infra | 17:18 | |
*** baoli has quit IRC | 17:18 | |
*** baoli has joined #openstack-infra | 17:19 | |
*** funzo has joined #openstack-infra | 17:19 | |
*** psachin has quit IRC | 17:20 | |
*** Goneri has quit IRC | 17:23 | |
*** funzo has quit IRC | 17:24 | |
*** rossella_s has quit IRC | 17:26 | |
*** ijw has quit IRC | 17:27 | |
dmsimard | If any cores have time, would appreciate reviews on an easy project-config review: https://review.openstack.org/#/c/459913/ | 17:29 |
*** tesseract has quit IRC | 17:30 | |
openstackgerrit | Merged openstack-infra/tripleo-ci master: Skipping build image for periodic tempest jobs https://review.openstack.org/459981 | 17:31 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: WIP: Add git.openstack.org to workspace directory https://review.openstack.org/462684 | 17:33 |
*** rkukura has quit IRC | 17:35 | |
*** hieulq_ has quit IRC | 17:37 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Be less agressive with implied branch matchers https://review.openstack.org/462268 | 17:37 |
openstackgerrit | Carlos Camacho proposed openstack-infra/tripleo-ci master: Fix path for the multinode job when running the major upgrade. https://review.openstack.org/462570 | 17:37 |
*** dhinesh has joined #openstack-infra | 17:37 | |
*** jamesmca_ has joined #openstack-infra | 17:38 | |
*** Hal has quit IRC | 17:39 | |
*** hieulq_ has joined #openstack-infra | 17:39 | |
*** rkukura has joined #openstack-infra | 17:39 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Report job shadow errors to users https://review.openstack.org/462300 | 17:42 |
openstackgerrit | Nisha Agarwal proposed openstack-infra/project-config master: goal-python35 https://review.openstack.org/462487 | 17:42 |
*** jordanP has quit IRC | 17:42 | |
*** SumitNaiksatam has joined #openstack-infra | 17:43 | |
*** rossella_s has joined #openstack-infra | 17:45 | |
*** gyee has quit IRC | 17:45 | |
*** baoli_ has joined #openstack-infra | 17:47 | |
openstackgerrit | Nisha Agarwal proposed openstack-infra/project-config master: goal-python35 https://review.openstack.org/462511 | 17:48 |
*** baoli has quit IRC | 17:49 | |
*** tosky has quit IRC | 17:54 | |
*** Apoorva has quit IRC | 17:56 | |
*** rkukura has quit IRC | 17:57 | |
*** Sukhdev has joined #openstack-infra | 18:03 | |
*** andreas-f has joined #openstack-infra | 18:05 | |
*** jamesmca_ has quit IRC | 18:05 | |
*** jamesmca_ has joined #openstack-infra | 18:06 | |
openstackgerrit | Nisha Agarwal proposed openstack-infra/project-config master: Add py35 as an experimental gate for ironic-python-agent https://review.openstack.org/462511 | 18:06 |
openstackgerrit | Nisha Agarwal proposed openstack-infra/project-config master: Add python35 experimental gate for python-ironicclient https://review.openstack.org/462487 | 18:07 |
*** yonglihe has quit IRC | 18:09 | |
*** jamesmca_ has quit IRC | 18:10 | |
openstackgerrit | Merged openstack-infra/shade master: Use REST API for volume attach and volume backup calls https://review.openstack.org/461781 | 18:11 |
*** rbrndt has quit IRC | 18:12 | |
openstackgerrit | Andreas Jaeger proposed openstack-infra/infra-specs master: Goodbye Git Namespaces https://review.openstack.org/461878 | 18:12 |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder master: Refactor: block-device filesystem creation, mount and fstab https://review.openstack.org/444586 | 18:15 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Add simple tox.ini https://review.openstack.org/462234 | 18:16 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Add empty bindep.txt file https://review.openstack.org/462232 | 18:16 |
dmsimard | AJaeger, fungi: getting rid of namespaces sounds like a hard and long adventure but one I am fully supportive of for the sake of not having to type openstack/ or openstack-infra/ all the time. Think of all the keystrokes ! | 18:16 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: WIP: Import playbooks from feature/zuulv3 development https://review.openstack.org/462202 | 18:17 |
openstackgerrit | Nisha Agarwal proposed openstack-infra/project-config master: Add experimental py35 gate for ironic-inspector https://review.openstack.org/462695 | 18:17 |
AJaeger | dmsimard: I have aliases to not have to type it. | 18:17 |
AJaeger | dmsimard: I just fixed the spec to build ;) Before I +1 it, I need a few more beers... | 18:18 |
*** ociuhandu has quit IRC | 18:18 | |
AJaeger | pabelanger: rebased your change, we should get tox.ini in first... | 18:18 |
*** harlowja has quit IRC | 18:19 | |
openstackgerrit | Nisha Agarwal proposed openstack-infra/project-config master: Add py35 as an experimental gate for ironic-python-agent https://review.openstack.org/462511 | 18:19 |
*** Sukhdev has quit IRC | 18:20 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: Update zuul.project to dictonary for vars.yaml https://review.openstack.org/462698 | 18:21 |
pabelanger | AJaeger: lets wait until zuulv3 is working first, so we can see testing on the changes | 18:24 |
pabelanger | AJaeger: basically, first change should be to drop noop from zuul user | 18:25 |
AJaeger | pabelanger: your change will not merge without tox.ini in there! | 18:26 |
*** Goneri has joined #openstack-infra | 18:26 | |
AJaeger | pabelanger: you might want to add it to your change and thus merge our two changes... | 18:26 |
pabelanger | AJaeger: yes, the failure is expected right now. We can squash your change into the WIP, once zuulv3-dev.o.o is working as expected | 18:27 |
openstackgerrit | Nisha Agarwal proposed openstack-infra/project-config master: Add py35 experimental gates for ironic-lib https://review.openstack.org/462701 | 18:27 |
pabelanger | AJaeger: but, less not merge anything until we have a test running. It likely won't be for a few more days, maybe until after summit | 18:28 |
*** jsavak has quit IRC | 18:28 | |
*** jsavak has joined #openstack-infra | 18:28 | |
AJaeger | pabelanger: ok, let me squash them - and then mark as WIP. | 18:29 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: WIP: Import playbooks from feature/zuulv3 development https://review.openstack.org/462202 | 18:33 |
AJaeger | pabelanger: ^ | 18:33 |
*** gordc has joined #openstack-infra | 18:37 | |
*** baoli_ has quit IRC | 18:37 | |
openstackgerrit | Nisha Agarwal proposed openstack-infra/project-config master: Add py35 as an experimental gate for ironic-python-agent https://review.openstack.org/462511 | 18:37 |
*** mat128 has joined #openstack-infra | 18:37 | |
*** baoli has joined #openstack-infra | 18:38 | |
openstackgerrit | Nisha Agarwal proposed openstack-infra/project-config master: Add experimental py35 gate for ironic-inspector https://review.openstack.org/462695 | 18:40 |
*** Guest92102 is now known as redrobot | 18:42 | |
openstackgerrit | Nisha Agarwal proposed openstack-infra/project-config master: Add py35 experimental gates for ironic-lib https://review.openstack.org/462701 | 18:42 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: Use canonical_name in workspace directory https://review.openstack.org/462684 | 18:43 |
*** jsavak has quit IRC | 18:49 | |
*** jsavak has joined #openstack-infra | 18:49 | |
*** Apoorva has joined #openstack-infra | 18:50 | |
*** jascott1 has quit IRC | 18:51 | |
openstackgerrit | Merged openstack/diskimage-builder master: Add refactor of tree-like vs graph https://review.openstack.org/461353 | 18:51 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/openstack-zuul-jobs master: Add empty bindep.txt file https://review.openstack.org/462232 | 18:51 |
EmilienM | pabelanger: where can I download centos7 nodepool images? | 18:54 |
*** jsavak has quit IRC | 18:54 | |
*** jascott1 has joined #openstack-infra | 18:55 | |
openstackgerrit | Nisha Agarwal proposed openstack-infra/project-config master: Add py35 experimental gates for python-ironic-inspector-client https://review.openstack.org/462706 | 18:55 |
*** amotoki has quit IRC | 18:55 | |
cmurphy | EmilienM: you can build them with this http://git.openstack.org/cgit/openstack-infra/project-config/tree/tools/build-image.sh | 18:56 |
pabelanger | EmilienM: it is not public right now, but you can build one using tools/build-image.sh in project-config | 18:56 |
EmilienM | ok thanks | 18:57 |
pabelanger | hopefully they will be public in the coming months | 18:57 |
*** jsavak has joined #openstack-infra | 18:58 | |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: Use canonical_name in workspace directory https://review.openstack.org/462684 | 19:00 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: Update zuul.project to dictonary for vars.yaml https://review.openstack.org/462698 | 19:00 |
*** rbrndt has joined #openstack-infra | 19:06 | |
*** bh526r has quit IRC | 19:09 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/zuul feature/zuulv3: Add SSH Agent Primitives and usage https://review.openstack.org/462712 | 19:13 |
*** rhallisey has quit IRC | 19:13 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder master: Merge "Add refactor of tree-like vs graph" https://review.openstack.org/462713 | 19:13 |
*** gouthamr has quit IRC | 19:14 | |
*** ociuhandu has joined #openstack-infra | 19:17 | |
*** ramishra has quit IRC | 19:19 | |
openstackgerrit | Merged openstack-infra/zuul feature/zuulv3: Update zuul.project to dictonary for vars.yaml https://review.openstack.org/462698 | 19:19 |
*** otherwiseguy has quit IRC | 19:22 | |
*** jamesmca_ has joined #openstack-infra | 19:23 | |
*** gouthamr has joined #openstack-infra | 19:24 | |
*** dhinesh has quit IRC | 19:26 | |
*** hieulq_ has quit IRC | 19:28 | |
*** dave-mccowan has quit IRC | 19:30 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder master: Raise exception when base element does not match https://review.openstack.org/444330 | 19:37 |
*** baoli has quit IRC | 19:37 | |
*** baoli has joined #openstack-infra | 19:38 | |
*** john-davidge has joined #openstack-infra | 19:41 | |
*** hieulq_ has joined #openstack-infra | 19:41 | |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-roles master: WIP: Initial import of feature/zuulv3 ansible roles https://review.openstack.org/462249 | 19:42 |
*** dave-mccowan has joined #openstack-infra | 19:43 | |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-jobs master: WIP: Import playbooks from feature/zuulv3 development https://review.openstack.org/462202 | 19:44 |
*** dave-mcc_ has joined #openstack-infra | 19:45 | |
*** jsavak has quit IRC | 19:46 | |
*** jsavak has joined #openstack-infra | 19:47 | |
*** jsavak has quit IRC | 19:47 | |
*** jsavak has joined #openstack-infra | 19:48 | |
*** harlowja has joined #openstack-infra | 19:48 | |
*** dave-mccowan has quit IRC | 19:48 | |
*** salv-orlando has joined #openstack-infra | 19:52 | |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-roles master: Initial import of feature/zuulv3 ansible roles https://review.openstack.org/462249 | 19:52 |
*** jsavak has quit IRC | 19:52 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder master: Refactor block-device base functions. https://review.openstack.org/461356 | 19:54 |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-roles master: Initial import of feature/zuulv3 ansible roles https://review.openstack.org/462249 | 19:54 |
*** hieulq_ has quit IRC | 19:55 | |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-jobs master: Import playbooks from feature/zuulv3 development https://review.openstack.org/462202 | 19:56 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: Move playbook out of zuul https://review.openstack.org/462210 | 19:58 |
openstackgerrit | Paul Belanger proposed openstack-infra/zuul feature/zuulv3: Add jobs back to .zuul.yaml https://review.openstack.org/462212 | 19:59 |
*** skelso has joined #openstack-infra | 20:01 | |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-roles master: Enable tox-linters job https://review.openstack.org/462726 | 20:03 |
*** Apoorva_ has joined #openstack-infra | 20:05 | |
*** jsavak has joined #openstack-infra | 20:07 | |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-roles master: Enable tox-linters job https://review.openstack.org/462726 | 20:08 |
openstackgerrit | Paul Belanger proposed openstack-infra/openstack-zuul-roles master: Initial import of feature/zuulv3 ansible roles https://review.openstack.org/462249 | 20:08 |
*** eharney has quit IRC | 20:09 | |
*** Apoorva has quit IRC | 20:09 | |
*** hongbin has quit IRC | 20:17 | |
*** mat128 has quit IRC | 20:21 | |
*** kgiusti has left #openstack-infra | 20:22 | |
*** Sihan has joined #openstack-infra | 20:23 | |
Sihan | Is this right channel talking devstack? | 20:23 |
clarkb | Sihan: #openstack-qa is typically best as devstack is a qa project | 20:24 |
*** Julien-zte has quit IRC | 20:25 | |
clarkb | "We can offer 200 instances in total - 50 instances in each of the following regions: London, Stockholm, Karlskrona and Los Angeles" <- so I'll be doing that probably from farm in new jersey | 20:25 |
clarkb | pabelanger: fungi ^ fyi | 20:25 |
*** Julien-zte has joined #openstack-infra | 20:26 | |
Sihan | thx | 20:26 |
pabelanger | clarkb: wow, that is nice | 20:26 |
clarkb | hopefully they grokked our flavor needs and did that math ( they seem on the ball so expect them to) | 20:27 |
*** john-davidge has quit IRC | 20:27 | |
sdague | clarkb: Sihan was actually asking about this d-g patch - https://review.openstack.org/#/c/462231/ | 20:27 |
*** ociuhandu has quit IRC | 20:28 | |
clarkb | pabelanger: can you review ^ ? | 20:28 |
pabelanger | clarkb: sure, if you'd like to review https://review.openstack.org/#/q/topic:openstack-zuul-jobs | 20:30 |
clarkb | pabelanger: I'm doing packing. Catch flight tomorrow, sorry | 20:33 |
pabelanger | clarkb: np | 20:33 |
*** dave-mcc_ has quit IRC | 20:34 | |
*** ociuhandu has joined #openstack-infra | 20:41 | |
*** hamzy has quit IRC | 20:42 | |
*** verdurin_ is now known as verdurin | 20:42 | |
openstackgerrit | Ben Nemec proposed openstack-infra/tripleo-ci master: Support heterogeneous OVB environments https://review.openstack.org/458651 | 20:49 |
*** jamesmca_ has quit IRC | 20:49 | |
*** jamesmca_ has joined #openstack-infra | 20:50 | |
*** hongbin has joined #openstack-infra | 20:50 | |
*** jsavak has quit IRC | 20:54 | |
*** gouthamr has quit IRC | 20:56 | |
*** salv-orl_ has joined #openstack-infra | 20:56 | |
*** salv-orlando has quit IRC | 20:59 | |
*** thorst_afk has quit IRC | 20:59 | |
*** e0ne has quit IRC | 20:59 | |
*** dprince has quit IRC | 21:00 | |
*** thorst_afk has joined #openstack-infra | 21:03 | |
*** Apoorva_ has quit IRC | 21:04 | |
*** Apoorva has joined #openstack-infra | 21:05 | |
*** thorst_afk has quit IRC | 21:08 | |
*** jamesmca_ has quit IRC | 21:08 | |
*** otherwiseguy has joined #openstack-infra | 21:09 | |
*** askb has joined #openstack-infra | 21:11 | |
*** eric_young has quit IRC | 21:11 | |
*** jamesmca_ has joined #openstack-infra | 21:11 | |
*** Goneri has quit IRC | 21:12 | |
*** annegentle has quit IRC | 21:12 | |
openstackgerrit | Carlos Camacho proposed openstack-infra/tripleo-ci master: Fix path for the multinode job when running the major upgrade. https://review.openstack.org/462570 | 21:13 |
*** ldnunes has quit IRC | 21:15 | |
*** dimtruck is now known as zz_dimtruck | 21:20 | |
openstackgerrit | Merged openstack/diskimage-builder master: Refactor block-device base functions. https://review.openstack.org/461356 | 21:21 |
*** jamesmca_ has quit IRC | 21:22 | |
*** marst has quit IRC | 21:23 | |
*** tiswanso has quit IRC | 21:25 | |
*** gouthamr has joined #openstack-infra | 21:26 | |
*** john-davidge has joined #openstack-infra | 21:28 | |
openstackgerrit | yolanda.robla proposed openstack/diskimage-builder master: Refactor: block-device filesystem creation, mount and fstab https://review.openstack.org/444586 | 21:30 |
*** marst has joined #openstack-infra | 21:30 | |
*** john-davidge has quit IRC | 21:33 | |
*** yolanda has quit IRC | 21:34 | |
*** adriant has joined #openstack-infra | 21:36 | |
*** annegentle has joined #openstack-infra | 21:42 | |
*** jsavak has joined #openstack-infra | 21:43 | |
*** baoli has quit IRC | 21:44 | |
*** gordc has quit IRC | 21:44 | |
*** lbragstad has quit IRC | 21:45 | |
*** jsavak has quit IRC | 21:47 | |
*** ramishra has joined #openstack-infra | 21:48 | |
*** jsavak has joined #openstack-infra | 21:49 | |
*** dhinesh has joined #openstack-infra | 21:49 | |
*** dhajare has quit IRC | 21:50 | |
*** salv-orl_ has quit IRC | 21:51 | |
mriedem | were the releasenotes job intentionally dropped? | 21:53 |
mriedem | i don't see it running on nova changes | 21:53 |
*** jamesmca_ has joined #openstack-infra | 21:53 | |
*** tiswanso has joined #openstack-infra | 21:53 | |
*** xingchao has quit IRC | 21:54 | |
mriedem | or does that job only run if you have releasenotes changes in the patch? | 21:57 |
*** jamesmca_ has quit IRC | 21:57 | |
*** tiswanso has quit IRC | 21:58 | |
*** jbadiapa has quit IRC | 22:01 | |
*** SumitNaiksatam has quit IRC | 22:01 | |
johnsom | FYI, we are seeing problems with the qemu packages ubuntu released today. The processes go to 100% cpu and just spin. Downgrade resolves the issue. | 22:01 |
johnsom | apt-get install seabios=1.8.2-1ubuntu1 qemu-system-sparc=1:2.5+dfsg-5ubuntu10.11 qemu-system-ppc=1:2.5+dfsg-5ubuntu10.11 qemu-system-arm=1:2.5+dfsg-5ubuntu10.11 qemu-kvm=1:2.5+dfsg-5ubuntu10.11 qemu-system-x86=1:2.5+dfsg-5ubuntu10.11 qemu-system-mips=1:2.5+dfsg-5ubuntu10.11 qemu-system-misc=1:2.5+dfsg-5ubuntu10.11 | 22:01 |
johnsom | In case this impacts anyone else... | 22:01 |
pabelanger | johnsom: which ubuntu repo, UCA? | 22:03 |
*** john-davidge has joined #openstack-infra | 22:03 | |
*** hongbin has quit IRC | 22:03 | |
*** annegentle has quit IRC | 22:03 | |
* fungi has reached his hotel in boston, but is about to disappear again for dinner so still not really around (trying to catch up with what few minutes i have right now) | 22:03 | |
johnsom | pabelanger It is just a stock ubuntu 16.04 server install running devstack | 22:04 |
*** Apoorva_ has joined #openstack-infra | 22:05 | |
*** hongbin has joined #openstack-infra | 22:05 | |
*** jamesdenton has quit IRC | 22:08 | |
*** Apoorva has quit IRC | 22:09 | |
*** arxcruz has quit IRC | 22:14 | |
*** lamt has joined #openstack-infra | 22:15 | |
*** jbadiapa has joined #openstack-infra | 22:15 | |
*** rlandy has quit IRC | 22:16 | |
*** arxcruz has joined #openstack-infra | 22:16 | |
*** ramishra has quit IRC | 22:18 | |
*** jsavak has quit IRC | 22:20 | |
*** rossella_s has quit IRC | 22:21 | |
*** rossella_s has joined #openstack-infra | 22:21 | |
clarkb | if on xenial devstack uses UCA now | 22:27 |
*** lamt has quit IRC | 22:27 | |
rm_work | yeah devstack switches stuff to UCA, so it must even be those? | 22:28 |
rm_work | I'm looking now | 22:28 |
rm_work | my fresh devstack is still spinning up | 22:28 |
*** wolverineav has quit IRC | 22:30 | |
*** vhosakot has quit IRC | 22:30 | |
*** xyang1 has quit IRC | 22:31 | |
*** hongbin_ has joined #openstack-infra | 22:33 | |
*** hongbin has quit IRC | 22:33 | |
*** wolverineav has joined #openstack-infra | 22:34 | |
*** tonytan4ever has joined #openstack-infra | 22:36 | |
openstackgerrit | James E. Blair proposed openstack-infra/zuul feature/zuulv3: Use previously stored repo state on executor https://review.openstack.org/461177 | 22:38 |
*** rbrndt has quit IRC | 22:44 | |
*** wolverineav has quit IRC | 22:46 | |
*** wolverineav has joined #openstack-infra | 22:46 | |
*** skelso has quit IRC | 22:50 | |
*** xingchao has joined #openstack-infra | 22:50 | |
*** wolverineav has quit IRC | 22:51 | |
*** salv-orlando has joined #openstack-infra | 22:51 | |
*** andreww has quit IRC | 22:54 | |
*** gouthamr has quit IRC | 22:55 | |
openstackgerrit | Adam Harwell proposed openstack/diskimage-builder master: Fix py3 error in block-device https://review.openstack.org/462751 | 22:55 |
*** Apoorva has joined #openstack-infra | 22:56 | |
*** Apoorva_ has quit IRC | 22:56 | |
*** andreww has joined #openstack-infra | 22:56 | |
rm_work | ^^ hopefully works, testing now against our gates | 22:56 |
*** xarses_ has joined #openstack-infra | 22:57 | |
*** salv-orlando has quit IRC | 22:58 | |
rm_work | so, if DIB had at least a py3 gate, that would be awesome | 22:58 |
rm_work | if still not willing to include an octavia co-gate | 22:59 |
johnsom | We would offer up one of our gates... grin | 22:59 |
rm_work | lol yes | 22:59 |
*** andreww has quit IRC | 23:01 | |
*** jamesmca_ has joined #openstack-infra | 23:05 | |
*** jamesmca_ has quit IRC | 23:10 | |
*** skelso has joined #openstack-infra | 23:11 | |
pabelanger | which job is failing in octavia? | 23:12 |
johnsom | http://logs.openstack.org/72/447872/8/gate/gate-octavia-v1-dsvm-py3x-scenario-ubuntu-xenial/0865502/logs/devstacklog.txt.gz#_2017-05-04_22_25_17_669 | 23:13 |
pabelanger | hmm, our nodepool dsvm job is python2.7 | 23:17 |
pabelanger | I would have expected it to be python3.5 | 23:17 |
pabelanger | Right, nodepool is only testing on python2.7 | 23:18 |
*** sdague has quit IRC | 23:20 | |
*** funzo has joined #openstack-infra | 23:21 | |
*** baoli has joined #openstack-infra | 23:24 | |
*** baoli has quit IRC | 23:24 | |
*** hamzy has joined #openstack-infra | 23:24 | |
*** erlon has quit IRC | 23:24 | |
*** xingchao has quit IRC | 23:24 | |
ianw | hmm, we do have a py35 gate? | 23:24 |
*** baoli has joined #openstack-infra | 23:25 | |
rm_work | ianw: not a real one | 23:25 |
rm_work | just a unit test one | 23:25 |
*** xingchao has joined #openstack-infra | 23:25 | |
rm_work | nothing that ACTUALLY tries to do stuff | 23:25 |
ianw | hmmm, true | 23:26 |
*** funzo has quit IRC | 23:26 | |
ianw | the project-config elements are also very non-py3 safe | 23:27 |
*** lamt has joined #openstack-infra | 23:27 | |
rm_work | soooo | 23:28 |
rm_work | it'd be awesome if we could get a quick-ish merge on https://review.openstack.org/462751 | 23:28 |
rm_work | so our gates are unblocked | 23:28 |
rm_work | it should pass testing shortly | 23:29 |
ianw | yes i will | 23:29 |
rm_work | thanks | 23:29 |
*** xingchao has quit IRC | 23:30 | |
rm_work | ianw: it passed :) | 23:38 |
*** jkilpatr has quit IRC | 23:38 | |
*** lamt has quit IRC | 23:39 | |
*** jkilpatr has joined #openstack-infra | 23:39 | |
*** dingyichen has joined #openstack-infra | 23:42 | |
*** Julien-zte has quit IRC | 23:43 | |
*** lamt has joined #openstack-infra | 23:46 | |
rm_work | thanks ianw! <3 | 23:47 |
ianw | rm_work: i don't want to be a jerk about adding that job. i can see value. i'm just also conscious of creating even more hurdles to contribution, or shooting ourselves in the foot by trying to do too much at once | 23:50 |
ianw | jeblair: i don't think you're around, do you want to just squish that logging stack? | 23:51 |
*** Apoorva has quit IRC | 23:52 | |
*** hongbin_ has quit IRC | 23:53 | |
*** salv-orlando has joined #openstack-infra | 23:54 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-infra/project-config master: Add a new CI job for k8s-cloud-provider https://review.openstack.org/462763 | 23:54 |
*** Apoorva has joined #openstack-infra | 23:54 | |
rm_work | ianw: yeah, I just think that py3 support was pretty well established as an openstack goal, and most projects are basically done with it now... including you guys, you just don't have the final bit of testing for it | 23:55 |
ianw | yes, 444586 should be tested too | 23:57 |
*** salv-orlando has quit IRC | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!