Tuesday, 2013-11-12

notmynameclarkb: perhaps, except https://github.com/openstack/swift/blob/master/test/functional/tests.py#L120700:00
clarkbnotmyname: I wonder if we are using a different value then or possibly just for the functional tests00:01
clarkbalso the functional tests run serially so it doesn't completely rule out the concurrent request theory. /me looks at the functional test config00:01
*** loq_mac has joined #openstack-infra00:02
notmynameclarkb: do you have a swift/test.conf https://github.com/openstack/swift/blob/master/test/sample.conf00:02
fungiahh, right, the bumps we've been seeing so far are to SWIFT_LOOPBACK_DISK_SIZE00:02
clarkbnotmyname: that appears to be the config used by the functional tests in the gate and it uses the default max file size00:03
*** salv-orlando has joined #openstack-infra00:04
clarkbis it possible that the loopback can eb smaller than the largest object if there is only one object?00:04
clarkbor maybe swift isn't running on the loopback?00:05
notmynameclarkb: that would depend on the devices setting and where the loopback is mounted00:06
salv-orlandoI have a query regarding the large-ops job for neutron. Can I get a few minutes from anyone of the infra people?00:06
clarkbsalv-orlando: you probably want jog0 who was around just a few minutes ago, I can help if he has disappeared00:07
salv-orlandothanks clarkb. I will post my request and then go afk for a coffee. Hopefully jog0 will read it00:09
jog0salv-orlando: pong00:10
salv-orlandoWe have looked into several failing jobs - there are no deadlocks or timeouts within neutron. All the 150 ports are always correctly created. We initially expected allocate_for_instance to block00:10
salv-orlandohei jog000:10
salv-orlandoSince the largeops driver uses the fake dirt driver it does not make a lot of sense to query for errors in the L2 agent00:10
*** julim has quit IRC00:11
salv-orlandoI am starting to be convinced that there is actually nothing really wrong with the sequence of operations. However, a few db changes introduced around the critical date (Oct 31st), add SELECT FOR UPDATE statements00:12
jog0salv-orlando: so it may be things are just too slow00:12
salv-orlandothis might mean less concurrency, and more time to complete request00:12
salv-orlandoexactly00:12
jog0so a bit of background:00:12
salv-orlandoI'd propose to try and change BUILD_TIMEOUT to 300 in devstack-gate only for neutron00:12
jog0-100:13
jog0although that is a good test if we don't merge it00:13
*** loq_mac has quit IRC00:13
jog0salv-orlando: large-ops is the regression test to the issues nova-networking had around rootwrap and iptables00:13
jog0where it took forever to boot even 50 instances (RPC calls would timeout after a minute so things would fail)00:14
*** pcrews has quit IRC00:16
clarkbnotmyname: it appears to be truncating the SWIFT_DISK_IMAGE to LOOPBACK_SIZE, creating an xfs fs on SWIFT_DISK_IMAGE then mounting that with -o loop on SWIFT_DATA_DIR/drives/sdb100:16
jog0salv-orlando: if neutron is this slow IMHO its broken00:16
clarkbnotmyname: I assume that swift knows to look in SWIFT_DATA_DIR/drives for its drives?00:17
lifelessmordred: https://review.openstack.org/#/c/54817/1 needs unabandoning00:17
salv-orlandojog0: agreed. I wanted just to validate the hypothesis. But for that I should be able to use devstack-gate and largeops locally.00:18
notmynameclarkb: yes00:18
*** matsuhashi has joined #openstack-infra00:18
salv-orlandoAnd if largeops should never fail locally, that would be a further validation of this hypothesis00:18
jog0salv-orlando: so there is a gotcha with doing it locally00:18
notmynameclarkb: and so the question remains, why is it failing now and why is this a new failure?00:19
jog0which is this is perforamnce dependant so you may get different  results00:19
salv-orlandoindeed00:19
jog0salv-orlando: so just make an upstream patch to confirm your theory then mark as do not merge00:19
salv-orlandothat's why if it turns out to succeed always because my machines are more performant, this would mean that the issue is that neutron has slowed down00:19
salv-orlandojog0: I can do a devstack-gate patch, but would then gerrit run the largeops job for neutron?00:20
jog0salv-orlando: ohh good point yes00:20
jog0salv-orlando: not sure, clarkb would know.  if not there are other places you can wire in like tempest to test00:20
salv-orlandojog0: we can turn the problem the other way.00:20
salv-orlandoI will revert the patches which introduced SELECT FOR UPDATE - this should result in failures in the 'standard' jobs, but largeops should be back to green00:21
jog0salv-orlando: cool, i like it00:21
jog0good test00:21
salv-orlandook, I'll do that then.00:21
clarkbnotmyname: the functional tests still pass, and are a place I would expect to fail since they test the boundaries of max_file_size00:23
notmynameclarkb: sorry for all the delays in responding. I was working on something for a meeting. and that meeting just got canceled00:23
notmynameclarkb: exactly00:23
clarkbnotmyname: no problem, I have been digging through devstack to understand the setup, just about ready to look at actual tests now00:24
anteayasalv-orlando jog0 awesome00:24
*** milki has quit IRC00:25
*** milki has joined #openstack-infra00:26
clarkbnose claims the test runs and passes on our devstack slaves00:26
*** dkliban has quit IRC00:29
*** paul--_ has joined #openstack-infra00:29
*** jcooley_ has joined #openstack-infra00:29
*** markwash has quit IRC00:29
*** jcooley_ has quit IRC00:32
*** hogepodge has quit IRC00:33
clarkbhttp://logs.openstack.org/57/54857/6/check/check-swift-devstack-vm-functional/e29a7a7/logs/devstacklog.txt.gz#_2013-11-11_23_48_1400:34
clarkbwe are setting the image size to 1G in the functional tests because tempest is not enabled00:34
*** jcooley_ has joined #openstack-infra00:34
notmynameah ok. which is why it works00:34
notmynameand tempest isn't running the functional tests00:35
clarkbyou need to scroll down a little ways below that anchor point00:35
notmynameI'll take your word for it :-)00:35
clarkbnotmyname: why would it work there through, max file size is 5G00:35
clarkb1G << 5G00:35
clarkbwhen tempest runs the image size is 4G still less than 5G00:36
notmynameclarkb: I don't think tempest does a file size check00:36
clarkbnotmyname: oh I see so tempest doesn't know better until something fails00:36
clarkbnotmyname: shouldn't the functional tests fail then as they do a file size check?00:37
notmynameexcept the test config is set to the disk size. so even though the server has it at 5GB, it still responds with the "correct" (to the test) response because the fallocate doesn't work00:37
*** moted has quit IRC00:38
notmynameso it passes, but it's an accident00:38
*** sarob has joined #openstack-infra00:38
clarkbgotcha, so we should set the image size to ~10G to double the default 5G size?00:39
clarkbI don't want to reduce the file size because testing defaults is valuable00:39
notmynameclarkb: if you have the space, that would be good. of course, there's also great value in testing non-defaults too ;-)00:40
clarkbfungi: did you follow any of that? have an opinion if you did?00:41
notmynameclarkb: of course, devstack itsef is a pretty weird test setup. "testing a massive distributed storage system? let's provision one loopback device with one replica on one vm!" ;-)00:42
*** gyee has quit IRC00:43
*** sarob has quit IRC00:43
clarkbnotmyname: fair :)00:43
notmynameclarkb: I'm working on fixing that, kinda. I'm trying to get a cluster of real hardware set up dedicated to community swift testing. (thus my question earlier about failure notifications for "nightly" tests)00:44
*** mriedem has joined #openstack-infra00:45
lifelessnotmyname: how much hardware do you need?00:46
lifelessnotmyname: could you be another test app on the TripleO cloud ?00:46
clarkbnotmyname: oh so ya, lifeless is trying to do the tripleo cloud stuff, that may be one way of getting enough hardware to actually report on every patch/change00:47
notmynamelifeless: hmm...interesting.00:47
clarkbbecome part of the larger distributed machine00:47
notmynamelifeless: honestly I don't want to start that conversation today. can I talk to you about it tomorrow? (I wish I would have known so we could have talked in HK)00:48
lifelessnotmyname: so yeah we're looking at bare metal gating and multi-node tests etc00:48
lifelessnotmyname: anytime is good00:48
lifelessnotmyname: if all the vendors who verbally committed stuff come through we'll have about 200 machines spread over 8-10 regions00:48
lifelessnotmyname: of many different sizes00:48
notmynamelifeless: nice00:49
*** dkranz has joined #openstack-infra00:51
lifelessnotmyname: my estimate is that it will take 80 machines to handle bare metal gate load for one hypervisor configuration (including Ironic narrow-focused tests)00:51
lifelessnotmyname: anyhow, yes - tomorrow.00:51
notmynamelifeless: so you're saying I can use 120 machines? :-)00:51
lifelessnotmyname: no, because we also need emulated baremetal for tripleo + ironic check jobs00:52
notmynamelol00:52
lifelessnotmyname: and at least one chunk of those machines is from a hypervisor vendor wanting gate-level testing who can't run virt00:53
lifelessnotmyname: but! swift was always part of the tripleo story we're aiming at, so the load we're anticipating already includes basic swift. Your advice on taking it from devstack style swift to production representative stuff is going to be essential00:53
notmynamelifeless: cool.00:54
notmynamelifeless: are you back in NZ timezone?00:54
lifelessI am00:54
lifelessfor at least 3 days00:54
notmynamelifeless: kk. I'll ping you later about it00:54
openstackgerritRussell Bryant proposed a change to openstack-dev/cookiecutter: Add newline to openstack-common.conf  https://review.openstack.org/5512000:56
*** yamahata has joined #openstack-infra00:56
openstackgerritRussell Bryant proposed a change to openstack-dev/cookiecutter: Add newline to openstack-common.conf  https://review.openstack.org/5512000:58
jerryzclarkb: does zuul refs get replicated to git.o.o ? if so , i could not find the code doing that. just confirm with you about it. Thanks00:58
*** dims has quit IRC01:00
clarkbjerryz: we did that in the past but now don't replicate them back to gerrit or git.o.o as they were too noisy01:00
clarkbthey are now just hosted from zuul directly01:00
jerryzclarkb: i see. thank you01:03
*** adalbas has quit IRC01:04
*** wenlock has quit IRC01:06
*** nosnos has joined #openstack-infra01:12
*** mikal has quit IRC01:14
*** dims has joined #openstack-infra01:15
*** moted has joined #openstack-infra01:15
*** mikal has joined #openstack-infra01:16
*** bknudson has joined #openstack-infra01:17
bknudsonI think keystone is f'd somehow.01:17
bknudsonwhen I update a new patch set Jenkins -1 with can't merge...01:17
bknudsonhttps://review.openstack.org/#/c/54647/01:17
*** ArxCruz has joined #openstack-infra01:18
fungilifeless: i've unabandoned 54817 in case you were considering updating it01:19
lifelessfungi: thanks; there are some N stacked on top of it ;)01:20
lifelessfungi: if you can answer my question about it, that would be great01:20
clarkbbknudson: can confirm that arbitrary commit off of keystone master is unhappy01:21
clarkbfungi: https://review.openstack.org/#/c/53222/ I think zuul is derped01:22
*** jcooley_ has quit IRC01:22
*** jhesketh__ has joined #openstack-infra01:22
fungiclarkb: back now. followed on the max_file_size, and i'd say set it to a reasonable quantity for our current slaves (which is way huge--i think we've been incrementally bumping disk-related values based on the old 2gb flavor block device size, which is hella-small, though keeping it reasonable for people running this on their laptops is also meritorious i think)01:24
clarkbahahahahaha01:26
zarofungi: are the titles here generated or manuanlly set?  http://docs.openstack.org/infra/publications/01:26
clarkbtoo many open files01:26
* jog0 just wants the gate to to be stable01:26
clarkbfungi: I think you dealt with this previously01:26
clarkbfungi: should I just restart zuul?01:26
clarkbmaybe capture an lsof first?01:26
fungiclarkb: too many open files on zuul? get a thread dump first01:26
zaroone of the links points to my slides, but name of link is incorrect.01:27
fungizaro: generated from... somewhere. checking01:27
clarkbfungi: yes01:27
fungiand then, yes, restarting zuul should clear them01:27
fungior at least it did for me previously01:27
clarkbok I will do lsof and thread dump then restart zuul01:28
fungialso if you can, note how long zuul's been running (though i suspect this issue is more proportional to the number of changes it's tested rather than the duration it's been running)01:28
clarkbfungi: since october 25th, there are several zuul-* fiels in my homedir on the zuul server that capture lsof, ps, and the tail of the log (including thread stacks)01:31
clarkbfyi on where they are located01:32
clarkbrestarting zuul now01:32
fungizaro: title is pulled from README.rst in your branch01:32
fungilooks like it hasn't been updated01:33
fungithe hope is that it can contain a reusable abstract we can submit to a typical conference cfp, and also talking points for the slides01:33
fungiso, in theory, we can repeat the talk at other conferences01:34
clarkbfungi: I think it is better now but the wifi on my laptop is derping01:35
clarkbfungi: can you get to zuul.o.o via ssh? is it happy?01:35
clarkbbknudson: I think we have fixed (at least temporarily) the problem01:35
fungii'm watching the status page for a keystone pep8 job which is about to finish01:35
zaroahh.  cool thanks.01:35
zarofungi: ^01:35
*** michchap has quit IRC01:35
fungizaro: yw01:35
*** mrodden has quit IRC01:36
clarkbzaro: did you see what happened with jenkins-ci github repos?01:36
*** michchap has joined #openstack-infra01:36
clarkbyou should double check that gearman-plugin survived ok when you have time01:36
bknudsonclarkb: thanks!01:36
clarkbfungi: the lsof capture looks like tons of fds into git repos01:36
clarkbfungi: I bet merger.py can create Repo() objects on demand and GC them when done to avoid that01:37
clarkbbut would need some time reading code to double check that doing so isn't insane01:37
fungigot a linecount? sudo lsof|wc -l sez 1882 right now, so seems low/reasonable01:37
bknudsondo I recheck no bug?01:37
clarkbbknudson: yes01:38
fungibknudson: click the review button on your change01:38
fungioh, you said "do i" not "how do i"01:38
fungiignore me ;)01:38
clarkbfungi: not until I can convince my laptop to connect me to zuul.o.o. you can look at the file in my homedir01:38
bknudsonwasn't sure if I had to rebase.01:38
clarkbbknudson: you shouldn't need to rebase01:38
clarkbfungi: I did lsof | grep zuul > zuul-lsof.txt or some such and the wc on that file was ~220001:38
fungiyeah, just leave a review comment which says that three-word phrase and nothing else01:38
*** erfanian has joined #openstack-infra01:39
fungifungi@zuul:~$ sudo lsof|grep -c zuul01:39
fungi59201:39
fungiseems lower01:39
clarkb* wc -l was 2200 but I think you grokked01:39
fungiyup01:40
fungialso, jobs succeeding01:40
*** fifieldt has quit IRC01:40
*** rwsu is now known as rwsu-away01:40
fungiwhich tells me it's successfully creating new git refs01:41
* fungi transitions to less efficient typing apparatus in a more residential part of his domicile01:41
clarkbfungi: cool thanks for checking01:42
clarkbfungi: I looked at the lsof capture against and it looks like 2004 fd were in /var/lib/zuul/git01:51
fungiclarkb: sounds just like last time01:51
fungithe limit is around 204801:51
fungisuspicion is that the git.Repo instances are being held open after they're no longer in use, and need a del() or similar aggressive gc added01:52
clarkbfungi: they are being assigned to Repo.repo which is keeping them around I think01:53
fungiseems to be a fairly recent behavior, so possibly introduced with the nnfi changes or after01:53
clarkbfungi: I believe that Repo can let them go since it needs to recreate the objects in most cases anyways01:53
fungiahh, yeah. i haven't had time to dig into the source for answers, but that sounds likely01:54
*** erfanian has quit IRC01:55
clarkbI will whip something up really quickly to test that theory and remind us that the work needs to be done01:55
*** ljjjustin has joined #openstack-infra01:56
*** yaguang has joined #openstack-infra01:56
*** dims has quit IRC01:57
*** dims has joined #openstack-infra01:57
*** mattyb has quit IRC01:58
*** nosnos_ has joined #openstack-infra02:01
*** jerryz has quit IRC02:04
*** nosnos has quit IRC02:04
openstackgerritClark Boylan proposed a change to openstack-infra/zuul: Make merger.Repo more context manager like.  https://review.openstack.org/5594302:05
clarkbfungi: I will WIP that because I know it is incomplete. But suggestions on making it cleaner would be nice02:05
clarkbI am not particularly happy with that approach. I think making merger.Repo implicitly context manage its internal operations may be better. or maybe just make the whole thing a context manager02:10
*** jerryz has joined #openstack-infra02:15
*** bingbu has joined #openstack-infra02:15
clarkbcomments more than welcome, and now I need to find dinner02:15
openstackgerritA change was merged to openstack-infra/elastic-recheck: Better end of console log indexing detection.  https://review.openstack.org/5348702:19
*** marun has joined #openstack-infra02:20
*** ljjjusti1 has joined #openstack-infra02:20
*** mrodden has joined #openstack-infra02:21
*** marun has quit IRC02:21
*** marun has joined #openstack-infra02:21
*** mrodden1 has joined #openstack-infra02:23
*** ljjjustin has quit IRC02:23
*** mrodden has quit IRC02:25
*** guohliu has joined #openstack-infra02:29
*** nosnos_ has quit IRC02:30
*** nosnos has joined #openstack-infra02:31
*** jcooley_ has joined #openstack-infra02:42
*** matsuhashi has quit IRC02:47
*** marun has quit IRC02:50
*** mriedem has quit IRC02:50
openstackgerritDennyZhang proposed a change to openstack-infra/config: remove code duplication in run-*.sh  https://review.openstack.org/5464602:51
*** melwitt has quit IRC03:02
*** ian_ott has quit IRC03:08
*** guohliu has quit IRC03:15
*** jerryz has quit IRC03:15
*** guohliu has joined #openstack-infra03:29
*** yamahata has quit IRC03:32
*** matsuhashi has joined #openstack-infra03:35
*** jcooley_ has quit IRC03:38
*** jcooley_ has joined #openstack-infra03:39
*** jcooley_ has quit IRC03:43
*** UtahDave has quit IRC03:50
*** senk has joined #openstack-infra03:51
*** oubiwann has quit IRC03:56
*** CaptTofu has quit IRC03:59
*** CaptTofu has joined #openstack-infra04:00
*** markwash has joined #openstack-infra04:00
*** ArxCruz has quit IRC04:01
*** dims has quit IRC04:03
*** CaptTofu has quit IRC04:05
*** chandankumar has joined #openstack-infra04:08
*** talluri has joined #openstack-infra04:10
*** talluri_ has quit IRC04:11
openstackgerritDan Stangel proposed a change to openstack-infra/gitdm: Fix broken email mapping and add missing domains  https://review.openstack.org/5341904:16
*** paul--_ has quit IRC04:17
*** markwash has quit IRC04:20
*** talluri_ has joined #openstack-infra04:23
*** jcooley_ has joined #openstack-infra04:26
*** talluri has quit IRC04:27
*** yamahata has joined #openstack-infra04:30
*** michchap has quit IRC04:31
*** jcooley_ has quit IRC04:32
*** jcooley_ has joined #openstack-infra04:33
*** michchap has joined #openstack-infra04:37
*** pcrews has joined #openstack-infra04:38
openstackgerritA change was merged to openstack-dev/hacking: Remove vim modeline sample  https://review.openstack.org/5589004:39
*** xchu has quit IRC04:41
*** fungi has quit IRC04:53
*** wenlock has joined #openstack-infra04:56
*** wenlock has quit IRC04:58
openstackgerritA change was merged to openstack/requirements: Updated from global requirements  https://review.openstack.org/5586105:17
*** senk has quit IRC05:20
*** mkoderer has joined #openstack-infra05:27
*** senk has joined #openstack-infra05:33
*** talluri_ has quit IRC05:37
*** sarob has joined #openstack-infra05:43
*** senk has quit IRC05:44
*** pcrews has quit IRC05:50
*** talluri has joined #openstack-infra05:52
*** nicedice_ has quit IRC05:54
*** ljjjusti1 has quit IRC05:58
*** ljjjustin has joined #openstack-infra05:59
*** markwash has joined #openstack-infra06:03
*** nati_ueno has joined #openstack-infra06:07
*** michchap has quit IRC06:10
*** michchap has joined #openstack-infra06:11
*** EmilienM has quit IRC06:13
*** sdague has quit IRC06:13
*** Guest53429 has quit IRC06:15
*** hughsaunders has quit IRC06:15
*** Adri2000 has quit IRC06:16
*** Adri2000 has joined #openstack-infra06:17
*** wenlock has joined #openstack-infra06:17
*** sdague has joined #openstack-infra06:18
*** EmilienM has joined #openstack-infra06:18
*** DennyZhang has joined #openstack-infra06:25
*** nati_uen_ has joined #openstack-infra06:28
*** hughsaunders has joined #openstack-infra06:28
*** nati_ueno has quit IRC06:31
*** moted has quit IRC06:32
*** ljjjustin has quit IRC06:32
*** hughsaunders has quit IRC06:33
*** sarob has quit IRC06:35
*** sarob has joined #openstack-infra06:35
*** fifieldt has joined #openstack-infra06:38
*** sarob has quit IRC06:40
*** pblaho has joined #openstack-infra06:43
*** senk has joined #openstack-infra06:45
*** hughsaunders has joined #openstack-infra06:46
*** nati_ueno has joined #openstack-infra06:48
*** nati_uen_ has quit IRC06:49
*** hughsaunders has quit IRC06:50
*** senk has quit IRC06:52
*** fungi has joined #openstack-infra06:55
*** nati_ueno has quit IRC06:57
*** nati_ueno has joined #openstack-infra06:58
*** talluri_ has joined #openstack-infra06:59
*** talluri has quit IRC06:59
*** DennyZhang has quit IRC07:01
*** nati_ueno has quit IRC07:03
*** nati_ueno has joined #openstack-infra07:04
*** nati_ueno has quit IRC07:09
*** nati_ueno has joined #openstack-infra07:10
*** hughsaunders has joined #openstack-infra07:27
*** wenlock has quit IRC07:28
*** hughsaunders has quit IRC07:33
*** pblaho has quit IRC07:34
*** sarob has joined #openstack-infra07:36
*** matsuhashi has quit IRC07:40
*** sarob has quit IRC07:40
*** matsuhashi has joined #openstack-infra07:41
*** yolanda has joined #openstack-infra07:44
*** jhesketh_ has quit IRC07:45
*** matsuhashi has quit IRC07:45
*** matsuhashi has joined #openstack-infra07:46
*** senk has joined #openstack-infra07:48
*** marun has joined #openstack-infra07:53
*** senk has quit IRC07:54
*** nati_uen_ has joined #openstack-infra07:58
*** nati_uen_ has quit IRC07:58
*** nati_uen_ has joined #openstack-infra07:59
*** nati_ueno has quit IRC08:01
*** lillie has joined #openstack-infra08:03
*** hughsaunders has joined #openstack-infra08:03
*** lillie is now known as Guest2710408:03
*** senk has joined #openstack-infra08:10
openstackgerritMasayuki Igawa proposed a change to openstack-infra/elastic-recheck: Add query for bug 1249535  https://review.openstack.org/5598208:11
*** jcooley_ has quit IRC08:14
*** senk has quit IRC08:15
*** osanchez has joined #openstack-infra08:17
*** yamahata has quit IRC08:25
*** davidhadas_ has joined #openstack-infra08:30
*** davidhadas has quit IRC08:31
*** nati_uen_ has quit IRC08:36
*** sarob has joined #openstack-infra08:36
*** nati_uen_ has joined #openstack-infra08:37
*** nati_uen_ has quit IRC08:38
*** nati_uen_ has joined #openstack-infra08:38
*** shardy_afk is now known as shardy08:40
*** bingbu has quit IRC08:41
*** sarob has quit IRC08:41
*** jpich has joined #openstack-infra08:41
*** nati_uen_ has quit IRC08:43
*** davidhadas_ has quit IRC08:45
*** yassine has joined #openstack-infra08:54
*** briancline has quit IRC08:56
*** EmilienM has quit IRC08:56
*** briancline has joined #openstack-infra08:56
*** EmilienM has joined #openstack-infra08:56
*** nosnos_ has joined #openstack-infra08:57
*** fifieldt has quit IRC08:58
*** hashar has joined #openstack-infra08:59
*** nosnos has quit IRC09:01
*** yolanda has quit IRC09:07
*** yolanda has joined #openstack-infra09:07
*** hdd has joined #openstack-infra09:09
*** senk has joined #openstack-infra09:11
*** derekh has joined #openstack-infra09:12
*** nati_ueno has joined #openstack-infra09:14
*** senk has quit IRC09:15
*** pblaho has joined #openstack-infra09:18
*** ben_duyujie has joined #openstack-infra09:18
*** johnthetubaguy has joined #openstack-infra09:33
*** plomakin has quit IRC09:36
*** nati_ueno has quit IRC09:36
*** plomakin has joined #openstack-infra09:37
*** sarob has joined #openstack-infra09:37
*** nati_ueno has joined #openstack-infra09:37
*** johnthetubaguy1 has joined #openstack-infra09:38
*** johnthetubaguy has quit IRC09:39
*** marun has quit IRC09:41
*** sarob has quit IRC09:41
*** matsuhashi has quit IRC09:41
*** nati_ueno has quit IRC09:42
*** matsuhashi has joined #openstack-infra09:42
*** matsuhas_ has joined #openstack-infra09:44
*** matsuhashi has quit IRC09:45
*** pleia2 has quit IRC10:02
*** matsuhas_ has quit IRC10:02
*** pleia2 has joined #openstack-infra10:03
*** matsuhashi has joined #openstack-infra10:03
openstackgerritRussell Bryant proposed a change to openstack-infra/reviewstats: Add some core team review stats  https://review.openstack.org/5599510:06
openstackgerritRussell Bryant proposed a change to openstack-infra/reviewstats: Show how many patch sets were created  https://review.openstack.org/5599610:06
*** matsuhashi has quit IRC10:07
russellblifeless: want to join stats-core so you can help review reviewstats changes?10:09
lifelessrussellb: if you would like me to do such reviews, I'd be happy to do so.10:09
lifelessrussellb: [yes]10:09
russellbyeah, you've shown interest and i trust you :-) ... i should probably stop self-approving everything10:10
lifelessThough you won't get reviews tonight, its past 11 and I'm wrapping up my day :)10:10
*** yamahata has joined #openstack-infra10:10
russellbno worries, just asking while i thought of it10:10
russellb(done)10:10
lifelesscool10:10
*** senk has joined #openstack-infra10:13
*** senk has quit IRC10:17
*** markmc has joined #openstack-infra10:18
*** guohliu has quit IRC10:19
*** ekarlso has quit IRC10:20
*** ekarlso has joined #openstack-infra10:21
*** matsuhashi has joined #openstack-infra10:28
openstackgerritRussell Bryant proposed a change to openstack-infra/reviewstats: Add submitted patches to review stats  https://review.openstack.org/5599910:32
*** sarob has joined #openstack-infra10:37
*** adalbas has joined #openstack-infra10:41
*** yamahata has quit IRC10:42
*** sarob has quit IRC10:42
*** yaguang has quit IRC10:45
*** nati_ueno has joined #openstack-infra10:47
*** nati_ueno has quit IRC10:52
*** rfolco has joined #openstack-infra11:03
*** lcestari has joined #openstack-infra11:03
*** nosnos_ has quit IRC11:08
*** nosnos has joined #openstack-infra11:09
*** senk has joined #openstack-infra11:14
*** hashar has quit IRC11:17
*** hashar has joined #openstack-infra11:17
*** matsuhashi has quit IRC11:18
*** senk has quit IRC11:19
*** Reapster has quit IRC11:19
*** matsuhashi has joined #openstack-infra11:30
*** hashar has quit IRC11:37
*** sarob has joined #openstack-infra11:38
*** yamahata has joined #openstack-infra11:41
*** yamahata has quit IRC11:42
*** sarob has quit IRC11:42
*** yamahata has joined #openstack-infra11:43
*** michchap has quit IRC11:43
*** pcm_ has joined #openstack-infra11:45
*** yfried has joined #openstack-infra11:46
*** michchap has joined #openstack-infra11:46
yfriedanyone knows if during Jenkins' review the VMs should have external access or not? ie - be able to ping 8.8.8.8 or www.google.com?11:47
*** pcm_ has quit IRC11:48
*** pcm_ has joined #openstack-infra11:49
*** ArxCruz has joined #openstack-infra11:50
*** CaptTofu has joined #openstack-infra11:57
*** hdd has quit IRC12:00
*** alcabrera has joined #openstack-infra12:02
*** matsuhashi has quit IRC12:05
*** matsuhashi has joined #openstack-infra12:06
*** nosnos_ has joined #openstack-infra12:07
*** nosnos has quit IRC12:10
*** matsuhashi has quit IRC12:10
*** nosnos_ has quit IRC12:11
*** yfried has left #openstack-infra12:13
*** michchap has quit IRC12:13
*** michchap has joined #openstack-infra12:13
*** yaguang has joined #openstack-infra12:15
*** senk has joined #openstack-infra12:15
*** senk has quit IRC12:20
anteayahi yfried, no vms do not have external access - they are disposable - brought up for the tests and then after the tests are complete and logs are written to logs.openstack.org, they are brought down12:26
*** marun has joined #openstack-infra12:28
*** CaptTofu has quit IRC12:28
*** CaptTofu has joined #openstack-infra12:29
*** beagles has joined #openstack-infra12:31
*** weshay has joined #openstack-infra12:33
*** CaptTofu has quit IRC12:33
*** dcramer_ has quit IRC12:35
*** che-arne has joined #openstack-infra12:35
*** sarob has joined #openstack-infra12:38
*** sarob has quit IRC12:43
*** afazekas has joined #openstack-infra12:46
*** dcramer_ has joined #openstack-infra12:50
*** yassine has quit IRC12:54
*** yassine has joined #openstack-infra12:54
*** bingbu has joined #openstack-infra12:56
mordredanteaya: not quite. they _do_ have external access - but they are disposable12:58
openstackgerritCyril Roelandt proposed a change to openstack-infra/config: Add sphinxcontrib-docbookrestapi  https://review.openstack.org/5330613:01
anteayaah okay, glad to be wrong on that one13:04
anteayahow does a developer access a vm running a test, mordred13:04
anteayaI thought that functionality was refused from the cloud providers we are using13:05
*** afazekas has quit IRC13:07
*** oubiwann has joined #openstack-infra13:11
mordredanteaya: that they cannot do13:11
mordredbut the vm can make _outbound_ connections13:11
*** mriedem has joined #openstack-infra13:12
anteayaah okay, so I took one definition of external access and did not consider all the possible meanings13:13
anteayayes, they would need outbound connections to download the repos to stand up the devstack to run the tests13:14
anteayathanks mordred13:14
anteayaand good morning13:14
*** jorisroovers has joined #openstack-infra13:16
*** thomasem has joined #openstack-infra13:17
mordredgood morning anteaya13:18
*** dims has joined #openstack-infra13:19
*** hashar has joined #openstack-infra13:20
pleia2good evening!13:21
*** flaper87|afk is now known as flaper8713:23
*** weshay has quit IRC13:23
anteayamorning pleia213:25
anteayagoodness are you up early13:25
anteayaah you said good evening13:25
anteayain which case are you up late13:25
pleia2coming home is rough times :)13:25
anteayano kidding13:28
anteayaI was up for most of the night, night before last13:29
anteayaup at 6am this morning13:29
anteayadid some laundry13:29
anteayaso that was good13:29
*** Adri2000 has quit IRC13:30
*** Adri2000 has joined #openstack-infra13:31
*** changbl has quit IRC13:36
openstackgerritNikita Konovalov proposed a change to openstack-infra/storyboard: Added task ordering  https://review.openstack.org/5602613:38
openstackgerritJeffrey Zhang proposed a change to openstack-dev/hacking: Fix the escape character  https://review.openstack.org/5602813:42
*** che-arne has quit IRC13:44
*** changbl has joined #openstack-infra13:47
*** pblaho has quit IRC13:49
sdaguemorning folks13:56
sdagueman, actually got 8 hrs sleep last night for the first time since before HK, though in 2 4hr chunks. Maybe I'll sleep through the night tonight :)13:56
dimssdague, nice. btw we are getting a dusting of snow today here13:58
sdagueyeh, here too, I twittered the view this morning :)13:59
sdaguepleia2, were you also in the trove integration test session that jeblair called me into half way through?14:00
pleia2sdague: yeah14:00
*** dprince has joined #openstack-infra14:01
pleia2my blog tells me that much time was spent talking about image handling (or at least that's all I paid attention to)14:01
*** freyes has joined #openstack-infra14:01
sdagueso I had an interesting call with some internal folks yesterday that have previously built simulators for cloud like environments14:01
pleia2cool14:01
sdaguethey basically used honeyd to simulate real guests14:02
pleia2I've never even heard of honeyd14:02
sdagueso you could have ip services without real guests14:02
sdagueit's a honey pot system14:02
*** Adri2000 has quit IRC14:02
pleia2huh, interesting14:02
sdagueso I'm hoping that they engage the community directly come January, that looks like their plan, but it's really a pretty cool idea14:03
*** talluri_ has quit IRC14:03
sdaguebecause it means we could have fake virt driver that actually built fake guests you could ping and ssh to14:03
*** dkranz has quit IRC14:03
mordredneat14:04
pleia2yeah, that would be great14:04
*** talluri has joined #openstack-infra14:04
mordredjog0: ^^14:04
sdagueI thought it was a pretty clever approach14:04
*** wenlock has joined #openstack-infra14:04
*** davidhadas has joined #openstack-infra14:04
sdaguethey also want to do fault injection and delay fuzzing in the fake driver, which would also be really good.14:04
*** dcramer_ has quit IRC14:06
*** che-arne has joined #openstack-infra14:06
*** marun has quit IRC14:07
*** talluri has quit IRC14:08
*** sarob has joined #openstack-infra14:09
*** dstanek has joined #openstack-infra14:09
*** oubiwann has quit IRC14:12
*** julim has joined #openstack-infra14:13
mordredthat's truly fantastic14:13
*** flaper87 is now known as flaper87|afk14:13
*** sarob has quit IRC14:13
*** guohliu has joined #openstack-infra14:14
*** oubiwann has joined #openstack-infra14:16
*** sandywalsh has joined #openstack-infra14:17
*** changbl has quit IRC14:17
sdagueyep, agreed. So anyway, I'm hopeful they'll fully engage.14:18
*** Adri2000 has joined #openstack-infra14:20
*** Adri2000 has joined #openstack-infra14:20
*** dkliban has joined #openstack-infra14:23
*** weshay has joined #openstack-infra14:24
*** weshay has quit IRC14:24
mordredttx: we have folks starting to actively hack on storyboard, and I think I may be the only person really reviewing - any thoughts on what to do about making/growing the initial core team?14:26
*** weshay has joined #openstack-infra14:26
mordredttx: other early projects seem to just add anyone who is initially interested until there is actually a team that's working14:27
*** yassine has quit IRC14:27
*** oubiwann has quit IRC14:27
ttxmordred: I'll be reviewing too... but agree that 3+ would be good14:28
ttxkinda wanted people to at least author one successful patch before getting +214:28
mordredttx: k. I'm going to say that it already looks like nikita might be a good candidate :)14:28
mordredttx: and yeah14:28
*** alexpilotti has joined #openstack-infra14:28
ttxmordred: will review his patch and fasttrack him in if that makes any sense14:29
mordredttx: I believe he seems to know more django than you or I at least :)14:29
ttxjust want to make sure the person grokked the intent and the code structure. Sure looks like nikita does14:29
*** ben_duyujie has quit IRC14:29
ttxreviewing his patch are next on my list14:30
ttxcurrently making big lists of all the stuff I signed up for last week14:30
ttxwhat was I exactly thinking, I don't know14:30
mordredttx: tell me about it14:30
*** alexpilotti has quit IRC14:32
*** bingbu has quit IRC14:34
mordredlifeless: I've made you core on pbr. go nuts14:34
*** jroovers has joined #openstack-infra14:38
*** jorisroovers has quit IRC14:41
*** yassine has joined #openstack-infra14:43
*** dstanek has quit IRC14:49
mordredclarkb, fungi: when you are up and human, https://review.openstack.org/#/c/54791/ could really use some love14:49
*** dkranz has joined #openstack-infra14:50
mordredas could https://review.openstack.org/#/c/54818/14:50
mordredthe second one is actually more important, but bother would be excellent steps forwrad14:50
*** CaptTofu has joined #openstack-infra14:51
*** dstanek has joined #openstack-infra14:52
*** oubiwann has joined #openstack-infra14:53
openstackgerritA change was merged to openstack-dev/hacking: Fix the escape character  https://review.openstack.org/5602814:55
dprincemordred: can you add me and markmc as members of the TripleO org on Trello?14:58
dprincemordred: https://trello.com/tripleo14:58
*** jpeeler has quit IRC14:58
dprincemordred: or perhaps just make derekh an admin there? (he is core)14:58
*** jpeeler has joined #openstack-infra14:59
*** dcramer_ has joined #openstack-infra15:00
*** sarob has joined #openstack-infra15:00
*** guohliu has quit IRC15:04
*** rwsu-away is now known as rwsu15:04
mordred(moving above to #tripleo)15:05
*** oubiwann has quit IRC15:09
*** boris-42 has joined #openstack-infra15:11
*** oubiwann has joined #openstack-infra15:13
*** openstackstatus has quit IRC15:13
*** rnirmal has joined #openstack-infra15:14
anteayareed: when you are around my foundation profile says I have been affiliated with 175game: http://www.openstack.org/community/members/profile/757115:14
anteayaI have no idea who/what 175game is/are15:14
anteayabut now I am curious15:14
fungianteaya: reed seems to be not around, but i'll prod toddmorey via e-mail15:17
fungii suspect they're all screwy. mine says "ludio333 From To 2013-03-21 ... IB3 Televisió de les Illes Balears From To 2013-03-21 ... ludio333 From To 2013-03-21"15:18
fungiprobably someone fat-fingered a db query15:18
anteayaha ha ha15:18
anteayadid they pay you well is my question15:19
mordredwow. seriously?15:19
mordredsomeone is running db queries that they can fat finger?15:19
anteaya175game and ludio333 feel like auto-generated names to me15:20
anteayaperhaps someone was testing something and didn't realize they were on production15:20
* mordred sobs15:20
mordredfungi: could you please communicate to your boss that I'm 3 seconds from absolutely losing my shit on him15:20
*** hashar has quit IRC15:21
mordredfungi: and that, respectfully, if they don't get their shit moved over ASAP, I'm going to do it publically. very. very. publically.15:21
fungimordred: i do have a call with them all this evening. i'll do my best to convey that15:22
fungii feel very much the same way15:22
ttxmordred: they had some excuse due to release/summit shit... but now they should definitely commit on a due date for delivering15:23
mordredttx: all of their excuses are bullshit15:23
*** senk1 has joined #openstack-infra15:23
mordredttx: we started asking for this a YEAR ago15:23
anteayaI'd log in a fix my foundation profile but I don't have the energy yet to play find the foundation login link and remember (or create a new) password15:23
mordredttx: it is, and has been, categorically unacceptable that this has gone on for as long as it has15:24
mordredthat there was a summit is completely immaterial15:24
ttxmordred: I think, deep in them they don't really want to lose control over this, so they unconsciously do something else rather than that.15:24
mordredin the course of that year, there have been mulitple instances of site being down, dns being broken15:24
mordredand now apparently database corruption15:24
mordredthey are not competent to run it15:24
mordredthey are repeatedly showing that incompetence15:25
mordredand they are, for reasons surpassing all understanding, balking at particpating in the systems that run the fastest growing open source project of all time, of which they are the foundatoin that supports it15:25
mordredso15:25
mordredseriously15:25
mordredit is assinine and arrogant15:25
mordredand I've had enough15:25
ttxfungi: I may skip the midnight meeting today, so I'll let you convey that things are about to get bad and they better deliver15:26
* ttx has a backlog of stuff, like a proper security page, to push to o.o15:27
ttxmordred: about those storyboard reviews, I feel a bit bad for Nikita, as the UI stuff heavily depends on the tech we'll end up using, and we are about to seriously question the one used in the POC :)15:28
fungiyeah, there's so much that we've said "let's wait until we have access to the www.o.o site source so we can just submit patches for this or that"15:29
mordredttx: I think we do that in the context of the project that exists15:29
anteayattx where are the storyboard conversations happening?15:29
ttxanteaya: here, so far15:29
anteayaokay15:29
anteayaI have some input on the tech when the conversation happens15:29
*** david-lyle has joined #openstack-infra15:30
anteayaan extention or clarification of what I shared at the summit15:30
ttxmordred: agreed, I just fear that some of that jus(submitted code might be scrapped soon15:30
ttxmordred: but meh15:30
mordredif we do crazy/radical things, I think they will be follow-on patches to that repo, no?15:31
ttxmordred: oh, sure15:33
ttxit's just that pagination/sorting stuff is typically the sort of work that depend a lot on the UI/Model/tech used15:34
ttxsome framework give it for free, some others not etc.15:35
ttxcan be done client-side or server-side etc15:35
mordredare we considering wholesale replacement of hte UI framework now?15:35
ttx(precise reason why i didn't look into it just yet :)15:35
ttxmordred: cody suggested we switch to semantic ui. Also a REST + horizon layer switch could affect sorting/paging stuff15:37
ttxanyway, it's still interesting to have those landed in the current UI15:37
*** markmcclain has joined #openstack-infra15:37
*** datsun180b has joined #openstack-infra15:37
*** senk1 has quit IRC15:38
cody-somervilleanteaya: What's your input?15:38
*** lcestari has quit IRC15:39
*** lcestari has joined #openstack-infra15:43
*** lcestari has quit IRC15:43
*** senk has joined #openstack-infra15:45
*** alcabrera has quit IRC15:48
openstackgerritA change was merged to openstack-infra/config: Add sphinxcontrib-docbookrestapi  https://review.openstack.org/5330615:49
mordredBOOM15:49
mordredfungi, clarkb: watch out - I'm second on the review list AND my approval percent is down to 8015:50
fungimordred: i haven't looked but can pretty well guess i've fallen waaay down the list in the past couple weeks anyway15:51
mordredfungi: well, we've ALL been busy15:51
mordredyou're #3 now15:51
fungioh, uh15:51
fungiokay then15:51
mordred:)15:51
mordredbut- lifeless is beating jeblair15:51
* fungi feels perpetually as if he doesn't get enough time to review anything at all15:51
mordredI think that _might_ have something to do with jeblair being on vacation though15:52
openstackgerritA change was merged to openstack-infra/gitdm: Fix broken email mapping and add missing domains  https://review.openstack.org/5341915:52
mordredfungi: I've started doing them first thing when I wake15:52
fungimordred: no excuse. just think of all the reviewing he could get done with multiple weeks of vacation15:52
mordredand my rule is that I am not allowed to write any new patches until I've reviewed everything in my queue15:52
fungithat's actually a great policy15:52
fungii think i'll adopt it... right after this next patch ;)15:53
mordredthen, I try to review things as I see them roll past in IRC during hte day15:53
openstackgerritDennyZhang proposed a change to openstack-infra/config: remove code duplication in run-*.sh  https://review.openstack.org/5464615:53
openstackgerritKevin proposed a change to openstack-infra/jenkins-job-builder: Added template-test command & run-after-finalized  https://review.openstack.org/5499315:54
mordredfungi: getting the queue down post summit took me about 4 hours15:54
mordredBUT - I +2/+A'd a bunch of trivial stuff, so your queue may not be as terrible15:54
*** senk has quit IRC15:55
*** zehicle_at_dell has joined #openstack-infra15:55
*** jamesmcarthur has joined #openstack-infra15:55
*** smarcet has joined #openstack-infra15:55
*** jroovers has quit IRC15:55
*** senk has joined #openstack-infra15:56
*** sarob has quit IRC15:57
*** sparkycollier has joined #openstack-infra15:57
*** sarob has joined #openstack-infra15:57
*** rcleere has joined #openstack-infra15:58
anteayacody-somerville: that django is a keeper for obvious reasons and that a framework for the frontend locks us into its feature set unless it comes with vendor passthrough, which I didn't see in the current tool being used16:00
*** senk has quit IRC16:01
anteayaif it is there, I couldn't find it16:01
*** mfer has joined #openstack-infra16:01
*** sarob has quit IRC16:02
*** briancline has quit IRC16:02
mordredanteaya: can you explain "vendor passthrough" ?16:03
*** toddmorey has joined #openstack-infra16:03
*** ^d has joined #openstack-infra16:03
*** pcrews has joined #openstack-infra16:03
*** adalbas has quit IRC16:08
*** UtahDave has joined #openstack-infra16:08
olaphsounds like what you get from eating at the state fair16:09
openstackgerritMonty Taylor proposed a change to openstack-dev/pbr: Base python 2.7 skip list on parsed names  https://review.openstack.org/5415216:10
*** lcestari has joined #openstack-infra16:12
*** briancline has joined #openstack-infra16:13
anteayamordred: sorry, I was thinking in ironic nomenclature - I mean that the framework has a way of colouring different text for example, but if I want to select the text in a different way, I don't have the option of just writing my own css and sticking it in a file16:16
anteayaat least not that I saw16:16
anteayaI am prepared to be wrong16:17
openstackgerritMonty Taylor proposed a change to openstack-dev/pbr: Make ChangeLog more condensed  https://review.openstack.org/5236716:19
*** adalbas has joined #openstack-infra16:21
*** yaguang has quit IRC16:23
openstackgerritMonty Taylor proposed a change to openstack-infra/nodepool: Add ability to filter on flavor name  https://review.openstack.org/5584416:25
*** sarob has joined #openstack-infra16:28
*** nicedice_ has joined #openstack-infra16:29
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Fix pep8 errors in modules dir  https://review.openstack.org/4764416:30
*** CaptTofu has quit IRC16:31
*** yamahata has quit IRC16:31
*** CaptTofu has joined #openstack-infra16:31
*** boris-42 has quit IRC16:32
*** sarob has quit IRC16:34
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Switch from jeepyb to pypi-mirror  https://review.openstack.org/5481816:34
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Remove old pypi host cruft  https://review.openstack.org/5481716:34
*** sarob has joined #openstack-infra16:34
*** jergerber has joined #openstack-infra16:37
*** sarob_ has joined #openstack-infra16:37
*** sarob has quit IRC16:38
*** sarob_ has quit IRC16:38
*** ruhe has joined #openstack-infra16:38
*** sarob has joined #openstack-infra16:38
openstackgerritMonty Taylor proposed a change to openstack-dev/pbr: Ignore boring commit messages  https://review.openstack.org/5404816:39
openstackgerritMonty Taylor proposed a change to openstack-dev/pbr: Let git do mailmap mapping for us  https://review.openstack.org/5405016:39
*** sarob_ has joined #openstack-infra16:40
*** changbl has joined #openstack-infra16:40
*** markmcclain has quit IRC16:41
*** sarob_ has quit IRC16:42
*** sarob_ has joined #openstack-infra16:42
*** sandywalsh has quit IRC16:42
*** DennyZhang has joined #openstack-infra16:43
*** sarob has quit IRC16:43
*** mrodden1 has quit IRC16:43
*** MarkAtwood has quit IRC16:43
openstackgerritMonty Taylor proposed a change to openstack-dev/pbr: Skip the install of pip  https://review.openstack.org/5406116:44
toddmoreyHey guys: I wanted to give a quick update here about Member data. TLDR: there was a bug in a migration script we ran and we are working to correct the presentation of OpenStack Foundation member affiliations. The data's intact, but unfortunately currently displaying incorrectly.16:44
*** adalbas has quit IRC16:47
toddmoreyWe recently rolled out an update that greatly improves the way affiliations are managed and stored. It was badly needed, but since the schema changed a bit, we needed to migrate data over to the new schema. Seems like a bug in that migration caused some of the foundation members to display the wrong affiliation. The good news is that the data looks complete and uncorrupted. We're working to fix the bug in the script, test, test, test, and rerun. I16:47
*** sarob_ has quit IRC16:47
*** CaptTofu has quit IRC16:48
*** CaptTofu has joined #openstack-infra16:48
toddmoreySo I'm pretty bummed that we let a bug get out to production, but I'm happy that it seems we should be able to fix things up quickly. But I apologize for all the confusion it caused.16:49
toddmoreyI need to change locations, but I'll be back in just a bit and hang out to answer any questions, etc.16:50
openstackgerritMonty Taylor proposed a change to openstack-infra/devstack-gate: Use select-mirror in devstack-gate  https://review.openstack.org/4806416:50
jamesmcarthurI'm also available to answer questions re: the migration16:51
*** MarkAtwood has joined #openstack-infra16:51
jamesmcarthurAnd additionally bummed about this getting out to production. We're looking to patch and push a fix ASAP16:51
mordredjamesmcarthur, toddmorey: awesome. thanks for the update!16:52
*** ryanpetrello has joined #openstack-infra16:53
mordredjamesmcarthur: you're working with sebastian, yeah?16:53
jamesmcarthurmordred: that's correct16:54
mordredcool, well, I'd like to get his change: https://review.openstack.org/#/c/53644/ landed so we can get you guys a thing there16:54
openstackgerritKiall Mac Innes proposed a change to openstack-infra/config: Send designate events for stable/havana to #openstack-dns  https://review.openstack.org/5605716:54
mordredfungi, clarkb ^^ can you guys weigh in on the above?16:54
jamesmcarthurwe're anxious to get this out there as well. we've made some great progress on the OpenID piece and look forward to getting it out there for review16:55
kiallclearly mordred is talking about my review, not the one he linked ;)16:55
kiallmordred: good summit?16:55
mordredkiall: yes16:55
mordredkiall: I +A'd your patch, btw16:56
mordredjamesmcarthur: ++16:56
openstackgerritA change was merged to openstack-infra/config: Send designate events for stable/havana to #openstack-dns  https://review.openstack.org/5605716:57
kiallThanks :)16:57
*** sandywalsh has joined #openstack-infra16:57
*** adalbas has joined #openstack-infra16:58
fungimordred: taking a look. got sidetracked trying to get a displayport hub working under linux/xorg. so bleeding edge i apparently need a transfusion16:59
*** changbl has quit IRC16:59
*** mrodden has joined #openstack-infra16:59
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Gate current clients on stable branches  https://review.openstack.org/4193117:01
jamesmcarthurmordred: just FYI, we've found the migration bug in the script and are working to correct it17:02
*** openstackgerrit has quit IRC17:03
*** yassine has quit IRC17:03
jamesmcarthurwill post back as soon as we've rectified it. again, apologies for the mass confusion on all of this. we've tried to be very careful with this data and our scripts, but this one snuck through the cracks.17:03
*** openstackgerrit has joined #openstack-infra17:04
openstackgerritMonty Taylor proposed a change to openstack-dev/pbr: Make ChangeLog more condensed  https://review.openstack.org/5236717:06
openstackgerritMonty Taylor proposed a change to openstack-dev/pbr: Ignore boring commit messages  https://review.openstack.org/5404817:06
openstackgerritMonty Taylor proposed a change to openstack-dev/pbr: Let git do mailmap mapping for us  https://review.openstack.org/5405017:06
mordredjamesmcarthur: it's all good - it happens to all of us17:06
*** toddmorey has quit IRC17:07
mordredjamesmcarthur: in general, it's one of the reasons we're keen to get you guys integrated, so that we can help with eyeballs and share the blame when we miss it :)17:07
jamesmcarthurabsosmurfly17:08
jamesmcarthurmore eyeballs is never a bad thing17:08
*** gyee has joined #openstack-infra17:09
mordredthey're tasty as well17:09
mordredfungi: can you look at https://review.openstack.org/41931 when you get a chance? I cannot see my error17:09
jamesmcarthurmore eyeballs are never a bad thing. terrible grammar.17:09
openstackgerritChmouel Boudjnah proposed a change to openstack-infra/config: Add swiftsync.  https://review.openstack.org/5606117:11
chmouelit's the first time i am adding a repo to stackforge is there anything else i need to do  to import the github repo ^ ?17:12
mordredchmouel: looking17:12
mordredchmouel: that looks great. it's not going to cut releases to pypi - but you could add that as a follow on17:13
chmouelmordred: cool thanks, yeah we probably want that in the future17:13
chmouelthe rtfd ones are for documentation right?17:16
*** sandywalsh has quit IRC17:21
*** derekh has quit IRC17:25
fungimordred: "Job gate-tempest-devstack-vm-client-stable-grizzly not defined, Job gate-tempest-devstack-vm-client-stable-havana not defined"17:26
fungimordred: i'll see if i can tell where that's being missed17:26
mordredfungi: I added this: - 'gate-tempest-devstack-vm-client-stable-{release}':17:27
fungiyeah, i'm tracing back through the template instantiation now17:27
mordredchmouel: oh- you're missing an rtfd in projects.yaml17:28
mordredchmouel: look at stackalyitics for an example of using that17:28
fungimordred: you forgot "pipeline: check" and "pipeline: gate" on the new job entries in projects.yaml17:29
fungiso those aren't making it to the template17:29
mordredfungi: should I change gate-tempest-devstack-vm-client-stable- to {pipeline}-tempest-devstack-vm-client-stable- ?17:30
fungimordred: yes, that too17:31
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Gate current clients on stable branches  https://review.openstack.org/4193117:31
mordredhrm. the others don't do that - lemme try just adding17:31
*** ruhe has quit IRC17:32
fungithe others don't do it because they're only check jobs and so hardcoded in the template17:33
fungior else they're in the job group so you don't see them enumerated tehre17:33
mordredah17:33
*** miqui has quit IRC17:33
mordredclarkb: you may want to look at https://review.openstack.org/#/c/54817/ - because it's got a -1 on it so it might not show up inyour todo list17:33
dimsmordred, lifeless and i left a couple of comments on the mox/mock question in https://review.openstack.org/#/c/55476/ - i can do either, not a problem17:34
fungimordred: i reworked those other backwards-compat jobs in there to be check-only since jeblair expressed concerns about breaking our ability to test devstack-gate when the stable branches are perpetually broken17:34
mordredwow. I think I may have taken care of my whole review queue AND outstanding need-work comments17:34
*** sandywalsh has joined #openstack-infra17:34
*** pcrews has quit IRC17:35
mordreddims: oh - I may have been unclear ...17:35
mordreddims: I certainly don't think we should use mox17:35
mordredI was just questioning adding mock for two tests rather than using a feature of the already used fixtures library17:36
mordreddims: but I'm fine with it - I'll go change my vote17:36
fungimordred: though with all the clients now gating on whether or not stable branches of the integrated servers are working in devstack/tempest, maybe broken stable will get much faster attention anyway17:37
dimsmordred, thanks!17:38
fungieither that or we'll start to get a ton of outcry17:38
mordreddims: thank you!17:38
*** toddmorey has joined #openstack-infra17:39
mordredwell, a ton of outcry will equal a ton of people to fix the actual problem :)17:39
fungihere's hoping! ;)17:39
*** BobBall is now known as BobBallAway17:45
*** dstanek has quit IRC17:47
*** changbl has joined #openstack-infra17:55
clarkbmorning17:59
clarkbmordred: I will take a look17:59
*** johnthetubaguy1 has quit IRC18:00
jog0pleia2 mordred: neat18:02
*** osanchez has quit IRC18:03
*** Ryan_Lane has quit IRC18:04
*** markmcclain has joined #openstack-infra18:05
clarkbmordred: not sure if I am human yet, but I am taking a look at the reviews you pointed out18:05
openstackgerritChmouel Boudjnah proposed a change to openstack-infra/config: Add swiftsync.  https://review.openstack.org/5606118:09
clarkbmordred: fungi https://review.openstack.org/#/c/54818/2 does that change have a sibling that updates the jenkins job configs to use pypi-mirror?18:10
clarkbI just approved the change to move integration.sh to pypi-mirror but the mirror building jobs themselves need to be updated too I think18:11
mordredthere is one .. one sec18:13
fungimordred: clarkb: https://review.openstack.org/5481818:13
clarkbthanks18:14
fungithough that only installs it on the mirror slaves18:15
clarkboh that is the change I was looking at18:15
clarkbya, there should be another change or part of that change that updates JJB configs18:15
*** jorisroovers has joined #openstack-infra18:15
mordrednope. that's all that's needed18:16
*** jorisroovers has joined #openstack-infra18:16
mordredthey both install a program called "run-mirror"18:16
*** melwitt has joined #openstack-infra18:16
*** dstanek has joined #openstack-infra18:16
fungipresumably next we need to rip the script out of jeepyb and tag a new release18:17
mordred++18:17
clarkbmordred: gotcha18:17
fungiotherwise they're going to fight each other over ownership of the entrypoint18:17
fungithough removing jeepyb from the manifest for those particular servers keeps that from being an issue there i think18:18
fungibut in general, i suspect we'd like to be able to coinstall pypi-mirror and jeepyb on one machine18:18
clarkbfungi: ++18:18
clarkbI have approved the pypi-mirror stack18:20
*** jpich has quit IRC18:20
openstackgerritA change was merged to openstack-infra/config: Remove old pypi host cruft  https://review.openstack.org/5481718:21
openstackgerritDan Prince proposed a change to openstack-infra/config: Update devstack-cache.py to install RPMs.  https://review.openstack.org/5477718:21
openstackgerritDan Prince proposed a change to openstack-infra/config: Add Fedora support to prepare_devstack.sh  https://review.openstack.org/5477618:21
openstackgerritDan Prince proposed a change to openstack-infra/config: Add a tempest-devstack-vm-neutron-fedora job.  https://review.openstack.org/5477918:21
openstackgerritDan Prince proposed a change to openstack-infra/config: Add Fedora 19 to the nodepool (devstack-f19-check)  https://review.openstack.org/5477818:21
openstackgerritA change was merged to openstack-infra/config: Switch from jeepyb to pypi-mirror  https://review.openstack.org/5481818:21
*** jerryz has joined #openstack-infra18:23
zuldid gerrit go kablooie?18:23
clarkbzul: it is there for me18:25
clarkbzul: what are you seeing?18:25
zulclarkb:  my isp just sucks18:26
clarkb(I am hitting it via ipv4 though, perhaps this is an ipv6 problem)18:26
clarkbI am going to double check that puppet runs cleanly on the git.o.o haproxy node and on the jenkins slaves after the postgres and haproxy module updates18:27
*** pcrews has joined #openstack-infra18:29
*** rwsu has quit IRC18:30
*** jpich has joined #openstack-infra18:34
*** rwsu has joined #openstack-infra18:35
clarkbthe slaves seem fine with the newer postgres stuff18:35
pleia2yay18:35
clarkb\o/ that means the work on my end wasn't completely bad :)18:35
anteayaway to go clarkb18:36
clarkband git.o.o seems fine18:36
clarkbanteaya: this should fix the concat installation issues you had before18:36
clarkbas now everything agrees on a version of concat I think18:36
* anteaya thinks back18:36
*** melwitt has quit IRC18:36
*** hogepodge has joined #openstack-infra18:37
anteayawas this a puppet dashboard issue?18:37
*** sarob has joined #openstack-infra18:37
anteayathe puppet-sql module from way back?18:37
clarkbanteaya: when running install_modules.sh there was a conflict arond the concat module18:37
clarkbbecause different modules wanted different concat modules. now they all use the same one (or should)18:38
*** melwitt has joined #openstack-infra18:38
anteayaclarkb: ah yes, the module installation18:38
anteayaright18:38
anteayaw00t!18:38
anteayagoing to have to test that soon and see18:38
clarkbsdague: fungi: going back to yesterdays swift discussion. I think we should bump the loopback size to 6GB. That will accomodate the default max_file_size in swift18:39
clarkbI am not convinced this will fix our problems but it may18:39
*** jpich has quit IRC18:40
clarkbat the very least it makes the devstack default more sane considering the swift default18:40
fungiagreed, seems worth doing whether or not it actually solves the object creation issue18:41
jog0silly question: in devstack do we use trunk versions of clients right?18:41
*** jpich has joined #openstack-infra18:41
fungijog0: yes, and soon also latest releases of them i hope18:42
jog0fungi: cool, thanks18:42
fungi(this was a takeaway from one of the summit discussions, when it came to light that currently we can actually release a server even though the latest release of the client doesn't work with it, because the master branch since that release may still work)18:43
*** krotscheck has joined #openstack-infra18:44
*** markmcclain has quit IRC18:44
*** markmcclain has joined #openstack-infra18:46
ekarlsois zuul / gerrit / ci system sick atm ?18:48
ekarlsohttps://review.openstack.org/#/c/55601/ should be +1 and https://review.openstack.org/#/c/55696/ should as well ?18:48
clarkbekarlso: those appear to be drafts18:49
clarkbor have drafts18:49
clarkbwhich can't have value'd votes18:49
clarkbI think I contracted that word wrong18:49
ekarlsoclarkb: so how to proceed ?18:50
clarkbekarlso: stop using drafts18:51
ekarlsohow to get the change merged though ?18:51
clarkbekarlso: you need to publish the latest patchset, then you can recheck no bug to have the tests run against that patchset18:52
*** ^d has quit IRC18:54
fungialso, stop using drafts18:56
fungiand, if possible, stop using drafts18:56
*** alcabrera has joined #openstack-infra18:56
* fungi really, really hates drafts18:56
clarkbfungi: after the meeting can you show me what you did to clean up nodepool leaks? I will also take a threaddump then restart nodepool18:57
*** markmcclain has quit IRC18:57
clarkbthen we should deal with folsom and havana18:57
clarkband revoke old keys18:57
clarkbthere is so much to do after the summit18:57
lifelessmordred: thanks18:57
fungiclarkb: sure18:58
fungiand yeah, the -folsom/+havana jobs were #2 on my to do list for today, right after submitting my key removal change18:58
fungiso much catch up18:58
pleia2are we doing a meeting today?19:00
clarkbpleia2: I think we should, we can try to capture summitty stuff after getting through normal agenda19:01
pleia2ok, meeting is now :)19:01
clarkbyup, silly DST19:01
*** jerryz has quit IRC19:02
*** jerryz has joined #openstack-infra19:02
mordredannegentle: ping19:03
annegentlemordred: ayup19:05
annegentlemordred: I'm up in yer meetin'19:05
mordredannegentle: I'm apparently not paying as much attention to it as I shold be19:06
annegentlemordred: heh19:06
*** markwash has quit IRC19:07
*** sarob has quit IRC19:08
*** che-arne has quit IRC19:08
*** sarob has joined #openstack-infra19:09
*** sarob has quit IRC19:09
hogepodgeLast week I branched a stackforge project in anticipation of making releases. I just saw that the branches were merged back into master.19:09
hogepodgeDoes anyone know why that would happen?19:10
*** atiwari has joined #openstack-infra19:12
*** Ryan_Lane has joined #openstack-infra19:13
*** atiwari has quit IRC19:14
*** xeyed4good has joined #openstack-infra19:14
fungihogepodge: branches or tags merged back to master?19:14
fungiopenstack server projects, which use stable branches, merge tags back to master to keep them linear19:15
hogepodgeIt says the branches are merged. I haven't tagged the branches yet, and we haven't sent any changes to them. See, for example, https://github.com/stackforge/puppet-openstack/branches?merged=119:16
clarkbthough that just proposes changes right?19:16
hogepodgeor https://github.com/stackforge/puppet-horizon/branches?merged=119:16
hogepodgeI'm wondering if that will switch back to unmerged when we start pushing changes to the branches?19:16
clarkbhogepodge: if no changes have been made then the branches are identical and github probably sees that as being "merged"19:16
hogepodgeOk, that's what I thought.19:17
*** pblaho has joined #openstack-infra19:17
hogepodgeIt was a bit surprising at first. "Where did my branches go?"19:17
clarkbhogepodge: basically stop using github :)19:17
*** adalbas has quit IRC19:18
*** alcabrera has quit IRC19:19
*** melwitt has quit IRC19:21
*** melwitt1 has joined #openstack-infra19:21
*** ryanpetrello has quit IRC19:24
*** ryanpetrello has joined #openstack-infra19:24
*** aardvark has joined #openstack-infra19:25
*** wusui has quit IRC19:28
*** Protux has joined #openstack-infra19:31
mordred++19:40
*** sdake_ is now known as proxy-sdake19:45
*** proxy-sdake is now known as sdake_19:46
*** markwash has joined #openstack-infra19:46
*** toddmorey1 has joined #openstack-infra19:49
*** sarob has joined #openstack-infra19:51
*** toddmorey has quit IRC19:52
*** ^d has joined #openstack-infra19:54
*** denis_makogon has joined #openstack-infra19:56
*** markmcclain has joined #openstack-infra19:56
*** talluri has joined #openstack-infra19:57
*** talluri has quit IRC19:58
clarkbI am going to run and grab food quickly. will ping when ready to hit nodepool with a hammer20:00
fungik20:01
*** julim has quit IRC20:03
*** sarob has quit IRC20:04
*** toddmorey1 has quit IRC20:05
*** julim has joined #openstack-infra20:06
*** hashar has joined #openstack-infra20:10
*** lcestari has quit IRC20:11
fungialso, i have a meeting at 22:00z for an hour, but we should be able to sync up on things prior to that20:11
*** jsergent has joined #openstack-infra20:11
anteayafound out from a kind person helping me correct a flight booking that I need a visa for australia - this was news to me20:11
anteayaapparently folks in the us need one as well20:11
anteayadid others already know this?20:11
jsergentUS passport holders need a visa to go to australia?20:12
jsergentyou sure about that?20:12
jsergentguess so...20:13
jsergentwow20:13
jsergenthttp://travel.state.gov/travel/cis_pa_tw/cis/cis_954.html#entry_requirements20:13
*** ^d has quit IRC20:13
mordredanteaya: it's easy20:14
mordredanteaya: you pay like $20 on a website somewhere20:14
*** xeyed4good has left #openstack-infra20:15
fungiand complete a brief quiz about barbecue and beer20:15
MarkAtwoodjsergent20:15
MarkAtwoodjsergent, yes we do.  and the visa expires in just under a year, so i have to keep buying it each LCA20:16
MarkAtwoodNZ didnt require the visa, but it does require proof of exit, such as a round trip ticket20:16
*** ryanpetrello has quit IRC20:17
anteayamordred: was free for me, my agent did it20:19
anteayajust caught be by surprise when she told me it was required20:19
jsergentyeah I heard most airlines do it on behalf of their passengers20:19
anteayaoh and krtaylor it will be great to see ArxCruz at the Atlanta summit20:20
ArxCruz:)20:20
anteayafungi: so far no questions about barbeque and beer20:20
anteayaArxCruz: :D20:20
anteayahope to see you there20:21
krtayloranteaya, thanks for the reminder!20:21
anteayakrtaylor: :D20:22
*** ekarlso has quit IRC20:22
*** ekarlso has joined #openstack-infra20:22
*** yolanda has quit IRC20:23
*** DennyZhang has quit IRC20:24
*** dtroyer has joined #openstack-infra20:24
*** svarnau has joined #openstack-infra20:25
*** dtroyer has quit IRC20:26
*** dtroyer has joined #openstack-infra20:27
*** dtroyer has quit IRC20:27
*** dtroyer has joined #openstack-infra20:27
*** dtroyer has quit IRC20:27
ArxCruzanteaya: I will do my best to be there :)20:32
anteayaawesome!20:33
Mithrandiroh, good somebody told me about the visa thing, since I didn't need that last time I was at lca20:33
Mithrandirit's free and you can do it online, so I don't really mind, though.20:34
*** Hefeweizen has joined #openstack-infra20:36
*** Hefeweizen has quit IRC20:36
*** dtroyer has joined #openstack-infra20:37
*** annegentle has quit IRC20:38
*** Hefeweizen has joined #openstack-infra20:38
*** dtroyer has quit IRC20:38
*** dtroyer has joined #openstack-infra20:38
*** annegentle has joined #openstack-infra20:39
*** gyee has quit IRC20:42
*** bknudson has left #openstack-infra20:42
*** derekh has joined #openstack-infra20:45
*** sarob has joined #openstack-infra20:47
*** hogepodge has quit IRC20:50
*** hogepodge has joined #openstack-infra20:51
*** mrda has joined #openstack-infra20:52
*** mrda has quit IRC20:55
*** ^d has joined #openstack-infra20:55
*** CaptTofu has quit IRC20:56
*** CaptTofu has joined #openstack-infra20:56
*** CaptTofu has quit IRC21:01
clarkbfungi: I am back21:01
fungiclarkb: for n in $( sudo nodepool list | grep delete | cut -d' ' -f2 ) ; do sudo nodepool delete $n ; done21:01
fungithat's what i did last time21:01
clarkbMithrandir: yup I got that sorted. A friend had gone to Australia recently and didn't do it and did it in the airport prior to take off and was fine21:02
clarkbfungi: thanks21:02
clarkbfungi: that list is 77 long21:03
clarkbwhich seems to be about right for the purple bits of the graph21:03
fungiyup21:03
fungiyou could split the list and run 5 or so in parallel if you want. the latency on api responses from nova will make it take a while to finish otherwise21:04
clarkbmeh I will just run that in the background and be patient (I have other things to do while I wait)21:04
fungithat was my take on it when i last ran it21:05
clarkbit is running now21:05
*** xeyed4good has joined #openstack-infra21:05
clarkbI am going to propose a change to pull out my ssh key and will push that through if I can get you to +2 it21:05
fungiyup, same from me in a bit here21:06
*** blamar has quit IRC21:07
*** ericw has joined #openstack-infra21:07
*** blamar has joined #openstack-infra21:07
openstackgerritClark Boylan proposed a change to openstack-infra/config: Revert "Add temporary summit pubkey for clarkb."  https://review.openstack.org/5609421:08
clarkbfungi: ^21:08
*** julim has quit IRC21:11
openstackgerritMonty Taylor proposed a change to openstack-infra/jeepyb: Remove run-mirror from jeepyb  https://review.openstack.org/5609621:11
mordredclarkb: ^^ there's the change to remove run-mirror from jeepyb, now that pypi-mirror is there21:11
clarkbmordred: +2'd21:12
clarkbfungi: I will replace my old key in a bit when I have time to deal with that, but for now figure removing the temporary key is prudent21:12
clarkbmordred: I should probably wait for jenkisn to +1 but it lgtm :)21:13
*** svarnau has quit IRC21:13
*** davidhadas has quit IRC21:14
openstackgerritJeremy Stanley proposed a change to openstack-infra/config: Remove fungi's temporary summit and old 2012 keys  https://review.openstack.org/5609721:14
*** jsergent has quit IRC21:14
*** davidhadas has joined #openstack-infra21:15
*** senk has joined #openstack-infra21:16
openstackgerritA change was merged to openstack-infra/config: Revert "Add temporary summit pubkey for clarkb."  https://review.openstack.org/5609421:16
openstackgerritA change was merged to openstack-infra/config: Remove fungi's temporary summit and old 2012 keys  https://review.openstack.org/5609721:18
*** toddmorey has joined #openstack-infra21:19
*** denis_makogon has quit IRC21:19
*** sarob has quit IRC21:19
*** sarob has joined #openstack-infra21:20
*** dprince has quit IRC21:21
openstackgerritRussell Bryant proposed a change to openstack-infra/reviewstats: Add received reviews to review stats  https://review.openstack.org/5599921:22
*** vipul is now known as vipul-away21:24
*** sarob has quit IRC21:24
*** jsergent has joined #openstack-infra21:26
*** sarob has joined #openstack-infra21:26
openstackgerritRussell Bryant proposed a change to openstack-infra/reviewstats: Add received reviews to review stats  https://review.openstack.org/5599921:26
*** xeyed4good has quit IRC21:26
*** markmc has quit IRC21:27
devanandamordred: I didn't make it to the storyboard session. is there a summary somewhere? should we continue using BPs?21:28
mordreddevananda: yes21:29
mordreddevananda: storyboard is not ready for you yet21:29
devanandaack21:29
openstackgerritRussell Bryant proposed a change to openstack-infra/reviewstats: Add received reviews to review stats  https://review.openstack.org/5599921:30
jamesmcarthurmordred: FYI - Member Profile affiliations have been fixed.21:30
mordredjamesmcarthur: thanks!21:30
jamesmcarthurNP - I'll work with Todd/Stefano on getting word out to the community21:31
jamesmcarthurmordred: but we didn't have perfect data to work with on this feature21:31
mordredrussellb: oh no. your new patches mean you're going to see my patch to review ration!!!21:31
*** vipul-away is now known as vipul21:31
*** blamar has quit IRC21:31
russellbmordred: that's the idea21:31
mordredrussellb: NOOOOOO21:31
russellbmordred: still toying with how to show it exactly21:31
russellbright now i'm showing reviews given vs reviews received21:31
clarkbreview ration?21:31
*** blamar has joined #openstack-infra21:32
*** pblaho has quit IRC21:32
mordredrussellb: I'd been trying to get my damned percentage down already, now you're going to give me a new thing to improve myself with?21:32
russellbhttp://paste.openstack.org/show/52163/21:32
mordredclarkb: raio21:32
mordredgah21:32
mordredratio21:32
clarkboh ratio21:32
jamesmcarthurmordred: so there are some cases where the Org affiliation may say current, where it is not, etc… but the idea here is to begin to put a timeline of Organization Affiliation for all OpenStack Members21:32
*** hogepodge has quit IRC21:33
mordredjamesmcarthur: yes. I like this very much.21:33
*** nati_ueno has joined #openstack-infra21:34
russellbinfra version - http://paste.openstack.org/show/52164/21:34
*** hogepodge has joined #openstack-infra21:34
russellbmordred: you have a good ratio :)21:35
mordredrussellb: oh thank goodness21:35
jamesmcarthurmordred: I'll try to make sure I stay on this channel over the next few days in the event anyone has any concerns/problems, but QA would seem to indicate the deployment/script execution went well21:35
*** jhesketh__ has quit IRC21:36
mordredjamesmcarthur: you should just hang out here in general! :)21:36
anteayabah I'm only half of waht pleia2 is doing, I need to get back to reviewing again21:36
jamesmcarthurmordred: I lurk occassionally ;)21:36
*** hogepodge has quit IRC21:37
*** smarcet has left #openstack-infra21:37
*** gyee has joined #openstack-infra21:41
*** blamar has quit IRC21:42
mikalHow do I found out what happened with elastic recheck with https://review.openstack.org/#/c/55492/ ?21:42
mikalIt says it did a recheck last night, but it hasn't actually posted results21:43
mikalPerhaps it failed to actually trigger the recheck21:43
mikal?21:43
clarkbmikal: it doesn't actually do a recheck21:43
mikalAhhh, ok21:43
mikalI shall manually do one then21:43
clarkbmikal: it is providing you with enough info to make a manual recheck easy21:43
fungithat is still only a future possibility, once we're all more comfortable with its accuracy i think21:43
clarkbmikal: the idea being that having a human double check the automated results is probably a good thing21:43
clarkbfungi: right21:43
mikalOh, that wasn't clear to me21:44
mikalI thought it was doing magic21:44
mikalBummer man21:44
fungibut i agree, sticking the dev in that pipeline is a good thing, at least for now21:44
fungimikal: it IS doing SO MUCH magic21:44
mikalNEED MORE MAGIC21:44
*** DennyZhang has joined #openstack-infra21:44
fungiare you sure? it's a but runny21:44
fungier, a bit21:45
lifelessI thought you were putting on an accent then :)21:45
*** CaptTofu has joined #openstack-infra21:45
* fungi wears as few accents as he can manage21:45
mikalHeh21:46
fungia bít (now *there's* an accent)21:46
*** jhesketh_ has joined #openstack-infra21:46
*** jhesketh__ has joined #openstack-infra21:46
*** CaptTofu has quit IRC21:47
*** blamar has joined #openstack-infra21:47
*** CaptTofu has joined #openstack-infra21:48
*** CaptTofu has quit IRC21:49
*** vipul is now known as vipul-away21:49
*** vipul-away is now known as vipul21:49
*** CaptTofu has joined #openstack-infra21:50
*** derekh has quit IRC21:51
*** jsergent has quit IRC21:52
*** pcm_ has quit IRC21:53
*** nati_ueno has quit IRC21:55
*** nati_ueno has joined #openstack-infra21:55
openstackgerritArx Cruz proposed a change to openstack-infra/devstack-gate: Adding an option to use qpid instead of rabbit or zeromq  https://review.openstack.org/5582921:57
pabelangerafternoon! So, to continue with my packaging proposal.  What do people think of having debian/sid, debian/jessey, debian/wheezy, ubuntu/precise, etc for branch names in the zuul-packaging repo21:57
ArxCruz lifeless ^21:57
ArxCruzhope you like :)21:58
*** fifieldt has joined #openstack-infra21:58
ArxCruzmordred: fungi what should I do in this case https://review.openstack.org/#/c/55827/ ?21:58
ArxCruzclarkb: ^21:58
pabelangeror do we want debian/unstable, debian/stable, debian/experimental, etc21:59
mordredArxCruz: you wanted "recheck bug XXXXX" not reverify21:59
ArxCruzmordred: i didn't get it ... :/21:59
mordredpabelanger: I like teh code names21:59
mordredArxCruz: there are two trigger verbs - recheck and reverify21:59
clarkbpabelanger: I am a fan of not needing to rename those branches each time the distro shifts, but code names would make for more consistency with fedora and ubuntu22:00
*** nati_ueno has quit IRC22:00
mordredclarkb: you don't need to rename - you need to make a new branch when a new release is made22:00
mordredthe old names rename immutably what they are for all time22:00
ArxCruzmordred: oh, cool :)22:00
mordredArxCruz: recheck is to retrigger check jobs - reverify is to retrigger gate jobs22:01
ArxCruzmordred: cool, thanks :)22:01
pabelangermordred, clarkb okay, so I'll move master to debian/sid, then add some documentation into master about the branches.  Give that a test, and see what would be needed to import into openstack-infra22:01
ArxCruzfungi: by the way, can I have you +2 in https://review.openstack.org/#/c/54196/ ? :D22:02
mordredpabelanger: have you given any thought to using the git-buildpackage repo to automatically build packages from trunk? (I have some thoughts - but curious if you've thought of that usecase yet)22:02
pabelangermordred, Yes, I have something going today using pbuilder / chroots to build some asterisk packages I use. It works out pretty well however I'd be interested in hearing other ways to do it22:04
mordredpabelanger: awesome22:04
*** jsergent has joined #openstack-infra22:05
mordredmy main thing is that I'd love to have, you know, one job that we can trigger for anything that has both a code repo and a packaging repo22:05
pabelangerYa, that would be hotness22:05
pabelangerI had gates working with pbuilder too. The setup is pretty static, but I don't think it would take much to import the stuff into puppet and then nodepool22:07
*** hogepodge has joined #openstack-infra22:07
*** syerrapragada has quit IRC22:09
*** syerrapragada has joined #openstack-infra22:10
*** hashar has quit IRC22:12
*** nati_ueno has joined #openstack-infra22:13
fungiArxCruz: looking22:16
ArxCruzfungi: you're da man! :D22:16
fungimordred: pabelanger: main thing i'd worry about with something like pbuilder is making sure we keep those chroots updated22:16
fungiassuming we cache them at all22:17
fungibut a full debootstrap run for every build would be kinda slow, so we probably should22:17
mordredfungi: I believe we have some infrastructure thoughts around keeping base images up to date :)22:18
*** dkranz has quit IRC22:18
fungiyup22:19
fungii figure we'd do something similar22:19
pabelangerfungi, Agreed. For my uses, I had a two step process. Night crontabs to pbuilder update, then hooks before each build to update, dist-upgrade.  It worked well for my needs, however it required a lot of caching and disk space.22:19
*** jorisroovers has quit IRC22:19
fungiyeah, if we ran these on devstack slaves we could just build the chroots during the slave snapshot creation each day22:20
*** changbl has quit IRC22:20
fungialternatively we could rely on jenkins slaves to cache the tarball in their workspace and simply update it as a first step in the job, creating a new one if nonexistent22:21
openstackgerritlifeless proposed a change to openstack-infra/reviewstats: Add slage as TripleO core.  https://review.openstack.org/5610322:21
*** hogepodge has quit IRC22:21
*** gyee has quit IRC22:22
*** nati_ueno has quit IRC22:24
*** dstanek has quit IRC22:24
*** nati_ueno has joined #openstack-infra22:24
openstackgerritlifeless proposed a change to openstack-infra/reviewstats: Add TOCI as a TripleO review responsibility.  https://review.openstack.org/5610422:24
*** dstanek has joined #openstack-infra22:27
*** gyee has joined #openstack-infra22:28
*** hashar has joined #openstack-infra22:28
*** che-arne has joined #openstack-infra22:28
*** DennyZhang has quit IRC22:29
pabelangerJust to confirm, openstack-infra/zuul-packaging right?  VS stackforge22:29
*** weshay has quit IRC22:29
*** nati_uen_ has joined #openstack-infra22:29
*** nati_ueno has quit IRC22:29
*** mfer has quit IRC22:30
fungipabelanger: yep22:30
clarkb++22:31
*** dkliban has quit IRC22:32
*** nati_uen_ has quit IRC22:33
*** nati_ueno has joined #openstack-infra22:34
clarkbfungi: the nodepool extra nodes count has stayed low, I am about to do a threaddump22:34
clarkbshould I go ahead and restart nodepool?22:34
openstackgerritClark Boylan proposed a change to openstack-infra/zuul: Make merger.Repo more context manager like.  https://review.openstack.org/5594322:35
clarkbfungi: ^ is ready for review (though it depends on a change that needs better testing22:35
*** oubiwann has quit IRC22:35
fungiclarkb: yeah, can't hurt22:35
clarkbok doing threaddump now22:35
*** julim has joined #openstack-infra22:36
*** nati_ueno has quit IRC22:38
clarkbfungi: threaddump is in my homedir (so that we don't have to hunt it down in logs later), I am restarting the service now22:38
fungik22:39
*** toddmorey has quit IRC22:40
clarkb"waiting ......" I should remember to do this stuff in screen or something more reliable that plain ssh22:40
clarkbI am assuming it is waiting for image and or server builds requests to complete22:40
fungiyeah22:41
fungiit doesn't usually take too long unless there's an image build happening22:41
ArxCruzfungi: ty for the review22:44
fungiArxCruz: yw. as i mentioned there i'm hesitant to approve non-emergency changes to zuul while jeblair is on vacation, but it looks great and i agree making that configurable is the right solution22:45
ArxCruzfungi: :) I already wait a week, one more week will not hurt :)22:46
clarkbya I have a couple zuul changes up too but don't expect to merge them until jeblair gets a chance to review them22:46
clarkbstill waiting on nodepool. I am an impatient person22:46
openstackgerritA change was merged to openstack-infra/reviewstats: Add slage as TripleO core.  https://review.openstack.org/5610322:46
*** jpich has quit IRC22:47
clarkbfungi: have you done a nodepoold restart before? I am not entirely convinced that the do_graceful_stop bits of the init script work properly22:52
clarkbfungi: because the various threads running in nodepool don't seem to be daemon threads22:53
*** toddmorey has joined #openstack-infra22:53
openstackgerritPaul Belanger proposed a change to openstack-infra/config: Import zuul-packaging into openstack-infra  https://review.openstack.org/5610722:53
clarkbfungi: I think I am going to kill it more forcefully unless you have different info22:53
zaroclarkb: japan air has USB at every seat.22:53
clarkbzaro: air canada had it too. they even had 110v in a bunch of seats22:54
clarkbbut 110 wasn't in every seat22:54
sdaguezaro: so did cathay pacific22:54
zaroseriously?  which ones?22:54
zaroi was pleasantly surprised by that.  United flight did not22:54
clarkbzaro: I think middle and window seat had 11022:55
clarkbI was in the aisle so didn't have it22:55
clarkbfungi: I am going to give it to 2300 UTC and kill it more forcefully if it doesn't restart gracefully22:56
*** senk has quit IRC22:59
fungicool23:00
clarkbok kicking it now23:00
clarkbstop then start seems to have worked23:00
openstackgerritA change was merged to openstack-infra/reviewstats: Add some core team review stats  https://review.openstack.org/5599523:02
*** zehicle_at_dell has quit IRC23:06
*** thomasem has quit IRC23:08
*** dcramer_ has quit IRC23:14
*** dstanek has quit IRC23:14
*** masayukig has joined #openstack-infra23:17
masayukigjog0: ping23:20
jog0masayukig: pong23:20
masayukigabout https://review.openstack.org/#/c/55982/23:21
masayukigI don't understand why elastic recheck can't catch the bug 1225664.23:21
masayukigPatch Set 17 of https://review.openstack.org/#/c/49892/ .23:22
*** hashar has quit IRC23:23
masayukigMay the elastic recheck miss the query?23:23
*** jhesketh_ has quit IRC23:23
*** dims has quit IRC23:23
jog0masayukig: looking23:24
masayukigthanks23:24
masayukigjog0: thanks.23:24
*** mriedem has quit IRC23:24
*** dstanek has joined #openstack-infra23:26
jog0masayukig: strange, clarkb ^^ any ideas23:27
jog0http://logstash.openstack.org/#eyJmaWVsZHMiOltdLCJzZWFyY2giOiJtZXNzYWdlOlwiTm8gc3BhY2UgbGVmdCBvbiBkZXZpY2VcIiBBTkQgZmlsZW5hbWU6XCJsb2dzL3N5c2xvZy50eHRcIiBBTkQgc3lzbG9nX3Byb2dyYW06XCJvYmplY3Qtc2VydmVyXCIgQU5EIGJ1aWxkX2NoYW5nZTpcIjQ5ODkyXCIiLCJ0aW1lZnJhbWUiOiI2MDQ4MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsIm9mZnNldCI6MCwidGltZSI6eyJ1c2VyX2ludGVydmFsIjowfSwibW9kZSI6IiIsImFuYWx5emVfZmllbGQiOiIiLCJzdGFtcCI6MTM4NDI5ODc4NDYwOH0=23:27
jog0shows there should be a hit23:27
*** ^d has quit IRC23:27
jog0clarkb: perhaps there is an issue with syslog parsing, we may not wait long enough for that file to get loaded23:28
clarkbjog0: filename:"logs/syslog.txt" AND message:"No space left on device" AND syslog_program:"object-server" AND build_uuid:c416c79* returns one result in the last 24 hours which is what we epxected23:29
clarkbjog0: and looking at the timestamps we indexed that line about 30 seconds after the test finished23:30
clarkbso ya, I think maybe bug in e-r?23:30
jog0hrm perhaps23:33
*** julim has quit IRC23:33
*** jamesmcarthur has quit IRC23:34
jog0running it locally to see23:35
clarkbor maybe, your change to update *5664 didn't get applied until later? /me checks process start time23:35
clarkbps says it has been running since 02:20 which was hours before that test finished23:36
jog0clarkb: we *should* be reading the file each time a new failure comes in23:36
clarkbya23:36
*** dims has joined #openstack-infra23:37
clarkbfungi: https://review.openstack.org/#/c/55943/ can you see my comment there and leave a response if you have something better in mind23:39
clarkbjog0: perhaps we need to be restricting the build uuid on every query23:40
clarkbrather than at the end as a sanity check23:40
clarkbjog0: I wonder if it is possible for results to come back but non of the build uuids match because we have enough results23:40
clarkb*more than enough results leading to e-r dropping that particular thing23:41
*** michchap has quit IRC23:44
fungiclarkb: i'm thinking there's a way to count the number of instances of a class in the global context... i'll see if i can jog my recollection23:44
*** datsun180b has quit IRC23:45
*** michchap has joined #openstack-infra23:47
clarkbthere is a get_referrers, I wonder if that works on class objects and not instances23:47
jog0clarkb: hmm that is a good guess23:48
clarkbfungi: it looks like get_referrers may work with some magic23:49
*** slong has quit IRC23:51
clarkbfungi: the problem I am having is you need to keep a reference to check that the reference doesn't exist which means the reference will exist23:52
clarkbfungi: there may be a way to look at it sideways and see if anything of the sort doesn't actually exist23:53
jog0clarkb: hmm bug 5664 is sometimes classified, which fits your theory23:53
clarkbjog0: it happens multiple times per job it looks like. so that would bump up the count and since we only look at the first 10 results we may be confusing ourselves23:53
clarkbjog0: in any case being more specific can't hurt23:54
jog0clarkb: agreed, want to push out a fix?23:54
*** jergerber has quit IRC23:55
clarkbjog0: I am currently working on a fix for a zuul problem23:55
clarkbI can probably poke at e-r tomorrow but not today23:55
fungiclarkb: i have something with get_referrers i think, since you can check its dict for a string key matching the instance name23:56
fungilemme mock up a confirmation and i'll add it in a comment23:57
openstackgerritJoe Gordon proposed a change to openstack-infra/elastic-recheck: Remove fixed bugs from queries.yaml  https://review.openstack.org/5591423:57
fungiit does make somewhat deep assumptions about the gc implementation though, so might not be considered a clean test23:57
*** dstanek has quit IRC23:57
jog0clarkb: that works for me, thanks23:58
jog0masayukig: thanks for bringing this to our attention23:58
masayukigjog0: you are welcome :)23:59
clarkbfungi: ya, that is what I am leaning towards, I am running something like you describe in the zuul test suite now23:59
clarkbfungi: curious to see what you come up with23:59

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