Thursday, 2017-04-06

*** ssbarnea has quit IRC00:00
openstackgerritIan Wienand proposed openstack-infra/system-config master: Add info on reverse proxy caches  https://review.openstack.org/45324100:01
*** pvaneck has quit IRC00:03
*** arxcruz has joined #openstack-infra00:03
*** gouthamr has joined #openstack-infra00:03
*** neiljerram has quit IRC00:03
openstackgerritMatthew Treinish proposed openstack-infra/nodepool master: Enabled sending MQTT messages for node events  https://review.openstack.org/45392200:08
openstackgerritMatthew Treinish proposed openstack-infra/nodepool master: Add mqtt module to enable pushing MQTT messages  https://review.openstack.org/45391500:08
*** rwsu has quit IRC00:09
*** dimtruck is now known as zz_dimtruck00:09
openstackgerritIan Wienand proposed openstack-infra/system-config master: Add a short note on removing mirror from AFS  https://review.openstack.org/35437100:14
*** mtanino has quit IRC00:14
*** jamesdenton has joined #openstack-infra00:15
*** zz_dimtruck is now known as dimtruck00:16
*** ssbarnea has joined #openstack-infra00:17
openstackgerritMatthew Treinish proposed openstack-infra/nodepool master: Add support for sending MQTT messages on node events  https://review.openstack.org/45392200:18
openstackgerritIan Wienand proposed openstack-infra/system-config master: Add a short note on removing mirror from AFS  https://review.openstack.org/35437100:20
*** armax has quit IRC00:21
*** ssbarnea has quit IRC00:22
*** dharinic has quit IRC00:23
*** yatin has quit IRC00:23
*** ssbarnea has joined #openstack-infra00:25
*** ijw has quit IRC00:26
jeblairmtreinish, clarkb: so apparently the nodepool mqtt thing is not theoretical -- mtreinish wants to write some code right now.  i kind of softly suggested that i'd still prefer we wait until zuulv3 to talk about adding it to nodepool because it's going to take zuul-nodepool reviewer time which is in short supply right now.  we have to prioritize.  but mtreinish is pushing up patches so i guess we should talk about it.  :)00:26
jeblairmtreinish, clarkb: what is the use case for adding it to nodepool?00:26
jeblair(i hope i've been clear that i totally understand the use case for zuul and do support adding it there once we've cleared our initial zuul v3 priorities)00:27
mtreinishjeblair: you don't have to review them, (I'm not even sure they work) I was just going off clarkb's suggestion. I'm just trying to flush out firehose more because I let it sit without any eyes on it for too long00:28
mtreinishand fungi and I are giving a talk on it in a month00:28
clarkbas I said I wasn't sure if there was a use case yet. The stats data has been useful, wasn'tsure if we needed more per event data (that mqtt would probide)00:28
*** thorst has joined #openstack-infra00:30
*** hongbin has quit IRC00:30
*** ssbarnea has quit IRC00:31
*** gongysh has joined #openstack-infra00:31
fungii have a feeling the nodepool event details become more useful once we have zuul events00:32
jeblairmtreinish, clarkb: as i think about it, it the v3 version of nodepool, clients directly request nodes and they get notified when they are ready.  i'm not seeing a use for other parties to be interested in that.  maybe notifications for image builds would be more useful?00:32
jeblairfungi: how so?00:33
clarkbmordred: when do we get an 'R' name poll?00:33
*** zhurong has joined #openstack-infra00:33
fungibecause at that point you can see that node x was built, node x was assigned job y, job y completed with result z, node x was deleted00:33
funginow what someone would want to trigger off those events i'm not sure00:33
fungimaybe just some public centralized logging of those sorts of events is more useful for most stuff anyway00:34
mordredclarkb: I just got the emails, it turns out - so I'll likely start sending those out tomorrow00:35
mtreinishfungi: emails when the node you request held was?00:35
jeblairfungi: yeah, some of that sounds like a log.  an irc message of "image build foo failed" though might be interesting.  or "all image builds complete" or something.00:35
fungiand i agree image build details do seem more useful than node builds/deletes00:36
jeblairmtreinish: actually, node-holding is moving from nodepool to zuul00:36
*** kiltzman has quit IRC00:36
openstackgerritMerged openstack-infra/system-config master: Add a short note on removing mirror from AFS  https://review.openstack.org/35437100:36
*** yatin has joined #openstack-infra00:36
jeblair(nodepool v3 doesn't even know what a job is anymore, much less when it starts or finishes)00:37
mtreinishjeblair: that probably makes a lot more sense00:37
*** jamesdenton has quit IRC00:38
mtreinishfungi: I just used node events in that patch because it was easier to implement from my grepping for statsd. It's pretty straightforward to push anything00:38
*** esberglu has quit IRC00:38
*** kiltzman has joined #openstack-infra00:38
ianwinteresting, from an internal thread, with links to a paywalled article -> https://access.redhat.com/solutions/1986600:39
*** harlowja has quit IRC00:39
ianwbut the gist is to use rngd to seed /dev/random with /dev/urandom as the software-only solution (rngd -r /dev/urandom -o /dev/random)00:39
*** thorst has quit IRC00:39
jeblairthat won't work for the initial seed unless it uses the ioctl to specify how much entropy it's adding00:40
*** mriedem has quit IRC00:40
*** mriedem has joined #openstack-infra00:41
jeblairwhich it might00:41
*** dharinic has joined #openstack-infra00:42
ianwmy intuition is it would work, and be enough for us.  that said, i wouldn't like to maintain two branches with everyone else just using haveged and centos doing magic00:43
ianwbut yeah, just hadn't thought of that00:43
jeblairianw: i think that's more or less what i describe here: http://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/elements/initialize-urandom/static/usr/local/bin/initialize-urandom.py#n12100:43
jeblairianw: oh, though i was looking at how it supplies real entropic data.  not fake data from urandom.  i guess that's the novel thing here.00:45
jeblairianw: from what i know of rng-tools, i would be surprised if rngd actually adds to the entropy counter when it does that.00:45
jeblairianw: (iirc, it's pretty good at entropy accounting)00:46
*** baoli has quit IRC00:49
*** shrircha has quit IRC00:49
*** rbuzatu has joined #openstack-infra00:50
jeblairmtreinish: i'm not so sure that node events will be useful (but am happy to have my mind changed).  i think i've talked myself into image events being potentially worth it.  i think that if you want to do this, you should start with images, because that's now the same on master and the feature/zuulv3 branch, so we can port it easily.  if you want to do node events, you should start that on the zuulv3 branch because it's so different.00:50
*** ediardo has quit IRC00:52
ianwjeblair: hmm, not sure, you can "watch -n 1 cat /proc/sys/kernel/random/entropy_avail" with it running and entropy keeps filling up.00:52
openstackgerritIan Wienand proposed openstack-infra/system-config master: Add info on reverse proxy caches  https://review.openstack.org/45324100:55
jeblairmtreinish: we also try to test things for real in the tests, and reserve mock as a precision tool of last resort.  so if you can make a test fixture that spins up an mqtt broker to test it, that would be swell.00:55
jeblairmtreinish: but also, before going further, it'd probably be good to check in with Shrews.00:56
*** Julien-zte has joined #openstack-infra00:56
jeblairianw: okay, so it's happily feeding data from an unitialized generator to the initialization pool and claiming it has more entropy than it does.  neat.  :)00:57
*** aeng has joined #openstack-infra00:58
*** eliqiao has quit IRC00:58
jeblairianw: whether we consider that okay is one problem.  I'm not mathematical enough to say.  another problem though is that rngd only accidentally (sometimes) causes urandom to become initialized faster.  it doesn't actually know how much data it needs to add to the pool to get urandom initialized.  because of the specific constants it has chosen, it often does accidentally cause it to initialize, but sometimes it doesn't.00:59
jeblairianw: (basically, if it adds exactly the right amount to fill up the input pool, the nonblocking pool will not be initialized, and things will sit there for an extra 60 seconds until the next pull from the input pool to the nonblocking pool.)01:00
*** shrircha has joined #openstack-infra01:02
jeblairianw: usually it adds too much and it spills over to the nonblocking pool and urandom initializes.  but i think at the rate we boot instances, there would be a non-zero ocurrance of us seeing the 60s delay again.01:02
mtreinishjeblair: sure, it should be fairly straightforward to do it for image events instead. The logic is basically the same it's just a matter of putting it in the right place01:03
mtreinishjeblair: I know of a really poor implementation of a python mqtt broker, I can probably use that for a fixture pretty easily. (especially since it doesn't need to do much)01:03
mtreinishthe mocks are just there to test the config logic01:04
*** mat128 has joined #openstack-infra01:04
jeblairmtreinish: cool, that should be fine.  also, if the protocol is simple enough, we can even consider writing one?  one that just concats entries to a list or something.01:04
jeblairmtreinish: we do that for statsd actually01:04
*** flepied has joined #openstack-infra01:04
jeblairmtreinish: we have a fake statsd fixture which just captures all the statsd events (which are really emitted over udp) and then we inspect what it captured.01:05
*** liujiong has joined #openstack-infra01:07
*** mat128 has quit IRC01:09
*** ssbarnea has joined #openstack-infra01:09
*** Sukhdev has quit IRC01:10
*** s-shiono has joined #openstack-infra01:11
*** Gorian has quit IRC01:15
*** ssbarnea has quit IRC01:15
*** Gorian has joined #openstack-infra01:15
*** john-davidge has joined #openstack-infra01:16
*** oanson has quit IRC01:17
mtreinishjeblair: if you're curious: https://github.com/beerfactory/hbmqtt01:18
*** oanson has joined #openstack-infra01:18
mtreinishthat's the python mqtt broker I was talking about01:18
*** esberglu has joined #openstack-infra01:19
*** john-davidge has quit IRC01:20
*** mrunge_ has quit IRC01:23
*** yanyanhu has joined #openstack-infra01:23
Shrewsmtreinish: jeblair: if we're going to consider supporting more than statsd, i'd like to rethink the whole reporting structure to maybe use a pub-sub model to uncouple most of the code from understanding the various things we report to01:25
ianwjeblair: i'm definitely going to believe you ... keeping haveged for now is a very good example of "it ain't broke, don't fix it" :)01:25
Shrewsthat's a bigger change though01:25
mtreinishShrews: mqtt is pub sub01:25
Shrewsmtreinish: i meant within nodepool itself01:25
mtreinishah, ok01:26
*** ssbarnea has joined #openstack-infra01:26
*** harlowja has joined #openstack-infra01:26
Shrewsmqtt and stats would be subsribers. nodepool would just publish the events to whomever is subscribed01:26
Shrewsmore of a generic design pattern01:26
*** harlowja has quit IRC01:26
mtreinishShrews: so have more of an internal event bus and just have listeners publish from there01:28
*** masayukig has quit IRC01:28
*** masayukig has joined #openstack-infra01:28
mtreinishShrews: just spit balling here, but we could just use mqtt/firehose for that event bus. Just, make that the internal pub sub01:28
Shrewspossibly. i'd just like to get rid of the "if self.statsd" and "if self.mqtt" pattern01:29
Shrewsbecause that could become unwieldy01:30
mtreinishI definitely agree on that01:30
mtreinishit was just the easiest way I saw to do it as things are now :)01:30
Shrewsoh yeah. totes01:30
*** ssbarnea has quit IRC01:31
jeblairi think we should support statsd without mqtt, so i think we should just be looking at an internal python api.  "for listener in enabled_listeners:" sort of thing.01:31
*** kjorgensen has quit IRC01:32
*** mriedem has quit IRC01:32
*** mrunge_ has joined #openstack-infra01:33
jeblairokay, it's way past eod for me :)01:33
openstackgerritMerged openstack-infra/system-config master: Remove jenkins from site.pp  https://review.openstack.org/33144001:34
*** ediardo has joined #openstack-infra01:34
*** kjorgensen has joined #openstack-infra01:36
*** kjorgensen has quit IRC01:37
*** kjorgensen has joined #openstack-infra01:37
*** ssbarnea has joined #openstack-infra01:39
openstackgerritIan Wienand proposed openstack-infra/system-config master: Start Precise cleanup  https://review.openstack.org/43603501:40
*** yonglihe has joined #openstack-infra01:40
*** thorst has joined #openstack-infra01:40
*** kjorgensen has quit IRC01:42
*** ssbarnea has quit IRC01:43
*** ssbarnea has joined #openstack-infra01:44
*** thorst has quit IRC01:45
*** Apoorva_ has joined #openstack-infra01:47
*** Sukhdev has joined #openstack-infra01:47
*** rbuzatu has quit IRC01:48
*** mat128 has joined #openstack-infra01:49
*** ym200 has quit IRC01:49
*** ssbarnea has quit IRC01:49
*** ym200 has joined #openstack-infra01:50
*** Apoorva has quit IRC01:51
*** Apoorva_ has quit IRC01:51
openstackgerritMerged openstack-infra/system-config master: Start Precise cleanup  https://review.openstack.org/43603501:58
*** oanson has quit IRC01:58
*** oanson has joined #openstack-infra02:00
*** gcb has joined #openstack-infra02:04
*** jamielennox is now known as jamielennox|away02:05
*** rfolco has quit IRC02:06
*** kjorgensen has joined #openstack-infra02:10
openstackgerritzhurong proposed openstack-infra/project-config master: Add api-ref-jobs for Murano  https://review.openstack.org/45394702:12
*** esberglu has quit IRC02:12
*** mat128 has quit IRC02:14
*** hongbin has joined #openstack-infra02:14
*** kjorgensen has quit IRC02:14
*** ssbarnea has joined #openstack-infra02:18
*** jamielennox|away is now known as jamielennox02:19
*** Sukhdev has quit IRC02:21
*** shrircha has quit IRC02:22
*** ssbarnea has quit IRC02:23
*** Gorian has quit IRC02:25
*** Gorian has joined #openstack-infra02:25
*** ssbarnea has joined #openstack-infra02:33
*** erikmwilson has quit IRC02:33
*** erikmwilson has joined #openstack-infra02:34
*** ssbarnea has quit IRC02:38
*** flepied has quit IRC02:39
*** thorst has joined #openstack-infra02:41
*** rbuzatu has joined #openstack-infra02:43
*** rfolco has joined #openstack-infra02:45
*** rfolco has quit IRC02:45
*** ssbarnea has joined #openstack-infra02:48
*** ihrachys has quit IRC02:50
*** rfolco has joined #openstack-infra02:52
*** rfolco has quit IRC02:52
*** hongbin has quit IRC02:52
*** ssbarnea has quit IRC02:53
*** ssbarnea has joined #openstack-infra03:00
*** thorst has quit IRC03:00
*** jerryz has quit IRC03:02
*** yatin has quit IRC03:03
*** esberglu has joined #openstack-infra03:04
*** ssbarnea has quit IRC03:06
*** ym200 has quit IRC03:07
*** vhosakot has joined #openstack-infra03:09
*** ym200 has joined #openstack-infra03:09
*** esberglu has quit IRC03:09
*** cody-somerville has joined #openstack-infra03:10
*** csomerville has quit IRC03:11
*** jcoufal has joined #openstack-infra03:12
*** hongbin has joined #openstack-infra03:12
*** priteau has joined #openstack-infra03:13
*** ym200 has quit IRC03:13
*** aviau has quit IRC03:15
*** aviau has joined #openstack-infra03:15
*** ssbarnea has joined #openstack-infra03:15
*** yatin has joined #openstack-infra03:16
*** baoli has joined #openstack-infra03:16
*** john-davidge has joined #openstack-infra03:17
*** priteau has quit IRC03:17
*** ssbarnea has quit IRC03:18
*** nicolasbock has quit IRC03:20
*** john-davidge has quit IRC03:21
*** vikrant has joined #openstack-infra03:25
*** cody-somerville has quit IRC03:25
*** cody-somerville has joined #openstack-infra03:25
*** cody-somerville has joined #openstack-infra03:25
*** john-davidge has joined #openstack-infra03:26
*** ssbarnea has joined #openstack-infra03:30
*** jascott1_ has joined #openstack-infra03:31
*** john-davidge has quit IRC03:31
*** ssbarnea has quit IRC03:34
*** scottda has quit IRC03:35
*** sdague has quit IRC03:37
*** baoli has quit IRC03:37
*** rbuzatu has quit IRC03:43
openstackgerritJamie Lennox proposed openstack-infra/nodepool feature/zuulv3: Add username to build and upload information  https://review.openstack.org/45396803:43
*** vhosakot has quit IRC03:44
*** ssbarnea has joined #openstack-infra03:45
*** ramishra has quit IRC03:45
*** links has joined #openstack-infra03:45
*** dave-mccowan has quit IRC03:46
openstackgerritDean Troyer proposed openstack-infra/project-config master: Add libs to OSC tips job  https://review.openstack.org/45381703:46
*** ramishra has joined #openstack-infra03:47
*** funzo has quit IRC03:49
*** ssbarnea has quit IRC03:50
*** Sukhdev has joined #openstack-infra03:53
*** ramishra has quit IRC03:54
*** ramishra has joined #openstack-infra03:56
*** thorst has joined #openstack-infra03:57
*** esberglu has joined #openstack-infra03:58
*** Hal has quit IRC04:00
*** thorst has quit IRC04:01
*** esberglu has quit IRC04:03
*** thiagolib_ has joined #openstack-infra04:03
openstackgerritJamie Lennox proposed openstack-infra/nodepool feature/zuulv3: Show message if node hold not found  https://review.openstack.org/45397104:07
*** liusheng has quit IRC04:10
*** thiagolib has quit IRC04:10
*** liusheng has joined #openstack-infra04:11
*** markmcclain has quit IRC04:12
*** markmcclain has joined #openstack-infra04:13
*** ssbarnea has joined #openstack-infra04:14
*** gongysh has quit IRC04:17
*** ssbarnea has quit IRC04:19
*** dhajare__ has joined #openstack-infra04:21
*** ssbarnea has joined #openstack-infra04:29
*** yonglihe has quit IRC04:29
*** pfallenop has quit IRC04:31
*** ssbarnea has quit IRC04:35
*** amotoki has joined #openstack-infra04:37
*** rbuzatu has joined #openstack-infra04:37
*** xarses has joined #openstack-infra04:40
*** andreww has joined #openstack-infra04:41
*** jcoufal has quit IRC04:41
*** ediardo has quit IRC04:42
*** ssbarnea has joined #openstack-infra04:44
*** xarses has quit IRC04:44
*** psachin_ has joined #openstack-infra04:47
*** gouthamr has quit IRC04:47
*** ssbarnea has quit IRC04:49
*** funzo has joined #openstack-infra04:50
*** esberglu has joined #openstack-infra04:52
*** funzo has quit IRC04:54
*** esberglu has quit IRC04:57
openstackgerritJamie Lennox proposed openstack-infra/zuul feature/zuulv3: Quote ansible command and include config file  https://review.openstack.org/45397404:58
*** ssbarnea has joined #openstack-infra04:58
*** huanxie has joined #openstack-infra04:59
*** hongbin has quit IRC05:00
*** stakeda has joined #openstack-infra05:00
*** ssbarnea has quit IRC05:05
*** ijw has joined #openstack-infra05:07
*** ijw has quit IRC05:11
openstackgerritNoam Angel proposed openstack/diskimage-builder master: Move do_extra_package_install to run in install phase  https://review.openstack.org/45265305:12
*** prateek has joined #openstack-infra05:21
*** naichuans has joined #openstack-infra05:25
*** ssbarnea has joined #openstack-infra05:28
*** rwsu has joined #openstack-infra05:30
*** ssbarnea has quit IRC05:33
*** ijw has joined #openstack-infra05:34
*** HeOS has joined #openstack-infra05:40
*** priteau has joined #openstack-infra05:40
*** rbuzatu has quit IRC05:40
*** pgadiya has joined #openstack-infra05:41
*** pgadiya has quit IRC05:41
*** ssbarnea has joined #openstack-infra05:42
*** ijw has quit IRC05:47
openstackgerritJamie Lennox proposed openstack-infra/zuul feature/zuulv3: Use username from node information if available  https://review.openstack.org/45398305:47
*** ssbarnea has quit IRC05:47
*** ijw has joined #openstack-infra05:49
*** funzo has joined #openstack-infra05:51
*** funzo has quit IRC05:55
*** ijw has quit IRC05:55
*** andreww has quit IRC05:56
*** ssbarnea has joined #openstack-infra05:58
*** thorst has joined #openstack-infra05:59
*** bhavik1 has joined #openstack-infra05:59
*** ssbarnea has quit IRC06:03
*** thorst has quit IRC06:03
*** cshastri has joined #openstack-infra06:08
*** makowals has joined #openstack-infra06:08
*** priteau has quit IRC06:09
*** HeOS has quit IRC06:10
*** ym200 has joined #openstack-infra06:11
*** andreas_s has joined #openstack-infra06:11
*** priteau has joined #openstack-infra06:15
*** ym200 has quit IRC06:15
*** jaosorior_away is now known as jaosorior06:16
*** chem_gone is now known as chem06:19
*** jtomasek has joined #openstack-infra06:19
*** ssbarnea has joined #openstack-infra06:28
*** aeng has quit IRC06:29
*** ssbarnea has quit IRC06:32
*** ssbarnea has joined #openstack-infra06:35
*** rbuzatu has joined #openstack-infra06:37
*** isaacb has joined #openstack-infra06:39
*** nadya has joined #openstack-infra06:39
*** esberglu has joined #openstack-infra06:40
*** ssbarnea has quit IRC06:41
*** rbuzatu has quit IRC06:41
*** rbuzatu has joined #openstack-infra06:41
*** esberglu has quit IRC06:45
*** ssbarnea has joined #openstack-infra06:45
*** ssbarnea has quit IRC06:46
openstackgerritAndreas Jaeger proposed openstack-infra/project-config master: Babel 2.4 workaround with Locales using '-'  https://review.openstack.org/45399706:48
*** rbuzatu has quit IRC06:48
*** funzo has joined #openstack-infra06:51
*** ssbarnea has joined #openstack-infra06:55
*** ssbarnea has quit IRC06:55
openstackgerritColleen Murphy proposed openstack-infra/system-config master: Clean up puppetmaster cruft  https://review.openstack.org/45255806:55
*** dimtruck is now known as zz_dimtruck06:56
*** matrohon has joined #openstack-infra06:56
*** funzo has quit IRC06:56
*** ym200 has joined #openstack-infra06:57
openstackgerritColleen Murphy proposed openstack-infra/system-config master: Clean up puppetmaster cruft  https://review.openstack.org/45255806:58
*** ssbarnea has joined #openstack-infra06:58
*** thorst has joined #openstack-infra06:59
*** jpich has joined #openstack-infra07:01
*** ym200 has quit IRC07:01
*** pahuang has quit IRC07:02
*** pcaruana has joined #openstack-infra07:02
*** ym200 has joined #openstack-infra07:02
*** HeOS has joined #openstack-infra07:02
*** thorst has quit IRC07:04
*** tesseract has joined #openstack-infra07:04
*** ssbarnea has quit IRC07:05
*** jascott1_ has quit IRC07:05
*** jascott1_ has joined #openstack-infra07:05
*** ym200 has quit IRC07:07
*** ssbarnea has joined #openstack-infra07:08
*** rcernin has joined #openstack-infra07:09
*** jascott1_ has quit IRC07:10
*** rcernin has quit IRC07:10
*** rcernin has joined #openstack-infra07:10
*** martinkopec has joined #openstack-infra07:12
*** ssbarnea has quit IRC07:14
*** florianf has joined #openstack-infra07:16
*** nadya has quit IRC07:17
*** john-davidge has joined #openstack-infra07:17
*** aarefiev_afk is now known as aarefiev07:17
*** aviau has quit IRC07:19
*** aviau has joined #openstack-infra07:19
*** HeOS has quit IRC07:20
*** john-davidge has quit IRC07:22
*** dizquierdo has joined #openstack-infra07:24
*** Sukhdev has quit IRC07:26
*** ssbarnea has joined #openstack-infra07:27
*** hashar has joined #openstack-infra07:31
*** markus_z has joined #openstack-infra07:31
*** ggnel_t has joined #openstack-infra07:32
*** ggnel_t has quit IRC07:33
*** yamamoto has quit IRC07:33
*** amoralej|off is now known as amoralej07:33
*** yamamoto has joined #openstack-infra07:34
*** esberglu has joined #openstack-infra07:35
*** esberglu has quit IRC07:39
*** ym200 has joined #openstack-infra07:42
*** dtardivel has joined #openstack-infra07:43
*** ym200 has quit IRC07:46
*** kjorgensen has joined #openstack-infra07:50
*** adriant has quit IRC07:50
*** kjorgensen has quit IRC07:55
*** ccamacho has joined #openstack-infra07:55
*** gongysh has joined #openstack-infra07:56
*** kjorgensen has joined #openstack-infra07:57
*** isaacb has quit IRC07:58
*** zzzeek has quit IRC08:00
*** zzzeek has joined #openstack-infra08:00
*** thorst has joined #openstack-infra08:00
*** kjorgensen has quit IRC08:01
*** funzo has joined #openstack-infra08:02
*** ralonsoh has joined #openstack-infra08:06
*** funzo has quit IRC08:06
*** ralonsoh_ has joined #openstack-infra08:06
*** bhavik1 has quit IRC08:10
*** ralonsoh has quit IRC08:10
*** priteau has quit IRC08:11
*** ralonsoh_ is now known as ralonsoh08:12
*** sflanigan has quit IRC08:12
*** lucas-afk is now known as lucasagomes08:12
openstackgerritBéla Vancsics proposed openstack-dev/hacking master: Add a check to make sure the right assert* method is used  https://review.openstack.org/43436608:14
*** alexchadin has joined #openstack-infra08:17
*** thorst has quit IRC08:19
*** shardy has joined #openstack-infra08:19
*** asselin has joined #openstack-infra08:20
*** asselin_ has quit IRC08:22
*** s-shiono has quit IRC08:24
*** rossella_s has joined #openstack-infra08:25
*** markvoelker has quit IRC08:26
*** Kevin_Zheng has joined #openstack-infra08:28
*** esberglu has joined #openstack-infra08:29
*** dingyichen has quit IRC08:30
*** ym200 has joined #openstack-infra08:33
*** esberglu has quit IRC08:33
*** john-davidge has joined #openstack-infra08:33
*** pfallenop has joined #openstack-infra08:36
*** ym200 has quit IRC08:37
*** john-davidge has quit IRC08:38
*** vtapia has quit IRC08:40
*** alex_xu has quit IRC08:41
*** gcb has quit IRC08:42
*** alex_xu has joined #openstack-infra08:42
*** gcb has joined #openstack-infra08:43
*** jordanP has joined #openstack-infra08:44
*** derekh has joined #openstack-infra08:45
*** dhajare__ has quit IRC08:46
*** pfallenop has quit IRC08:46
*** pfallenop has joined #openstack-infra08:47
*** ym200 has joined #openstack-infra08:47
*** dhajare__ has joined #openstack-infra08:47
*** yamamoto has quit IRC08:48
*** yamamoto has joined #openstack-infra08:48
*** jtomasek has quit IRC08:49
*** jtomasek_ has joined #openstack-infra08:49
openstackgerritFabio Verboso proposed openstack-infra/project-config master: New Iotronic Service components:  https://review.openstack.org/45318408:50
*** tosky has joined #openstack-infra08:51
*** ym200 has quit IRC08:52
*** ggherdov-_ is now known as ggherdov-08:52
*** pblaho has joined #openstack-infra08:54
*** dhajare__ has quit IRC08:57
*** dhajare has joined #openstack-infra08:59
*** pfallenop has quit IRC09:01
*** pfalleno1 has joined #openstack-infra09:01
openstackgerritAndrea Frittoli proposed openstack-dev/hacking master: Add py3.5 support in setup.cfg  https://review.openstack.org/45404709:02
*** SpamapS has quit IRC09:04
*** sree has joined #openstack-infra09:07
openstackgerritVitaly Gridnev proposed openstack-infra/project-config master: implement a builder for scenario jobs  https://review.openstack.org/45130209:08
*** umbSublime has quit IRC09:09
*** sree has quit IRC09:10
*** sree has joined #openstack-infra09:11
*** naichuans has quit IRC09:12
*** ym200 has joined #openstack-infra09:14
*** apetrich has quit IRC09:14
openstackgerritFabio Verboso proposed openstack-infra/project-config master: New Iotronic Service components:  https://review.openstack.org/45318409:14
openstackgerritDirk Mueller proposed openstack-infra/project-config master: Start building opensuse based nodepool images  https://review.openstack.org/41206509:15
*** sree has quit IRC09:15
*** john-davidge has joined #openstack-infra09:17
chemhi people, I'm trying to understand why https://review.openstack.org/#/c/434346/ doesn't go to the gate09:17
chemit's been workflow before the depends-on was merged.  But now the depends-on is merged and nothing is happening.09:18
*** ym200 has quit IRC09:18
AJaegerchem: exactly that's the problem. If those do not share a common queue, there's no notification. You have to +W again. Just remove and readd. More details at https://docs.openstack.org/infra/manual/developers.html#limitations-and-caveats09:19
chemAJaeger: ack, thanks a lot, for answer and pointer for more09:20
*** nmathew has joined #openstack-infra09:20
*** john-davidge has quit IRC09:21
*** mcarden has quit IRC09:23
*** umbSublime has joined #openstack-infra09:23
*** esberglu has joined #openstack-infra09:23
*** mcarden has joined #openstack-infra09:24
*** sree has joined #openstack-infra09:25
*** vtapia has joined #openstack-infra09:25
*** vtapia has quit IRC09:27
*** esberglu has quit IRC09:28
*** HeOS has joined #openstack-infra09:28
*** sree has quit IRC09:29
*** vtapia has joined #openstack-infra09:30
openstackgerritAndrea Frittoli proposed openstack/os-performance-tools master: Add py3.5 support in setup.cfg  https://review.openstack.org/45406409:32
*** ym200 has joined #openstack-infra09:34
openstackgerritRabi Mishra proposed openstack-infra/project-config master: Change py35 dsvm job to use convergence  https://review.openstack.org/45406609:34
*** vtapia has quit IRC09:35
*** Julien-zte has quit IRC09:36
*** ym200 has quit IRC09:38
openstackgerritDirk Mueller proposed openstack-infra/project-config master: Configure the openstack mirroring for openSUSE based images  https://review.openstack.org/45407209:41
*** SpamapS has joined #openstack-infra09:42
openstackgerritVitaly Gridnev proposed openstack-infra/project-config master: implement a builder for scenario jobs  https://review.openstack.org/45130209:46
*** jtomasek_ has quit IRC09:46
*** stakeda has quit IRC09:46
*** ym200 has joined #openstack-infra09:47
fricklerclarkb: fungi: jhesketh: my ds-gate change has managed to avoid getting any core review for three months now, would you care to fix that? :) https://review.openstack.org/41698509:48
jheskethfrickler: sure, I can take a look09:48
*** neiljerram has joined #openstack-infra09:49
jheskethlgtm09:49
*** nadya has joined #openstack-infra09:50
fricklerjhesketh: awesome, thx09:50
*** ym200 has quit IRC09:51
*** gongysh has quit IRC09:52
*** ym200 has joined #openstack-infra09:53
*** electrofelix has joined #openstack-infra09:53
openstackgerritColleen Murphy proposed openstack-infra/project-config master: Add suse family package map  https://review.openstack.org/45408009:55
*** priteau has joined #openstack-infra09:56
*** ym200_ has joined #openstack-infra09:57
*** yamamoto has quit IRC09:57
*** ym200 has quit IRC09:57
*** apetrich has joined #openstack-infra09:57
*** yamamoto has joined #openstack-infra09:57
*** ym200_ has quit IRC10:01
*** isaacb has joined #openstack-infra10:03
*** funzo has joined #openstack-infra10:03
*** liujiong has quit IRC10:03
*** liujiong_lj has joined #openstack-infra10:03
*** nicolasbock has joined #openstack-infra10:03
*** nmathew has quit IRC10:07
*** nmathew- has joined #openstack-infra10:08
*** flepied has joined #openstack-infra10:08
*** funzo has quit IRC10:08
openstackgerritVitaly Gridnev proposed openstack-infra/project-config master: sahara: mod-wsgi scenario job is added  https://review.openstack.org/45408310:09
*** dhajare has quit IRC10:10
*** liujiong_lj has quit IRC10:12
*** deray has joined #openstack-infra10:13
*** yamamoto has quit IRC10:13
derayhi.. good morning all10:14
derayI have a quick query regarding the ``post`` section of any project in this file: https://github.com/openstack-infra/project-config/blob/master/zuul/layout.yaml10:15
*** yamamoto has joined #openstack-infra10:15
deraywhat does the ``post`` section signify?10:16
*** thorst has joined #openstack-infra10:17
*** askb has quit IRC10:17
derayno worries .. got the reference here: https://docs.openstack.org/infra/system-config/zuul.html#overview .. thx anyways10:20
*** thorst has quit IRC10:22
openstackgerritDirk Mueller proposed openstack-infra/project-config master: Run py35 tests on upper-constraints.txt changes  https://review.openstack.org/45408710:23
*** nmathew- has quit IRC10:23
*** efoley has joined #openstack-infra10:23
*** pblaho has quit IRC10:23
*** pblaho has joined #openstack-infra10:24
*** deray_ has joined #openstack-infra10:24
openstackgerritDirk Mueller proposed openstack-infra/project-config master: Upgrade nova-functional cross-checking to voting  https://review.openstack.org/45408810:24
openstackgerritRabi Mishra proposed openstack-infra/project-config master: Change py35 dsvm job to use convergence  https://review.openstack.org/45406610:25
*** mat128 has joined #openstack-infra10:26
*** markvoelker has joined #openstack-infra10:27
*** deray has quit IRC10:27
*** dhajare has joined #openstack-infra10:30
*** markvoelker has quit IRC10:31
*** arxcruz has quit IRC10:34
*** arxcruz has joined #openstack-infra10:34
openstackgerritArx Cruz proposed openstack-infra/tripleo-ci master: DO NOT REVIEW: testing tempest for oooq  https://review.openstack.org/45305910:36
*** jkilpatr_ has quit IRC10:37
*** ym200 has joined #openstack-infra10:38
openstackgerritDirk Mueller proposed openstack-infra/irc-meetings master: More rpm-packaging meeting an hour earlier due to DST  https://review.openstack.org/45409410:38
*** links has quit IRC10:39
*** alexchadin has quit IRC10:39
openstackgerritDebayan Ray proposed openstack-infra/project-config master: Add coverage job to proliantutils  https://review.openstack.org/45268610:40
*** alexchadin has joined #openstack-infra10:40
*** ym200_ has joined #openstack-infra10:40
*** pbourke has quit IRC10:41
*** sshnaidm|afk is now known as sshnaidm10:42
*** ym200 has quit IRC10:42
*** yanyanhu has quit IRC10:42
*** pbourke has joined #openstack-infra10:43
*** ym200_ has quit IRC10:44
*** john-davidge has joined #openstack-infra10:48
*** deray_ has quit IRC10:48
*** deray_ has joined #openstack-infra10:49
*** deray_ has quit IRC10:49
*** john-davidge has quit IRC10:52
*** dtantsur is now known as dtantsur|lunch10:54
*** links has joined #openstack-infra10:55
*** adarazs is now known as adarazs_lunch10:56
*** ym200 has joined #openstack-infra10:59
*** chem is now known as chem_lunch11:02
*** ym200_ has joined #openstack-infra11:02
*** efoley_ has joined #openstack-infra11:03
*** ym200 has quit IRC11:03
*** apetrich has quit IRC11:04
*** jtomasek has joined #openstack-infra11:04
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: DONT REVIEW: testing tempest for oooq  https://review.openstack.org/45265511:04
*** funzo has joined #openstack-infra11:04
*** sdague has joined #openstack-infra11:05
*** dave-mccowan has joined #openstack-infra11:06
*** efoley has quit IRC11:07
*** ym200_ has quit IRC11:07
*** ym200 has joined #openstack-infra11:09
*** ym200 has quit IRC11:09
*** funzo has quit IRC11:09
*** ym200 has joined #openstack-infra11:11
*** esberglu has joined #openstack-infra11:11
*** jkilpatr_ has joined #openstack-infra11:14
*** ccamacho is now known as ccamacho|lunch11:15
*** Hal has joined #openstack-infra11:16
*** esberglu has quit IRC11:16
openstackgerritMonty Taylor proposed openstack-infra/shade master: DNM: Debug logging to figure out fip delete failure  https://review.openstack.org/45410411:17
openstackgerritMonty Taylor proposed openstack-infra/shade master: DNM: Debug logging to figure out fip delete failure  https://review.openstack.org/45410411:20
*** jordanP has quit IRC11:20
*** ym200 has quit IRC11:27
*** dizquierdo is now known as dizquierdo_afk11:30
*** thorst has joined #openstack-infra11:32
*** esikachev has joined #openstack-infra11:36
*** ym200 has joined #openstack-infra11:36
*** rossella_s has quit IRC11:36
*** alexchadin has quit IRC11:39
*** ym200 has quit IRC11:41
*** lucasagomes is now known as lucas-hungry11:41
*** isaacb has quit IRC11:41
*** ym200 has joined #openstack-infra11:41
*** isaacb has joined #openstack-infra11:41
openstackgerritDirk Mueller proposed openstack-infra/project-config master: Upgrade nodepool-opensuse tests from experimental to non-voting  https://review.openstack.org/45412911:43
*** ym200_ has joined #openstack-infra11:44
*** ym200 has quit IRC11:46
*** ym200_ has quit IRC11:48
*** rfolco has joined #openstack-infra11:48
*** RuiChen has left #openstack-infra11:52
openstackgerritDirk Mueller proposed openstack-infra/puppet-jenkins master: Add Suse family support to jenkins puppet module  https://review.openstack.org/43887711:56
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: WIP: Run ovb jobs in transition mode  https://review.openstack.org/45413411:57
openstackgerritMerged openstack-infra/tripleo-ci master: Support built packages to be installed in image  https://review.openstack.org/45275511:59
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: WIP: Run ovb jobs in transition mode  https://review.openstack.org/45413411:59
*** e0ne has joined #openstack-infra11:59
*** scottda has joined #openstack-infra12:00
*** ym200 has joined #openstack-infra12:02
*** ccamacho|lunch is now known as ccamacho12:05
*** john-davidge has joined #openstack-infra12:06
*** ym200 has quit IRC12:07
*** chem_lunch is now known as chem12:08
*** ym200 has joined #openstack-infra12:08
*** john-davidge has quit IRC12:11
*** ym200 has quit IRC12:12
EmilienMAJaeger: hey! I'm confused what should I do on https://review.openstack.org/#/c/45316212:16
EmilienMAJaeger: remove os-cloud-config from openstack/requirements all branches?12:16
EmilienMAJaeger: because that's what I'm trying to do https://review.openstack.org/#/c/451091/12:17
*** esikachev has quit IRC12:18
*** adarazs_lunch is now known as adarazs12:19
*** ym200 has joined #openstack-infra12:22
AJaegerEmilienM: yes, on all requirements branches. So, remove it from stable/ocata etc. branch of that repo as well12:23
AJaegerEmilienM: you need to remove it from *projects.txt* file for those branches. You can keep it in global-requirements12:24
openstackgerritdane-fichter proposed openstack-infra/project-config master: Add barbican-tempest-plugin tests to Cursive  https://review.openstack.org/45295012:24
mordredwait - I'm confused by that. the os-cloud-config package is still on pypi, and things in stable/ocata that might have depended on it aren't going to stop depending on it12:24
mordredoh12:24
mordredAJaeger: gotcha - I was consued when yousaid remove it- now I understand12:24
AJaegerSo, split your change 451091 in two parts - one to remove the syncing (projects.txt) - and that is needed on all branchrs12:25
AJaegerBut leave it in global-requirements on those branches.12:25
AJaegerAnd for master, we first need the release12:25
EmilienMgotcha12:27
EmilienMAJaeger: see https://review.openstack.org/#/c/452685/12:28
*** markvoelker has joined #openstack-infra12:28
*** dprince has joined #openstack-infra12:28
EmilienMAJaeger: I didn't know about that patch until now12:28
openstackgerritJoshua Hesketh proposed openstack-infra/zuul feature/zuulv3: Catch and log url pattern formatting errors  https://review.openstack.org/45046812:29
AJaegerEmilienM: but for stable/ocata and older, you just remove it from projects.txt. Can you propose changes, please?12:29
AJaegerBut if you have abandoned the proposal bot change, persuade mordred and myself to approve your change quickly so that gerrit is read-only and the next proposal run will fail ;)12:30
AJaegermordred: wnat to +2 already https://review.openstack.org/#/c/453162/ ?12:30
EmilienMAJaeger: of course I will propose it12:30
EmilienMAJaeger: thanks for the guidance12:30
*** efoley_ has quit IRC12:30
AJaegerAh, it's abandoned already - so we're good. mordred, can you review, please?12:31
EmilienMAJaeger: should I also update upper-constraints.txt (in stable)?12:31
*** isaacb_ has joined #openstack-infra12:32
*** markvoelker has quit IRC12:32
AJaegerEmilienM: no, leave it as is (but double check with requirments team)12:33
EmilienMok12:34
*** trown|outtypewww is now known as trown12:35
*** isaacb has quit IRC12:35
*** gouthamr has joined #openstack-infra12:36
mordredAJaeger: done12:37
*** apetrich has joined #openstack-infra12:37
EmilienMAJaeger: https://review.openstack.org/#/q/topic:retire/occ12:39
*** rossella_s has joined #openstack-infra12:39
mordredAJaeger: I think https://review.openstack.org/#/c/453690/ is correct now, yeah?12:39
*** lucas-hungry is now known as lucasagomes12:40
AJaegerttx, could you +1 453690, please? ^12:40
AJaegermordred: I'd like ttx as TC chair to +1 - and then will +2.12:41
mordredAJaeger: ++ thanks!12:41
*** zhurong has quit IRC12:42
*** john-davidge has joined #openstack-infra12:43
openstackgerritDirk Mueller proposed openstack-infra/puppet-jenkins master: Add Suse family support to jenkins puppet module  https://review.openstack.org/43887712:43
openstackgerritColleen Murphy proposed openstack-infra/project-config master: Add suse family package map  https://review.openstack.org/45408012:43
openstackgerritDirk Mueller proposed openstack-infra/puppet-jenkins master: Add Suse family support to jenkins puppet module  https://review.openstack.org/43887712:44
openstackgerritMerged openstack-infra/project-config master: Remove os-cloud-config from Infra  https://review.openstack.org/45316212:45
*** kgiusti has joined #openstack-infra12:45
*** wolverineav has joined #openstack-infra12:45
openstackgerritDirk Mueller proposed openstack-infra/system-config master: Add support for openSUSE Leap  https://review.openstack.org/43715412:46
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: WIP: Run ovb jobs in transition mode  https://review.openstack.org/45413412:49
mordredhrm. crinkle is proposing patches but is not in irc :(12:49
*** dizquierdo_afk is now known as dizquierdo12:50
cmurphymordred: hi12:50
mordredoh! you have a different name12:51
mordredcmurphy: so - I just left a comment with a +2 on https://review.openstack.org/#/c/452976 - tl;dr -why the comment about tripleo and dhcp?12:51
cmurphymordred: copied from the puppet module12:52
*** bh526r has joined #openstack-infra12:52
mordredah. werid12:52
*** jaosorior has quit IRC12:52
mordredI mean, it's obviously not bad that TripleO uses dhcp - but really _everything_ should and the only outlier is rackspace public cloud - so I wasn't sure if there was something deeper12:53
* mordred decides not to think about it too much12:53
*** jaosorior has joined #openstack-infra12:53
cmurphymordred: I have no further information, I'm just trying not to break things12:53
*** pradk has quit IRC12:53
ttxAJaeger: done12:53
openstackgerritMerged openstack-infra/project-config master: Install more packages with DIB  https://review.openstack.org/44995512:54
mordredcmurphy: ++12:54
AJaegerttx, thanks. +2.12:54
dirkAJaeger: stable stuff is done by the stable team not the requirements team (yes I know this is confusing) :)12:55
AJaegerdirk: Ah, right...12:55
*** Julien-zte has joined #openstack-infra12:55
*** mptacekx has joined #openstack-infra12:56
*** psachin_ has quit IRC12:56
mptacekxHi infra, can someone please merge this tiny fix in project-config ? https://review.openstack.org/#/c/453672/12:57
mordredmptacekx: done12:59
*** aysyd has joined #openstack-infra12:59
* dirk mentions https://review.openstack.org/#/c/450045/ in the hope that mordred sees it ;)13:00
openstackgerritArx Cruz proposed openstack-infra/tripleo-ci master: DO NOT REVIEW: testing tempest for oooq  https://review.openstack.org/45305913:01
AJaegercmurphy: looking at your series https://review.openstack.org/#/q/topic:unpuppet-zuul-workers - can those changes merge indepently? Or do the project-config changes need to come before/after system-config ones?13:01
*** esberglu has joined #openstack-infra13:02
cmurphyAJaeger: the project-config changes need to come first13:02
cmurphyAJaeger: I think (?) I used depends-on in the system-config ones to indicate that13:02
*** sdague has quit IRC13:03
openstackgerritMerged openstack-infra/project-config master: Add suse family package map  https://review.openstack.org/45408013:03
*** funzo has joined #openstack-infra13:05
*** ralonsoh has quit IRC13:05
*** ralonsoh has joined #openstack-infra13:06
openstackgerritMerged openstack-infra/project-config master: Fixing small typo in collectd-ceilometer-plugin.yaml  https://review.openstack.org/45367213:06
AJaegercmurphy: ah...13:07
*** gongysh has joined #openstack-infra13:08
*** links has quit IRC13:09
*** srobert has joined #openstack-infra13:09
*** srobert has quit IRC13:09
*** bhavik1 has joined #openstack-infra13:09
*** srobert has joined #openstack-infra13:09
*** funzo has quit IRC13:10
dirkmordred: thanks!13:10
mptacekxmordred: thanks a lot13:11
*** jamesdenton has joined #openstack-infra13:11
*** john-dav_ has joined #openstack-infra13:12
*** john-davidge has quit IRC13:12
*** jiaohaolin1 has joined #openstack-infra13:13
*** mdrabe has joined #openstack-infra13:15
*** jamesden_ has joined #openstack-infra13:15
*** mat128 has quit IRC13:15
*** jamesdenton has quit IRC13:16
*** dizquierdo has quit IRC13:18
*** mriedem has joined #openstack-infra13:19
*** vikrant has quit IRC13:20
*** knangia has quit IRC13:21
*** mat128 has joined #openstack-infra13:24
jiaohaolin1hey guys, My colleague is registering foundation member ,It need to fill in affiliations , but the 'Add New Affilations 'button jump to the home page directly . what is  wrong with the regstration page ?13:25
jiaohaolin1openstackstatus: My colleague is registering foundation member ,It need to fill in affiliations , but the 'Add New Affilations 'button jump to the home page directly . what is  wrong with the regstration page ?13:26
mordredjiaohaolin1: not sure, the foundation staff runs that site. fungi might can forward the question to them when he gets online13:27
*** dtantsur|lunch is now known as dtantsur13:28
*** baoli has joined #openstack-infra13:28
*** erikmwil_ has joined #openstack-infra13:28
*** esikachev has joined #openstack-infra13:29
*** shu-mutou-AWAY has quit IRC13:29
*** alexchadin has joined #openstack-infra13:29
*** spzala has joined #openstack-infra13:30
*** nmathew has joined #openstack-infra13:30
*** flepied has quit IRC13:30
jiaohaolin1mordred: I am Chinese. It's time to get to bed now ,I can't wait to the fuondation get to work ,meybe I should let my colleague try again tomorrow13:31
*** flepied has joined #openstack-infra13:31
*** erikmwilson has quit IRC13:31
jiaohaolin1mordred: Could you tell them when they get online ,please?13:31
*** chlong has joined #openstack-infra13:31
*** ihrachys has joined #openstack-infra13:32
jiaohaolin1fungi: My colleague is registering foundation member ,It need to fill in affiliations , but the 'Add New Affilations 'button jump to the home page directly . what is  wrong with the regstration page ?13:33
mordredjiaohaolin1: yes - we'll be sure to havesomeone look at it during your night time13:35
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: [WIP] add containerized deployment on multinode  https://review.openstack.org/45415213:35
mordredjiaohaolin1: and then hopefully it should work for your colleague tomorrow13:35
openstackgerritDirk Mueller proposed openstack-infra/irc-meetings master: Move rpm-packaging meeting an hour earlier due to DST  https://review.openstack.org/45409413:36
*** shardy has quit IRC13:37
rosmaitai'm seeing the glance py35 tests failing because the setup can't find os-win===2.0.0: http://logs.openstack.org/58/434558/9/check/gate-tempest-dsvm-py35-ubuntu-xenial/f6f0aed/logs/devstacklog.txt.gz#_2017-04-06_12_38_00_95713:38
dirkrosmaita: sounds like a mirroring issue13:38
rosmaitaanyone else seeing that? any advice on what i should do?13:38
dirkrosmaita: try recheck13:38
*** baoli has quit IRC13:39
*** fverboso has joined #openstack-infra13:39
rosmaitadirk: ok, is there any way to refresh the mirrors (other than waiting)?13:40
mordredrosmaita: http://mirror.regionone.osic-cloud1.openstack.org/pypi/simple/os-win/ I do not see it there13:40
migielectrofelix: hi13:40
migielectrofelix: I have question around jjb if you still contribute to that project13:41
openstackgerritdane-fichter proposed openstack-infra/project-config master: Add barbican-tempest-plugin tests to Cursive  https://review.openstack.org/45295013:41
mordredrosmaita: we'll need to check and see if something is borked with mirroring atm13:41
rosmaitamordred: thanks13:41
cloudnullmordred: mirror out of sync or issues within the OSIC that we should go look into? -cc mudpuppy13:41
AJaegermordred, rosmaita : os-win 2.0.0 was released yesterday - and it's not in http://mirror.regionone.osic-cloud1.openstack.org/pypi/simple/os-win/ - so, indeed, let's check mirroring13:42
cloudnull^ ok nvmd .13:42
mordredcloudnull: nah - it's likely mirroring issues - I just picked osic to check because it was the first one in my browser history :)13:42
rosmaitawhen y'all are saying "we", is there something i can do to help, or should i leave it in your capable hands?13:43
cloudnullmakes sense.13:43
* cloudnull has his client set to ping when osic is mentioned13:43
AJaegerrosmaita: send cookies etc to mordred ;)13:43
electrofelixmigi: fire away, I still occassionally get time to work on it13:43
mordredFANTASTIC: subprocess.CalledProcessError: Command '['bandersnatch', 'mirror']' returned non-zero exit status 113:44
rosmaitamordred: will it help if i bring cookies to boston (if i go to boston, not sure yet)?13:44
mordredwhat a useful error message13:44
*** zz_dimtruck is now known as dimtruck13:45
migielectrofelix: in short I am trying to use variable in template and the variable is nested in another part, is this possible? here is small example: http://paste.openstack.org/show/605601/13:45
migielectrofelix: you can see that first job generates "echo {variable_1}" and second "echo test_variable" and I have hoped it's possible to include one var in tempest so it's properly picked up, but it's for some reason not13:46
*** sdague has joined #openstack-infra13:47
*** baoli has joined #openstack-infra13:47
*** jistr is now known as jistr|afk13:47
*** hamzy has quit IRC13:50
mordredWOW OMFG WTF13:50
mordredinfra-root: bandersnatch made a release yesterday that only works with python313:50
* AJaeger slams head13:51
cmurphywow13:51
electrofelixmigi: so I don't think we have nested expansion in the way your looking for there. I think the problem is that dsl_stage1 would be expanded at the same time the contents of MyTemplate.groovy.inc13:52
migielectrofelix: exactly, so there is no hope with the current implementation to include such thing?13:53
electrofelixmigi: maybe, have you tried using named defaults?13:53
AJaegermigi, does it work if you don't use include?13:54
migiAJaeger: yes it works, but if I even put the first one as include and then re-use it in second one it's still not fine13:55
*** jaosorior is now known as jaosorior_away13:55
AJaegermigi: and if it does, try another include - like include-raw-escape13:55
migielectrofelix: what's that (maybe I've tried as I've tried many things)13:55
migiAJaeger: that doesn't work13:55
electrofelixmigi: when you say 'yes it works' what do you mean? it works exactly was you want when you don't use the !include tags?13:56
*** isaacb__ has joined #openstack-infra13:56
electrofelixor only in the same as the generated XML13:56
migiAJaeger: electrofelix: ah no, it doesn't work that way, I thought AJaeger is asking if it works when there is not include, simply definition with variable in it (like in second paste example)13:57
electrofelixmigi: ah, well important distinction, one is the !include tags the other is variable substitution13:58
*** isaacb_ has quit IRC13:58
electrofelixso it behaves the same either way, to be expected since !include & !include-raw are processed by the yaml parser so the result being passed to JJB template formatter would be the same.13:59
openstackgerritMerged openstack-infra/shade master: Migrate server snapshot tests to requests_mock  https://review.openstack.org/45256513:59
*** nmathew has quit IRC13:59
openstackgerritMonty Taylor proposed openstack-infra/puppet-bandersnatch master: Pin bandersnatch to 1.11  https://review.openstack.org/45419513:59
mordredinfra-root: ^^ I have downgraded bandersnatch by hand on mirror-update.openstack.org - there is the puppet to ensure it stays that way14:00
migielectrofelix: ah, ok14:02
openstackgerritDave McCowan proposed openstack-infra/project-config master: Add experimental py35 gate for Barbican Tempest Testing  https://review.openstack.org/45419714:02
electrofelixmigi: the main defaults most use is the global defaults: https://docs.openstack.org/infra/jenkins-job-builder/definition.html#defaults , but you can assign another name to a different set of defaults as shown in https://github.com/openstack-infra/jenkins-job-builder/blob/master/tests/yamlparser/fixtures/template_override_project_level_defaults.yaml14:02
mordredrosmaita: I am running a pypi mirror sync by hand14:03
rosmaitamordred: bless you!14:03
electrofelixmigi: the defaults will have substitution performed on them using the project/job variables provided before being applied to the template14:04
mordredrosmaita: you can be assured that I vented some rage appropriately into the commit message that fixes the issue14:04
migielectrofelix: ok I will try that and update if this works/doesnt14:04
electrofelixmigi: then the template will be expanded, this should ensure that the dsl_stage1 is expanded before it is referenced14:04
openstackgerritMichal Ptacek proposed openstack-infra/project-config master: Small typo change in ceilometer-collectd-plugin.yaml  https://review.openstack.org/45420014:04
*** fverboso has quit IRC14:05
*** vfabio has joined #openstack-infra14:05
*** pradk has joined #openstack-infra14:05
electrofelixthe other alternative is via job_groups, you can define dsl_stage1 on a job-group and reference the job-group in the project and control the value of variable_1 from the project definition. The job-group parameters should again be expanded before being applied to the template14:05
*** melwitt has quit IRC14:05
*** tomhambleton_ has quit IRC14:05
*** melwitt has joined #openstack-infra14:05
openstackgerritSagi Shnaidman proposed openstack-infra/project-config master: Transit OVB OOOQ job to new mode  https://review.openstack.org/45420214:06
*** melwitt is now known as Guest4891014:06
migielectrofelix: works like charm ! :)14:06
*** jraim has quit IRC14:06
*** jraim_ has joined #openstack-infra14:06
*** tonytan4ever has joined #openstack-infra14:06
electrofelixmigi: great, glad to hear I got it right working from memory ;p14:06
migi:)14:07
*** lbragstad has quit IRC14:07
*** tomhambleton_ has joined #openstack-infra14:07
*** spzala has quit IRC14:07
*** flepied has quit IRC14:07
openstackgerritIldiko Vancsa proposed openstack-infra/irc-meetings master: Change the Cinder-Nova meeting time slot  https://review.openstack.org/45319914:07
openstackgerritCorey O'Brien proposed openstack/diskimage-builder master: Ignore missing path in unmount_dir  https://review.openstack.org/44662114:08
*** lbragstad has joined #openstack-infra14:08
amrithgreetings folks, I'm wondering if there's a simple way in which I can see all the jobs that ran through the trove check in the last (period, say a day or a week) and see what the outcomes were? I'm pushing up a change in which I want to handle many of the known check/gate failures and make the tests more stable and right now finding failure modes has been hit or miss. wondering if there is a more structured way.14:09
*** gongysh has quit IRC14:10
*** csmart has quit IRC14:11
*** rpodolyaka is now known as rpodolyaka_afk14:11
*** dougshelley66 has quit IRC14:11
*** csmart1 has joined #openstack-infra14:11
*** sindhu has quit IRC14:11
rosmaitamordred: i figure i can always count on you to vent rage14:12
*** ashtokolov has quit IRC14:12
*** portdirect has quit IRC14:12
*** funzo has joined #openstack-infra14:12
*** portdirect has joined #openstack-infra14:12
*** sindhu has joined #openstack-infra14:13
*** ashtokolov has joined #openstack-infra14:13
*** patrickeast has quit IRC14:13
AJaegeramrith: several options, one is http://status.openstack.org/openstack-health/#/?searchProject=trove14:13
*** odyssey4me has quit IRC14:13
amrithAJaeger, let me start with that one14:14
*** berendt has quit IRC14:14
*** MarkAtwood has quit IRC14:14
*** jaranovich_ has quit IRC14:14
AJaegeramrith: everything green? Something's wrong? - see http://status.openstack.org/openstack-health/#/g/project/openstack~2Ftrove14:14
amrithreally? that thing seems to be indicating all green :) I'll take it but I think something is wrong14:14
*** davidlenwell has quit IRC14:14
*** baoli has quit IRC14:14
amrithI think the indicator you are using is kaka14:15
*** rpodolyaka_afk has quit IRC14:15
amriththe gate hasn't been this good since about mitaka when we changed all the jobs to just return 014:15
amrithoops, did I say that out loud?14:15
*** jaranovich_ has joined #openstack-infra14:15
AJaeger;)14:15
*** berendt has joined #openstack-infra14:15
amrithyeah, this data is exquisitely presented kaka14:15
AJaegeramrith: there's also http://logstash.openstack.org/#/dashboard/file/logstash.json14:16
*** odyssey4me has joined #openstack-infra14:16
amrithyeah, I know that one, a bit harder to mine14:16
*** asingh_ has quit IRC14:16
*** patrickeast has joined #openstack-infra14:16
amrithI think I'll push up my omnibus change and see how things shake out14:16
mptacekxmordred: can you please merge also this one ? https://review.openstack.org/#/c/454200/14:16
AJaegeramrith: I'm not an expert on either of these, so hope others can help you further14:16
*** alexchadin has quit IRC14:16
*** baoli has joined #openstack-infra14:16
*** davidlenwell has joined #openstack-infra14:16
*** MarkAtwood has joined #openstack-infra14:16
amrithnp AJaeger thx14:16
openstackgerritSagi Shnaidman proposed openstack-infra/project-config master: WIP: Transit OVB OOOQ job to new mode  https://review.openstack.org/45420214:17
*** rpodolyaka_afk has joined #openstack-infra14:17
*** asingh_ has joined #openstack-infra14:17
*** bhavik1 has quit IRC14:18
*** rbrndt has joined #openstack-infra14:18
*** mdrabe has quit IRC14:18
openstackgerritCorey O'Brien proposed openstack/diskimage-builder master: Fix typo in pip-and-virtualenv  https://review.openstack.org/45420814:19
*** esikache1 has joined #openstack-infra14:19
*** hamzy has joined #openstack-infra14:20
*** esikachev has quit IRC14:22
*** felipemonteiro has joined #openstack-infra14:23
*** mdrabe has joined #openstack-infra14:24
mnaser"As mentioned at the Atlanta PTG feedback session in February, we had narrowed down our PTG location options to Denver and Montreal. Based on attendee feedback we received in Atlanta, we knew keeping room rates down was a priority and are excited we were able to negotiate a $149/night for attendees in Denver versus nearly $200/night in Montreal."14:25
mnaseraw man, so close from just driving down the street to the PTG14:25
openstackgerritMonty Taylor proposed openstack-infra/shade master: Use REST for neutron floating IP list  https://review.openstack.org/45421214:25
openstackgerritDirk Mueller proposed openstack-infra/project-config master: Start building opensuse based nodepool images  https://review.openstack.org/41206514:26
*** dimtruck is now known as zz_dimtruck14:28
*** mtanino has joined #openstack-infra14:28
*** markvoelker has joined #openstack-infra14:29
*** gordc has joined #openstack-infra14:29
*** smarcet has joined #openstack-infra14:30
*** markus_z has quit IRC14:32
*** EricGonczer_ has joined #openstack-infra14:32
*** rossella_s has quit IRC14:33
openstackgerritJames E. Blair proposed openstack-infra/nodepool feature/zuulv3: Wait for lock when performing manual hold  https://review.openstack.org/45421714:33
*** rossella_s has joined #openstack-infra14:33
*** wolverineav has quit IRC14:34
*** wolverineav has joined #openstack-infra14:34
*** markvoelker has quit IRC14:35
*** dizquierdo has joined #openstack-infra14:35
*** hongbin has joined #openstack-infra14:37
*** mptacekx has quit IRC14:37
openstackgerritJames E. Blair proposed openstack-infra/nodepool feature/zuulv3: Wait for lock when performing manual hold  https://review.openstack.org/45421714:38
*** aysyd_ has joined #openstack-infra14:38
*** wolverineav has quit IRC14:39
*** mdurrant has joined #openstack-infra14:40
fungimnaser: i know, even though i live far south of the border, montreal would still have been closer for me14:40
mdurrantAnyone care to talk about xenial/nodepool issues? All my interfaces changed names and I'll be damned if I can find a way to slip in the grub commands pre-image building.14:40
*** aysyd has quit IRC14:41
mnaserfungi maybe they were looking at hotel prices and considering them in USD rather than CAD14:41
*** aysyd_ is now known as aysyd14:41
mnaserour dollar isn't so weak :-P14:41
mnasers/weak/strong/14:41
fungiheh14:41
mriedemmordred: pabelanger: i'm not sure what to do about this with the current state of zuul v3 and what it means for this change https://review.openstack.org/#/c/351269/14:41
mriedembut i'd like to know if i should just abandon14:41
*** Guest48910 is now known as melwitt14:42
fungimordred: i guess we could get our bandersnatch puppet module reworked to deploy with python3 (eventually, when someone finds time)14:42
*** flepied has joined #openstack-infra14:42
*** isaacb__ has quit IRC14:42
mordredfungi: totally14:42
mordredfungi: well, and also the node upgraded to xenial14:43
mordredsince it only claims support for 3.5 and trusty only has 3.414:43
fungiouch14:44
fungiyep14:44
mordredI  mean, we should upgrade to xenial anyway14:44
*** dizquierdo has quit IRC14:45
*** zz_dimtruck is now known as dimtruck14:45
*** eharney has joined #openstack-infra14:45
jeblairmriedem, mordred, pabelanger: well, we will have something like the ansible log in zuulv3, but it may not look exactly like that.  maybe we can land that with the knowledge we might need to tweak it some?14:46
AJaegerfungi, jeblair, can we remove gerrit-git-prep with zuul-git-prep everywhere now? I think we can - https://review.openstack.org/#/c/452879/14:47
jeblairAJaeger: i think so? :)14:48
fungiyeah, no objections from me. lack of review on my part usually just means i'm buried14:48
*** knangia has joined #openstack-infra14:48
*** dprince has quit IRC14:48
*** isaacb__ has joined #openstack-infra14:48
AJaegerfungi, jeblair, thanks for confirming - then I ask in the wider round ;)14:48
AJaegerproject-config cores, could you review https://review.openstack.org/#/c/452879/ , please?14:49
mriedemjeblair: i don't really know anymore. i'm not sure how useful the ansible log is when we hit gate failures unless it's some ssh issue into a host or something.14:50
*** armax has joined #openstack-infra14:50
mriedemsometimes i get lost in the ansible log and think those are the failures but they are red herrings and it's actually something else, like a job or test timeout14:50
*** spzala has joined #openstack-infra14:51
mdurrant... I can fix it in post-install. coolbeans14:52
ihrachys"Could not find a version that satisfies the requirement os-win===2.0.0" is it a known?14:52
*** jistr|afk is now known as jistr14:53
mordredihrachys: yup14:53
*** ijw has joined #openstack-infra14:53
mordredworking on it14:53
ihrachysok cool14:53
ihrachysand what about "keystone ImportError: No module named 'memcache'"?14:53
mordredihrachys: tl;dr- bandersnatch, the program we use to mirror pypi, cut a release that is python3 only14:53
mordredthat I don't know anything about14:53
ihrachysthat happens in the same job14:53
ihrachysbut probably doesn't get further now because of os-win14:54
ihrachyshttp://logs.openstack.org/91/452691/2/check/gate-tempest-dsvm-py35-ubuntu-xenial/ef52695/logs/devstacklog.txt.gz#_2017-04-06_10_56_26_00114:54
openstackgerritMerged openstack-infra/puppet-bandersnatch master: Pin bandersnatch to 1.11  https://review.openstack.org/45419514:55
*** cshastri has quit IRC14:56
mriedemso the os-win mirror issue is a known problem?14:56
ihrachysyes14:56
openstackgerritVitaly Gridnev proposed openstack-infra/project-config master: sahara: mod-wsgi scenario job is added  https://review.openstack.org/45408314:57
*** ldnunes has joined #openstack-infra14:57
*** andreww has joined #openstack-infra14:58
*** markvoelker has joined #openstack-infra14:59
*** xarses has joined #openstack-infra14:59
*** e0ne has quit IRC15:00
jeblair#status log zuulv3 is offline awaiting a security update.15:00
openstackstatusjeblair: finished logging15:00
jeblairinfra-root: ^15:00
*** john-dav_ is now known as john-davidge15:01
*** marst has joined #openstack-infra15:02
openstackgerritAnkur proposed openstack-infra/project-config master: feature-classification: a common lib for FeatCl frameworks  https://review.openstack.org/45255615:02
fungithanks jeblair!15:02
*** andreww has quit IRC15:03
*** aysyd_ has joined #openstack-infra15:03
*** aysyd has quit IRC15:03
*** matrohon has quit IRC15:03
pabelangermorning15:03
*** aysyd_ is now known as aysyd15:04
*** armax has quit IRC15:04
*** esikache1 has quit IRC15:04
*** esikache1 has joined #openstack-infra15:05
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck master: Add query for os-win 2.0.0 pypi mirror bug 1680498  https://review.openstack.org/45422715:08
openstackbug 1680498 in OpenStack-Gate "No matching distribution found for os-win===2.0.0" [Undecided,New] https://launchpad.net/bugs/168049815:08
*** cody-somerville has quit IRC15:08
*** felipemonteiro has quit IRC15:08
*** cody-somerville has joined #openstack-infra15:09
*** cody-somerville has joined #openstack-infra15:09
*** dprince has joined #openstack-infra15:09
pabelangerjeblair: clarkb: mtreinish: Shrews: I don't mind if we use mtqq for the protocol, but it would be nice if we did use fedmsg as the integration for nodepool / zuul.  This means we could use things like https://github.com/fedora-infra/fmn and a bunch of plugins: https://github.com/fedora-infra/fedmsg_meta_fedora_infrastructure/tree/develop/fedmsg_meta_fedora_infrastructure. Native mqtt means we need to15:09
pabelangerwrite all of that15:09
jeblairpabelanger: we use zookeeper for the integration with nodepool and zuul.15:09
pabelangerjeblair: sorry, I meant for emitting things to end users15:10
jeblairpabelanger: that makes sense.15:11
Shrewsi don't think any of those things should be considered for v3. too many changes as it is.15:12
Shrews3.5 maybe15:12
jeblairyep.  it's already a post v3 thing for zuul, and it's looking like it probably should be for nodepool.15:12
Shrewsor whatever the next thing is :)15:12
pabelangerShrews: agree15:12
pabelangerI didn't write a fedmsg support for ndoepool, because it didn't have a nice plugin system like zuul :)15:13
*** esikache1 has quit IRC15:14
jeblairyeah, and Shrews rightly argues for an abstraction layer.  so it sounds like abstraction layer + fedmsg fronting mqtt are the design requirements.15:14
*** dhajare has quit IRC15:14
*** eharney has quit IRC15:16
*** cody-somerville has quit IRC15:19
openstackgerritMerged openstack-infra/elastic-recheck master: Add query for os-win 2.0.0 pypi mirror bug 1680498  https://review.openstack.org/45422715:19
*** eharney has joined #openstack-infra15:19
openstackbug 1680498 in OpenStack-Gate "No matching distribution found for os-win===2.0.0" [Undecided,New] https://launchpad.net/bugs/168049815:19
mtreinishpabelanger: I don't have any issue with using the fedmsg libs for things, it was more that we just use mqtt as protocol for communication15:22
*** isaacb__ has quit IRC15:23
mtreinishpabelanger: that was something we talked about at the ptg.15:23
*** pcaruana has quit IRC15:28
*** dharinic has quit IRC15:29
*** martinkopec has quit IRC15:30
*** vfabio has quit IRC15:30
mtreinishpabelanger: but as long as the payload and topic are consistent with what fedmsg on the client side is expecting it doesn't actually matter if a fedmsg lib is used to send a message or not15:31
*** marst_ has joined #openstack-infra15:31
*** marst has quit IRC15:32
pabelangermtreinish: agree! https://fedora-fedmsg.readthedocs.io/en/latest/ is some of the topics we'd get support for, if we ran such services15:33
*** felipemonteiro has joined #openstack-infra15:35
openstackgerritMonty Taylor proposed openstack-infra/zuul feature/zuulv3: Start blocking lookup plugins on insecure jobs  https://review.openstack.org/45423615:35
openstackgerritMerged openstack-infra/nodepool master: Add opensuse 42.2 DIB testing  https://review.openstack.org/45004515:36
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Add trigger developer doc  https://review.openstack.org/45369515:38
*** shrircha has joined #openstack-infra15:39
*** smarcet has quit IRC15:42
*** aysyd has quit IRC15:42
*** esikache1 has joined #openstack-infra15:43
*** dharinic has joined #openstack-infra15:44
kfox1111so, we added some upgrade jobs experimentally in kolla-kubernetes.15:44
kfox1111they are stuck queued.15:44
kfox1111so I'm guessing something is misconfigured.15:45
kfox1111the ps looks ok to me though. can someone please have a look?15:45
mtreinishpabelanger: so the only issue I have with things there is the topics used are kinda imprecise. Most of the filtering is expected to be done client side based on payload content. (which makes sense considering the message protocols they're using)15:45
openstackgerritMajor Hayden proposed openstack-infra/bindep master: Add Amazon Linux support to bindep  https://review.openstack.org/45424015:45
*** sdague has quit IRC15:45
kfox1111gate-kolla-kubernetes-upgrade-centos-binary-2-ceph-nv and gate-kolla-kubernetes-upgrade-centos-binary-3-ceph-nv15:45
mtreinishpabelanger: one of the advantages of using mqtt is topics are hierarchical and you can get more specific in the topic. That lets you subscribe to very specific subsets of topics in the hierarchy15:46
openstackgerritMajor Hayden proposed openstack-infra/bindep master: Add Amazon Linux support to bindep  https://review.openstack.org/45424015:46
*** zhurong has joined #openstack-infra15:47
*** andreas_s has quit IRC15:48
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: TEST: DONT RECHECK or REVIEW: periodic jobs  https://review.openstack.org/35921515:48
*** zhurong has quit IRC15:49
clarkbkfox1111: node: 'centos' is not a valid node type. The jobs are waiting for a 'centos' to become ready to run the job15:49
clarkbkfox1111: you just need to update that to the proper node specification and then it should work15:49
*** numans has quit IRC15:49
clarkbthats in project-config/jenkins/jobs/projects.yaml lin 625515:49
mtreinishpabelanger: for example look at how we do gerrit now: http://git.openstack.org/cgit/openstack-infra/germqtt/tree/README.rst#n14 if you wanted only messages for comments added on infra patches you'd subscribe to 'gerrit/openstack-infra/+/comment-added'15:50
openstackgerritMerged openstack-infra/shade master: Migrate create_image_snapshot to REST  https://review.openstack.org/45256615:50
kfox1111clarkb: oops. thanks for catchign that. I'll put up a ps fix real quick.15:51
mtreinishthe way those fedmesg schemas are setup you'd have to subscribe to all the comment-added messages and filter in code based on inspecting the payload (assuming gerrit was there, but they're all setup pretty much the same way)15:51
*** Julien-zte has quit IRC15:51
*** Julien-zte has joined #openstack-infra15:51
mtreinishpabelanger: not saying it's a bad thing, (especially considering the current backends fedmsg is using) Its just that the fedmsg schemas won't take full advantage of what mqtt provides15:52
*** vhosakot has joined #openstack-infra15:53
*** hemanthm has joined #openstack-infra15:54
openstackgerritKevin Fox proposed openstack-infra/project-config master: Fix Kolla-Kubernetes upgrade job  https://review.openstack.org/45424615:54
kfox1111clarkb: that should fix it I think.15:54
clarkbkfox1111: yup that should get you a single node test? is taht what you want?15:56
mriedemAJaeger: clarkb: can you remind me, if a grenade job runs on stable/newton, does it really start on stable/mitaka and therefore a trusty node?15:56
kfox1111clarkb: yeah.15:57
clarkbmriedem: if the change is to newton then yes. Job runs on trusty starts with mitaka cloud then upgrades to newton15:57
kfox1111clarkb: once that merges, will we have to kill the existing jobs, or will they switch over?15:57
*** kjorgensen has joined #openstack-infra15:57
clarkbkfox1111: they should update15:57
kfox1111ok. cool. thanks.15:57
openstackgerritPaul Belanger proposed openstack-infra/zuul feature/zuulv3: Add upload-sphinx-draft role to tox-docs jobs  https://review.openstack.org/45424815:58
*** Julien-zte has quit IRC15:59
*** Julien-zte has joined #openstack-infra16:00
*** aarefiev is now known as aarefiev_afk16:05
*** prateek has quit IRC16:05
*** flepied has quit IRC16:07
*** Apoorva has joined #openstack-infra16:07
ihrachysmordred, what's the timeline for os-win fix?16:08
*** marst_ has quit IRC16:09
*** marst has joined #openstack-infra16:09
*** marst_ has joined #openstack-infra16:10
openstackgerritMerged openstack-infra/project-config master: Fix Kolla-Kubernetes upgrade job  https://review.openstack.org/45424616:11
*** john-davidge has quit IRC16:11
*** john-davidge has joined #openstack-infra16:11
*** marst has quit IRC16:13
*** jaosorior_away has quit IRC16:14
*** smarcet has joined #openstack-infra16:14
*** jaosorior has joined #openstack-infra16:15
*** smarcet has quit IRC16:15
*** Julien-zte has quit IRC16:16
openstackgerritMonty Taylor proposed openstack-infra/zuul feature/zuulv3: Start blocking lookup plugins on insecure jobs  https://review.openstack.org/45423616:16
clarkbzaro: starting to rough in the actual upgrade steps for 2.13 at https://etherpad.openstack.org/p/gerrit-2.13.-upgrade-steps16:17
*** numans has joined #openstack-infra16:18
*** Julien-zte has joined #openstack-infra16:19
openstackgerritClark Boylan proposed openstack-infra/system-config master: Upgrade review-dev to Gerrit 2.13.7  https://review.openstack.org/45371416:19
clarkband that removes the offlien index flag to have puppet do it automatically. Will abandon that change too16:19
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: Conntainers with multi-nic and net-iso  https://review.openstack.org/42244816:21
mordredclarkb, pabelanger: would one of you be willing to look at the bandersnatch mirror now? I feel like it should have been good by now - but still seems unhappy16:21
openstackgerritRamy Asselin proposed openstack-infra/puppet-bandersnatch master: Make the revision parameterized  https://review.openstack.org/38395516:23
pabelangermordred: clarkb: Sure, I can take a look16:23
clarkbmordred: pabelanger looks like a lot of subprocess.CalledProcessError: Command '['bandersnatch', 'mirror']' returned non-zero exit status 116:24
mordredpabelanger: thanks! I feel like I'm missing something16:24
*** ralonsoh has quit IRC16:24
mordredclarkb: that means puppet has "updated" us to 2.0 again16:24
asselinmordred, jeblair cmurphy  this was an old patch to pin bandersnatch outside of the puppet module itself. rebased: https://review.openstack.org/38395516:24
mordredoh - or maybe not16:24
clarkbpip freeze says 1.1116:24
mordredmaybe there is another issue ...16:24
clarkbI would grab the lock file then run bandersnatch in foreground16:24
mordreddoing that now16:25
mordredoh - piddle - I didn't grab the lock16:25
clarkbyou can tell it to wait and you should get it on the next time around16:25
mordredflock -n /var/run/bandersnatch/mirror.lock bash I just did that in a different shell16:25
clarkbmordred: and it worked?16:26
mordredyah16:26
clarkb-n means don't wait16:26
clarkbok I think you have it then16:26
mordredI have a shell now that's holding the lock16:26
clarkbcool then elsewhere you can run bandersnatch in the foreground (doing the kerberos things)16:27
openstackgerritMatt Riedemann proposed openstack-infra/project-config master: Remove a few trusty-based jobs from nova experimental  https://review.openstack.org/41503316:27
*** armax has joined #openstack-infra16:27
*** trown is now known as trown|lunch16:28
*** lucasagomes is now known as lucas-afk16:28
openstackgerritAdam Coldrick proposed openstack-infra/storyboard master: Minimise database queries when resolving cards  https://review.openstack.org/44461516:31
openstackgerritAdam Coldrick proposed openstack-infra/storyboard master: Minimise database queries when populating automatic worklists  https://review.openstack.org/44464416:31
openstackgerritAdam Coldrick proposed openstack-infra/storyboard master: Allow stories and tasks to be filtered by boards/worklists containing them  https://review.openstack.org/44461416:31
*** hashar has quit IRC16:34
*** nadya has quit IRC16:35
openstackgerritMerged openstack-infra/tripleo-ci master: Combined OVB ha and non-ha job  https://review.openstack.org/45313516:35
*** dizquierdo has joined #openstack-infra16:36
mordredclarkb: OH GOODIE!!!!! it's always returning 1 now16:37
clarkbmordred: thats one of those bug features we weretalking about yseterday16:38
mordredclarkb: do we know anything more about that?16:38
mordredI'm going to go ahead and do a vos release for now16:38
mordredjeblair: uhm16:39
mordredjeblair: This is a complete release of volume 53687093116:39
mordredRe-cloning permanent RO volume 536870932 ...16:39
asselinmordred, clarkb this I believe: https://bitbucket.org/pypa/bandersnatch/issues/67/always-exit-with-code-116:39
fungimordred: i hand-patched the fix for the 1 return code into the version we had been running because my upstream patch was in the upcoming release16:40
mordredfungi: gotcha16:40
*** tonytan4ever has quit IRC16:40
fungi(not realizing that the next release was also dropping python 2.x support!)16:40
mordredfungi: so I should re-do that I suppose yeah?16:40
fungimordred: yep, just remove the return from main()16:40
fungiit's a one-line removal16:40
*** tonytan4ever has joined #openstack-infra16:40
AJaegerclarkb, could you review https://review.openstack.org/#/c/452879/ , please? We should be ready for this according to jeblair and fungi16:40
mordredjeblair: nevermind. "complete" just disturbed me - but it ran quickly and fine16:41
fungimordred: i can find the upstream reference too if you need16:41
mordrednah16:41
fungimordred: basically it does a sys.exit(main()) so when at one point they decided to have main() return something other than None our script started thinking every run was a failure16:42
fungibecause the returned object was being coerced by the exit call into 116:42
mordredof course it was16:43
mordredrosmaita, ihrachys, mriedem: os-win should be in the mirrors now16:43
ihrachysok thanks, let's recheck. I hope I don't see that memcache import error16:44
mriedemawesome16:44
jeblairmordred: yeah, "complete" just means "perfectly normal release and not a resumption of some half-completed transaction" in that case.16:44
openstackgerritMonty Taylor proposed openstack-infra/zuul feature/zuulv3: Start blocking lookup plugins on insecure jobs  https://review.openstack.org/45423616:45
mordredjeblair: ossum16:45
*** aysyd has joined #openstack-infra16:46
pabelangerclarkb: mordred: so, this happened: http://paste.openstack.org/raw/605639/16:47
pabelangercached a docker image in our mirror16:47
pabelangerneeded CacheIgnoreQueryString and CacheStoreExpired16:47
clarkbpabelanger: do we need both? or just the query string one?16:47
clarkbI didn't see an expired header in the paste example from yesterday16:48
pabelangerclarkb: we need both, I think16:48
*** jaosorior is now known as jaosorior_away16:48
pabelangerlet me get you debug with only ignorequerystring16:48
clarkbI wonder why it would expire too given its a sha256 hash path16:48
clarkbthat might be worthy of a bug/featurerequest/something to docker hub16:48
pabelangerclarkb: http://paste.openstack.org/raw/605641/16:49
clarkboh the expires is in the query string, I was thinking if you ignore query string it would ignore that16:50
*** tesseract has quit IRC16:50
clarkbbut maybe it doesn't because its a special parameter?16:50
pabelangerya, not sure16:50
clarkbnow if only you could set those two settings on a url basis16:50
pabelangerI can dig more into it16:50
clarkbits server/vhost :(16:50
*** ym200 has quit IRC16:51
pabelangerright, we could do another vhost, just means another port16:51
clarkbits less than ideal, but I don't think we should generally expect those two settings to be safe (this is exception because of the hash based urls that shouldn't ever actually change)16:52
clarkband then maybe see if they can fix that upstream of us16:52
clarkbof course I'm sure they would just say use our thing that caches and also violates the http caching rules :)16:53
pabelangerclarkb: and multiple vhosts share the same cacheroot?16:53
clarkbpabelanger: I think thats ok as long as they are able to share the lock config too16:54
clarkbpabelanger: so you have to configure them to use the same lock file too16:54
pabelangerk16:54
*** ym200 has joined #openstack-infra16:57
*** shrircha has quit IRC16:58
clarkbAJaeger: I +2'd but I have sick people at home so can't really babysit it irght now16:58
*** jpich has quit IRC16:59
*** baoli has quit IRC17:00
mordredinfra-root: ok. I have releaed the bandersnatch lock, having done a manual sync and release and also having re-patched the bandersnatch file17:00
*** kjorgensen has quit IRC17:01
fungithanks mordred!17:02
*** dtantsur is now known as dtantsur|afk17:02
dmsimardAnyone know if there's some amount of lag in the pypi mirrors ?17:02
*** ym200 has quit IRC17:02
jeblairdmsimard: there was.  it's better now.17:02
dmsimardI tagged something maybe 24 hours ago and it doesn't seem to be picked up by internal mirrors17:02
dmsimardjeblair: okay, thanks, I'll give it some more time17:03
*** derekh has quit IRC17:03
jeblairdmsimard: i think we just finished a sync if you want to check again now.17:03
*** rossella_s has quit IRC17:04
*** ym200 has joined #openstack-infra17:04
*** nadya has joined #openstack-infra17:10
*** baoli has joined #openstack-infra17:11
*** kjorgensen has joined #openstack-infra17:12
*** kjorgensen has quit IRC17:14
openstackgerritMonty Taylor proposed openstack-infra/zuul feature/zuulv3: Start blocking lookup plugins on insecure jobs  https://review.openstack.org/45423617:14
*** kjorgensen has joined #openstack-infra17:14
mordreddmsimard: yah - it should be there now - there was an issue, but is now fixed17:15
*** jtomasek has quit IRC17:16
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Add registry-1.docker.io to reverse proxy cache  https://review.openstack.org/45381117:19
pabelangermordred: dmsimard: clarkb: ^what I tested with17:19
mordredpabelanger: sweet17:20
mordredpabelanger: I guess we should have configure_mirror plop down an /etc/docker/daemon.json perhaps?17:21
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Add registry-1.docker.io to reverse proxy cache  https://review.openstack.org/45381117:22
pabelangermordred: seems reasonable17:23
*** harlowja has joined #openstack-infra17:23
*** Julien-zte has quit IRC17:23
pabelangerwe should do the same as rdo proxy, pick a single job, update it17:23
pabelangersee how it works17:23
pabelangerwe still limits things to 100MB17:24
pabelangercentos, ubuntu and fedora base iamges are under that17:24
openstackgerritAdam Coldrick proposed openstack-infra/storyboard master: Add a configurable fallback URL for emails  https://review.openstack.org/45426317:25
*** Julien-zte has joined #openstack-infra17:26
*** ijw has quit IRC17:27
*** ssbarnea has quit IRC17:27
*** e0ne has joined #openstack-infra17:28
*** ssbarnea has joined #openstack-infra17:28
*** bh526r has quit IRC17:29
*** vhosakot_ has joined #openstack-infra17:32
*** vhosakot has quit IRC17:32
*** ijw has joined #openstack-infra17:35
*** jtomasek has joined #openstack-infra17:38
*** rbrndt has quit IRC17:38
*** radez is now known as radez_afk17:41
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: Run ovb jobs in transition mode  https://review.openstack.org/45413417:41
*** cody-somerville has joined #openstack-infra17:41
*** cody-somerville has joined #openstack-infra17:41
*** flepied has joined #openstack-infra17:42
*** tosky has quit IRC17:42
*** aysyd_ has joined #openstack-infra17:42
*** aysyd has quit IRC17:43
*** aysyd_ is now known as aysyd17:44
*** jerryz has joined #openstack-infra17:44
openstackgerritGabriele Cerami proposed openstack-infra/tripleo-ci master: [WIP] add containerized deployment on multinode  https://review.openstack.org/45415217:44
*** nadya has quit IRC17:45
*** erikmwil_ has quit IRC17:49
*** jkilpatr_ has quit IRC17:49
*** Swami has joined #openstack-infra17:50
*** erikmwilson has joined #openstack-infra17:50
*** vtapia has joined #openstack-infra17:52
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Simplify the log url  https://review.openstack.org/43802817:54
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Remove url_pattern config parameter  https://review.openstack.org/44716517:55
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Implement getSafeAttributes for other objects  https://review.openstack.org/45045917:56
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Make sql reporter score null when not set  https://review.openstack.org/45046017:56
openstackgerritMiles Gould proposed openstack/diskimage-builder master: Allow installing proliant tools from an OS package  https://review.openstack.org/34421417:57
*** dhinesh has joined #openstack-infra17:58
AJaegerclarkb: thanks - and all the best for your family! I'll monitor myself now.17:58
*** xarses has quit IRC18:00
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: Run ovb jobs in transition mode  https://review.openstack.org/45413418:01
openstackgerritSagi Shnaidman proposed openstack-infra/tripleo-ci master: DONT REVIEW: test running OVB ha/nonha job with featureset  https://review.openstack.org/45427618:01
*** xarses has joined #openstack-infra18:02
*** jkilpatr_ has joined #openstack-infra18:03
*** cody-somerville has quit IRC18:03
*** andreww has joined #openstack-infra18:03
*** andreww has quit IRC18:03
*** chlong has quit IRC18:04
*** andreww has joined #openstack-infra18:04
*** xarses has quit IRC18:07
*** electrofelix has quit IRC18:07
*** flepied has quit IRC18:07
openstackgerritMerged openstack-infra/project-config master: s/gerrit-git-prep/zuul-git-prep/g  https://review.openstack.org/45287918:07
*** e0ne has quit IRC18:07
*** florianf has quit IRC18:07
AJaegerpabelanger, clarkb, mordred, could you review all these changes by cmurphy on unpuppeting the zuul workers, please? https://review.openstack.org/#/q/status:open++topic:unpuppet-zuul-workers? pabelanger, mordred you reviewed a few of them already...18:08
*** tosky has joined #openstack-infra18:09
cmurphyAJaeger: my hero18:09
*** jascott1_ has joined #openstack-infra18:10
*** e0ne has joined #openstack-infra18:10
*** jascott1_ has quit IRC18:10
*** trown|lunch is now known as trown18:10
*** hongbin has quit IRC18:11
*** hongbin_ has joined #openstack-infra18:11
pabelangerAJaeger: cmurphy: is there a build log against all the review for nodepool-builder? Have we also upload the new image into a cloud and run reproduce.sh on it?18:11
*** vhosakot has joined #openstack-infra18:11
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Change mutex to counting semaphore  https://review.openstack.org/44256318:12
*** priteau has quit IRC18:12
*** priteau has joined #openstack-infra18:12
*** Julien-zte has quit IRC18:13
*** vhosakot_ has quit IRC18:14
*** Julien-zte has joined #openstack-infra18:14
*** priteau has quit IRC18:17
cmurphypabelanger: I don't believe I'm empowered to do that, can you help?18:17
*** Sukhdev has joined #openstack-infra18:18
*** armax has quit IRC18:18
*** armax has joined #openstack-infra18:18
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Rename tenant in updateConfigLayout  https://review.openstack.org/45428218:18
pabelangercmurphy: what I usually do, is build the image locally, build-tools.sh should help with that in project-config, then boot it up into kvm.  Need to make sure we get an IP address from glean, then I just search the latest nova review and use the reproduce.sh script from that18:18
*** clenimar has quit IRC18:18
pabelangerits basically a manually process right now18:19
*** chlong has joined #openstack-infra18:19
cmurphypabelanger: okay I can do that18:19
pabelangercmurphy: great, thanks.18:20
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Rename tenant in updateConfigLayout  https://review.openstack.org/45428218:21
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Consume interface_ip from nodepool node  https://review.openstack.org/44970618:21
*** armax has quit IRC18:22
openstackgerritMonty Taylor proposed openstack-infra/zuul feature/zuulv3: Start blocking lookup plugins on insecure jobs  https://review.openstack.org/45423618:23
*** armax has joined #openstack-infra18:23
*** florianf has joined #openstack-infra18:23
*** armax has quit IRC18:25
*** rbrndt has joined #openstack-infra18:25
zaroclarkb: here is the etherpads for previous gerrit upgrades, https://etherpad.openstack.org/p/gerrit-2.10-upgrade and https://etherpad.openstack.org/p/gerrit-2.11-upgrade18:26
openstackgerritEric Harney proposed openstack-infra/devstack-gate master: Handle cinder's driverfixes/mitaka branch  https://review.openstack.org/45428518:26
zaroclarkb: are you planning to upgrade review-dev.o.o?18:27
*** dizquierdo has quit IRC18:29
*** sshnaidm is now known as sshnaidm|afk18:29
*** rkukura has joined #openstack-infra18:30
*** jascott1_ has joined #openstack-infra18:30
clarkbzaro: ya but not sure if I willget to it today18:30
openstackgerritAdam Coldrick proposed openstack-infra/storyboard master: Add a configurable fallback URL for emails  https://review.openstack.org/45426318:31
*** esikache1 has quit IRC18:33
*** aysyd has quit IRC18:34
*** sdague has joined #openstack-infra18:34
*** esikache1 has joined #openstack-infra18:35
openstackgerritEric Harney proposed openstack-infra/project-config master: Fix $PROJECTS for Cinder LIO job  https://review.openstack.org/45428918:36
openstackgerritMatthew Treinish proposed openstack-infra/project-config master: Add mqtt_statsd project to openstack-infra  https://review.openstack.org/45325118:36
pabelangermordred: clarkb: having trouble getting docker under ubuntu to use the proxy registry, don't know why yet. Under fedora, works fine18:36
pabelangerDocker version 17.03.0-ce, build 3a232c818:37
pabelangerwas my version18:37
mordredpabelanger: hrm - I'm assuming you restarted docker after putting in the file?18:37
*** mkoderer has quit IRC18:37
openstackgerritMatthew Treinish proposed openstack-infra/project-config master: Add puppet-mqtt_statsd to openstack-infra  https://review.openstack.org/45325218:37
pabelangermordred: ya18:38
mordredpabelanger: I hear SamYaple and inc0 know a lot about the dockers - maybe they're excited to help?18:38
* inc0 appears18:38
inc0you summon me mortals!?18:39
mordredbwahaha18:39
pabelangerinc0: see https://review.openstack.org/#/c/453811/18:39
mordredinc0: so - pabelanger has a docker proxy set up - and fedora docker will consume it, but apparently ubuntu docker has the sads18:39
*** esikache1 has quit IRC18:39
inc0yeah let me check18:39
openstackgerritAdam Harwell proposed openstack/diskimage-builder master: Use DIB_PYTHON_EXEC to run commands  https://review.openstack.org/44972118:40
inc0http://logs.openstack.org/11/453811/3/check/gate-logstash-filters-ubuntu-xenial/6ad4ca0/console.html#_2017-04-06_17_29_02_480614 <- this thing?18:40
openstackgerritMonty Taylor proposed openstack-infra/zuul feature/zuulv3: Start blocking lookup plugins on insecure jobs  https://review.openstack.org/45423618:41
inc0http://logs.openstack.org/11/453811/3/check/gate-logstash-filters-ubuntu-xenial/6ad4ca0/console.html#_2017-04-06_17_28_34_392322 this one also looks concerning18:42
pabelangerinc0: no, you can ignore the gate jobs18:43
*** ijw has quit IRC18:43
pabelangerinc0: it is the commit message that needs confirmation it works under ubuntu18:43
openstackgerritAdam Harwell proposed openstack/diskimage-builder master: Use DIB_PYTHON_EXEC to run commands  https://review.openstack.org/44972118:43
openstackgerritMonty Taylor proposed openstack-infra/zuul feature/zuulv3: Start blocking lookup plugins on insecure jobs  https://review.openstack.org/45423618:43
pabelangerthat I _think_ is newer version of docker are different then the version I have working under fedora18:43
inc0I can quickly check what's there in xenial18:44
pabelangerhttp://paste.openstack.org/show/605654/18:45
pabelangermordred: inc0: ^ differences between docker versions18:45
*** MasterOfBugs has joined #openstack-infra18:46
*** e0ne has quit IRC18:46
*** Rockyg has joined #openstack-infra18:47
inc0pabelanger: fedora sets up certs too18:47
*** esikache1 has joined #openstack-infra18:48
*** hongbin_ has quit IRC18:48
inc0docker will try https by default18:48
inc0and it will fail if https is not signed18:48
pabelangerwe don't have SSL on our mirrors18:48
pabelangerfor some reason, this is working on fedora18:48
pabelangerI am checking release notes for bug reports18:49
inc0is fedora pulling from localhost?18:49
inc0or both pulls from external without ssl?18:49
mordredpabelanger: you can add "tls": false and "tlsverify": false18:50
*** e0ne has joined #openstack-infra18:50
mordredpabelanger: https://docs.docker.com/engine/reference/commandline/dockerd//#daemon-configuration-file18:50
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Cleanup docs builds and error on warnings  https://review.openstack.org/45296418:50
pabelangerno, we get ti from http://mirror.ca-ymq-1.vexxhost.openstack.org:8081/registry-1.docker/18:50
inc0ExecStart=/usr/bin/dockerd -H fd:// --insecure-registry="192.168.100.104:4000" <- try to add this line to systemd for docker18:50
pabelangermordred: let me try18:50
inc0or rather modify existing and add --insecure-registry18:51
inc0on client docker deamon confs, this will use http instead of https18:51
mordred(you can put that into daemon.json too it seems -  "insecure-registries": [],)18:51
pabelangerya, trie insecure, no change18:52
inc0what's exact error message?18:52
pabelangerthere is no error, it is not accepting mirrors18:52
inc0as in pulls straight from dockerhub?18:53
pabelangeryes, see the pastebin I posted18:53
inc0you're running docker pull fedora right?18:54
openstackgerritEric Kao proposed openstack-infra/project-config master: Revert "Enable ironic service in congress gate job"  https://review.openstack.org/45430418:54
inc0just to be sure...it's xenial not trusty right?18:55
*** chem is now known as chem_gone18:55
*** esikache1 has quit IRC18:58
pabelangerinc0: mordred: sudo apt-get install docker-engine=17.03.1~ce-0~ubuntu-xenial18:58
pabelangeris the fix18:58
pabelangerso, something in 17.04 doesn't like the configuration18:58
pabelangerso, possible upstream bug18:59
inc0possibly18:59
inc0kk, good to know18:59
inc0we pin our dockers at 1.12 tbh18:59
inc017.03 ~= 1.1318:59
inc0bbiaf, meeting18:59
*** ijw has joined #openstack-infra19:01
mnaserhey infra -- build fails link to https://docs.openstack.org/infra/manual/developers.html#automated-testing and there is no where that mentions "check if our ci is working"19:02
mnaseri think that might reduce the # of rechecks for folks if they get a POST_FAILURE or there are some other issues19:02
*** baoli has quit IRC19:03
mnaserjust a thought19:03
*** esikache1 has joined #openstack-infra19:03
*** cody-somerville has joined #openstack-infra19:05
AJaegermnaser: I just added something to https://docs.openstack.org/infra/manual/ - do you want to write something up?19:05
pabelangerha ha19:06
pabelangerworks19:06
mnaserAJaeger i think what you wrote is good but people might not scroll up to the top of the page to see that notice19:06
mnaserthey'll kinda just look under that section which is linked to / suggested on failures19:06
mnaseri mean we could copy/paste that same part into there? or if you have a better idea of linking things around19:07
*** csomerville has joined #openstack-infra19:07
pabelangermordred: inc0: SamYaple: https://review.openstack.org/#/c/454267 adds proxy to docker, https://review.openstack.org/#/c/454268/ currently using it19:08
pabelangerI can see traffic on mirror caching things19:08
AJaegermnaser: or link to it? Sorry, can't help further right now...19:08
mnaserAJaeger lemme put up a short review and then the discussion can continue there19:09
AJaegermnaser: thanks19:09
*** jkilpatr has joined #openstack-infra19:10
*** dtardivel has quit IRC19:10
*** jkilpatr_ has quit IRC19:10
*** cody-somerville has quit IRC19:10
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Cleanup docs builds and error on warnings  https://review.openstack.org/45296419:10
*** esikache1 has quit IRC19:12
openstackgerritMohammed Naser proposed openstack-infra/project-config master: Fix typo for Infra Manual URL  https://review.openstack.org/45431319:12
mordredpabelanger: so we probably wantto make sure as docker support is added to devstack that it's pinned appropriately19:14
*** ijw has quit IRC19:14
pabelangermordred: agree19:14
*** florianf has quit IRC19:15
mnaserhey uh19:17
mnaserwhere's the repo for docs.o.o/infra/manual ...19:17
mnaserive been looking around for a while..19:17
*** HeOS has quit IRC19:17
pabelangerclarkb: do you mind reviewing: https://review.openstack.org/#/c/453811/19:17
mtreinishmnaser: https://github.com/openstack-infra/infra-manual19:17
mnaseroh there you go19:17
mnaserthank you mtreinish !19:17
mtreinishsure, np19:18
mordredSpamapS, jamespage: see up in scrollback just a bit - issue with docker in ubuntu - workaround for us to to pin to an earlier version19:19
*** Rockyg has quit IRC19:19
*** esikache1 has joined #openstack-infra19:19
*** esikache1 has quit IRC19:24
clarkbpabelanger: done, left some comments but +2'd wanted to let you read them before approving just in case you think they areworth fixing now19:24
*** esikache1 has joined #openstack-infra19:25
openstackgerritMohammed Naser proposed openstack-infra/infra-manual master: Add small note to check CI status when discovering failures  https://review.openstack.org/45431719:25
*** baoli has joined #openstack-infra19:26
pabelangerclarkb: I can do a follow patch.  I agree about mod_rewrite, need to figure that magic out first19:28
openstackgerritMatthew Treinish proposed openstack-infra/system-config master: Enable firehose reporting on subunit workers  https://review.openstack.org/44963019:29
clarkbpabelanger: ya I'm not even sure if we can get it to work the way we want hence not -1ing and current thing will work19:29
pabelangerclarkb: ya, same19:29
pabelangerso far, all images I've seen from from the same domain19:29
pabelangerwhich is nice19:30
clarkbya I think the domain is based on the container being CDN'd19:31
clarkbso as long as they don't add new ones we are likely fine19:31
pabelangeragree19:31
*** radez_afk is now known as radez19:32
openstackgerritMerged openstack-infra/system-config master: Add info on reverse proxy caches  https://review.openstack.org/45324119:33
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Add registry-1.docker.io to reverse proxy cache  https://review.openstack.org/45381119:34
pabelangerclarkb: added not about hashes19:34
*** e0ne has quit IRC19:35
openstackgerritMohammed Naser proposed openstack-infra/infra-manual master: Add small note to check CI status when discovering failures  https://review.openstack.org/45431719:36
*** e0ne has joined #openstack-infra19:36
*** e0ne has quit IRC19:36
*** e0ne has joined #openstack-infra19:37
*** e0ne has quit IRC19:37
*** e0ne has joined #openstack-infra19:37
*** e0ne has quit IRC19:38
*** esikache1 has quit IRC19:38
*** e0ne has joined #openstack-infra19:38
*** e0ne has quit IRC19:39
*** e0ne has joined #openstack-infra19:39
*** e0ne has quit IRC19:39
*** lwanderley has joined #openstack-infra19:42
AJaegerinfra-root, gerrit is timing out on my right now19:42
* clarkb checks melody19:44
clarkbGC looks ok19:44
*** openstack has joined #openstack-infra19:45
AJaegerclarkb: mmh, nothing is impossible ;)19:45
AJaegerclarkb: let's see whether others have problems...19:46
*** tobiash has quit IRC19:46
*** esikache1 has joined #openstack-infra19:46
*** tobiash has joined #openstack-infra19:47
zigopabelanger: Hi there! Could you give me the URL of your patch for the Jessie image?19:47
zigo(ie: glean fix?)19:47
pabelangermordred: do you mind +3 https://review.openstack.org/#/c/453811/19:48
*** flepied has joined #openstack-infra19:48
*** esikache1 has quit IRC19:51
*** huepi12 has joined #openstack-infra19:51
cmurphyAJaeger: I'm noticing the same thing but only when I have the vpn turned on19:53
pabelangerzigo: https://review.openstack.org/#/c/450775/19:53
zigoThanks.19:54
clarkbmnaser: left a note on your docs change19:54
clarkbmnaser: I'm not sure my suggestion is the best way to say what I am trying to say though :)19:54
mnaserclarkb i see what you mean tho, i'll try to revise19:55
mordredpabelanger: done19:55
*** armax has joined #openstack-infra19:56
*** xyang1 has joined #openstack-infra19:58
AJaegercmurphy: if I turn off vpn, I have to leave chat ;)19:58
* AJaeger calls it a day and hope everything works again tomorrow ;)19:58
clarkbAJaeger: cmurphy amybe look at traceroute details?19:58
AJaegertraceroute looks fine - but traceroute6 is broken ;(19:59
*** annegentle has joined #openstack-infra19:59
AJaegerbut eventually reaches review.o.o...20:01
* AJaeger signs off20:01
*** esikache1 has joined #openstack-infra20:01
openstackgerritMerged openstack-infra/system-config master: Add registry-1.docker.io to reverse proxy cache  https://review.openstack.org/45381120:03
*** harlowja has quit IRC20:03
*** scottda has quit IRC20:05
*** rockyg has joined #openstack-infra20:05
openstackgerritMohammed Naser proposed openstack-infra/infra-manual master: Add small note to check CI status when discovering failures  https://review.openstack.org/45431720:05
inc0thanks pabelanger20:11
inc0I'll start pushing kolla to use it20:11
*** priteau has joined #openstack-infra20:13
*** huepi12 has quit IRC20:15
mordredinc0: woot!20:15
*** jkilpatr has quit IRC20:15
openstackgerritMerged openstack-infra/infra-manual master: Add small note to check CI status when discovering failures  https://review.openstack.org/45431720:16
*** priteau has quit IRC20:18
rm_workianw: so I think https://review.openstack.org/#/c/449721/ should fix the octavia py3 gates20:18
*** zerick has quit IRC20:21
*** zerick has joined #openstack-infra20:21
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Clarify TriggerInterface documentation  https://review.openstack.org/45371320:22
mordredjamesmcarthur: heya - re: the project navigator data - I was thinking it would make it easier to collect the data in parallel from all the teams if we, instead of having one document per release with a list of projects, had a dir per release with a file per project ...20:22
mordredjamesmcarthur: but as the whle point of this is to give you a good data source - the more important question is - would that make it harder for you to consume? or the same? or better?20:23
*** EricGonczer_ has quit IRC20:26
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Remove source from pipelines (1/2)  https://review.openstack.org/45336220:26
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Remove source from pipelines (2/2)  https://review.openstack.org/45382120:26
*** markmcclain has quit IRC20:26
*** markmcclain has joined #openstack-infra20:27
*** EricGonczer_ has joined #openstack-infra20:27
*** armax has quit IRC20:30
*** Sukhdev has quit IRC20:31
*** flepied has quit IRC20:33
*** kgiusti has left #openstack-infra20:33
*** kjorgensen has quit IRC20:34
mnaserhttps://review.openstack.org/#/c/454313/ trivial +2 for infra20:34
toskyor we could buy the .infra TLD20:35
*** kjorgensen has joined #openstack-infra20:35
openstackgerritPaul Belanger proposed openstack-infra/system-config master: Stop reporting to puppetdb  https://review.openstack.org/45433120:36
*** flepied has joined #openstack-infra20:37
pabelangerinfra TLD sounds neat20:37
*** tonytan4ever has quit IRC20:37
*** esikache1 has quit IRC20:40
*** esikache1 has joined #openstack-infra20:41
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Add reverse proxy caches to configure_mirror.sh  https://review.openstack.org/45433420:42
clarkbpabelanger: left a thought on ^20:44
*** david-lyle has quit IRC20:44
pabelangerclarkb: I'd be okay with that20:44
*** rcernin has quit IRC20:44
*** SpamapS has quit IRC20:44
openstackgerritMerged openstack-infra/project-config master: Fix typo for Infra Manual URL  https://review.openstack.org/45431320:45
*** SpamapS has joined #openstack-infra20:45
*** SpamapS has quit IRC20:45
*** hongbin has joined #openstack-infra20:45
openstackgerritPaul Belanger proposed openstack-infra/project-config master: Add reverse proxy caches to configure_mirror.sh  https://review.openstack.org/45433420:45
lbragstadI'd like to report an abusive user (bjornar_) in #openstack-keystone20:45
fungilbragstad: happy to block them now20:45
*** esikache1 has quit IRC20:46
*** mat128 has quit IRC20:46
*** SpamapS has joined #openstack-infra20:46
clarkbpabelanger: the proxies can fail in ways that the mirrors can't and that should hopefully make it more clear if something breaks and people go in and debug20:46
*** esikache1 has joined #openstack-infra20:46
*** hamzy has quit IRC20:47
lbragstadfungi o/ thanks20:47
lbragstadfungi did everyone get kicked?20:47
fungioh, whoops20:47
bretonwow20:47
fungilbragstad: fixed, sorry. stray newline when i was trying to paste into a command20:48
fungithat was a _very_ badly-placed newline20:48
lbragstadfungi no worries :)20:48
lbragstadfungi i literally went O.O20:48
*** wolverineav has joined #openstack-infra20:49
mtreinishfungi: lol, nice20:49
lbragstadfungi looks like folks are trickling back in20:49
fungiyeah, i removed the akick entry as soon as i saw it accepted my partial command :/20:50
fungireally, really sorry about that20:50
lbragstadfungi no worries - so that undid the kick/ban?20:50
fungiyeah20:50
*** jcoufal has joined #openstack-infra20:50
lbragstadfungi thanks - I appreciate your help20:51
fungii was adding an akick entry for an ident pattern, got as far as *!* and accidentally pasted a newline20:52
fungiso it entered it as *!*@* and kicked everyone out of the channel instantly20:52
*** trown is now known as trown|outtypewww20:52
*** kzaitsev_mb has joined #openstack-infra20:53
lbragstadfwiw - i think that's the second time we've had a run in with that user20:53
lbragstadbut i can't be certain,20:54
fungiyes20:55
fungiapril 1 last year, per the logs20:55
lbragstadfungi almost to the day!20:55
lbragstadstrange20:55
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Remove source from pipelines (1/2)  https://review.openstack.org/45336220:56
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Replace config/project repos with trusted/untrusted projects  https://review.openstack.org/45334720:56
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Fix constructor arguments to source  https://review.openstack.org/45110220:56
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Add hostname to TriggerEvent  https://review.openstack.org/45234820:56
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Remove source from pipelines (2/2)  https://review.openstack.org/45382120:56
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Add canonical hostname to source object  https://review.openstack.org/45111020:56
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Fully qualify project configuration names  https://review.openstack.org/45197020:56
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Add source to project and remove unused tenant attrs  https://review.openstack.org/45196920:56
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Pass source to project instantiations  https://review.openstack.org/45159620:56
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Add a project index to Tenant  https://review.openstack.org/45159720:56
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Remove unused Tenant.getRepo method  https://review.openstack.org/45192920:56
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Use new tenant project index for config references  https://review.openstack.org/45192820:56
fungilbragstad: http://eavesdrop.openstack.org/irclogs/%23openstack-keystone/%23openstack-keystone.2016-04-01.log.html#t2016-04-01T21:00:5820:56
fungifor history20:56
*** chlong has quit IRC20:57
notmorganfungi: we might need openstackstatus and openstack bot to re-join20:57
lbragstadfungi :( it's unfortunate, luckily we didn't get to that point today20:57
notmorgan#-keystone20:57
funginotmorgan: thanks for the reminder--checking them now20:57
notmorganty!20:58
*** dizquierdo has joined #openstack-infra20:58
*** annegentle has quit IRC20:59
*** thorst has quit IRC20:59
*** openstackstatus has quit IRC20:59
*** esikache1 has quit IRC21:00
*** skelso has joined #openstack-infra21:00
*** openstackstatus has joined #openstack-infra21:01
*** ChanServ sets mode: +v openstackstatus21:01
openstackgerritClint 'SpamapS' Byrum proposed openstack-infra/irc-meetings master: Remove arch-wg meeting from calendar  https://review.openstack.org/45434721:02
*** dizquierdo has quit IRC21:02
*** harlowja has joined #openstack-infra21:03
*** rfolco has quit IRC21:03
*** kzaitsev_mb has quit IRC21:03
*** rockyg has quit IRC21:05
*** dtroyer has quit IRC21:06
*** dtroyer has joined #openstack-infra21:06
*** openstackgerrit has quit IRC21:07
*** openstackgerrit has joined #openstack-infra21:07
openstackgerritAndrea Frittoli proposed openstack-infra/devstack-gate master: Make sure stackviz runs from the zuul ref  https://review.openstack.org/45435021:07
*** notmorgan is now known as morgan21:08
*** HeOS has joined #openstack-infra21:08
*** chlong has joined #openstack-infra21:10
*** jamesden_ has quit IRC21:11
*** gouthamr has quit IRC21:11
*** dimtruck is now known as zz_dimtruck21:12
*** jamesdenton has joined #openstack-infra21:12
*** marst_ has quit IRC21:13
*** felipemonteiro has quit IRC21:14
openstackgerritAndrea Frittoli proposed openstack-infra/devstack-gate master: Make sure stackviz runs from the zuul ref  https://review.openstack.org/45435021:15
*** ldnunes has quit IRC21:17
*** lwanderley has quit IRC21:17
*** jkilpatr has joined #openstack-infra21:19
*** flepied has quit IRC21:19
*** askb has joined #openstack-infra21:20
*** flepied has joined #openstack-infra21:21
openstackgerritAndrea Frittoli proposed openstack-infra/devstack-gate master: Make sure stackviz runs from the zuul ref  https://review.openstack.org/45435021:23
*** erikmwilson has quit IRC21:23
*** erikmwilson has joined #openstack-infra21:24
*** thorst has joined #openstack-infra21:24
*** spzala has quit IRC21:26
*** annegentle has joined #openstack-infra21:26
*** spzala has joined #openstack-infra21:26
*** esberglu has quit IRC21:27
*** esberglu has joined #openstack-infra21:28
*** wolverineav has quit IRC21:29
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Start blocking lookup plugins on insecure jobs  https://review.openstack.org/45423621:29
*** wolverineav has joined #openstack-infra21:29
*** Sukhdev has joined #openstack-infra21:30
*** leong has joined #openstack-infra21:30
*** spzala has quit IRC21:31
*** esberglu has quit IRC21:32
*** sputnik13 has quit IRC21:33
*** sputnik13 has joined #openstack-infra21:34
*** wolverineav has quit IRC21:34
*** priteau has joined #openstack-infra21:35
*** gouthamr has joined #openstack-infra21:35
*** dprince has quit IRC21:37
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Re-enable test_queue_rate_limiting  https://review.openstack.org/45283521:37
*** dhinesh has quit IRC21:38
*** dhinesh_ has joined #openstack-infra21:38
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Re-enable test_queue_rate_limiting_dependent  https://review.openstack.org/45286421:39
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Re-enable remaining test_crd_check_* tests  https://review.openstack.org/45299621:39
ianwrm_work: thanks ... i think that's right21:39
*** EricGonczer_ has quit IRC21:40
rm_workkk, I think we still run on releases not master, so I guess I'll need to wait for it to merge and be cut into a release21:40
*** EricGonczer_ has joined #openstack-infra21:40
*** zz_dimtruck is now known as dimtruck21:43
*** srobert_ has joined #openstack-infra21:43
*** EricGonczer_ has quit IRC21:45
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Quote ansible command and include config file  https://review.openstack.org/45397421:46
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Use DIB_PYTHON_EXEC to run commands  https://review.openstack.org/44972121:46
*** srobert has quit IRC21:46
*** priteau has quit IRC21:47
*** srobert_ has quit IRC21:48
ianwrm_work: I think i might release on my monday, if that's ok21:48
rm_worksure21:48
ianwit's friday morning here, so i don't like to release and then disappear21:48
*** jamesdenton has quit IRC21:49
rm_workianw: it's been broken for us for a while, and nothing has caught fire :P21:50
rm_workshould be fine21:50
ianwrm_work / pabelanger : what would kill two birds with one stone might be switching some of the nodepool tests to py321:51
rm_workhmm that'd prolly be nice :P21:51
*** EricGonc_ has joined #openstack-infra21:52
rm_workI think there's some other bug we're struggling with at the moment too, with centos images not getting py3 installed in them... but that wouldn't help with that too T_T21:52
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Remove source from pipelines (1/2)  https://review.openstack.org/45336221:53
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Replace config/project repos with trusted/untrusted projects  https://review.openstack.org/45334721:53
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Remove source from pipelines (2/2)  https://review.openstack.org/45382121:53
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: Fully qualify project configuration names  https://review.openstack.org/45197021:53
rm_workianw: i didn't expect you to release it today anyway, it still has to MERGE even :P21:53
ianwthat's just a formality :)21:53
*** thorst has quit IRC21:54
ianwwe are due, the opensuse fix is in there too21:54
rm_workheh21:55
*** baoli has quit IRC21:55
openstackgerritAdam Coldrick proposed openstack-infra/storyboard-webclient master: WIP: Various search improvements  https://review.openstack.org/45436621:56
*** ym200 has quit IRC21:59
*** openstack has joined #openstack-infra22:01
*** mdrabe has quit IRC22:02
*** ym200 has joined #openstack-infra22:03
*** Apoorva has quit IRC22:04
*** wolverineav has joined #openstack-infra22:04
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Use libyaml if possible  https://review.openstack.org/45111322:04
*** chlong has quit IRC22:05
*** hongbin has quit IRC22:05
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Re-enable test_live_reconfiguration_del_project  https://review.openstack.org/45330322:05
*** flepied has quit IRC22:05
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Make sure services are running for test-setup.sh  https://review.openstack.org/44855522:06
*** hongbin has joined #openstack-infra22:06
*** ym200 has quit IRC22:07
*** john-davidge has quit IRC22:07
*** john-davidge has joined #openstack-infra22:08
openstackgerritAndrea Frittoli proposed openstack-infra/project-config master: Add a python 3.5 jobs for stackviz  https://review.openstack.org/45437122:08
*** flepied has joined #openstack-infra22:08
*** xyang1 has quit IRC22:10
*** sputnik13 has quit IRC22:10
*** sputnik13 has joined #openstack-infra22:12
*** john-davidge has quit IRC22:12
*** john-davidge has joined #openstack-infra22:13
*** aeng has joined #openstack-infra22:15
*** john-davidge has quit IRC22:18
*** skelso has quit IRC22:18
*** esikache1 has joined #openstack-infra22:18
*** gordc has quit IRC22:18
*** skelso has joined #openstack-infra22:22
*** pradk has quit IRC22:23
*** eharney has quit IRC22:23
*** esikache1 has quit IRC22:24
*** jcoufal has quit IRC22:25
*** flepied has quit IRC22:26
openstackgerritMerged openstack-infra/nodepool feature/zuulv3: Wait for lock when performing manual hold  https://review.openstack.org/45421722:29
openstackgerritMerged openstack-infra/nodepool feature/zuulv3: Fix internal doc refs to renamed section  https://review.openstack.org/45380222:29
openstackgerritMerged openstack-infra/nodepool feature/zuulv3: Start adding operational docs to zuulv3  https://review.openstack.org/45379722:30
*** rhallisey has quit IRC22:33
*** mika has quit IRC22:34
*** esikache1 has joined #openstack-infra22:34
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Perform pre-launch merge checks  https://review.openstack.org/44627522:35
*** Apoorva_ has quit IRC22:36
*** mriedem has quit IRC22:36
*** Apoorva has joined #openstack-infra22:36
openstackgerritMonty Taylor proposed openstack-infra/shade master: Don't run extra server info on every server in list  https://review.openstack.org/45438222:37
*** sputnik13 has quit IRC22:37
*** mriedem has joined #openstack-infra22:37
*** sputnik13 has joined #openstack-infra22:38
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Fix constructor arguments to source  https://review.openstack.org/45110222:38
*** sputnik13 has quit IRC22:39
*** sputnik13 has joined #openstack-infra22:40
*** esikache1 has quit IRC22:41
*** rbrndt has quit IRC22:42
*** rbrndt has joined #openstack-infra22:42
*** rbrndt has quit IRC22:42
leongHi this is Leong, chair of Enterprise WG. I would like to check how can I get our WG started with the StoryBoard?22:43
*** Goneri has joined #openstack-infra22:52
openstackgerritMerged openstack-infra/zuul feature/zuulv3: Add canonical hostname to source object  https://review.openstack.org/45111022:55
jheskethMorning22:56
*** jascott1_ has quit IRC23:00
openstackgerritJeremy Stanley proposed openstack-infra/project-config master: Use StoryBoard for openstack-user-stories  https://review.openstack.org/45438723:04
fungileong: ^ that comes first23:04
fungiwe'll of course rename the project in storyboard to whatever you decide the git repo should be renamed to23:05
fungileong: since you have no existing bugs at https://bugs.launchpad.net/openstack-user-stories we won't bother with an import window but you should probably configure lp to not have a bug tracker there any longer23:07
openstackgerritLingxian Kong proposed openstack-infra/project-config master: Change acl for mistral-lib  https://review.openstack.org/45439123:07
leonghi fungi.. that's two different WG.. the openstack-user-stories is from Product WG... which will start using storyboard as well...23:07
leongon the other hand, there is another Enterprise WG, which i co-chair and want to start using storyboard as well23:07
fungileong: oh, whoops. do you have any git repositories for the enterprise wg?23:07
leongEnterprise WG  != Product WG :-)23:08
leongyes.. github.com/openstack/workload-ref-archs23:08
fungiyep, i'll fix the commit message on that one rather than abandoning it since it sounds like it's useful anyway23:08
fungiand i'll set you up with a new one for that, just a sec23:08
leongfungi: the EWG also thinking of using StoryBoard to manage our daily activities/tasks-tracking23:09
openstackgerritJeremy Stanley proposed openstack-infra/project-config master: Use StoryBoard for openstack-user-stories  https://review.openstack.org/45438723:09
*** skelso has quit IRC23:10
leongis there any documentation that i can refer to, so that i can better understand the storyboard tool/process?23:10
openstackgerritYih Leong Sun proposed openstack-infra/project-config master: Use StoryBoard for openstack-user-stories  https://review.openstack.org/45438723:12
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP fix dynamic reload  https://review.openstack.org/45439523:12
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP test lookups  https://review.openstack.org/45439623:12
openstackgerritJeremy Stanley proposed openstack-infra/project-config master: Use StoryBoard for workload-ref-archs  https://review.openstack.org/45439723:13
*** vhosakot has quit IRC23:14
*** john-davidge has joined #openstack-infra23:14
*** Julien-zte has quit IRC23:15
*** andreww has quit IRC23:15
*** Julien-zte has joined #openstack-infra23:17
*** Goneri has quit IRC23:17
fungileong: official documentation is at https://docs.openstack.org/infra/storyboard/ but there's also a more informal/narrative blog some of the storyboard contributors have been maintaining you might also find helpful. i'm digging up the url now23:17
leongfungi: awesome.. thanks!23:18
leongwill take a look23:18
*** gongysh has joined #openstack-infra23:18
fungileong: this https://storyboard-blog.io/23:18
*** john-davidge has quit IRC23:19
*** spzala has joined #openstack-infra23:22
leongfungi: thanks for the info..will look at it...  i got to run now..23:23
fungileong: let us know in here or in #storyboard if you need anything23:23
*** Julien-zte has quit IRC23:24
*** xarses has joined #openstack-infra23:24
*** jascott1_ has joined #openstack-infra23:25
*** Julien-zte has joined #openstack-infra23:25
*** Swami has quit IRC23:28
*** esikache1 has joined #openstack-infra23:29
*** Julien-zte has quit IRC23:30
*** Julien-zte has joined #openstack-infra23:31
*** xarses has quit IRC23:31
*** xarses has joined #openstack-infra23:34
*** esikache1 has quit IRC23:34
*** hongbin_ has joined #openstack-infra23:35
*** markvoelker has quit IRC23:37
*** adriant has joined #openstack-infra23:37
*** hongbin has quit IRC23:38
*** xarses has quit IRC23:39
*** Julien-zte has quit IRC23:42
*** neiljerram has quit IRC23:43
*** Julien-zte has joined #openstack-infra23:43
*** esikache1 has joined #openstack-infra23:43
*** thorst has joined #openstack-infra23:43
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Fix package-installs-v2 output  https://review.openstack.org/42160223:43
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Basic logging for package-installs-squash  https://review.openstack.org/42160023:43
*** sflanigan has joined #openstack-infra23:43
*** jascott1_ has quit IRC23:45
*** jascott1_ has joined #openstack-infra23:45
openstackgerritLingxian Kong proposed openstack-infra/project-config master: Change acl for mistral-lib  https://review.openstack.org/45439123:46
*** Julien-zte has quit IRC23:46
*** esikache1 has quit IRC23:48
*** david-lyle has joined #openstack-infra23:48
*** claudiub has quit IRC23:48
*** thorst has quit IRC23:48
*** claudiub has joined #openstack-infra23:48
*** tosky has quit IRC23:50
*** lwanderley has joined #openstack-infra23:50
*** s-shiono has joined #openstack-infra23:50
*** jascott1_ has quit IRC23:51
*** s-shiono_ has joined #openstack-infra23:51
*** stakeda has joined #openstack-infra23:52
openstackgerritJames E. Blair proposed openstack-infra/zuul feature/zuulv3: WIP test lookups  https://review.openstack.org/45439623:53
*** e0ne has joined #openstack-infra23:53
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Fix package-installs-v2 output  https://review.openstack.org/42160223:53
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Basic logging for package-installs-squash  https://review.openstack.org/42160023:53
*** lwanderley has quit IRC23:53
*** lwanderley has joined #openstack-infra23:54
*** s-shiono has quit IRC23:55
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Fix package-installs-v2 output  https://review.openstack.org/42160223:57
openstackgerritIan Wienand proposed openstack/diskimage-builder master: Basic logging for package-installs-squash  https://review.openstack.org/42160023:57
*** e0ne has quit IRC23:57

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