Tuesday, 2016-01-12

*** asselin has joined #openstack-infra00:03
*** dimtruck is now known as zz_dimtruck00:04
*** rbrndt has quit IRC00:05
*** zz_dimtruck is now known as dimtruck00:05
ianwgreghaynes: so, yeah, looks like all the DIB failures are due to diskimage-builder in an odd way ... it has cached all the old devstack branches so it's trying to download images that don't exist.  I think we need a "--prune" in there to make sure old branches are not in the cache00:06
*** pradk has quit IRC00:06
ianwof course, this is only a problem where there are *really* old caches, so it doesn't replicate in a recent build because your base cache just doesn't have the branches00:06
greghaynesianw: wah00:07
greghaynesianw: why is dib trying to download images00:07
greghaynesianw: oh, you mean the base fedora cloud images? Why would devstack have anything to do with that00:07
ianwgreghaynes: well, it's not ... the devstack cache does.  but that is going through the branches of the devstack git tree and building up a list of images to build00:08
zarobardia: not sure, but ignoring replication events might be normal.  what you'll want to watch for is patchset-created events which is the event that should kick off a build00:08
greghaynesianw: hrm, that doesn't reconcile with the bits I know about our dib builds, is there a log or something?00:08
*** amrith is now known as _amrith_00:08
*** markmcclain has quit IRC00:09
bardiazaro: would that be in the zuul debug.log?00:09
ianwgreghaynes: see -> http://paste.openstack.org/show/483506/00:09
asselinasselin00:09
ianwicehouse and juno branches are gone, but they're still in the cached version on disk00:10
*** markmcclain has joined #openstack-infra00:10
oomichilifeless: dhellmann: hi, can you take a look at g-r patch: https://review.openstack.org/#/c/263106/ ?00:10
greghaynesianw: ahhh00:10
zarobardia: yes, i believe so.  here are the gerrit events, https://gerrit-documentation.storage.googleapis.com/Documentation/2.11/cmd-stream-events.html#events00:11
ianwgreghaynes: i *think* https://git.openstack.org/cgit/openstack/diskimage-builder/tree/elements/source-repositories/extra-data.d/98-source-repositories#n128 needs a "--prune"?00:13
ianwfungi: ^ seems like you added this bit...00:13
bardiazaro: yeah I can see the patchset-created events in the logs but still no jobs are started for it00:13
bardiazaro: I have checked the gearman server and it has builders ready00:14
zarobardia: is the gearman queue empty?00:15
bardiazaro: yes00:15
bardiabuild:dsvm-tempest-coho-cinder-driver:d-p-c00100:15
bardiathats the response from the status call to gearman server00:15
bardiaempty queue with one builder ready00:16
greghaynesianw: ok, so that is just the bit to compile images which devstack will install in to glance00:16
greghaynesianw: ya, just needs a prune. That is a pretty wierd bug00:16
zarohmm, not sure why zuul isn't sending any jobs.  probably best one to ask is jeblair00:17
zarobardia: have you maybe tried to restart zuul?00:17
ianwgreghaynes: yep, so it gets an old fedora image, which must have disappeared into the archives at the end of the year, and so now all builds fail with a 404 trying to grab that00:17
jeblairbardia: can you paste your layout.yaml file to paste.openstack.org?00:18
*** rkukura has joined #openstack-infra00:19
bardiazaro: yes many times00:19
bardiajeblair: will do00:19
*** mudassirlatif has quit IRC00:19
bardiajeblair: http://paste.openstack.org/show/483510/00:20
*** markvoelker has quit IRC00:20
*** otter768 has quit IRC00:20
*** annegentle has quit IRC00:24
*** Guest5635 has quit IRC00:24
Theloasselin: let's move here, it is more appropriate ( I am running the CI again to see the content of pip freeze, I will let you know when its done)00:25
*** ajmiller has quit IRC00:25
asselinThelo, up to you, your questions are related to cinder, so cinder channel is fine too00:26
Theloasselin: Besides, Does the CI automatically update the code related to the patchset?00:26
asselinThelo, normally yes, that's what zuul does, it prepares all the references for all the repos.00:27
bardiajeblair: any insight?00:27
*** lvdongbing has joined #openstack-infra00:27
Theloasselin: Regarding my other questions00:28
TheloI am submitting a new driver and wander how should os-brick be tested in the CI for the first commit( since the driver is divided in three patchs os-brick, nova and cinder. Besides Nova's and cinder's patchsets depends of os-brick)00:28
Thelodo you know about this?00:28
asselinThelo, well you can setup your ci to run on os-brick patches too that pull in your unmerged driver....similarly for nova. But if you can get them unit tested and the cores of those projects are ok with your changes, perhaps you don't neeed to go so far.00:29
asselinThelo, I suggest talking to hemna in cinder channel00:29
Thelois he in your time zone?00:30
Theloasselin: Thanks00:30
asselinyes00:30
*** Sukhdev has quit IRC00:31
*** piet has joined #openstack-infra00:31
*** rkukura has quit IRC00:32
openstackgerritIan Wienand proposed openstack/diskimage-builder: Prune old branches when updating cache  https://review.openstack.org/26608600:32
ianwgreghaynes: ^ *think* this will work ... hard to test fully00:33
ianwi guess i could add the old branch to my cached checkout ... hmm, will try00:33
openstackgerritChristian Hofstädtler proposed openstack-infra/jenkins-job-builder: gitlab trigger: Support new "addCiMessage" flag  https://review.openstack.org/26608700:34
*** dizquierdo has quit IRC00:34
*** dimtruck is now known as zz_dimtruck00:36
*** dims_ has joined #openstack-infra00:39
*** markmcclain has quit IRC00:39
*** dims has quit IRC00:40
fungiianw: greghaynes: agreed, pruning makes sense. my brains were turned toward making sure the things we use get included, but not considering making sure things we need to _not_ be present are removed00:40
*** Sukhdev has joined #openstack-infra00:40
*** rfolco has quit IRC00:41
fungii'm in favor of the idea behind 266086 as long as someone tests it00:41
*** sputnik13 has quit IRC00:41
*** sputnik13 has joined #openstack-infra00:42
*** markmcclain has joined #openstack-infra00:42
*** sputnik13 has quit IRC00:42
*** sputnik13 has joined #openstack-infra00:42
*** rkukura has joined #openstack-infra00:43
*** yolanda has quit IRC00:44
jeblairbardia: can you paste the relevant lines from the zuul debug log?00:45
*** bpokorny_ has joined #openstack-infra00:45
*** yolanda has joined #openstack-infra00:45
bardiajeblair: http://paste.openstack.org/show/483514/00:48
bardiajeblair: do you know about this change in zuul? https://github.com/openstack-infra/zuul/commit/514db293af344e15d7a1f1585c2ac84c3694eb0f00:48
bardiait was posted the day before our zuul stopped working00:49
jeblairbardia: there should be a section of the debug log right when zuul starts where it logs its configuration, can you paste that?00:49
*** bpokorny has quit IRC00:49
bardiajeblair: thats the thing. its not logging that00:49
bardiajeblair: now that you mentioned it i noticed it00:49
jeblairbardia: oh, that log you just pasted is from the beginning isn't it?00:49
bardiajeblair: yeah thats right from the restart00:50
openstackgerritKhai Do proposed openstack-infra/puppet-gerrit: Allow puppet to configure the Gerrit's sshd.batchThreads option  https://review.openstack.org/26205300:50
bardiajeblair: but its not logging the config that its loading like it used to00:50
*** moravec has quit IRC00:50
jeblairbardia: okay, that explains why it isn't doing anything -- it doesn't actually have any pipelines, etc, defined...00:50
bardiajeblair: hmmmm so its not loading the config00:51
bardia:q00:51
bardiaoops00:51
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add DB API method to get a list of recent runs by metadata  https://review.openstack.org/26430300:51
*** angdraug has quit IRC00:52
bardiajeblair: any ideas as to why zuul is not loading its config?00:53
jeblairbardia: not yet00:53
bardiajeblair: thanks00:53
bardiajeblair: I will do some debugging on my sys to see if i can figure it out00:54
bardia-r--------   1 zuul root  790 Jan 11 15:40 zuul.conf00:54
bardiajeblair: does the perm look right?00:54
clarkbfungi: greghaynes ianw ya we do that same prune step on gerrit git prep00:54
jeblairbardia: yes, that's how we run00:54
clarkbwe can just run that in the repo that is copied in from the cache00:54
jeblairbardia: (would be good to double check zuul is running as the zuul user :)00:54
clarkbzaro: so I am confused about that because I don't think we ever published it anywhere and certainly wouldn't delete it00:55
bardiajeblair: it is. one thing I have noticed is that the service.d stop script is not working for zuul00:55
*** gyee has quit IRC00:55
openstackgerritMerged openstack/diskimage-builder: deploy-ironic: Fix syntax error when checking for root device hints  https://review.openstack.org/26473600:55
bardiajeblair: on start its not creating the zuul.pid file so it can stop it00:55
bardiajeblair: to restart zuul i have to manually kill the zuul-server processes00:56
*** woodster_ has quit IRC00:56
jeblairbardia: hrm, i thought that was fixed -- at least i haven't had that problem in a long time00:56
*** piet has quit IRC00:57
*** piet has joined #openstack-infra00:57
zaroclarkb: the  jenkins-plugin job publishes it to jenkins repo on a release.00:57
*** rkukura has quit IRC00:58
*** aviau_ is now known as aviau00:58
bardiajeblair: i actually never had that problem until I recently reran the puppet scripts00:58
*** Sukhdev has quit IRC00:58
*** amuller_afk is now known as amuller00:58
clarkbzaro: hvae we ever made a release for it?00:58
zaroi think the latest version then gets automatatically put on the jenkins update site.00:58
*** mmedvede has quit IRC00:58
zaroi just assumed so because it got published to jenkins repo.00:59
zarobut maybe not.00:59
*** Swami has quit IRC00:59
clarkbI mean its 404ing so I can't make any statements about it00:59
zaroclarkb: i see a few tags, https://git.openstack.org/cgit/openstack-infra/zmq-event-publisher/00:59
clarkband seems like the fix for that would be to have jenkins pull from the maven repo rather than us making a new release01:00
*** eil397 has quit IRC01:00
jeblairbardia: does "zuul-server -c /etc/zuul/zuul.conf -l /etc/zuul/layout/layout.yaml -t" work?01:00
zaroclarkb: yeah something's wrong with things going from jenkins repo to jenkins update site.01:00
jeblairbardia: (and double check that /etc/zuul/zuul.conf points to /etc/zuul/layout/layout.yaml)01:01
bardia:q01:01
zarofwiw, gearman plugin is on update site01:01
zaroclarkb: i was just hoping new release might fix it on jenkins end.  not sure if it will though.01:01
bardiajeblair: no "zuul-server -c /etc/zuul/zuul.conf -l /etc/zuul/layout/layout.yaml -t" did not work01:02
greghaynesianw: Hey can I get a quick review on https://review.openstack.org/#/c/259734/ ?01:02
openstackgerritMerged openstack-infra/subunit2sql: Add DB API method to get a list of recent runs by metadata  https://review.openstack.org/26430301:02
bardiajeblair: traceback http://paste.openstack.org/show/483515/01:02
greghaynesianw: The dependent patch merged and I'd like to cut a release with that in it01:02
clarkbzaro: ah gotcha01:03
clarkbzaro: I mean I don't mind making a release if we need one, but might be better to figure out if thats the best step first01:03
clarkbgreghaynes: fungi ianw do we hvae a fix for the old branches yet?01:03
jeblairbardia: did you run that as zuul?  is /etc/zuul/zuul.conf the correct path to your zuul config?  does it have a [zuul] section?01:04
clarkbI can review that if so and write it if not01:04
greghaynesclarkb: https://review.openstack.org/#/c/266086/101:04
*** oomichi has quit IRC01:04
*** ddieterly has joined #openstack-infra01:04
clarkbhrm I am not sure we use that in our dib builds01:05
clarkbfor hysterical raisins01:05
*** eil397 has joined #openstack-infra01:05
bardiajeblair: ok I didn't run it as zuul. but now as zuul its failing with this traceback: http://paste.openstack.org/show/483516/01:05
greghaynesclarkb: right - I think there is a copy of that script somewhere in the infra elmeents01:05
greghaynesclarkb: which needs to be fixed01:05
clarkbgreghaynes: ya ...01:05
clarkbgreghaynes: maybe we can just rm it and make it pull from dib01:05
clarkbmordred: ^ why was it forked?01:05
*** ybathia has quit IRC01:05
greghaynesclarkb: It is a copy because it needs to run on a dynamically generated list of repos01:06
greghaynesclarkb: IIRC01:06
clarkbit actually looks like it may no longer be a fork01:06
clarkbhttp://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/elements/openstack-repos01:06
jeblairbardia: ah, you need to upgrade apscheduler01:06
*** kzaitsev_mb has quit IRC01:07
clarkbgreghaynes: so we may actually be good once dib updates01:07
bardiajeblair: how?01:07
*** Qiming has joined #openstack-infra01:07
greghaynesclarkb: ok, so there are 3 things I need to release with dib now :)01:07
clarkbgreghaynes: gg01:07
jeblairbardia: are you using puppet-openstackci?01:07
bardiayes01:07
jeblairbardia: hrm, then it should have upgraded it automatically when zuul's dependency on it updated01:08
jeblairbardia: did puppet upgrade your zuul or did you do that manually?01:08
bardiajeblair: puppet did. I have ran this multiple times today: sudo puppet apply --verbose /etc/puppet/manifests/site.pp01:09
*** aeng has quit IRC01:09
jeblairbardia: to fix, you should be able to run "sudo pip install -U /opt/zuul" and it should reinstall zuul and upgrade any needed deps.01:09
jeblairbardia: if something is wrong with that, it might print out useful info01:09
*** rkukura has joined #openstack-infra01:09
bardiajeblair: ah now this "zuul-server -c /etc/zuul/zuul.conf -l /etc/zuul/layout/layout.yaml -t" worked01:10
bardiajeblair: let me try restarting the zuul service01:10
jeblairbardia: cool01:10
*** pvaneck has quit IRC01:11
bardiajeblair: yup that did it. it loaded the config now01:12
bardiajeblair: started the queue process too.01:12
bardiajeblair: thanks a bunch!!!!!!!!!!!!!01:12
*** lvdongbing has quit IRC01:14
*** markmcclain has quit IRC01:17
*** lvdongbing has joined #openstack-infra01:18
jeblairbardia: np! glad it works01:20
*** markvoelker has joined #openstack-infra01:21
*** markmcclain has joined #openstack-infra01:21
*** markvoelker has quit IRC01:25
*** markvoelker has joined #openstack-infra01:25
*** sputnik13 has quit IRC01:26
*** unicell1 has quit IRC01:27
ianwgreghaynes: is adding that pipefail intentional?01:27
*** unicell has joined #openstack-infra01:27
bardiajeblair: should I open a bug against puppet-openstackci as to why it wasn't updating zuul properly?01:28
nibalizerbardia: i think so01:28
greghaynesianw: Yep - I need the | tee to actually fail if the run-parts fails01:28
bardianibalizer: will do01:28
*** ianychoi has quit IRC01:29
*** aeng has joined #openstack-infra01:29
bardianibalizer: which project would be? puppet-openstack-integration?01:30
*** asselin has quit IRC01:34
ianwgreghaynes: just added a couple of comments there]01:35
*** thorst_ has quit IRC01:39
*** thorst has joined #openstack-infra01:40
greghaynesianw: ah, ok01:40
*** mmedvede has joined #openstack-infra01:41
*** ianychoi has joined #openstack-infra01:42
*** Sukhdev has joined #openstack-infra01:43
*** zz_dimtruck is now known as dimtruck01:47
*** dims_ has quit IRC01:48
*** thorst has quit IRC01:48
*** dims has joined #openstack-infra01:48
*** markmcclain has quit IRC01:51
*** mtanino has quit IRC01:52
*** dims has quit IRC01:54
*** markmcclain has joined #openstack-infra01:55
*** _amrith_ is now known as amrith01:56
*** yolanda has quit IRC01:57
*** asselin has joined #openstack-infra01:57
*** [1]Thelo has joined #openstack-infra02:01
*** Sukhdev has quit IRC02:01
*** yolanda has joined #openstack-infra02:02
cody-somervilleHas anyone made any progress on that zuul memory leak?02:03
*** Thelo has quit IRC02:03
*** [1]Thelo is now known as Thelo02:03
*** markmcclain has quit IRC02:03
*** piet has quit IRC02:04
asselinbardia, the location for bugs is documented here: http://git.openstack.org/cgit/openstack-infra/puppet-openstackci/tree/CONTRIBUTING.rst02:04
*** jhesketh has quit IRC02:05
bardiaasselin: thanks02:05
*** markmcclain has joined #openstack-infra02:05
asselinbardia, that said, it's probably an issue with puppet-zuul02:05
*** jhesketh has joined #openstack-infra02:05
asselinbardia, here's where it would get installed: http://git.openstack.org/cgit/openstack-infra/puppet-zuul/tree/manifests/init.pp#n12902:06
*** dims has joined #openstack-infra02:06
asselinbardia, I don't know why apscheduler didn't install. if you can, try uninstalling that package.02:07
*** eil397 has quit IRC02:07
bardiaasselin: ah ok. is puppet-zuul part of storyboard.openstack too?02:07
asselinbardia, then go to /opt/zuul and git checkout HEAD^^02:07
asselinbardia, and run puppet again02:08
*** aeng has quit IRC02:08
asselinbardia, probably yes02:08
*** zhurong has joined #openstack-infra02:08
bardiaasselin: I had to manually reinstall zuul with "sudo pip install -U /opt/zuul"02:09
asselinbardia, yes I read that in the scrollback...but I don't know why02:10
*** kaisers1 has quit IRC02:10
bardiaasselin: hmmm ok I will try uninstalling apscheduler then running puppet02:10
asselinbardia, do this before running puppet:  go to /opt/zuul and git checkout HEAD^^02:11
*** kaisers has joined #openstack-infra02:11
bardiaasselin: ok02:11
*** bpokorny_ has quit IRC02:13
*** bpokorny has joined #openstack-infra02:14
*** markmcclain has quit IRC02:15
bardiaasselin: yup it didn't install apscheduler02:15
asselinbardia, can you paste the puppet output?02:16
asselinbardia, and also git log -n 1 in /opt/zuul02:16
bardiaasselin: it looks like that package is missing from here: http://git.openstack.org/cgit/openstack-infra/puppet-zuul/tree/manifests/init.pp#n12902:16
bardiaasselin: http://paste.openstack.org/show/483521/02:16
*** yamamoto has joined #openstack-infra02:17
asselinbardia, those aren't pip packages02:17
*** rguillebert has quit IRC02:17
bardiaasselin: oh i see02:17
openstackgerrithardik proposed openstack-infra/project-config: Fixed mistral experimental job  https://review.openstack.org/26503002:17
asselinbardia, and if you run this now? sudo pip install -U /opt/zuul02:18
*** markmcclain has joined #openstack-infra02:18
bardiaasselin: now apscheduler is installed02:19
asselinbardia, /etc/puppet/modules/zuul02:19
asselingit log -n 1 from there02:20
bardiaasselin: Merge "Add ensure parameter to zuul services"02:20
asselinbardia, which pip02:21
*** otter768 has joined #openstack-infra02:21
bardiaasselin: pip 7.1.2 from /usr/local/lib/python2.7/dist-packages (python 2.7)02:22
*** aeng has joined #openstack-infra02:22
asselinbardia, I wonder if there's an issue with pip referenced on line 131: http://git.openstack.org/cgit/openstack-infra/puppet-zuul/tree/manifests/init.pp?id=6e79104957c387e248dbf92e34481977ea7729a002:22
asselinbardia, seems to be the only difference...02:23
asselinbardia, can you check the versions of pip in those paths specified?02:23
*** dimtruck is now known as zz_dimtruck02:24
bardiaasselin: how do I do that?02:25
bardiaasselin: its pip 7.1.2 from cmd line02:26
*** rkukura has quit IRC02:26
asselinbardia, specify the full path02:26
asselinbardia, /usr/local/bin/pip -version02:26
*** gongysh has joined #openstack-infra02:26
*** otter768 has quit IRC02:26
asselinthere's 3 paths listed: '/usr/local/bin:/usr/bin:/bin/',02:26
bardia/usr/local/bin/pip2.7 --version02:27
bardiapip 7.1.2 from /usr/local/lib/python2.7/dist-packages (python 2.7)02:27
bardia/usr/local/bin/pip --version02:27
bardiapip 7.1.2 from /usr/local/lib/python2.7/dist-packages (python 2.7)02:27
bardiapip: /usr/local/bin/pip /usr/local/bin/pip2.702:28
*** keedya has joined #openstack-infra02:29
asselinbardia, no idea why it doesn't behave the same way when run by puppet...02:30
clarkbI am rebuilding bare-trusty image in rax-dfw to get a head start with new images and the mysql grant fix02:30
greghaynesclarkb: w00t02:30
asselinbardia, perhaps you can try again with more puppet verbose or debug logging02:30
*** bpokorny_ has joined #openstack-infra02:30
bardiaasselin: ok I will try later. Gotta head home in a bit :)02:31
asselinbardia, and add this to the /etc/puppet/modules/zuul/manifest/init.pp: https://docs.puppetlabs.com/references/latest/type.html#exec-attribute-logoutput02:31
asselinlogoutput => true02:31
asselinbardia, sure02:31
*** yamamoto has quit IRC02:31
*** kzaitsev_mb has joined #openstack-infra02:32
*** bpokorny has quit IRC02:34
*** bpokorny_ has quit IRC02:35
*** bardia has quit IRC02:36
*** yamamoto_ has joined #openstack-infra02:38
*** bharathm has quit IRC02:39
*** yamamoto_ has quit IRC02:40
clarkbanteaya: worker20 looks happy, I think a rough plan on my end would be to try deploying that across the other 19 sometime after wednesday since that is when I am doing the nodepool image builders02:41
*** fawadkhaliq has joined #openstack-infra02:44
clarkbif this bare-trusty run works out I am going to rebuild the rest of bare-trusty02:46
clarkbalso, we should remember that at the end of the month only rax will be providing bare-*02:46
*** salv-orlando has quit IRC02:47
*** thorst has joined #openstack-infra02:48
*** thorst has quit IRC02:53
*** amotoki has joined #openstack-infra02:54
*** ramineni has joined #openstack-infra02:57
*** EricGonczer_ has quit IRC02:58
*** salv-orlando has joined #openstack-infra02:58
*** ramineni1 has joined #openstack-infra03:00
*** kevinbenton_ has joined #openstack-infra03:00
*** ramineni has quit IRC03:01
*** ramineni has joined #openstack-infra03:01
*** apoorvad has quit IRC03:02
*** oomichi has joined #openstack-infra03:03
*** kevinbenton_ has quit IRC03:03
*** ramineni2 has joined #openstack-infra03:03
*** amuller has quit IRC03:04
*** markmcclain has quit IRC03:04
*** bharathm has joined #openstack-infra03:04
*** ramineni1 has quit IRC03:04
*** ramineni1 has joined #openstack-infra03:04
*** MarkAtwood has quit IRC03:05
*** ramineni3 has joined #openstack-infra03:05
*** zz_dimtruck is now known as dimtruck03:06
*** ramineni has quit IRC03:06
*** spredzy has quit IRC03:07
*** ramineni2 has quit IRC03:07
*** markmcclain has joined #openstack-infra03:07
*** ramineni has joined #openstack-infra03:08
*** ramineni1 has quit IRC03:09
*** piet has joined #openstack-infra03:10
*** spredzy has joined #openstack-infra03:10
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/project-config: Remove Nova object store service  https://review.openstack.org/26611903:10
*** ramineni3 has quit IRC03:10
*** amotoki has quit IRC03:12
*** ramineni has quit IRC03:12
*** markmcclain has quit IRC03:12
*** amotoki has joined #openstack-infra03:14
*** kzaitsev_mb has quit IRC03:14
*** markmcclain has joined #openstack-infra03:18
*** sigmavirus24_awa is now known as sigmavirus2403:22
*** dims has quit IRC03:24
clarkbdimtruck: I am amazed that shows up in so many places03:25
*** markmcclain has quit IRC03:25
*** doug-fish has joined #openstack-infra03:30
*** yamamoto_ has joined #openstack-infra03:33
*** amotoki has quit IRC03:36
clarkbgreghaynes: we can probably recheck those nodepool changes in about 15 minutes03:36
clarkbwe are in the make a snapshot portion of the image builds03:37
*** ramineni1 has joined #openstack-infra03:37
greghaynesclarkb: awesome03:37
*** ramineni has joined #openstack-infra03:38
*** ramineni has quit IRC03:38
*** ramineni_ has joined #openstack-infra03:38
*** piet has quit IRC03:38
ramineni_AJaeger: Could you please review https://review.openstack.org/#/c/258799/03:38
*** ramineni1 has quit IRC03:41
clarkbException in thread hpcloud-b4 (most likely raised during interpreter shutdown):03:42
clarkbthats a new one03:42
*** ddieterly has quit IRC03:42
clarkbbut the new image is there so apparently nothing fatal03:43
clarkbgreghaynes: there is one outstanding build at athis point out of 8, so you can roll the dice now if you want03:48
greghaynesRoll d-803:48
* craige waves.03:48
clarkbcraige: how goes phabrication?03:49
craigeAnyone, particularly Clint if he's still, feel like trying the latest iteration of the phab migration?03:49
craigehttp://os01.mcwhirter.io/03:49
clarkboh hey I have bugs assigned to me03:49
craigeheh03:50
clarkbso that worked :)03:50
craigeIt's an import form storyboard from about 6 weeks ago.03:50
craigeLatest update is that people with Launchpad accounts should have sane usernames.03:50
clarkbstill not seeing the bug comments I owuld expect on 101062103:51
craigeand people with duplicates like clarkb are sanely merged.03:51
craige*hopfeully*03:51
craigeoh, not forgotten clarkb. Hadn;t even had a chance to move on that one!03:51
clarkbkk03:51
craigeThanks for reminding me.03:51
*** thorst has joined #openstack-infra03:51
craige(There was a Phab schema update last week that broke all the things :-)03:51
clarkbcraige: is that the sort of thing you can migrate to an older schema with then just use their migrations to uplift with?03:52
craigeProbably.03:52
craigeIn this case I just updated our migration schema.03:53
craigeUpated the field matching.03:53
*** vivekd has joined #openstack-infra03:53
*** ddieterly has joined #openstack-infra03:53
clarkbgreghaynes: did you roll the d8?03:54
greghaynesclarkb: nope03:54
clarkbI can if you havne't03:54
greghaynesYa, go for it03:54
*** doug-fish has quit IRC03:58
*** tlian has quit IRC03:58
*** thorst has quit IRC03:58
*** EricGonczer_ has joined #openstack-infra04:01
clarkbgreghaynes: jobs pass on the first one04:02
*** akshai has joined #openstack-infra04:03
*** amotoki has joined #openstack-infra04:04
*** akshai_ has joined #openstack-infra04:04
*** kevinbenton_ has joined #openstack-infra04:07
*** akshai has quit IRC04:08
*** markmcclain has joined #openstack-infra04:09
*** salv-orl_ has joined #openstack-infra04:10
*** yamahata has quit IRC04:10
*** kzaitsev_mb has joined #openstack-infra04:11
*** salv-orlando has quit IRC04:13
greghaynesclarkb: w00t04:15
*** markmcclain has quit IRC04:17
*** rhallisey has quit IRC04:19
clarkbgreghaynes: looks like some may be failing though? Not sure I will have energy to wade through it tonight04:20
clarkbgreghaynes: tests are timing out, was that how the db problem manifested?04:20
greghaynesclarkb: Ya, it is possible, I use CI to test it because ETOOMANYPATCHES04:20
greghaynesclarkb: uhhh, I dont think so, I can debug tomorrow though04:21
clarkbok04:21
greghaynesclarkb: might be a rebase derp I did04:21
clarkbI will probablyt have time to debug tomorrow as well04:21
*** otter768 has joined #openstack-infra04:22
clarkbnibalizer: for omfra cloud is virt passthrough turned on? might be good to test it with and without that on just as another data point04:25
clarkbnibalizer: based on ovh numbers it doesn't affect runtime much but we think we had some unreliableness from cirros boots with it on04:25
*** harlowja_at_home has joined #openstack-infra04:26
*** links has joined #openstack-infra04:26
*** otter768 has quit IRC04:26
clarkbnibalizer: but it would still probably be good if we can see where else we are spending time on those jobs, it may not all be cpu bound04:29
*** coolsvap|away is now known as coolsvap04:29
*** EricGonczer_ has quit IRC04:29
*** dimtruck is now known as zz_dimtruck04:29
*** aeng_ has joined #openstack-infra04:30
*** aeng has quit IRC04:31
*** kzaitsev_mb has quit IRC04:32
*** akshai_ has quit IRC04:35
*** piet has joined #openstack-infra04:38
*** treaki__ has joined #openstack-infra04:39
clarkbTheJulia: FYI from roughly this point on the ironic unittests with database access should start working again04:41
clarkbTheJulia: we should probably work on removing the special db for those and switch to having tests create the DBs they need04:41
*** treaki_ has quit IRC04:43
*** bardia has joined #openstack-infra04:47
*** fawadkhaliq has quit IRC04:52
*** MarkAtwood has joined #openstack-infra04:53
*** zz_dimtruck is now known as dimtruck04:55
*** ddieterly has quit IRC04:55
*** thorst has joined #openstack-infra04:57
*** MarkAtwood has quit IRC04:58
openstackgerritMasayuki Igawa proposed openstack/os-testr: Add unit test for colorizer  https://review.openstack.org/25340904:58
*** markvoelker has quit IRC04:58
openstackgerritMerged openstack/requirements: Bump minimum tempest-lib version  https://review.openstack.org/26310604:59
*** baoli has quit IRC04:59
*** piet has quit IRC05:00
*** baoli has joined #openstack-infra05:00
*** thorst has quit IRC05:03
*** mudassirlatif has joined #openstack-infra05:08
*** dimtruck is now known as zz_dimtruck05:09
*** sridhar_ram has joined #openstack-infra05:10
*** rlandy has quit IRC05:12
*** fawadkhaliq has joined #openstack-infra05:15
*** sigmavirus24 is now known as sigmavirus24_awa05:18
*** markmcclain has joined #openstack-infra05:19
*** kzaitsev_mb has joined #openstack-infra05:28
*** aeng_ has quit IRC05:30
*** zhurong has quit IRC05:32
*** markmcclain has quit IRC05:34
*** vgridnev has joined #openstack-infra05:35
*** abregman has joined #openstack-infra05:36
*** lvdongbing has left #openstack-infra05:36
*** _nadya_ has joined #openstack-infra05:42
*** mrmartin has joined #openstack-infra05:42
*** _nadya_ has quit IRC05:44
*** jaosorior has joined #openstack-infra05:47
*** _nadya_ has joined #openstack-infra05:49
*** harlowja_at_home has quit IRC05:50
*** aeng_ has joined #openstack-infra05:50
*** yamahata has joined #openstack-infra05:52
openstackgerritAngus Lees proposed openstack/requirements: Add oslo.privsep to global-requirements.txt  https://review.openstack.org/26618905:55
*** ddieterly has joined #openstack-infra05:56
*** grue_pm_ has joined #openstack-infra05:57
*** kzaitsev_mb has quit IRC05:57
*** ildikov has quit IRC05:57
*** grue_pm_ has quit IRC05:58
*** markvoelker has joined #openstack-infra05:59
openstackgerritAngus Lees proposed openstack/requirements: Add oslo.privsep to global-requirements.txt  https://review.openstack.org/26618906:00
*** dfflanders has joined #openstack-infra06:01
*** ddieterly has quit IRC06:01
*** HeOS has joined #openstack-infra06:01
openstackgerritOpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml  https://review.openstack.org/26619506:01
*** thorst has joined #openstack-infra06:01
*** edmondsw has quit IRC06:02
*** kevinbenton_ has quit IRC06:04
*** markvoelker has quit IRC06:06
*** _nadya_ has quit IRC06:07
*** thorst has quit IRC06:08
openstackgerritAngus Lees proposed openstack/requirements: Add oslo.privsep to global-requirements.txt  https://review.openstack.org/26618906:09
*** mrmartin has quit IRC06:14
*** binbincong has quit IRC06:14
*** mudassirlatif has quit IRC06:15
*** ParsectiX has joined #openstack-infra06:17
*** dfflanders has quit IRC06:20
*** rossella_s has quit IRC06:22
*** rossella_s has joined #openstack-infra06:22
openstackgerritMerged openstack-infra/irc-meetings: Drop bi-weekly schedule for the neutron team meeting  https://review.openstack.org/26601906:22
openstackgerritAlex Xu proposed openstack-infra/irc-meetings: Add agenda url for nova api meeting  https://review.openstack.org/26621706:24
openstackgerritMerged openstack-infra/irc-meetings: Add agenda url for nova api meeting  https://review.openstack.org/26621706:28
*** zhurong has joined #openstack-infra06:33
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/26569706:34
*** aeng_ has quit IRC06:34
*** yolanda has quit IRC06:36
*** hdd has quit IRC06:40
*** hdd_ has joined #openstack-infra06:40
openstackgerritCraige McWhirter proposed openstack-infra/system-config: Added RemoteUser Provider & OpenID configs  https://review.openstack.org/25406606:42
*** MarkAtwood has joined #openstack-infra06:42
*** MarkAtwood has quit IRC06:47
*** jaosorior has quit IRC06:48
*** esker has joined #openstack-infra06:49
*** fawadkhaliq has quit IRC06:49
*** salv-orl_ has quit IRC06:50
*** salv-orlando has joined #openstack-infra06:50
*** fawadkhaliq has joined #openstack-infra06:51
*** aeng_ has joined #openstack-infra06:52
*** sridhar_ram has quit IRC06:52
*** kzaitsev_mb has joined #openstack-infra06:53
*** bardia has quit IRC06:53
*** esker has quit IRC06:53
*** yolanda has joined #openstack-infra06:56
*** kzaitsev_mb has quit IRC06:58
*** hdd_ has quit IRC07:03
*** vgridnev has quit IRC07:05
*** thorst has joined #openstack-infra07:06
openstackgerritMerged openstack-infra/project-config: Normalize projects.yaml  https://review.openstack.org/26619507:07
*** HeOS has quit IRC07:07
*** jaosorior has joined #openstack-infra07:09
*** thorst has quit IRC07:13
*** Zara_ has quit IRC07:17
*** aopincar_ has joined #openstack-infra07:19
*** Zara_ has joined #openstack-infra07:19
AJaegerramineni_: please talk with sdague first07:20
ramineni_AJaeger: yes, i have replied to his comment, but couldn't catch him on IRC07:23
ramineni_AJaeger: Any idea about his timezone?07:24
*** odlD2 has quit IRC07:25
*** gongysh has quit IRC07:30
AJaegerramineni_: US07:31
*** gongysh has joined #openstack-infra07:32
*** vgridnev has joined #openstack-infra07:35
*** esikachev has joined #openstack-infra07:41
*** e0ne has joined #openstack-infra07:42
*** ddieterly has joined #openstack-infra07:42
*** egonzalez90 has joined #openstack-infra07:44
*** ddieterly has quit IRC07:47
*** odlD2 has joined #openstack-infra07:48
*** vivekd_ has joined #openstack-infra07:49
*** mpavone has joined #openstack-infra07:49
*** mpavone has quit IRC07:49
openstackgerrithardik proposed openstack-infra/project-config: Fixed mistral experimental job  https://review.openstack.org/26503007:50
yolandamorning07:50
*** Hal has joined #openstack-infra07:51
*** vivekd has quit IRC07:52
*** vivekd_ is now known as vivekd07:52
*** Hal is now known as Guest8459107:52
*** Qiming has quit IRC07:52
*** isaacb has joined #openstack-infra07:53
*** kzaitsev_mb has joined #openstack-infra07:54
*** jtomasek has joined #openstack-infra07:57
AJaegermorning, yolanda !07:57
*** egonzalez90 has quit IRC07:58
*** yolanda has quit IRC07:59
*** kzaitsev_mb has quit IRC07:59
*** yolanda has joined #openstack-infra07:59
*** vgridnev has quit IRC08:00
*** otter768 has joined #openstack-infra08:00
*** salv-orl_ has joined #openstack-infra08:01
*** nmagnezi has joined #openstack-infra08:02
*** otter768_ has joined #openstack-infra08:02
*** otter768 has quit IRC08:02
*** otter768 has joined #openstack-infra08:04
*** salv-orlando has quit IRC08:05
*** salv-orl_ has quit IRC08:06
*** otter76__ has joined #openstack-infra08:06
*** jistr has joined #openstack-infra08:06
*** otter768_ has quit IRC08:06
*** jistr is now known as jistr|doc08:07
*** gchamoul has left #openstack-infra08:07
*** otter768_ has joined #openstack-infra08:08
*** otter76__ has quit IRC08:08
*** jed56 has joined #openstack-infra08:08
*** HeOS has joined #openstack-infra08:09
*** otter768 has quit IRC08:09
*** otter768_ has quit IRC08:09
*** otter768 has joined #openstack-infra08:10
*** pahuang_ has quit IRC08:11
*** thorst has joined #openstack-infra08:11
*** egonzalez90 has joined #openstack-infra08:11
*** otter768_ has joined #openstack-infra08:12
*** esker has joined #openstack-infra08:12
*** matrohon has joined #openstack-infra08:12
*** otter768_ has quit IRC08:14
*** otter76__ has joined #openstack-infra08:14
*** otter768 has quit IRC08:14
*** ildikov has joined #openstack-infra08:15
openstackgerritEinst Crazy proposed openstack-infra/zuul: Use assertTrue/False instead of assertEqual(T/F)  https://review.openstack.org/26357508:15
*** otter768 has joined #openstack-infra08:16
*** e0ne has quit IRC08:16
*** esker has quit IRC08:17
*** otter768 has quit IRC08:17
hparekhAJaegar, Can you please review https://review.openstack.org/#/c/265030/ ?08:17
openstackgerrityolanda.robla proposed openstack/diskimage-builder: Add dib element to generate logical volumes  https://review.openstack.org/25204108:17
*** otter768 has joined #openstack-infra08:17
*** otter76__ has quit IRC08:18
*** eliqiao has quit IRC08:18
*** thorst has quit IRC08:18
*** otter768 has quit IRC08:19
*** otter768 has joined #openstack-infra08:19
*** otter768_ has joined #openstack-infra08:21
*** fawadkhaliq has quit IRC08:22
*** fawadkhaliq has joined #openstack-infra08:22
*** otter76__ has joined #openstack-infra08:23
*** otter768 has quit IRC08:23
*** mrmartin has joined #openstack-infra08:24
*** abregman has quit IRC08:24
*** abregman has joined #openstack-infra08:25
*** otter76__ has quit IRC08:25
*** otter768 has joined #openstack-infra08:25
*** otter768_ has quit IRC08:25
*** otter768 has quit IRC08:26
*** Daisy has joined #openstack-infra08:27
*** otter768 has joined #openstack-infra08:27
*** samuelBartel has joined #openstack-infra08:27
*** shardy has joined #openstack-infra08:28
*** otter768_ has joined #openstack-infra08:29
*** otter768 has quit IRC08:29
*** bryan_att has quit IRC08:29
*** _nadya_ has joined #openstack-infra08:30
*** otter768 has joined #openstack-infra08:31
*** otter768_ has quit IRC08:31
*** otter768 has quit IRC08:32
*** otter768 has joined #openstack-infra08:33
*** kzaitsev_mb has joined #openstack-infra08:34
*** otter768_ has joined #openstack-infra08:35
*** markus_z has joined #openstack-infra08:35
openstackgerritSwapnil Kulkarni (coolsvap) proposed openstack-infra/tripleo-ci: Keep py3.X compatibility for urllib  https://review.openstack.org/26118208:36
*** otter768_ has quit IRC08:36
*** otter768_ has joined #openstack-infra08:37
*** hichihara has quit IRC08:37
*** otter768 has quit IRC08:37
openstackgerritMerged openstack-infra/project-config: Update for fuel-plugin-xenserver group's name on LP  https://review.openstack.org/26587908:38
*** egonzalez90 has quit IRC08:38
*** otter768_ has quit IRC08:38
*** otter768 has joined #openstack-infra08:38
*** otter768 has quit IRC08:40
*** otter768 has joined #openstack-infra08:40
*** markmcclain has joined #openstack-infra08:41
*** otter768_ has joined #openstack-infra08:42
*** ddieterly has joined #openstack-infra08:43
*** otter768_ has quit IRC08:44
*** yaume has joined #openstack-infra08:44
*** otter768 has quit IRC08:45
AJaegeryolanda: regarding https://review.openstack.org/#/c/265560 - mkdir -p return sucess if the directory already exists, no need to if -d around it.08:45
*** markmcclain has quit IRC08:45
openstackgerritMerged openstack-infra/project-config: Add releasenotes jobs for os-client-config  https://review.openstack.org/26260008:45
yolanda++08:46
*** otter768 has joined #openstack-infra08:46
*** zeih has joined #openstack-infra08:46
*** jlanoux has joined #openstack-infra08:47
*** jlanoux has quit IRC08:48
*** otter768 has quit IRC08:48
*** jlanoux has joined #openstack-infra08:48
*** ddieterly has quit IRC08:48
*** otter768 has joined #openstack-infra08:48
*** vgridnev has joined #openstack-infra08:50
*** otter768_ has joined #openstack-infra08:50
openstackgerritMerged openstack-infra/project-config: Add gerritbot entry for openstack-ux  https://review.openstack.org/26596508:50
openstackgerritMerged openstack-infra/project-config: Switch pika related jobs to master oslo.messaging branch  https://review.openstack.org/26593408:51
*** dizquierdo has joined #openstack-infra08:51
openstackgerritMerged openstack-infra/project-config: Add check-requirements for ekko  https://review.openstack.org/26555308:51
*** yamahata has quit IRC08:51
*** otter768_ has quit IRC08:51
*** otter768_ has joined #openstack-infra08:52
*** yamahata has joined #openstack-infra08:52
*** otter768 has quit IRC08:53
*** arxcruz has joined #openstack-infra08:53
*** esker has joined #openstack-infra08:53
*** otter768 has joined #openstack-infra08:56
*** otter768_ has quit IRC08:57
*** ifarkas has joined #openstack-infra08:57
*** dtantsur|afk is now known as dtantsur08:57
*** otter768_ has joined #openstack-infra08:58
*** otter768 has quit IRC08:58
*** esker has quit IRC08:58
*** jistr|doc has quit IRC08:59
*** otter768 has joined #openstack-infra08:59
isaacbyolanda: I saw your reply in the mailing list. I totally agree that it is better to have the jenkins.default as a template but I'm not sure that it is preferable to load the puppet class with a lot of parameters. Do you have any parameter in mind?08:59
*** otter768_ has quit IRC09:00
yolandaisaacb , we are doing that in other modules such as gerrit. So i'd prefer to parameterize what we can, and set sane defaults09:00
*** otter768 has quit IRC09:01
*** otter768_ has joined #openstack-infra09:02
yolandai'd parameterize java_args, maxopenfiles, jenkins_args...09:02
isaacbyolanda: ok, I understand the spirit. thanks.09:02
*** otter768_ has quit IRC09:03
*** otter768_ has joined #openstack-infra09:04
*** otter768_ has quit IRC09:05
*** zhurong has quit IRC09:05
*** amotoki has quit IRC09:05
*** otter76__ has joined #openstack-infra09:05
*** fhubik has joined #openstack-infra09:06
*** dtardivel has joined #openstack-infra09:06
*** amotoki has joined #openstack-infra09:07
*** otter7___ has joined #openstack-infra09:07
*** otter76__ has quit IRC09:07
*** amotoki has quit IRC09:07
*** jordanP has joined #openstack-infra09:08
*** otter____ has joined #openstack-infra09:09
*** daemontool has joined #openstack-infra09:11
*** otter____ has quit IRC09:11
*** otte_____ has joined #openstack-infra09:11
*** otter7___ has quit IRC09:11
*** otte_____ has quit IRC09:13
*** otter____ has joined #openstack-infra09:13
*** otter768 has joined #openstack-infra09:15
*** otter____ has quit IRC09:15
*** thorst has joined #openstack-infra09:16
*** otter768_ has joined #openstack-infra09:17
*** otter768 has quit IRC09:17
*** openstackgerrit has quit IRC09:17
*** openstackgerrit has joined #openstack-infra09:17
*** nmagnezi has quit IRC09:18
*** otter768 has joined #openstack-infra09:19
*** nmagnezi has joined #openstack-infra09:19
*** salv-orlando has joined #openstack-infra09:19
openstackgerritBoris Pavlovic proposed openstack-infra/project-config: Move gate-rally-install-devstack-centos to check & gate  https://review.openstack.org/26625309:19
*** jistr has joined #openstack-infra09:20
*** otter76__ has joined #openstack-infra09:21
*** kzaitsev_mb has quit IRC09:21
*** otter768_ has quit IRC09:22
*** otter76__ has quit IRC09:22
*** jordanP has quit IRC09:22
*** otter768_ has joined #openstack-infra09:23
*** kzaitsev_mb has joined #openstack-infra09:23
*** otter768 has quit IRC09:23
*** thorst has quit IRC09:23
*** sshnaidm has joined #openstack-infra09:24
*** otter768 has joined #openstack-infra09:24
*** otter768_ has quit IRC09:24
*** otter768_ has joined #openstack-infra09:26
*** otter768 has quit IRC09:26
*** yamahata has quit IRC09:27
*** fhubik is now known as fhubik_brb09:27
*** kzaitsev_mb has quit IRC09:28
*** otter768 has joined #openstack-infra09:28
*** otter768_ has quit IRC09:28
*** otter768 has quit IRC09:30
*** Daisy has quit IRC09:30
*** otter768 has joined #openstack-infra09:30
*** otter768 has quit IRC09:31
*** sputnik13 has joined #openstack-infra09:32
*** aeng_ has quit IRC09:32
*** ggillies has quit IRC09:32
*** camunoz has quit IRC09:32
*** otter768 has joined #openstack-infra09:32
*** sflanigan has quit IRC09:32
*** pahuang has quit IRC09:32
*** jordanP has joined #openstack-infra09:33
*** otter768 has quit IRC09:34
*** otter768 has joined #openstack-infra09:34
*** esker has joined #openstack-infra09:35
*** derekh has joined #openstack-infra09:35
*** otter768 has quit IRC09:35
*** otter768 has joined #openstack-infra09:36
*** larainema has quit IRC09:38
*** otter768_ has joined #openstack-infra09:38
*** otter768_ has quit IRC09:39
*** otter768_ has joined #openstack-infra09:40
*** esker has quit IRC09:40
*** otter768 has quit IRC09:40
*** larainema has joined #openstack-infra09:41
*** otter768_ has quit IRC09:41
*** otter768 has joined #openstack-infra09:41
*** otter768 has quit IRC09:43
*** otter768 has joined #openstack-infra09:44
openstackgerritBoris Pavlovic proposed openstack/requirements: Change OSprofiler constraints to >=0.4.0  https://review.openstack.org/26626409:44
*** ggillies has joined #openstack-infra09:44
*** ddieterly has joined #openstack-infra09:44
*** sflanigan has joined #openstack-infra09:44
*** sflanigan has joined #openstack-infra09:44
*** yolanda has quit IRC09:44
*** pahuang has joined #openstack-infra09:44
*** aeng_ has joined #openstack-infra09:45
*** camunoz has joined #openstack-infra09:45
*** otter768 has quit IRC09:45
*** otter768 has joined #openstack-infra09:45
*** otter768 has quit IRC09:47
*** rguillebert has joined #openstack-infra09:47
*** otter768 has joined #openstack-infra09:47
*** e0ne has joined #openstack-infra09:48
*** ddieterly has quit IRC09:48
*** tzn has joined #openstack-infra09:49
*** otter768 has quit IRC09:49
*** yolanda has joined #openstack-infra09:49
*** sfinucan has joined #openstack-infra09:49
*** otter768 has joined #openstack-infra09:49
*** fhubik_brb is now known as fhubik09:50
*** otter768 has quit IRC09:51
*** clayton has quit IRC09:51
*** salv-orlando has quit IRC09:51
*** fawadkhaliq has quit IRC09:51
*** otter768 has joined #openstack-infra09:51
*** mrmartin has quit IRC09:51
*** clayton has joined #openstack-infra09:51
*** fawadkhaliq has joined #openstack-infra09:52
*** keedya has quit IRC09:52
*** darvon has quit IRC09:52
*** slagle has quit IRC09:52
*** sileht has quit IRC09:52
*** rossella_s has quit IRC09:53
*** davideag_ has joined #openstack-infra09:53
*** rcarrillocruz has quit IRC09:53
*** keedya has joined #openstack-infra09:53
*** grassass has quit IRC09:53
*** otter768_ has joined #openstack-infra09:53
*** acabot has quit IRC09:53
*** ParsectiX has quit IRC09:53
*** derekh has quit IRC09:54
*** baoli_ has joined #openstack-infra09:54
*** darvon has joined #openstack-infra09:54
*** slagle has joined #openstack-infra09:54
*** yolanda has quit IRC09:54
*** otter768_ has quit IRC09:54
*** gongysh has quit IRC09:55
*** cbader_ has joined #openstack-infra09:55
*** derekh has joined #openstack-infra09:55
*** otter768_ has joined #openstack-infra09:55
*** davideagnello has quit IRC09:56
*** mdenny has quit IRC09:56
*** cbader has quit IRC09:56
*** mdenny has joined #openstack-infra09:56
*** otter768 has quit IRC09:56
*** baoli has quit IRC09:56
*** otter768 has joined #openstack-infra09:57
*** salv-orlando has joined #openstack-infra09:57
*** rcarrillocruz has joined #openstack-infra09:58
*** otter768 has quit IRC09:59
*** amotoki has joined #openstack-infra09:59
*** otter768_ has quit IRC09:59
*** yolanda has joined #openstack-infra10:00
*** grassass has joined #openstack-infra10:00
*** otter768 has joined #openstack-infra10:01
*** fawadkhaliq has quit IRC10:01
*** fawadkhaliq has joined #openstack-infra10:01
*** bharathm has quit IRC10:02
*** acabot has joined #openstack-infra10:02
*** rossella_s has joined #openstack-infra10:02
*** sileht has joined #openstack-infra10:02
*** markvoelker has joined #openstack-infra10:02
*** otter768 has quit IRC10:04
*** otter768_ has joined #openstack-infra10:04
*** jordanP has quit IRC10:04
*** ParsectiX has joined #openstack-infra10:05
*** otter768_ has quit IRC10:06
*** otter768 has joined #openstack-infra10:07
*** markvoelker has quit IRC10:07
*** otter768 has quit IRC10:08
*** eliqiao has joined #openstack-infra10:08
*** otter768 has joined #openstack-infra10:08
*** eliqiao has quit IRC10:09
*** salv-orlando has quit IRC10:10
*** otter768_ has joined #openstack-infra10:10
*** otter768 has quit IRC10:10
*** eliqiao has joined #openstack-infra10:10
Odd_Blokeclarkb: So I've got something working for my configuration thing; '- project:\n  ...\n  configuration:\n    !include: configuration.yaml.inc' and then {configuration[config_value]} in shell templates.10:11
Odd_Blokeclarkb: So thanks again for the pointer to putting it on the project, this has made my life much easier. :)10:12
*** otter768_ has quit IRC10:12
*** otter768 has joined #openstack-infra10:12
*** otter768 has quit IRC10:14
Zaraanteaya: we don't have that yet, which is really annoying. It's work in progress (story here: https://storyboard.openstack.org/#!/story/2000415 ) at the moment I'm linking things in the comments as a workaround.10:15
*** devvesa has joined #openstack-infra10:15
*** rossella_s has quit IRC10:15
*** sputnik13 has quit IRC10:16
*** denisra_ has joined #openstack-infra10:16
*** derekh has quit IRC10:16
*** acabot has quit IRC10:16
*** esker has joined #openstack-infra10:16
*** otter768_ has joined #openstack-infra10:16
*** sputnik13 has joined #openstack-infra10:17
*** grassass has quit IRC10:17
*** sputnik13 has quit IRC10:17
Zaraanteaya: I can bump it up my todo list; I generally wait until at least one other person mentions something that annoys me. on those lines, I'd also like stories to have some kind of +1 feature so people can register that its affected them... so many things!10:17
*** otter768_ has quit IRC10:18
*** otter768 has joined #openstack-infra10:18
*** derekh has joined #openstack-infra10:19
*** Verilium_ has joined #openstack-infra10:19
*** denisra has quit IRC10:19
*** Verilium has quit IRC10:19
*** sputnik13 has joined #openstack-infra10:19
*** ParsectiX has quit IRC10:20
*** otter768 has quit IRC10:20
*** otter768_ has joined #openstack-infra10:20
*** thorst has joined #openstack-infra10:21
*** esker has quit IRC10:21
*** otter768_ has quit IRC10:21
*** otter768 has joined #openstack-infra10:22
*** acabot has joined #openstack-infra10:22
*** rossella_s has joined #openstack-infra10:22
*** grassass has joined #openstack-infra10:22
*** otter768_ has joined #openstack-infra10:24
*** otter76__ has joined #openstack-infra10:25
*** otter768_ has quit IRC10:26
*** otter768 has quit IRC10:26
*** kzaitsev_mb has joined #openstack-infra10:27
*** otter76__ has quit IRC10:27
*** yolanda has quit IRC10:27
*** otter768 has joined #openstack-infra10:28
*** thorst has quit IRC10:28
*** salv-orlando has joined #openstack-infra10:28
*** salv-orlando has quit IRC10:28
*** otter768 has quit IRC10:29
*** mrmartin has joined #openstack-infra10:29
*** yolanda has joined #openstack-infra10:29
*** otter768 has joined #openstack-infra10:29
*** ParsectiX has joined #openstack-infra10:32
*** kzaitsev_mb has quit IRC10:32
*** yolanda has quit IRC10:32
*** weshay_xchat has joined #openstack-infra10:34
*** yolanda has joined #openstack-infra10:34
*** otter768 has quit IRC10:34
openstackgerritBoris Pavlovic proposed openstack/requirements: Change OSprofiler constraints to >=0.4.0  https://review.openstack.org/26626410:34
*** jordanP has joined #openstack-infra10:35
*** yolanda has quit IRC10:35
*** electrofelix has joined #openstack-infra10:36
*** yolanda has joined #openstack-infra10:36
openstackgerritMerged openstack/diskimage-builder: Add pip-and-virtualenv element  https://review.openstack.org/23956110:37
*** kzaitsev_mb has joined #openstack-infra10:42
*** ildikov has quit IRC10:43
*** dizquierdo has quit IRC10:44
*** ildikov has joined #openstack-infra10:44
*** ddieterly has joined #openstack-infra10:45
*** ldnunes has joined #openstack-infra10:48
*** ddieterly has quit IRC10:50
*** baoli has joined #openstack-infra10:52
*** fawadkhaliq has quit IRC10:52
*** baoli_ has quit IRC10:55
*** jaosorior has quit IRC10:55
*** jaosorior has joined #openstack-infra10:55
*** weshay_xchat has quit IRC10:56
*** coolsvap is now known as coolsvap|away10:56
*** esker has joined #openstack-infra10:58
*** esker has quit IRC11:02
*** _nadya_ has quit IRC11:03
*** dims has joined #openstack-infra11:05
*** yolanda has quit IRC11:05
*** yolanda has joined #openstack-infra11:06
openstackgerritMerged openstack-infra/project-config: Add puppet-midonet to OpenStack infrastructure  https://review.openstack.org/26009311:07
*** sputnik13 has quit IRC11:09
openstackgerritIvan Kolodyazhny proposed openstack-infra/project-config: Add functional test job for python-brick-cinderclient-ext  https://review.openstack.org/26592511:09
*** dizquierdo has joined #openstack-infra11:14
*** weshay_xchat has joined #openstack-infra11:14
*** sputnik13 has joined #openstack-infra11:15
*** MarkAtwood has joined #openstack-infra11:15
*** vivekd has quit IRC11:17
*** openstackgerrit has quit IRC11:17
*** openstackgerrit has joined #openstack-infra11:17
*** fhubik is now known as fhubik_brb11:19
*** ociuhandu has quit IRC11:19
*** MarkAtwood has quit IRC11:19
*** zeih has quit IRC11:21
*** aysyd has joined #openstack-infra11:25
*** thorst has joined #openstack-infra11:26
*** jcoufal has joined #openstack-infra11:26
*** lucas-dinner is now known as lucasagomes11:27
*** jlanoux has quit IRC11:29
*** jlanoux has joined #openstack-infra11:30
*** thorst has quit IRC11:33
*** ramineni_ has quit IRC11:35
*** zeih has joined #openstack-infra11:38
*** ildikov has quit IRC11:40
*** vivekd has joined #openstack-infra11:40
*** kzaitsev_mb has quit IRC11:41
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/project-config: Remove Nova object store service  https://review.openstack.org/26611911:41
*** vivekd has quit IRC11:41
*** vivekd has joined #openstack-infra11:42
*** gongysh has joined #openstack-infra11:44
*** amotoki has quit IRC11:46
*** jlanoux_ has joined #openstack-infra11:47
*** jlanoux has quit IRC11:47
*** ddieterly has joined #openstack-infra11:47
*** sputnik13 has quit IRC11:48
*** salv-orl_ has joined #openstack-infra11:49
*** jaosorior has quit IRC11:49
*** jaosorior has joined #openstack-infra11:50
*** amotoki has joined #openstack-infra11:50
*** ddieterly has quit IRC11:51
*** fhubik_brb is now known as fhubik11:52
*** vivekd has quit IRC11:54
*** ihrachys has joined #openstack-infra11:54
*** _nadya_ has joined #openstack-infra11:54
*** ociuhandu has joined #openstack-infra11:59
*** [1]Thelo has joined #openstack-infra12:01
*** sfinucan_ has joined #openstack-infra12:01
*** pblaho has joined #openstack-infra12:01
openstackgerritMerged openstack-infra/project-config: congress: disable tempest plugin for stable branches  https://review.openstack.org/25879912:01
*** amotoki has quit IRC12:02
*** markvoelker has joined #openstack-infra12:03
*** Thelo has quit IRC12:04
*** [1]Thelo is now known as Thelo12:04
*** fhubik is now known as fhubik_brb12:04
*** sfinucan has quit IRC12:04
*** mrmartin has quit IRC12:06
*** jcoufal has quit IRC12:07
*** kzaitsev_mb has joined #openstack-infra12:07
*** mrmartin has joined #openstack-infra12:08
*** markvoelker has quit IRC12:08
openstackgerritMiles Gould proposed openstack/requirements: Bump minimum python-ironicclient version  https://review.openstack.org/26632012:09
*** vgridnev has quit IRC12:10
*** vgridnev has joined #openstack-infra12:11
*** mrmartin has quit IRC12:11
*** notnownikki has quit IRC12:13
openstackgerritZara proposed openstack-infra/storyboard: Add rudimentary templates for tags  https://review.openstack.org/26632712:19
openstackgerritSlava Tabolin proposed openstack-infra/project-config: Add project vmware-dvs  https://review.openstack.org/26633112:24
*** eliqiao has quit IRC12:24
*** eliqiao has joined #openstack-infra12:25
*** _nadya_ has quit IRC12:25
*** EricGonczer_ has joined #openstack-infra12:25
openstackgerritZara proposed openstack-infra/storyboard: Add rudimentary templates for tags  https://review.openstack.org/26632712:27
*** _nadya_ has joined #openstack-infra12:28
*** jcoufal has joined #openstack-infra12:29
*** mgould has joined #openstack-infra12:29
mgouldmorning everyone! Can anyone review this requirements patch? https://review.openstack.org/#/c/266320/12:30
*** vgridnev has quit IRC12:30
*** otter768 has joined #openstack-infra12:30
*** ildikov has joined #openstack-infra12:32
*** fhubik_brb is now known as fhubik12:33
*** aopincar_ has quit IRC12:34
*** otter768 has quit IRC12:35
TheJuliaclarkb: well, funtionatl test creating the databases it needs for any execution, although if there is a particular way you recommend database creation, I'd be more than happy to change things.12:38
*** thorst has joined #openstack-infra12:39
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/project-config: Remove Nova object store service  https://review.openstack.org/26611912:40
*** dizquierdo has quit IRC12:41
dimsAJaeger : thanks for the reviews. hoping this ^^ would do the trick12:41
*** vgridnev has joined #openstack-infra12:41
*** d0ugal has quit IRC12:42
*** d0ugal has joined #openstack-infra12:43
*** d0ugal is now known as Guest5838512:43
*** aopincar_ has joined #openstack-infra12:43
*** slava__ has joined #openstack-infra12:43
*** salv-orl_ has quit IRC12:43
*** Guest58385 is now known as d0ugal12:45
*** d0ugal has quit IRC12:45
*** d0ugal has joined #openstack-infra12:45
*** esikachev has quit IRC12:46
*** ddieterly has joined #openstack-infra12:47
*** esikachev has joined #openstack-infra12:50
clarkbTheJulia every one of oyr test images makes a DB just for ironic testing. But since we have started allowing tests to create their own DBs the special ironoc DB is not required12:52
*** ddieterly has quit IRC12:52
clarkbit is possible ironic fixed it on their end and never cleaned up the extra database that is created for it12:52
clarkbin that case we can just stop making the extra db12:53
TheJuliaclarkb: can you point me to a reference implementation of this?12:53
clarkbhttps://git.openstack.org/cgit/openstack-infra/system-config/tree/modules/openstack_project/manifests/slave_db.pp#n46 is where we create the db12:55
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/project-config: Remove Nova object store service  https://review.openstack.org/26611912:55
clarkbnot sure what reference implementation there would be, ironic is the only thing that should have ever used it12:56
clarkbthere is one under postgres too12:57
*** dprince has joined #openstack-infra12:58
TheJuliaclarkb: I was wondering what the intent of that was....  I'm not sure I've ever seen that database used anywhere.  Hmm12:59
*** kgiusti has joined #openstack-infra13:00
*** kgiusti has left #openstack-infra13:01
clarkbI think it was for migration testing. devananda insisted ironic couldnt use the existing test db we were already creating because nova/ironic have separate schemas that had to be upgraded side by side or something13:01
clarkb(I'm just trying to cleanup our db stuff so that when hpcloud goes away the amlunt of effort to run unittests on more than just rax is minimal)13:02
*** kgiusti has joined #openstack-infra13:02
*** amuller has joined #openstack-infra13:03
*** MarkAtwood has joined #openstack-infra13:03
clarkbspeaking of, I think we can dib bare-* images prior to using bindep if we add a small db setup step to the unittest jobs13:04
*** markvoelker has joined #openstack-infra13:04
clarkbwhich will be a good interim step to remain multicloud on those jpbs13:04
*** Keedya_ has joined #openstack-infra13:04
*** fhubik is now known as fhubik_brb13:05
*** rfolco has joined #openstack-infra13:06
*** jcoufal has quit IRC13:07
*** Keedya_ has quit IRC13:08
*** baoli has quit IRC13:08
*** MarkAtwood has quit IRC13:08
*** fhubik_brb is now known as fhubik13:09
*** baoli has joined #openstack-infra13:09
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/elastic-recheck: Query for Neutron Gate failures in TestGettingAddress  https://review.openstack.org/26635613:11
*** derekh has quit IRC13:11
*** grassass has quit IRC13:11
dimssdague : mriedem_away : just spotted this in gate ^^^13:11
*** hashar has joined #openstack-infra13:12
*** ddieterly has joined #openstack-infra13:12
*** MIDENN_ has joined #openstack-infra13:12
*** markvoelker has quit IRC13:15
*** filler has quit IRC13:15
*** lindsayk- has quit IRC13:15
*** mriedem_away has quit IRC13:15
*** mdenny has quit IRC13:15
*** f1ller has joined #openstack-infra13:15
*** lindsayk has joined #openstack-infra13:15
*** derekh has joined #openstack-infra13:16
*** grassass has joined #openstack-infra13:17
openstackgerritMonty Taylor proposed openstack-infra/ansible-puppet: Update to use blocks from ansible 2.0  https://review.openstack.org/26636113:17
sdaguedims: you don't need to add the voting:113:18
sdaguewe do that automatically for all the queries13:19
dimssdague : ah ok13:19
*** fhubik has quit IRC13:19
openstackgerritDavanum Srinivas (dims) proposed openstack-infra/elastic-recheck: Query for Neutron Gate failures in TestGettingAddress  https://review.openstack.org/26635613:22
dimssdague : fixed ^^13:22
*** oomichi is now known as oomichi_away13:23
*** yolanda has quit IRC13:24
openstackgerritMonty Taylor proposed openstack-infra/system-config: Add script to make ansible groups from patterns  https://review.openstack.org/26564713:25
*** yolanda has joined #openstack-infra13:26
sdaguedims: the problem with queries like that is they are 100% symptom and no root cause13:26
*** yolanda has quit IRC13:26
*** rhallisey has joined #openstack-infra13:27
*** fawadkhaliq has joined #openstack-infra13:28
*** yolanda has joined #openstack-infra13:28
*** trown|outttypeww is now known as trown13:28
dimssdague : ack abandoning if it is not useful13:29
openstackgerritZara proposed openstack-infra/storyboard: Rudimentary Templates for Tasks  https://review.openstack.org/26425513:29
dimshopefully the bug in neutron is enough13:30
*** erlon has joined #openstack-infra13:30
*** sigmavirus24_awa is now known as sigmavirus2413:31
*** edmondsw has joined #openstack-infra13:32
openstackgerritMonty Taylor proposed openstack-infra/ansible-puppet: Clean up codestyle in conditionals  https://review.openstack.org/26636913:32
openstackgerritSlava Tabolin proposed openstack-infra/project-config: Add project vmware-dvs  https://review.openstack.org/26633113:32
mordredSamYaple: ^^ I addressed your comments in https://review.openstack.org/#/c/251580 in a follow-on patch ^^13:32
*** EricGonc_ has joined #openstack-infra13:34
*** fawadkhaliq has quit IRC13:34
sdaguethis looks suspicious - http://logs.openstack.org/95/262395/7/check/gate-tempest-dsvm-neutron-full/4293c5f/logs/screen-q-svc.txt.gz?level=INFO#_2016-01-12_07_29_54_417 - the subnet that we're supposed to be using isn't there when the delete happens13:35
*** markvoelker has joined #openstack-infra13:35
mordredclarkb: ++13:38
*** EricGonczer_ has quit IRC13:38
*** abregman has quit IRC13:38
*** eliqiao_ has joined #openstack-infra13:39
*** regXboi has joined #openstack-infra13:39
*** sigmavirus24 is now known as sigmavirus24_awa13:40
*** eliqiao has quit IRC13:41
*** dslev has joined #openstack-infra13:42
*** eliqiao_ is now known as eliqiao13:42
mordredclarkb: feel like https://review.openstack.org/#/c/251580/ ?13:43
*** aopincar_ has quit IRC13:45
stevemarhtruta: looks like it's failing the legacy tests13:46
*** larainema has quit IRC13:48
openstackgerritSlava Tabolin proposed openstack-infra/project-config: Add project vmware-dvs  https://review.openstack.org/26633113:48
*** hichihara has joined #openstack-infra13:49
SamYaplemordred: sounds good13:50
*** cdent has joined #openstack-infra13:51
*** dkranz has joined #openstack-infra13:53
*** tlian has joined #openstack-infra13:55
*** miqui has joined #openstack-infra13:56
*** aysyd has quit IRC14:00
*** aysyd has joined #openstack-infra14:01
*** akshai has joined #openstack-infra14:02
*** burgerk has joined #openstack-infra14:02
*** dslev has quit IRC14:02
igorbelikovFolks, can you please review https://review.openstack.org/#/c/261540/, it didn't receive any attention since the year started:) AJaeger: looks like your comments were implemented, can you take a look once again?14:03
*** rlandy has joined #openstack-infra14:03
*** gordc has joined #openstack-infra14:04
*** dkranz has quit IRC14:05
*** mtanino has joined #openstack-infra14:07
*** danpb has joined #openstack-infra14:08
danpbbefore xmas infra created the os-vif project for me.  can someone here now add me to the os-vif-core team so I can do reviews and add other core team members myself  :-)  https://review.openstack.org/#/admin/groups/1175,members14:09
*** adreznec_ is now known as adreznec14:09
*** jcoufal has joined #openstack-infra14:10
anteayaZara: it affects me, do bump, my thanks14:10
mordredWOOT!14:11
mordredhttps://pypi.python.org/pypi/ansible14:11
*** salv-orlando has joined #openstack-infra14:11
mordredansible 2.0 is out14:11
*** dkranz has joined #openstack-infra14:11
*** yamamoto_ has quit IRC14:11
anteayaclarkb: ah okay so after wednesday then, thanks14:11
*** piet has joined #openstack-infra14:11
*** xyang1 has joined #openstack-infra14:11
anteayamordred: yay14:12
mordredinfra can now start writing playbooks that use the shade-based openstack modules in ansible 2.014:12
mordredShrews: ^^ woot14:12
*** krtaylor has quit IRC14:13
mordredShrews: also, ZOMG NOW ALL THE PEOPLE ARE GOING TO START SENDING BUGS!!!!14:13
Shrewsmordred: umm... yay?14:14
*** julim has joined #openstack-infra14:14
odyssey4me:)14:14
*** larainema has joined #openstack-infra14:15
*** jsavak has joined #openstack-infra14:16
*** ddieterly has quit IRC14:17
*** tongli has joined #openstack-infra14:18
*** ZZelle has joined #openstack-infra14:18
*** amotoki has joined #openstack-infra14:20
*** eharney has joined #openstack-infra14:21
*** yolanda has quit IRC14:21
*** amotoki has quit IRC14:21
*** jsavak has quit IRC14:21
*** rossella_s has quit IRC14:22
*** yolanda has joined #openstack-infra14:22
*** ajmiller has joined #openstack-infra14:22
*** rossella_s has joined #openstack-infra14:22
*** jsavak has joined #openstack-infra14:23
*** zz_dimtruck is now known as dimtruck14:23
*** krtaylor has joined #openstack-infra14:24
*** mriedem has joined #openstack-infra14:25
*** mtanino has quit IRC14:26
*** shardy is now known as shardy_mtg14:27
*** _nadya_ has quit IRC14:28
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Allow inventory filering by cloud name  https://review.openstack.org/26351314:29
openstackgerritDavid Shrewsbury proposed openstack-infra/shade: Allow inventory filtering by cloud name  https://review.openstack.org/26351314:29
*** esker has joined #openstack-infra14:29
*** peristeri has joined #openstack-infra14:29
Shrewsnibalizer: ^^^^ see the changes to the unit tests i made for you14:29
*** otter768 has joined #openstack-infra14:31
*** shardy_mtg has quit IRC14:32
*** esker has quit IRC14:32
*** esker has joined #openstack-infra14:33
*** shardy_mtg has joined #openstack-infra14:34
*** dimtruck is now known as zz_dimtruck14:34
*** ajmiller has quit IRC14:34
*** otter768 has quit IRC14:36
openstackgerritSlava Tabolin proposed openstack-infra/project-config: Add project vmware-dvs  https://review.openstack.org/26633114:37
*** annegentle has joined #openstack-infra14:37
*** esker has quit IRC14:38
*** dslev has joined #openstack-infra14:39
openstackgerritMikhail S Medvedev proposed openstack-infra/puppet-ciwatch: Add initial implementation to deploy ciwatch  https://review.openstack.org/23860614:39
*** amotoki has joined #openstack-infra14:40
*** jaosorior has quit IRC14:40
*** salv-orlando has quit IRC14:42
*** hichihara has quit IRC14:42
*** hichihara has joined #openstack-infra14:42
*** burgerk has quit IRC14:43
*** ddieterly has joined #openstack-infra14:44
*** ddieterly has quit IRC14:45
*** ddieterly has joined #openstack-infra14:45
anteayaso my single sign in logging didn't work for me trying to log into gerrit this morning, it redirected me to the launchpad page, I input my email and password, I was redirected to the Personal Data Request page and I clicked Yes, log me in14:45
anteayathe gerbils worked hard to no avail and then gave up14:46
*** woodster_ has joined #openstack-infra14:46
anteayano error, nothing14:46
anteayathe Personal Data Request page has returned to me with the Yes, log me in button greyed out, refreshing the page produces no different action14:46
*** bgmccollum has left #openstack-infra14:47
*** amotoki has quit IRC14:47
*** hichihara has quit IRC14:47
anteayatrying again with review.openstack.org again, I am not signed in, taken straight to the Personal Data Request page and signed in now14:48
anteayaodd14:48
*** zeih_ has joined #openstack-infra14:48
*** rossella_s has quit IRC14:48
*** zeih has quit IRC14:48
*** dslev has quit IRC14:49
*** links has quit IRC14:50
*** hichihara has joined #openstack-infra14:51
*** amrith is now known as _amrith_14:52
*** rossella_s has joined #openstack-infra14:53
*** salv-orlando has joined #openstack-infra14:54
*** salv-orlando has quit IRC14:56
*** jsavak has quit IRC14:56
*** salv-orlando has joined #openstack-infra14:56
*** annegentle has quit IRC14:56
*** annegentle has joined #openstack-infra14:57
*** hichihara has quit IRC14:58
*** dslev has joined #openstack-infra14:58
*** hichihara has joined #openstack-infra14:58
*** akshai has quit IRC14:58
mordredanteaya: I blame jaypipes - but I have no reason to do so14:58
anteayamordred: okay14:59
anteayajaypipes: I do not blame you, for what that's worth14:59
*** akshai has joined #openstack-infra14:59
Zaradoes openstack have a preferred place for openstack-related ansible playbooks to go up? I've asked around a couple of times but I think I've picked bad moments.15:00
*** jlanoux_ has quit IRC15:01
*** hichihara has quit IRC15:01
*** jlanoux has joined #openstack-infra15:01
anteayamordred: hey might you have a response to the where should storyboard ansible things go?15:02
*** hichihara has joined #openstack-infra15:02
*** markmcclain has joined #openstack-infra15:02
*** doug-fish has joined #openstack-infra15:02
odyssey4meZara it all depends on what the playbooks are trying to achieve. There is the OpenStack-Ansible project, which specifically deploys OpenStack with Ansible. It has a series of role repositories focused on deploying different OpenStack and related services. There are also -infra related playbooks and roles around.15:02
odyssey4meZara if I understand you correctly you have a set of Ansible playbooks which deploys Storyboard?15:03
*** annegentle has quit IRC15:03
mordreduhgm15:03
*** markmcclain has quit IRC15:03
*** markmcclain1 has joined #openstack-infra15:03
Zaraoddyssey4me: ah, thanks. yes, I think so ( https://galaxy.ansible.com/detail#/role/6187 )15:04
fungithis sounds probably more along the lines of pabelanger's question about where to put his ansible-nodepool role15:04
*** annegentle has joined #openstack-infra15:04
Zara* odyssey4me^15:04
*** mtanino has joined #openstack-infra15:04
*** markmcclain1 is now known as markmcclain15:04
anteayatrying to connect to the wiki is taking me rather a long time15:04
mordredfungi, Zara ++15:04
odyssey4meyeah, so considering that storyboard is more around deploying openstack-infra, it would seem to me that this should reside in the openstack-infra namespace, IMO15:05
*** salv-orl_ has joined #openstack-infra15:05
mordredI thnik that's where ansible-nodepool wound up15:05
*** salv-orlando has quit IRC15:05
*** esker has joined #openstack-infra15:05
mordredright?15:05
fungie.g. we decided that openstack-infra is not a great umbrella for tools which aren't used by the infra team and with no clear path to migration (we deploy most everything with puppet right now and would want an all-or-nothing plan to migrate), so the options are either a new project team or an unofficial project in the openstack git namespace15:05
mordredor, maybe it wound up nowhere15:05
*** skolekonov has quit IRC15:06
*** esker has quit IRC15:06
odyssey4meZara You could recruit reviewers from openstack-ansible - there may be people interested in assisting with that.15:06
*** lucasagomes is now known as lucas-hungry15:06
odyssey4memordred yeah, I think it's in the -infra namespace...15:06
fungii think unofficial project was what happened to ansible-nodepool, but have to check that assertion15:06
mordrednope. openstack15:07
mordredyah15:07
*** esker has joined #openstack-infra15:07
mordredopenstack/ansible-role-openstack15:07
odyssey4meah ok15:07
fungiansible-role-nodepool yeah15:07
fungiunofficial repo15:07
*** burgerk has joined #openstack-infra15:07
mordredbtw - ansible- and ansible-role- as prefixes are things that ansible galaxy knows how to strip15:07
fungiwhich was seen as sufficient to get collaboration happening on it in gerrit without having to make governance decisions immediately15:07
*** HeOS has quit IRC15:08
mordredso in a future world where we have a mechanism that's usable to sync things with galaxy, openstack/ansible-role-nodepool should become "openstack.nodepool" - which is pretty cool15:08
Zaraah, okay, so openstack/ansible-role-storyboard or openstack/ansible-storyboard would probably be the way to name it?15:09
mordredyah15:10
*** salv-orl_ has quit IRC15:11
*** ari has joined #openstack-infra15:11
Zaracool, thank you. :) btw, is there any preferred course between making a new project team or making an unofficial project? or does it just depend on the context?15:11
*** HeOS has joined #openstack-infra15:11
Zaraodyssey4me: thanks for the tip re: asking around openstack-ansible :)15:12
mordredodyssey4me: uhoh15:12
mordredodyssey4me: ansible 2.0 broke ansible-lint15:13
*** yamamoto has joined #openstack-infra15:13
mordredodyssey4me: http://logs.openstack.org/61/266361/1/check/gate-ansible-puppet-ansible-lint/d503db1/console.html15:14
mordredodyssey4me: will likely affect you more than me at the moment - but we probably might need to dive in and make a patch and get that guy to cut a release15:15
odyssey4memordred hmm, ansible-lint - afaik - should be run against the playbook that calls the role... not against each role file15:15
pabelangerfungi: mordred: odyssey4me: I actually have an email to post to ML about this. There was some positive discussions about moving the stuff I am working on under the openstack ansible team, but was very high level a few weeks ago15:15
*** wznoinsk1 has joined #openstack-infra15:16
anteayaif anyone wants to join the stable meeting in -3 that is in progress15:16
pabelangerZara: mordred: I prefer ansible-role-foo15:16
pabelangerover ansible-foo15:16
Zarapabelanger: useful to know! :) why is that, ooi?15:16
pabelangerZara: IIRC, seems to be what people are defaulting there role names in the wild.  Like mordred said, galaxy strips is, so it must be somewhat official15:17
*** wznoinsk1 has quit IRC15:17
mordredodyssey4me: that's what it's doing in that test - I have a test.yml playbook that calls the role15:17
danpbis there anyone around who can update initial gerrit group membership for os-vif  per the documented process here http://docs.openstack.org/infra/manual/creators.html15:17
pabelangeralso....  \o/ for ansible 2.0. Guess what I'm doing today :)15:17
mordredodyssey4me: (I use your ansible jobs on our infra ansible role)15:17
odyssey4mepabelanger fixing ansible-lint? :)15:18
pabelangerodyssey4me: :)15:18
openstackgerritMerged openstack-infra/project-config: fix stable/liberty telemetry integration job  https://review.openstack.org/26476915:18
pabelangerlooking now15:18
mordredpabelanger: yes. please. please to be fixing ansible-lint kthxbai15:18
*** katyafervent is now known as katyafervent_awa15:18
openstackgerritJim Rollenhagen proposed openstack-infra/project-config: Allow ironic jobs to run with tempest plugin  https://review.openstack.org/26531115:18
mordredpabelanger: http://logs.openstack.org/61/266361/1/check/gate-ansible-puppet-ansible-lint/d503db1/console.html is the first break that's surfaced - I believe the internal python api in ansible has changed15:18
mordreds/I believe//15:19
pabelangermordred: Ya, checking now15:19
Zarapabelanger: okay, that's good to know, thanks. (I don't know very much about ansible personally but other people on storyboard like it a lot!)15:19
*** shardy_mtg is now known as shardy15:19
*** isaacb has quit IRC15:19
pabelangerZara: Ya, I've started moving some infra tools under ansible. So, ansible-role-(nodepool|zuul|jenkins-job-builder|diskimage-builder) all exist today15:20
pabelangerI have more locally, just need to clean them up and push up15:20
openstackgerritJim Rollenhagen proposed openstack-infra/project-config: Allow ironic jobs to run with tempest plugin  https://review.openstack.org/26531115:21
fungiwe definitely like ansible, but we have a lot of puppet inertia we'd need to overcome and don't want to be deploying half our systems with one tool and the other half with another15:21
openstackgerritVincent Françoise proposed openstack-infra/project-config: Update Watcher Tempest tests package name  https://review.openstack.org/26643015:21
*** akshai has quit IRC15:21
fungiat least not as a long-term situation (for a short-term migration it would be expected of course)15:22
odyssey4mefungi sure, but pabelanger's tooling is useful for external CI's and other people wanting to setup similar tooling for their own CI15:22
openstackgerritJim Rollenhagen proposed openstack-infra/project-config: Allow ironic jobs to run with tempest plugin  https://review.openstack.org/26531115:22
fungiabsolutely15:22
Zarafungi: yeah, makes sense, I'd imagine it would get very confusing15:22
*** akshai has joined #openstack-infra15:23
fungiwe simply reached a sort of team consensus (as much as we ever can i guess) that we shouldn't put tools under infra governance unless we're at least using them or plan to be using them very soon15:23
*** yamamoto has quit IRC15:24
*** jsavak has joined #openstack-infra15:25
fungibecause otherwise it's a disservice to those projects--we'd have less incentive as a group to keep them reviewed and supported15:25
openstackgerritSlava Tabolin proposed openstack-infra/project-config: Add project vmware-dvs  https://review.openstack.org/26633115:26
*** ajmiller has joined #openstack-infra15:28
openstackgerritJim Rollenhagen proposed openstack-infra/project-config: Allow ironic jobs to run with tempest plugin  https://review.openstack.org/26531115:28
*** nmagnezi has quit IRC15:29
*** nmagnezi has joined #openstack-infra15:30
*** Thelo has quit IRC15:31
*** katyafervent_awa is now known as katyafervent15:31
*** Thelo has joined #openstack-infra15:32
*** levi_b has joined #openstack-infra15:32
*** zz_dimtruck is now known as dimtruck15:33
*** Keedya_ has joined #openstack-infra15:34
openstackgerritMonty Taylor proposed openstack-infra/ansible-puppet: Collapse redundant hieradata tasks  https://review.openstack.org/26565215:34
openstackgerritMonty Taylor proposed openstack-infra/ansible-puppet: Perform filepath checking in python  https://review.openstack.org/26643915:34
*** isaacb has joined #openstack-infra15:34
*** yaume_ has joined #openstack-infra15:34
openstackgerritgordon chung proposed openstack/requirements: bump ceilometerclient to 2.2.0  https://review.openstack.org/26644015:35
*** abregman has joined #openstack-infra15:38
*** yaume has quit IRC15:38
*** _amrith_ is now known as amrith15:39
*** dizquierdo has joined #openstack-infra15:44
anteayafungi: ovh has a thin shim of error, I think it started when we surpassed the prior threashold of servers previously created there15:44
*** Verilium_ is now known as Verilium15:46
fungianteaya: yeah, looking at the last week's graph, the lack of errors over the past few days is more of an anomaly15:47
anteayaI do like the lack of errors15:47
anteayaah utopia if only as an anomaly15:47
*** yamamoto has joined #openstack-infra15:48
clarkbinternap seems to be doing well at 24 nodes fwiw15:49
anteayayay15:49
clarkbat least on the job result side15:49
anteayathe side that counts15:49
anteayamgagne: ^^ yay15:49
anteayaclarkb: you were up early this morning15:50
clarkbanteaya: ya I was up at 4am for some reason then managed to fall back asleep15:50
anteayaglad you could fall back to sleep15:50
anteayadid you stick a bottle in someone's mouth just because you were up?15:51
* anteaya wonders if clarkb has a cat15:51
clarkbno cat15:52
dimsanteaya : first review request for this year :) https://review.openstack.org/#/c/266119/ - please take a look when you get a chance15:53
anteayafrom you15:54
dimsyes, from me :)15:54
* anteaya hangs red bow on 26611915:54
clarkblooks like neutron tempest runs are still on the slow side. I wonder if we have made any progress improving the ipv6 tests15:56
anteayaarmax: would you happen to know if there has been any progress on the ipv6 tests for tempest?15:57
*** rbrndt has joined #openstack-infra15:57
dimsarmax : i saw some gate failures this morning - https://bugs.launchpad.net/neutron/+bug/153319415:57
openstackLaunchpad bug 1533194 in tempest "Gate failures for neutron in TestGettingAddress" [Undecided,New]15:57
*** notnownikki has joined #openstack-infra15:58
armaxanteaya: not right now15:58
*** fawadkhaliq has joined #openstack-infra15:58
*** amrith is now known as _amrith_15:59
armaxanteaya: I’ll have a look if no-one beats me to them, thanks for the reminder15:59
*** _amrith_ is now known as amrith16:00
*** isaacb has quit IRC16:00
*** hichihara has quit IRC16:01
*** krtaylor has quit IRC16:03
*** thomasem-away is now known as thomasem16:03
anteayaarmax: thank you16:03
*** sridhar_ram has joined #openstack-infra16:03
*** tzn has quit IRC16:04
anteayadims: okay so here is a problem, which we just were trying to understand the breadth of in the stable meeting, not all those projects have follow the stable branch policy16:04
anteayattx: ^^16:04
anteayadims: so for example, rally has a 0.1 branch16:04
gtmanfredgot the keystoneauth plugin for rackspace to work16:04
gtmanfredhttps://github.com/rackerlabs/rackspace-keystoneauth-plugin/pull/316:05
anteayadims: so I have no idea what will happen to rally's testing if we impliment your testing code16:05
*** lucas-hungry is now known as lucasagomes16:05
*** gokrokve has joined #openstack-infra16:05
anteayadims ttx making it difficult for nova to deprecate their testing for n-obj16:05
anteayadims: I'd like for your patch as written to work16:06
dimsanteaya : that pattern is already there in some of the jovs16:06
dimsjobs16:06
*** julim has quit IRC16:06
dimsanteaya : nova already ripped out n-obj service16:06
dimsin master16:06
fungigranted, they're pretty much on their own with that... the rally deliverable already doesn't claim release:has-stable-branches and they have to do funky workarounds already since devstack-gate tests unrecognized branches against master16:07
*** tzn has joined #openstack-infra16:07
*** julim has joined #openstack-infra16:07
anteayadims: yeah I saw that patch16:07
anteayafungi: can you review 266119 with that in mind?16:08
anteayaplease16:08
fungigtmanfred: exciting, though it's not part of openstack (neither that plugin nor the non-keystone authentication it's communicating with)16:08
anteayaI just don't want to do something that breaks assumptions without clearly stating I'm understanding I'm breaking assumed agreements that don't actually exist16:09
anteayadims: and I confirm I found http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/rally.yaml#n13016:09
clarkbI think n-obj if it needs specific testing on older branches can have special jobs for that, but the generic run foo test doesn't need to have n-obj running16:10
gtmanfredfungi: i know, was just making a comment from talking here yesterday16:10
*** vgridnev has quit IRC16:11
openstackgerritSlava Tabolin proposed openstack-infra/project-config: Add project vmware-dvs  https://review.openstack.org/26633116:11
fungiclarkb: well, 266119 is removing it from a rally-specific job definition too, not just our generic ones16:11
fungialso congress16:11
clarkbright but rally and congress et al aren't using n-obj16:11
clarkb(I was actually really surprised we had n-obj running anywhere)16:11
fungiwatcher as well16:12
dimsright. me too16:12
anteayaso the goal is to get rid of n-obj in testing as it is removed from nova master, dims I'm on board with that16:12
dimsthanks anteaya16:13
*** kzaitsev_mb has quit IRC16:13
anteayaI'm waiting to see if we feel there is a better approach16:13
anteayadims: the code appears to be what AJaeger asked for16:13
anteayadims: I'd like to hear what fungi and clarkb suggest16:13
fungiso, yeah i agree that if rally is going to use n-obj on their 1.0 branch then they need special handling for it anyway16:13
fungiand if not, then this shouldn't break for them16:14
*** krtaylor has joined #openstack-infra16:14
*** fawadkhaliq has quit IRC16:14
fungiso either way the change is correct, but boris-42 probably needs a heads up. also maybe thinrichs and whoever's running the unofficial watcher repo dev work (that's not a job for an official project)16:15
dimsboris-42 : please see https://review.openstack.org/#/c/266119/16:16
anteayadims: thanks16:16
*** ayoung has quit IRC16:16
boris-42dims: fungi just woke up16:16
fungibut since n-obj is gone from nova in master then any dependence they have is already breaking, so 266119 is just making sure we don't run obviously broken configurations16:16
boris-42dims: fungi one minute16:16
*** matrohon has quit IRC16:16
boris-42dims: thank you for spec!16:16
dmelladois gerrit down?16:17
clarkbdmellado: not for me16:18
anteayadmellado: what are you seeing?16:18
dmelladoi.e. https://review.openstack.org/259931 service unavailable16:18
*** sigmavirus24_awa is now known as sigmavirus2416:18
dmelladooh, now it loads16:18
dmelladonevermind ;)16:18
anteayadmellado: I see it16:18
dmelladothanks anteaya and clarkb ;)16:18
*** yamamoto has quit IRC16:18
anteayadmellado: okay do share error messages if you see them, thanks16:19
dmelladoanteaya: it wasn't loading before16:19
dmelladoit was showing service unavailable, just FYI16:19
anteayadmellado: I believe you, new gerrit is not operating as smoothly as old gerrit, we are working on solutions16:19
anteayadmellado: if you do see errors, please report them16:19
dmelladoanteaya: will do, thanks anyway!16:19
anteayathank you16:20
boris-42dims: so I am not sure that Rally is deeply connected with nova object service16:20
dimsboris-42 : quite sure about that. heads up just in case you see something break in stable jobs for rally16:21
anteayaboris-42: would it make sense for you to offer a patch to rally jobs removing it entirely and dims can rebase his patch on yours16:21
anteayathen we don't have a conditional we don't need16:21
boris-42anteaya: okay I will work on it today16:22
anteayadims: is that acceptable for you?16:22
*** egonzalez has joined #openstack-infra16:22
dimsanteaya : or we could let this in and he can remove conditional :)16:22
anteayaboris-42: is that okay for you?16:22
anteayadims: can you find someone associated with watcher, or at least make an attempt?16:23
dimsanteaya : for watcher, this is defensive code anyway since they don't have stable/* branches at all16:24
dimsanteaya : and their master would have broken when nova yanked n-obj out16:25
anteayayeah they only have master branch16:25
*** BobBall has quit IRC16:25
*** sparkyco_ has joined #openstack-infra16:26
anteayaboris-42: I'm going to approve 266119 but it would still be great to see your clean up patch16:26
*** MarkAtwood has joined #openstack-infra16:26
*** gongysh has quit IRC16:26
*** esikachev has quit IRC16:26
boris-42anteaya: it's ok for me both cases16:27
boris-42anteaya: if something will go wrong we can always revert do the quick fix16:27
boris-42or do*16:27
dimsthanks anteaya16:27
anteayaboris-42: okay great thanks, at least you are aware16:27
boris-42anteaya: yep thank you for pinging me16:27
anteayadims: thank you for cleaning it up16:27
anteayaboris-42: yup, thanks16:28
*** isaacb has joined #openstack-infra16:29
*** eharney has quit IRC16:29
mgagneclarkb I think we have yet to "really" test overcommit due to Zuul not using ALL nodes despite having a greater max-servers.16:30
clarkbmgagne: ah16:30
clarkbjust due to overhead for cycling nodes in and out we never really use all capacity at one time16:31
mgagneclarkb yea, I think infra is only loaded to ~33% so we have 8 nodes used at max16:31
mgagneclarkb right16:31
clarkbmgagne: should we keep ramping up slowly?16:31
*** slava__ has quit IRC16:31
mgagneclarkb I think we should, let me check the next step16:31
mgagneclarkb there are 2 limits so far for capacity: hardware capacity and IPs16:32
*** cdent has quit IRC16:32
mgagneall can be fixed16:32
mgagnebut might need a bit of time16:32
*** otter768 has joined #openstack-infra16:32
anteayamgagne: do you want to up the number of max_servers?16:33
mgagnechecking for next limit16:33
mgagne36 is the theoretical next limit16:34
anteayamgagne: I'll offer a patch and we can discuss when to merge16:35
*** Keedya_ has quit IRC16:35
mgagnethanks16:36
*** otter768 has quit IRC16:37
*** jamielennox is now known as jamielennox|away16:37
*** Keedya_ has joined #openstack-infra16:38
openstackgerritAnita Kuno proposed openstack-infra/project-config: Increase internap max servers from 24 to 36  https://review.openstack.org/26646816:38
clarkbfungi: I know you are busy with the atc collcetion, but on the bare-* image build front does it make sense to separate the db setup from bindep so that we can get those images transitioned to dib sooner?16:39
clarkbfungi: trying to make sure that we can run those jobs on >1 cloud16:39
*** rkukura has joined #openstack-infra16:40
fungiclarkb: sure, they're basically already separate. i have job macros tested and working, just need to add them to the jobs or job-templates which need them16:40
*** piet has quit IRC16:41
fungiin theory the bindep part is working too, except that we're only installing bindep via a dib element right now16:41
fungiso was holding off pushing that transition forward until we have glance working in rackspace16:41
clarkbhrm16:42
*** pradk has joined #openstack-infra16:42
*** rkukura has quit IRC16:42
clarkbmaybe it is simpler to get bindep on the existing rax images16:42
clarkbmostly just don't want to be running all unittests on one cloud next month so trying to figure out what a good short term path is16:42
clarkband maybe just doing the thing is best16:43
fungithe only part of the database setup depending on package installation during job runtime is that we need to ensure the platform-specific packages for database services get installed16:43
anteayamgagne: can you comment on when you would like 266468 to merge?16:43
mgagneanteaya sure16:43
anteayamgagne: thanks, that helps us16:43
*** jordanP has quit IRC16:43
*** jordanP has joined #openstack-infra16:43
mordredclarkb: just to be clear - s/next month/in two weeks/16:43
clarkbmordred: right16:44
sfinucan_Hi folks - can anyone explain to me what might cause a persistent 'This change depends on a change that failed to merge.' error in Jenkins/ZUUL?16:44
clarkblet me check on how reliable rax image uploads are now that shade should be creating a new swift connection for each upload16:44
anteayasfinucan_: can you share the link of the patch you see that on and I will explain with patch numbers?16:44
*** jsavak has quit IRC16:44
sfinucan_anteaya: Sure. https://review.openstack.org/#/c/258984/16:44
*** egonzalez has quit IRC16:45
*** dtantsur is now known as dtantsur|brb16:45
clarkbrax ubuntu-trusty is 6 days old16:45
sfinucan_Though all the predecessors of that patch will are affected16:45
sfinucan_*will be/are16:45
anteayasfinucan_: in the top right hand corner do you see there are 9 related changes?16:45
*** hockeynut_afk is now known as hockeynut16:45
sfinucan_anteaya: Yeah?16:45
*** derekh has quit IRC16:46
anteayait seems you are rebasing them all16:46
anteayathat should address the error16:46
openstackgerritIvan Kolodyazhny proposed openstack-infra/project-config: Add functional test job for python-brick-cinderclient-ext  https://review.openstack.org/26592516:46
clarkbalso the git pruning that dib's git caching will do should trim down the size of some of our images16:47
clarkbI was also thinking that maybe we should be gc'ing and repacking the git cache16:47
greghaynesclarkb: SGTM16:47
anteayabasically that error is due to a dependency chain either within the same repo via git parents and children or via the use of Depends-On in the commit message to create a cross repo dependency16:47
fungiyeah, seems reasonable16:47
anteayasfinucan_: if a patch that others are dependant on can't be merged that error shows up on the dependencies16:48
*** levi_b has left #openstack-infra16:48
sfinucan_anteaya: But that's the problem - I don't think I have any dependencies16:48
anteayasfinucan_: you have a series of 9 dependant patches16:48
sfinucan_I have no 'Depends-On' in the commits messages16:49
sfinucan_sorry16:49
*** fawadkhaliq has joined #openstack-infra16:49
sfinucan_I don't have any dependencies that don't apply16:49
*** yolanda has quit IRC16:49
*** notnownikki has quit IRC16:49
*** yolanda has joined #openstack-infra16:50
sfinucan_I've downloaded the topmost patch of that "series" (i.e. 258984) and rebased that onto master. That should rebase its dependencies also, right/16:50
sfinucan_at least that's my understanding of rebase...16:50
anteayasfinucan_: that seems to be what is happening if you go through all the patches in that series16:51
anteayaand all those 9 patches are dependant on the parent before16:51
anteayaso taht is a dependency16:51
*** harlowja_at_home has joined #openstack-infra16:52
*** sparkyco_ has quit IRC16:52
*** yolanda has quit IRC16:52
clarkbOpenStackCloudException: Could not determine capabilities (Inner Exception: No tenant specified) thats still happening /me checks shade version16:52
sfinucan_anteaya: True, but that dependency is merged (commit id: fb3a062cecfad6ff74510bcb411db37de51ae059) so it shouldn't introduce any issues16:52
*** _nadya_ has joined #openstack-infra16:52
greghaynesclarkb: In nodepool? :/16:53
anteayasfinucan_: how about we revisit this after jenkins returns with results of your rebase16:53
greghaynesclarkb: That was an os-c-c thing I thought16:53
*** Keedya_ has quit IRC16:53
fungisfinucan_: it looks like you rebased https://review.openstack.org/257956 but not the changes depending on that one16:53
clarkbgreghaynes: its the shade doesn't make a new swift connection for each upload problem, token times out and auth breaks16:53
*** yolanda has joined #openstack-infra16:53
greghaynesclarkb: oh, that one16:53
clarkblooks like we need shade 1.4.0 but have 1.3.016:53
*** tonytan4ever has joined #openstack-infra16:54
greghaynesThat error should be made a lot better16:54
greghayneserror message16:54
fungisfinucan_: oh, you've rebased at least a few of them16:54
sfinucan_anteaya: Sure :) Though it's worth noting this has done this...four times, I think?16:54
*** jsavak has joined #openstack-infra16:54
sfinucan_fungi: Yup, and I'm doing it again now16:54
rhedlindanteaya: the X-IO CI is back up and running the latest zuul. I would like to request for the account to be enabled again.16:54
clarkb1.4.0 is old enough that we should have had it updated by puppet16:54
openstackgerritSean Dague proposed openstack-infra/project-config: remove gate-tempest-dsvm-ceilometer-mysql-neutron-full from tempest gate queue  https://review.openstack.org/26647816:55
*** sputnik13 has joined #openstack-infra16:55
*** amitgandhinz has joined #openstack-infra16:55
*** yolanda has quit IRC16:55
*** bradjones has quit IRC16:55
anteayarhedlind: can you post to the -announce mailing list thread that I started for this incident with details of why this incident occured and what you have done to address it?16:55
fungisfinucan_: you're rebasing the entire series together at the same time using something like rebase -i right?16:55
anteayarhedlind: so we have the paper trail in order?16:56
anteayaany objection from anyone regarding turning the X-IO CI back on?16:56
anteayaRoamer`: ^^16:56
*** yolanda has joined #openstack-infra16:56
odyssey4memordred FYI https://github.com/willthames/ansible-lint/issues/7516:56
sfinucan_fungi: anteaya: Sure am. My exact commands (verbose, I know): 'git checkout master; git pull --ff-only; git review -d 258984; git rebase -i master; #edit first patch; git commit -a --amend; git rebase --continue; git review -fy'16:56
sfinucan_which is exactly how I work normally16:57
*** sputnik13 has quit IRC16:57
rhedlindanteaya: Ok, I will post to the mailing list.16:58
*** bradjones has joined #openstack-infra16:58
*** bradjones has quit IRC16:58
*** bradjones has joined #openstack-infra16:58
*** nmagnezi has quit IRC16:58
clarkbpuppet is puppeting on nodepool (I am going to figure out why latest shade isn't used16:58
*** sputnik13 has joined #openstack-infra16:58
anteayarhedlind: thank you16:59
*** rkukura has joined #openstack-infra16:59
*** piet has joined #openstack-infra16:59
*** yolanda has quit IRC16:59
clarkboh because we only update when nodepool code merges and we haven't done that for a while for raisins16:59
openstackgerritDavid Moreau Simard proposed openstack-infra/project-config: Use file permissions instead of ownership to grant access to files  https://review.openstack.org/26648216:59
*** yolanda has joined #openstack-infra17:00
*** yolanda has quit IRC17:01
*** dslev has quit IRC17:01
fungisfinucan_: definitely odd. once testing comes back on those it would be good to see where in the series it starts complaining about merge conflicts17:01
*** dizquierdo has quit IRC17:01
clarkbI can manually upgrade shade and restart nodepool (after today's image builds finish) or we can wait for the image builder changes to merge and let it happen then17:01
*** BobBall has joined #openstack-infra17:01
*** gyee has joined #openstack-infra17:01
sfinucan_fungi: sounds good. I have a rework of the first patch that will cause tests to fail, but I'll hold off pushing17:02
*** yolanda has joined #openstack-infra17:02
mordredodyssey4me: good - there is a patch already17:02
*** yamamoto has joined #openstack-infra17:02
anteayasfinucan_: yes, giving us a chance to see what you are reporting is helpful to us getting an understanding of your situation17:02
anteayasince as soon as you rebase the error you are reporting disappears17:03
*** bharathm has joined #openstack-infra17:03
*** salv-orlando has joined #openstack-infra17:03
*** claudiub has joined #openstack-infra17:04
*** samuelBartel has quit IRC17:04
*** jlanoux has quit IRC17:04
openstackgerritMikhail S Medvedev proposed openstack-infra/system-config: Remove logstash/elasticsearch classes, use puppet-openstackci  https://review.openstack.org/24001117:05
mtreinishfungi: do you have a sec to help me manually test the subunit2sql db pruning?17:05
*** Keedya_ has joined #openstack-infra17:05
mgagnenow most nodes are used @internap ^^'17:05
*** yolanda has quit IRC17:05
*** yolanda has joined #openstack-infra17:06
mgagneif there could be a way to correlate graphs with logs, that would be great. Some nodes are taking up to 10m to be ready and I would like to understand if it's a problem on our side or not.17:06
fungimtreinish: sort of scrambling under a deadline. what do you need?17:06
*** vgridnev has joined #openstack-infra17:06
*** kzaitsev_mb has joined #openstack-infra17:06
clarkbmgagne: I can get you uuids from our nodepool logs17:07
*** tongli has quit IRC17:07
mgagneclarkb I have a bunch of UUID too but don't know which one reported 10m ready time17:07
clarkbmgagne: unfortunately we can't publish them publicly until we get better non disclosure of passwords (which is in progress aiui so someday soon hopefully)17:07
*** fawadkhaliq has quit IRC17:07
*** yolanda has quit IRC17:07
*** devvesa has quit IRC17:07
clarkbmgagne: ya I think I can determine which one took longer17:07
mtreinishfungi: just for someone to run L66 from: https://review.openstack.org/#/c/176564/3/manifests/server.pp with $expire_age=365 on logstash.o.o and see if it works (and how long it takes)17:07
mtreinishbut it's not critical so no rush17:08
mgagneclarkb but I guess it could be related to 9 nodes being created at the same time. Nova has a max_io_ops thing which limits the number of ops per node IIRC17:08
*** yolanda has joined #openstack-infra17:09
anteayammedvede: I'm unclear what you are trying to do with 240011, I don't see that logstash and elastic search occupies the same space as puppet-openstackci at all17:09
openstackgerritMatt Riedemann proposed openstack-infra/elastic-recheck: Add query for NameError os-win bug 1533290  https://review.openstack.org/26648717:09
openstackbug 1533290 in os-win "nova unit tests failing with os-win 0.1.0" [Undecided,New] https://launchpad.net/bugs/153329017:09
mgagnehmm we don't have this filter17:09
zaromorning17:10
*** Swami has joined #openstack-infra17:10
anteayamorning zaro17:10
*** Keedya_ has quit IRC17:10
*** bpokorny has joined #openstack-infra17:10
mmedvedeanteaya: this was part of initial spec to move logstash to openstackci. I see your point though17:10
*** yolanda has quit IRC17:10
*** kgiusti has quit IRC17:10
*** isaacb has quit IRC17:10
anteayammedvede: ah okay perhaps a clearer title on that commit and maybe a commit message body with a link to the spec?17:11
openstackgerritMatt Riedemann proposed openstack/requirements: Block os-win 0.1.0  https://review.openstack.org/26649017:11
mriedemsdague: ^17:11
asselinmmedvede, anteaya yes, we can consider removing it from the original spec and take it on the follow-up spec17:12
*** yolanda has joined #openstack-infra17:12
anteayammedvede: right now my mind thinks you are intending to replace logstash with puppet-openstackci17:12
anteayagreat, so some details in that commit message would help me a lot17:12
fungimtreinish: i have this running... sudo sh -c 'subunit2sql-db-manage --config-file /etc/subunit2sql.conf expire --expire-age 365 >> /var/log/subunit2sql_migration.log 2>&1'17:12
clarkbmgagne: that would probably explain it if you had it :)17:13
*** apoorvad has joined #openstack-infra17:13
clarkbmgagne: our logs aren't quite as verbose on how long it takes these things as I expected17:13
mmedvedeanteaya: the spec called to move logstash setup into puppet-openstackci, so that third-party CIs would have easier time setting it up17:13
mgagneyea, I'm not sure if Nova really throttles ops despite not having this filter17:13
anteayammedvede: that is fine, my point is that commit message I'm seeing doesn't link to the spec17:13
mgagneclarkb because a filter would reject your request IIRC17:13
nibalizerShrews: cool thanks!17:13
clarkbmgagne: oh it would error rather than block?17:13
anteayammedvede: having a link to the spec or specs would be helpful17:14
mgagneclarkb yea, instance would go in error state or in fact, host will be removed from available hosts17:14
*** yolanda has quit IRC17:14
mtreinishfungi: ok cool, thanks17:14
mtreinishthat'll prune the db to 1 years worth of records17:14
mgagneclarkb or could it be a multi-nodes thing?17:15
mgagneclarkb where node is ready only if all nodes are ready?17:15
mgagnesub-nodes*17:15
clarkbmgagne: yes primary node only goes ready once all subnodes are ready too17:15
mgagnethat could be it then17:15
fungimtreinish: any guesses as to expected runtime? i'll check in on it periodically to see when it seems to have completed17:15
clarkbmgagne: but it boots them in parallel so it shouldn't increase the ready time drastically17:15
mgagnewe have 2 multi-nodes node17:16
mgagnehopefully17:16
*** austin81 has joined #openstack-infra17:16
*** sfinucan_ has quit IRC17:16
openstackgerritSean Dague proposed openstack-infra/project-config: switch nova over to constraints jobs  https://review.openstack.org/26649217:16
*** yolanda has joined #openstack-infra17:16
sdaguefungi / clarkb if we could approve ^^^^17:17
mtreinishfungi: no clue, I haven't ever used it before on a real db. Just some synthetic test cases I set up17:17
sdaguethere is an upstream requirements break, a g-r block coming, but honestly, just flipping to the constraints job is probably about time17:17
mgagnebut I'm not sure what ready time really is. is it time between ACTIVE and SSH access?17:17
mgagneif so, can only comes from delay in OS boot process or bad arp cache17:18
mtreinishfungi: I imagine the test_run and test_run metadata deletes will take some time, those tables are quite big17:18
*** akshai has quit IRC17:18
*** yaume_ has quit IRC17:20
openstackgerritSean Dague proposed openstack-infra/project-config: switch nova over to constraints jobs  https://review.openstack.org/26649217:20
clarkbmgagne: I think it is total time from sending nova boot api request to ssh access17:20
clarkbmgagne: but I would have to check where that is reported to graphite to confirm17:20
mgagneok, I think I found the nodes17:20
mgagnecreated vs OS-SRV-USG:launched_at I would say17:20
mgagne+ SSH ready time17:20
openstackgerritKhai Do proposed openstack-infra/puppet-gerrit: Allow puppet to configure the Gerrit's sshd.batchThreads option  https://review.openstack.org/26205317:21
zaroclarkb: i'm noticing that pushes to gerrit are slightly slow today, or is it just me?17:21
clarkbzaro: I haven't pushed anything to gerrit today so don't have any data to compare with17:22
fungisdague: what's the review urgency there? is something broken for nova with not constraints right now? also, it looks like you're making constraints voting on stable/kilo... is that desired?17:22
zaroclarkb: nobody else complaining is good sign i guess.17:22
*** daemontool has quit IRC17:22
sdaguefungi: yes, it's broken now17:22
*** gokrokve has quit IRC17:22
anteayazaro: no they are tired of complaining I think17:22
sdaguethere is a global override for no constraints on kilo17:22
mgagnewill have to ask our team to get more timing logs and graphs, I'm really conscious about performance =)17:23
fungisdague: oh, i see, there's a match up at line 2122 to only run constraints jobs on not-kilo17:23
zaroanteaya: haha, even better!17:23
*** hashar has quit IRC17:23
anteayazaro: well not so much from my point of view17:23
sdaguehttps://github.com/openstack-infra/project-config/blob/298940babd42e4dfbfc0ddbd42396905b35cab8e/zuul/layout.yaml#L212317:23
anteayazaro: it would be great if we could figure out why gerrit is having difficulty being as performant as prior gerrit17:23
anteayamgagne: thank you17:24
mmedvedeanteaya: the spec http://specs.openstack.org/openstack-infra/infra-specs/specs/openstackci.html17:24
anteayammedvede: I am asking you to fix the commit message17:24
clarkbanteaya: its the memory, which older gerrit had trouble with too17:25
anteayammedvede: please fix the commit message17:25
zaroanteaya: where are you seeing the perf degrade?17:25
*** sdake has joined #openstack-infra17:25
mmedvedeanteaya: would do17:25
clarkbbut this version may have more issues with that17:25
anteayammedvede: thank you17:25
anteayafrequent user issues, service not available, 502 and 503 issues17:25
clarkbanteaya: yes thats the memory problem17:25
anteayaI had an issue logging in this morning17:26
clarkbwe know why it happens17:26
anteayaokay can we have some sort of written thing, like maybe an etherpad I can read and perhaps show people when they have issues?17:26
*** yamamoto has quit IRC17:27
*** MarkAtwood has quit IRC17:27
anteayawith maybe a list of patches up to propose solutions so folks who are frustrated can review?17:27
*** dtantsur|brb is now known as dtantsur|afk17:27
zaroanteaya: i thought giving gerrit more memory resolved all those?17:27
anteayazaro: can you perhaps add something to today's agenda?17:28
anteayazaro: because if you think the problem is fixed and clarkb things this is a known issue I think it deserves some discussion time17:28
openstackgerritMerged openstack-infra/subunit2sql: Add tests to check migrations and models match  https://review.openstack.org/25330117:28
*** yamamoto has joined #openstack-infra17:28
openstackgerritMerged openstack-infra/subunit2sql: Add command deleting *.pyc before executing ostestr  https://review.openstack.org/26512517:28
openstackgerritMerged openstack-infra/subunit2sql: Add min ver to extra libs for graph  https://review.openstack.org/26515317:28
*** fawadkhaliq has joined #openstack-infra17:29
*** mudassirlatif has joined #openstack-infra17:30
*** yamamoto has quit IRC17:30
*** yamamoto has joined #openstack-infra17:30
openstackgerritMerged openstack-infra/elastic-recheck: Add query for NameError os-win bug 1533290  https://review.openstack.org/26648717:31
openstackbug 1533290 in OpenStack Compute (nova) "nova unit tests failing with os-win 0.1.0" [High,In progress] https://launchpad.net/bugs/1533290 - Assigned to Claudiu Belu (cbelu)17:31
*** rkukura has quit IRC17:31
*** yamamoto has quit IRC17:31
*** rkukura has joined #openstack-infra17:32
*** yamamoto has joined #openstack-infra17:32
*** yamamoto has quit IRC17:33
AJaegerclarkb: can we merge the Fedora 21 nodepool patch? https://review.openstack.org/#/c/264379/ - I would approve it now but like to hear that it's safe...17:33
clarkbAJaeger: I want to delete al lthe images for it then merge it, if you can +2 that owuld be great thoiugh17:34
pabelangerjeblair: so, if not nodepool for templating, the git servers?17:34
*** yamamoto has joined #openstack-infra17:34
*** mrmartin has joined #openstack-infra17:34
*** yamamoto has quit IRC17:35
*** yamamoto has joined #openstack-infra17:36
annegentledid gerritbot move? I'm reading http://docs.openstack.org/infra/manual/drivers.html#gerrit-irc-notifications and not finding it in my cloned, updated copy of openstack-infra/config. Any pointers?17:36
*** yamamoto has quit IRC17:36
anteayaannegentle: openstack-infra/config split17:37
*** yamamoto has joined #openstack-infra17:37
anteayaannegentle: it became openstack-infra/project-config and openstack-infra/system-config17:37
annegentleanteaya: ok, thanks! Where can I update that doc also?17:38
anteayaannegentle: http://git.openstack.org/cgit/openstack-infra/project-config/tree/gerritbot/channels.yaml17:38
*** yamamoto has quit IRC17:38
annegentleanteaya: probably doc is infra-manual?17:38
annegentleanteaya: perfect, thanks17:38
anteayaannegentle: let me read the doc you linked for a second17:38
*** esker has quit IRC17:39
*** yamamoto has joined #openstack-infra17:39
anteayaannegentle: so the infra-manual needs an update17:39
anteayaannegentle: do you want to offer the patch?17:39
anteayaannegentle: or shall I?17:39
*** markus_z has quit IRC17:39
annegentleanteaya: I can do it17:40
anteayaannegentle: wonderful, I'll review17:40
anteayathanks17:40
annegentleanteaya: though, you'll need to review :)17:40
annegentleanteaya: heh faster typing :)17:40
*** hdd has joined #openstack-infra17:41
anteayaannegentle: I believe you, one thing that will need to be added is that people need to give channel permissions to infra via accessbot before gerritbot can be added to a channel17:42
*** e0ne has quit IRC17:42
anteayaannegentle: I'm trying to find the accessbot file, I can never find that17:42
openstackgerritGuido Günther proposed openstack/python-jenkins: Add support for handling promotions  https://review.openstack.org/25803217:42
*** zeih_ has quit IRC17:42
*** matrohon has joined #openstack-infra17:43
*** yamamoto_ has joined #openstack-infra17:43
*** yamamoto has quit IRC17:44
*** unicell has quit IRC17:44
AJaegerclarkb: +2 done, you can +W yourself...17:45
*** yamamoto_ has quit IRC17:45
*** _nadya_ has quit IRC17:45
anteayaannegentle: it moved! now easier to find: http://git.openstack.org/cgit/openstack-infra/project-config/tree/accessbot/channels.yaml17:46
*** eil397 has joined #openstack-infra17:46
*** yamamoto has joined #openstack-infra17:47
harlowja_at_homehi there infra folks, can we get https://review.openstack.org/#/c/263678/ merged so that etcd can start to be tested17:48
harlowja_at_home(in an automated manner)17:48
openstackgerritDoug Hellmann proposed openstack-infra/infra-specs: Move docs.openstack.org/releases to releases.openstack.org  https://review.openstack.org/26650617:48
*** jordanP has quit IRC17:48
openstackgerritKhai Do proposed openstack-infra/system-config: Allow the review history panel to resize  https://review.openstack.org/25956017:49
*** tonytan4ever has quit IRC17:51
*** rkukura has quit IRC17:51
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add release notes for pending 1.2.0 release  https://review.openstack.org/26650717:51
jeblairpabelanger: honestly, the thing i like about dashboards is that they show a lot of information at once and make it easy to correlate...  i just haven't had the problem where i want to see less information on a dashboard yet.17:51
openstackgerritAnne Gentle proposed openstack-infra/infra-manual: Updates Gerrit IRC Notifications section  https://review.openstack.org/26650817:52
*** yamamoto has quit IRC17:52
jeblairclarkb, mordred, Shrews: i found and fixed an ansible bug while attempting to use it in zuul: https://github.com/ansible/ansible/issues/1382217:53
pabelangerjeblair: right. But, we can default the templating to select all, so it looks like today.  It just give the ability to toggle if you need to dive deeper I find17:53
mtreinishfungi: is it still running?17:53
*** akshai has joined #openstack-infra17:53
*** mrmartin has quit IRC17:53
mtreinishif so I guess I need to background it, because we'll trip timeouts17:53
*** rkukura has joined #openstack-infra17:53
jeblairpabelanger: oh, okay, that coulde be useful then17:54
Shrewsjeblair: that's fun17:54
*** harlowja_at_home has quit IRC17:54
krotscheckjeblair: I rewrote that rewrite of yours here -> https://review.openstack.org/#/c/253521/17:54
krotscheckmod_rewrite17:54
pabelangerjeblair: I'll switch to git servers then17:54
jeblairpabelanger: if we can have all regions selected by default, i'm okay with trying on the nodepool graph17:55
jeblairer dash17:55
pabelangerjeblair: Ya, that is how it works now17:55
pabelangerall regions are selected17:55
openstackgerritDoug Hellmann proposed openstack-infra/system-config: add new vhost for releases.openstack.org  https://review.openstack.org/26651017:56
mordredjeblair: you failed CI! :)17:56
*** bardia has joined #openstack-infra17:56
mordredjeblair: https://travis-ci.org/ansible/ansible/builds/10190028817:56
jeblairmordred: then clearly the existing code must be correct and my code in error!17:56
pabelangerjeblair: includeAll is the field to select all by default17:56
krotscheckgreghaynes: One question on https://review.openstack.org/#/c/165240 - since you were part of the original discussions. Was there ever any thought about having a single wheel-mirror slave build - and then publish - to all the mirrors?17:56
krotscheckRight now it looks like there's > 1.17:57
krotscheckAnd I'm not certain that's necessary.17:57
clarkbunsupported parameter _ansible_verbosity17:57
*** kashyap has joined #openstack-infra17:57
jeblairclarkb, mordred: wth?17:58
clarkbjeblair: ya  Idunno17:58
jeblairmordred: istr they had a "build: failing" badge on their github ready thingy17:58
mordredjeblair: that might just be yeah a known failing travis17:58
jeblairmordred: maybe, on account of they don't have a gate, they broke their stuff generally?17:58
kashyapHi folks, what does the 'updown' means in this Gate job? - gate-devstack-dsvm-updown17:58
jeblairkrotscheck: i think wheel builds need to happen per platform, so there would be one per supported distro/os thingy17:59
openstackgerritSean Dague proposed openstack-infra/project-config: switch nova over to constraints jobs  https://review.openstack.org/26649217:59
krotscheckjeblair: Ah. right. Obvious. Thank you.17:59
*** zeih has joined #openstack-infra18:00
greghayneskrotscheck: ohai, yes, what jeblair said18:01
fungimtreinish: http://paste.openstack.org/show/483636/18:01
openstackgerritMichael Krotscheck proposed openstack-infra/system-config: Add wheel mirror to mirrors  https://review.openstack.org/25352118:01
openstackgerritMichael Krotscheck proposed openstack-infra/system-config: Add wheel_mirror_slaves that use pypi-mirror  https://review.openstack.org/16524018:01
fungimtreinish: no idea if that log content is from this run or not. i didn't look to see whether it had prior content18:02
krotscheckgreghaynes: Ack. In that case, ^^ should be ready to review18:02
krotscheckThat'll set up the directory on the mirrors, and the wheel slaves.18:02
* krotscheck is updating the jobs patch18:02
*** trown is now known as trown|lunch18:02
*** jistr has quit IRC18:03
mtreinishfungi: the migration stuff would be from a previous run18:03
mtreinishand the time stuff is18:04
mtreinishI'm not sure about 'Killed' though18:04
openstackgerritDoug Hellmann proposed openstack-infra/project-config: publish from openstack/releases to releases.openstack.org  https://review.openstack.org/26651518:04
*** mrmartin has joined #openstack-infra18:04
*** zeih has quit IRC18:04
mtreinishfungi: from that paste it means it exited without an error code?18:04
*** sridhar_ram has quit IRC18:05
fungimtreinish: i didn't think to check the exit code18:05
openstackgerritDoug Hellmann proposed openstack-infra/infra-specs: Move docs.openstack.org/releases to releases.openstack.org  https://review.openstack.org/26650618:05
fungimtreinish: however i can rerun it now (should be much faster the second time?)18:05
mtreinishhmm, looking at the db it cleaned some stuff but not others :(18:05
mtreinishfungi: yeah lets give it another go18:06
mtreinishit should be faster especially because it doesn't have to do the run deletes anymore just test_runs18:06
openstackgerritDoug Hellmann proposed openstack-infra/infra-specs: Move docs.openstack.org/releases to releases.openstack.org  https://review.openstack.org/26650618:06
fungirunning again. i'll check the exit code once it finishes18:06
*** MarkAtwood has joined #openstack-infra18:07
openstackgerritDoug Hellmann proposed openstack-infra/infra-specs: Move docs.openstack.org/releases to releases.openstack.org  https://review.openstack.org/26650618:07
openstackgerritMikhail S Medvedev proposed openstack-infra/system-config: Remove logstash/elasticsearch classes, moved to puppet-openstackci  https://review.openstack.org/24001118:07
openstackgerritDoug Hellmann proposed openstack-infra/project-config: publish from openstack/releases to releases.openstack.org  https://review.openstack.org/26651518:07
anteaya<- gerrit 50318:08
dstanekanteaya: me too18:08
dstanekanteaya: off and on it seems18:09
lifelessfungi: https://review.openstack.org/#/c/263297/ may have implications for infra; could you, or someone else in -core, eyeball and add some thoughts?18:09
*** rkukura has quit IRC18:09
mordredlook! it's a lifeless18:09
jeblairclarkb, mordred: yeah, pretty sure it's an unrelated failure; not sure it's known though, the pr that caused it merged 1hr ago; i brought it up in #ansible-devel18:09
lifelessmordred: tis not18:09
anteayadstanek: yes, we were discussing earlier the status of gerrit currently18:09
anteayadstanek: thanks for sharing your experience as a datapoint18:09
mordredlifeless: so - I was going to ask you about a pbr design thing, but then I just took a stance and updated my patch18:09
mtreinishfungi: I did just realize we're probably doing the deletes backwards it should remove test_runs first then runs, but that shouldn't break anything18:09
*** jsavak has quit IRC18:10
lifelessmordred: of which patch doth you speak?18:10
openstackgerritPaul Belanger proposed openstack-infra/project-config: Switch to templating for nodepool rackspace  https://review.openstack.org/26499418:10
mordredlifeless: https://review.openstack.org/#/c/263748/18:10
openstackgerritAnne Gentle proposed openstack-infra/infra-manual: Updates Gerrit IRC Notifications section  https://review.openstack.org/26650818:10
openstackgerritRandall Burt proposed openstack-infra/project-config: Fix syntax error in gate-heat-templates-dsvm  https://review.openstack.org/26651818:10
mordredlifeless: turns out, if you have tags in your git history that are not pbr versions, they show up in the changelog history anyway18:10
mordredlifeless: which I discovered adding tests for tags containing parens18:11
fungimtreinish: it exited 137 and there's another 'Killed' appended to the end of the log18:11
openstackgerritRandall Burt proposed openstack-infra/project-config: Fix syntax error in gate-heat-templates-dsvm  https://review.openstack.org/26651918:11
fungimtreinish: ran much faster this time though18:11
mtreinishhmm, that's no good. I wonder what 137 means18:11
*** mgould has quit IRC18:12
mtreinishand I wonder what's killing it18:12
pabelangerjeblair: ^ I didn't touch the test nodes section this time. Going to wait until a follow up patch.18:12
lifelessmordred: I agree, if we don't honour it, its not changelog appropriate18:12
nibalizerclarkb: looks like all the f21 nodes are gone, so I'll approve 264379 unless you see a reason not to18:12
clarkbnibalizer: lets make sure the images are gone too18:13
jeblairpabelanger: ok18:13
pabelangerjeblair: Also wonder if we should have grafana-dev to allow us to generate dummy dashboards, so we can share them easily18:13
pabelangersince it is hard to see what a yaml file generates sometime18:13
nibalizerlooks like we still have a 'devstack-f21'18:13
AJaegernibalizer: clarkb wanted to approve himself18:14
lifelessmordred: now I'm wondering about ,'s in tags :)18:14
clarkbya I wanted opportunity to check and remove any images18:14
mtreinishfungi: I'm gonna go get lunch, and I'll think about the next step. Because I'm kinda stumped as to what could be causing this18:14
AJaegernibalizer: where do have a devstack-f21?18:14
clarkbif someone else does that and approves that works too18:14
*** matrohon has quit IRC18:14
*** Paratosh has joined #openstack-infra18:14
pabelangertimrc: up for reviewing 250893?18:14
nibalizerwe have two devstack-f21 images per cloud provider18:15
*** yamahata has joined #openstack-infra18:15
nibalizerer per region18:15
anteayaX-IO CI has requested reactivation18:15
lifelesscurse you gerrit, for breaking middle-mouse-paste-buffers18:16
nibalizerwell hpcloud-b{1,2,3,4,5} and rax-{ord,iad,dfw}18:16
anteayagerrit id 1496918:16
mtreinishfungi: oh, wait isn't 137 the exit code after something gets SIGKILL?18:16
*** angdraug has joined #openstack-infra18:16
anteayacould an infra-root reactivate gerrit id 14969 please?18:16
*** nmagnezi has joined #openstack-infra18:17
*** ddieterly has quit IRC18:17
*** unicell has joined #openstack-infra18:17
clarkbnibalizer: so I think we can delete those and any associated dib images18:18
clarkbnibalizer: then merge the change18:18
lifelessmordred: reviewed18:18
fungimtreinish: typically, yes, good point! checking dmesg reveals it's running out of memory18:18
fungimtreinish: [Tue Jan 12 18:08:47 2016] Killed process 17353 (subunit2sql-db-) total-vm:3367220kB, anon-rss:1635812kB, file-rss:0kB18:19
mordredlifeless: I cannot see the difference in what you wrote in your first in-line comment and what's in the code18:19
nibalizerclarkb: okay i will do these things18:19
mordredlifeless: it's possible I just have old-man eyes18:19
mtreinishfungi: hmm, well thats no good18:19
anteayamordred: where'd you get those?18:19
clarkbMy font size keeps going up18:20
fungimtreinish: physical memory on the system is 2gb and swap is another 2gb. ignoring buffers/cache you seem to have about 3gb open for this process to consume before it hits oom18:20
mtreinishfungi: I wasn't expecting it to do much locally, and just issue the SQL to do the deletes18:20
*** tonytan4ever has joined #openstack-infra18:20
mtreinishit is deleting a lot of data, so if it's doing some local caching of stuff that would explain it18:20
lifelessmordred: the second digit separator is a comma18:21
mtreinishI'll have to check the sqlalchemy docs, but I'll likely respin it to be a raw sql.execute() and push a release18:21
lifelessmordred: so 1.2,3 will be processed as 1.2 and thus a valid version18:21
lifelessmordred: when it is not18:21
pleia2anteaya: didn't seen an ack, so doing that now18:21
mordredlifeless: yes, I grok that- I do not understand your comment: "--format=%h%x00%s%x00%d18:22
anteayapleia2: sorry I lost context18:22
lifelessmordred: here's a loely test string for you: (HEAD, tag: f,b, tag: (12), master)18:22
lifelessmordred: oh, that was me working around the inability to copy-paste from the gerrit web ui18:22
mordredok18:22
anteayapleia2: did I ask something earlier that I clearly have forgotten?18:22
mordredgood. then I understand your review18:22
lifelessmordred: I used the browser copy-paste to put it in a comment, and then selected and pasted from the un-broken edit buffer18:22
mordredlifeless: what about a tag named "tag:" ?18:22
*** rkukura has joined #openstack-infra18:22
lifelessmordred: ooh ooh I love18:23
mordredlifeless: :)18:23
lifelessmordred: but I think as it has to be a prefix it will probably pass tests right now18:23
mordredyah - if someone does that, they deserve whatever pain they find in life18:23
pleia2anteaya: you asked that an account me made active again, it's done now18:24
lifelessmordred: what about a tag "1, tag: 2"18:24
lifelessmordred: aka little bobby tables18:24
anteayapleia2: oh thank you18:24
fungigah, so in gerrit 2.8 the successfully merged comment gets attributed to the account which made the submit api call rather than being an authorless system message. no wonder my data was all missing matches prior to the gerrit upgrade date18:24
anteayarhedlind: pleia2 reactivated your account18:24
anteayarhedlind: I'll post to the list18:25
lifelessoh nice, git protects us from that one18:25
anteayafungi: that's fun18:25
openstackgerritMerged openstack-infra/ciwatch: Separate votes from Jenkins queues  https://review.openstack.org/25812518:25
lifelessmordred: space and : are not allowed in tags by the git version I have here18:26
anteayafungi: did I hear the sound of a deadline exploding?18:26
jeblairfungi: wasn't it always like that?  (i thought jenkins always made our merge commits?)18:26
mordredlifeless: woot!18:26
*** yamamoto has joined #openstack-infra18:26
clarkbfungi: in this case the jenkins user18:26
lifelessmordred: so yeah, just comma and brackets to be defensive over18:26
*** rkukura has quit IRC18:27
*** jaosorior has joined #openstack-infra18:27
clarkblifeless: note I think the version in precise was known to be a little too relaxed on how it handled git tags18:27
*** zeih has joined #openstack-infra18:27
clarkbthankfully precise is mostly gone so not a huge deal18:27
*** yamamoto has quit IRC18:27
fungijeblair: the "Change has been successfully merged into the git repository." comments claim to come from jenkins and say "Change has been successfully merged into the git repository."18:27
fungijeblair: er, redundancy mine18:28
*** yamamoto has joined #openstack-infra18:28
fungijeblair: that's for things merged in 2.8 timeframe18:28
openstackgerritMonty Taylor proposed openstack-dev/pbr: Split changelog on nulls instead of (  https://review.openstack.org/26374818:28
mordredlifeless: ^^ there ya go18:28
openstackgerritMerged openstack-infra/grafyaml: Add support for template query  https://review.openstack.org/25089318:28
openstackgerritMerged openstack-infra/grafyaml: Add support for interval template type  https://review.openstack.org/26548718:28
pabelangeryolanda: jeblair: clarkb: any other objections for pyzmq uncap on zuul? https://review.openstack.org/#/c/262019/18:28
fungijeblair: for changes merged in 2.11 timeframe the comments are authorless but displayed as coming from the "Gerrit Code Review" account and say something like "Change has been successfully merged into the git repository by Jenkins"18:28
lifelessclarkb: yeah, I'm more worried about folk adding new torturous stuff to trees18:29
cbader_I am trying to setup an external log file sever to replace one that is going away, I have run the common-ci steps for setting up the log server but when I try to do the test scp it doesn't accept the jenkins user is there something I am missing?18:29
*** arxcruz has quit IRC18:29
jeblairfungi: oh, comments, not commits18:29
*** yamamoto has quit IRC18:29
*** yamamoto has joined #openstack-infra18:29
fungijeblair: yeah. so my ugly workaround for https://code.google.com/p/gerrit/issues/detail?id=3579 becomes more hideous still18:30
anteayacbader_: have you a stacktrace of the error message that you can paste somewhere and share?18:30
cbader_I get an error with the sudo puppet apply --verbose /etc/puppet/manifests/site.pp Error: Could not find data item domain in any Hiera data file and no default supplied at /etc/puppet/manifests/site.pp:24 on node ip-172-31-34-189.us-west-2.compute.internal18:30
lifelessmordred: so, I still don't understand what the split on ", " is needed for18:30
*** rkukura has joined #openstack-infra18:30
lifelessmordred: isn't it a no-op here ?18:30
yolandapabelanger, i wanted to know the reason of the cap, and if that was tested properly. If that is, i'm fine18:30
mordredlifeless: it's not18:30
pabelangeryolanda: I left a note in the review, it was the initial commit the cap was placed.18:30
pabelangeryolanda: I believe the newer versions didn't exist at the time18:31
yolandayep, saw it some days ago but didn't review, sorry18:31
mordredlifeless: becuase (HEAD, tag: 1.2.3, master) split on "tag:" will give you a value of "1.2.3, master"18:31
yolanda+2 now18:31
*** yamamoto has quit IRC18:31
cbader_anteaya, I just get Permission denied (publickey). I have the jenkins key in the authorized_key file.18:31
anteayacbader_: where did you get your code you are using?18:31
cbader_anteaya, I can login into the server with the key so I know it works for that.18:31
clarkbcbader_: anteaya I think you may have to configure the jenkins scp plugin with a user to use and the key to use18:32
*** zeih has quit IRC18:32
anteayaah thanks clarkb18:32
cbader_clarkb, I haven't had to config a scp plugin for the jenkins user but I will look that up thanks18:32
*** piet has quit IRC18:32
*** HeOS has quit IRC18:32
*** otter768 has joined #openstack-infra18:33
lifelessmordred: hmm,not for me18:33
*** tzn has quit IRC18:34
*** aopincar_ has joined #openstack-infra18:34
*** yamamoto has joined #openstack-infra18:34
cbader_clarkb, with the common-ci instructions I don't see where it creates the jenkins user since this is a remote log file server and jenkins is not present should I create a jenkins user?18:34
*** eharney has joined #openstack-infra18:35
*** yamamoto has quit IRC18:35
*** krtaylor has quit IRC18:35
*** e0ne has joined #openstack-infra18:35
clarkbcbader_: I am assuming this setup uses the jenkins scp plugin, the way that works is the jenkins master copies files from the slave then to the remote log server. It needs a user to log into the remote server with18:35
mordredlifeless: >>> "(HEAD, tag: 1.2.3, master)".split('tag:')18:36
mordred['(HEAD, ', ' 1.2.3, master)']18:36
*** yamamoto has joined #openstack-infra18:36
lifelessmordred: yeah, it was double tags I was pondering18:37
*** rockyg has joined #openstack-infra18:37
mordredah18:37
*** yamamoto has quit IRC18:37
*** otter768 has quit IRC18:37
*** yamamoto has joined #openstack-infra18:38
*** yamamoto has quit IRC18:38
lifelessmordred: eviewed again18:39
*** mriedem has quit IRC18:40
*** fawadkhaliq has quit IRC18:42
*** bardia has quit IRC18:42
openstackgerritMichael Krotscheck proposed openstack-infra/project-config: Create jobs for a wheel mirror  https://review.openstack.org/16492718:42
krotscheckOk, I think ^^ makes the wheel mirrors happen18:42
*** asselin_ has joined #openstack-infra18:42
openstackgerritDoug Hellmann proposed openstack-infra/release-tools: stop sending folks to launchpad milestones for release details  https://review.openstack.org/26606418:43
*** mriedem has joined #openstack-infra18:43
*** aopincar_ has quit IRC18:43
*** yamamoto has joined #openstack-infra18:45
nibalizerclarkb: i've approved 264379 so once it lands we're free of f2118:46
clarkbnibalizer: and you lceaned up the images?18:46
clarkbor should I be doing that really quickly?18:46
fungijeblair: oh, and this also means that we'll end up missing changes like https://review.openstack.org/245457 where one of us directly hit submit (that's probably safe, it's unlikely to have been anyone's only patch in a given window, so i'll just emit a warning)18:46
nibalizerclarkb: i cleaned the images and dib-images18:47
*** yamamoto has quit IRC18:47
*** yamamoto_ has joined #openstack-infra18:47
clarkbnibalizer: woot18:47
*** jsavak has joined #openstack-infra18:48
*** yamamoto_ has quit IRC18:48
*** yamamoto has joined #openstack-infra18:49
*** ifarkas has quit IRC18:49
*** yamamoto has quit IRC18:50
*** yamamoto has joined #openstack-infra18:50
*** Guest84591 has quit IRC18:51
*** rossella_s has quit IRC18:52
*** yamamoto has quit IRC18:52
*** yamamoto has joined #openstack-infra18:52
*** rossella_s has joined #openstack-infra18:52
*** ayoung has joined #openstack-infra18:52
*** rkukura has quit IRC18:53
*** yamamoto has quit IRC18:53
*** piet has joined #openstack-infra18:53
*** yamamoto has joined #openstack-infra18:54
clarkbI may have to rebase my hpcloud changes once that merges so will be sure to hceck on that18:55
*** yamamoto has quit IRC18:55
*** yamamoto has joined #openstack-infra18:56
*** yamamoto has quit IRC18:56
*** mrmartin has quit IRC18:56
*** danpb has quit IRC18:57
*** yamamoto has joined #openstack-infra18:57
*** yamamoto has quit IRC18:57
*** sabeen has joined #openstack-infra18:58
AJaegerany project-config core for an obvious typo review? https://review.openstack.org/26651918:58
openstackgerritSpencer Krum proposed openstack-infra/ansible-puppet: Conditionally manage puppet config files  https://review.openstack.org/24339918:58
openstackgerritMerged openstack-infra/project-config: Remove Fedora 21 from nodepool  https://review.openstack.org/26437918:58
jheskethMorning18:58
*** yamamoto has joined #openstack-infra18:58
anteayamorning jhesketh18:59
clarkbAJaeger: done18:59
AJaegerthanks, clarkb18:59
*** tzn has joined #openstack-infra18:59
*** EricGonczer_ has joined #openstack-infra18:59
openstackgerritColleen Murphy proposed openstack-infra/system-config: Add Infra Cloud controller node  https://review.openstack.org/20969819:00
*** jaosorior has quit IRC19:00
pleia2meeting time19:00
*** yamamoto has quit IRC19:00
*** daemontool has joined #openstack-infra19:00
*** jaosorior has joined #openstack-infra19:00
*** bpokorny_ has joined #openstack-infra19:00
anteayacrinkle: I was unable to get a gerrit url associated with a storyboard task, Zara says that functionality is not there yet but she also wants it to be there19:01
anteayacrinkle: so I couldn't do the thing I said I would do yesterday, sorry about that19:01
*** rockyg has quit IRC19:02
*** EricGonc_ has quit IRC19:02
crinkleanteaya: no problem, thank you for trying19:02
*** arxcruz has joined #openstack-infra19:02
anteayasure, if you care I can let you know when I have any progress to report19:03
openstackgerritDaniel Wallace proposed openstack-infra/shade: allow for saving of the initial admin password  https://review.openstack.org/26653219:03
*** rkukura has joined #openstack-infra19:03
*** yamamoto has joined #openstack-infra19:03
ShrewsO.o19:03
clarkbShrews: all your password are belong to shade19:04
*** electrofelix has quit IRC19:04
*** sabeen3 has joined #openstack-infra19:04
*** EricGonc_ has joined #openstack-infra19:04
*** bpokorny has quit IRC19:04
clarkbI think that may be a requirement for windows?19:04
*** sabeen has quit IRC19:05
*** yamamoto has quit IRC19:05
openstackgerritMerged openstack-infra/project-config: Fix syntax error in gate-heat-templates-dsvm  https://review.openstack.org/26651919:05
anteayathat's passwords plus account numbers19:05
*** yamamoto has joined #openstack-infra19:05
Shrewsthis does not seem proper19:05
*** amitgandhinz has quit IRC19:05
openstackgerrityolanda.robla proposed openstack-infra/project-config: Split puppet installation into its own element  https://review.openstack.org/19841719:05
*** amitgandhinz has joined #openstack-infra19:06
Shrewsshade is not a in-memory data store... but maybe it should be19:06
*** yamamoto has quit IRC19:06
*** julim has quit IRC19:06
*** trown|lunch is now known as trown19:06
* Shrews repurposes mordred as in-memory organism19:06
*** yamamoto has joined #openstack-infra19:07
clarkbShrews: the issue aiui is nova will only give you that passwd on the first boot repsonse19:07
clarkbif you show the host later it won't have that info19:07
clarkbsince shade is booting the machines it has to get the passwd and expose it19:07
clarkbthe alternative is to use glean/cloud-init/windows-cloud-init19:07
*** julim has joined #openstack-infra19:08
*** rockyg has joined #openstack-infra19:08
*** EricGonczer_ has quit IRC19:08
*** yamamoto has quit IRC19:08
*** ayoung has quit IRC19:08
*** yamamoto has joined #openstack-infra19:08
Shrewsclarkb: since server data can be cached, we now get into security issues, which is my concern19:09
*** yamamoto has quit IRC19:09
*** bardia has joined #openstack-infra19:09
clarkbyup it definitely exposes a security issue19:09
*** ashaw has joined #openstack-infra19:09
clarkband the alternative is quite honestly much better19:09
openstackgerritBen Swartzlander proposed openstack/requirements: Raise manilaclient upper to 1.6.0  https://review.openstack.org/26653419:09
*** ashaw has left #openstack-infra19:10
*** yamamoto has joined #openstack-infra19:10
*** yamamoto has quit IRC19:11
*** yamamoto has joined #openstack-infra19:12
*** yamamoto has quit IRC19:12
*** gyee has quit IRC19:13
*** ihrachys has quit IRC19:14
*** bpokorny_ has quit IRC19:15
*** yamamoto has joined #openstack-infra19:15
openstackgerritamrith proposed openstack/requirements: Update global-requirements.txt  https://review.openstack.org/26653519:15
*** bpokorny has joined #openstack-infra19:15
*** yamamoto has quit IRC19:16
openstackgerritamrith proposed openstack/requirements: Update global-requirements.txt  https://review.openstack.org/26653519:16
*** yamamoto has joined #openstack-infra19:17
*** salv-orlando has quit IRC19:17
*** salv-orlando has joined #openstack-infra19:18
*** yamamoto has quit IRC19:18
openstackgerritDaniel Wallace proposed openstack-infra/shade: allow for saving of the initial admin password  https://review.openstack.org/26653219:18
*** mrmartin has joined #openstack-infra19:19
*** yamamoto has joined #openstack-infra19:20
*** rockyg has quit IRC19:20
openstackgerritJames E. Blair proposed openstack-infra/infra-specs: Add some assignees to zuulv3  https://review.openstack.org/26653819:20
*** yamamoto has quit IRC19:21
*** yamamoto has joined #openstack-infra19:22
*** yamamoto has quit IRC19:23
*** yamamoto has joined #openstack-infra19:23
*** yamamoto has quit IRC19:25
*** yamamoto has joined #openstack-infra19:25
openstackgerritAndreas Jaeger proposed openstack-infra/infra-specs: Make translation set up consistent  https://review.openstack.org/26254519:25
*** rkukura has quit IRC19:25
*** yamamoto has quit IRC19:26
*** rkukura has joined #openstack-infra19:26
*** yamamoto has joined #openstack-infra19:27
*** yamamoto has quit IRC19:27
*** nmagnezi has quit IRC19:28
*** rkukura has quit IRC19:28
*** yamamoto has joined #openstack-infra19:28
AJaegerEmilienM: could you review https://review.openstack.org/#/c/266482/  ,please?19:28
*** yamamoto has quit IRC19:29
*** MarkAtwo_ has joined #openstack-infra19:30
*** MarkAtwood has quit IRC19:30
*** yamamoto has joined #openstack-infra19:30
*** ybathia has joined #openstack-infra19:30
*** baoli has quit IRC19:31
*** yamamoto_ has joined #openstack-infra19:31
*** jaosorior has quit IRC19:31
*** yamamoto has quit IRC19:31
*** jaosorior has joined #openstack-infra19:32
*** mrmartin has quit IRC19:32
*** yamamoto_ has quit IRC19:32
*** austin81 has left #openstack-infra19:34
*** rkukura has joined #openstack-infra19:35
*** yamamoto has joined #openstack-infra19:35
*** yamamoto has quit IRC19:36
*** yamamoto has joined #openstack-infra19:37
*** _nadya_ has joined #openstack-infra19:37
*** mrunge has quit IRC19:37
*** ddieterly has joined #openstack-infra19:37
*** yamamoto has quit IRC19:38
*** yamamoto has joined #openstack-infra19:38
*** yamamoto has quit IRC19:39
*** yamamoto has joined #openstack-infra19:40
*** julim has quit IRC19:40
*** armax has quit IRC19:40
*** mrmartin has joined #openstack-infra19:40
*** ayoung has joined #openstack-infra19:41
openstackgerritDaniel Wallace proposed openstack-infra/shade: Save the adminPass if returned on server create  https://review.openstack.org/26653219:41
*** yamamoto has quit IRC19:41
*** julim has joined #openstack-infra19:41
openstackgerritDavid Moreau Simard proposed openstack-infra/project-config: Use file permissions instead of ownership to grant access to files  https://review.openstack.org/26648219:42
*** yamamoto has joined #openstack-infra19:43
*** Sukhdev has joined #openstack-infra19:43
*** yamamoto has quit IRC19:45
*** yamamoto has joined #openstack-infra19:45
*** yamamoto has quit IRC19:46
*** armax has joined #openstack-infra19:46
*** yamamoto has joined #openstack-infra19:47
*** yamamoto has quit IRC19:47
*** yamamoto has joined #openstack-infra19:48
*** HeOS has joined #openstack-infra19:49
*** yamamoto has quit IRC19:49
*** yamamoto has joined #openstack-infra19:50
*** armax has quit IRC19:51
*** yamamoto has quit IRC19:51
*** yamamoto has joined #openstack-infra19:51
openstackgerritChris Jones proposed openstack-infra/project-config: Add project configuration for Vahana.  https://review.openstack.org/26654919:52
*** yamamoto has quit IRC19:52
*** bharathm has quit IRC19:52
*** yamamoto has joined #openstack-infra19:53
EmilienMAJaeger: ack19:54
*** yamamoto_ has joined #openstack-infra19:55
EmilienMAJaeger: +1 I think permissions are good19:55
AJaegerthanks, EmilienM. I know how often you had to update that part so wanted you to be comfortable with it ;)19:56
*** yamamoto_ has quit IRC19:56
*** yamamoto_ has joined #openstack-infra19:56
EmilienMAJaeger: yeah, thanks a lot19:57
*** ddieterly has quit IRC19:57
*** ddieterly has joined #openstack-infra19:58
*** yamamoto_ has quit IRC19:58
*** mrmartin has quit IRC19:58
*** yamamoto_ has joined #openstack-infra19:58
*** yamamoto has quit IRC19:58
*** yamamoto_ has quit IRC19:59
pleia2thanks fungi!20:00
*** ddieterly has quit IRC20:00
*** yamamoto has joined #openstack-infra20:00
ianwclarkb / greghaynes : where have we ended up with the current dib image build breakage?  it would be really nice to get things going again20:00
clarkbianw: we need a dib release with the fixes aiui20:00
clarkband for rackspace uploads we need to update shade and restart nodepoold20:00
*** yamamoto has quit IRC20:00
ianwclarkb: right, https://review.openstack.org/#/c/266086/ is still outstanding (/ping SpamapS ?)20:01
*** rockyg has joined #openstack-infra20:02
*** yamamoto has joined #openstack-infra20:02
*** yamamoto has quit IRC20:02
krotscheckdstufft: If I have a wheel mirror at one URL, and a regular mirror at a different URL, should I do a pip --index-url=<wheel> --extra-index-url=<simple>, the other way around, or should I be using --find-links?20:02
SpamapSianw: +A20:02
*** rfolco has quit IRC20:02
greghayneskrotscheck: other way around, --index-url=simple --extra-index-url=wheel20:03
craigeRan out of time in the infra meeting so I'll drop a Phabricator migration update here ( mordred ttx ). There's two outstanding issues I'm aware of: 1. A regression causing comments to no longer migrate 2. Usage of fake email addresses blocking matching of usernames to Launchpad usernames. Currently randomnly generating those that can't be matched.20:03
krotscheckAdditional constraint: The directory structure might not fully match the <foldername>/<package.wheel> pattern.20:03
greghayneskrotscheck: I think technically it doesn't matter, but that is how I would do it20:03
*** yamamoto has joined #openstack-infra20:03
krotscheckgreghaynes: Well, I want to make sure that it grabs wheels first. Extra implies secondary, so I wanted to make sure.20:03
fungiianw: on the bindep stuff, right now we have a dib element which caches things mentioned in the fallback list and any repo-specific bindep lists. it was never implemented as a nodepool prep script because the assumption was that we'd have dib-built images uploadable everywhere before we were ready to push forward with bindep in voting jobs. next step is probably to temporarily duplicate20:03
fungihttp://git.openstack.org/cgit/openstack-infra/project-config/tree/nodepool/elements/cache-bindep so that it works for snapshot-based image builds too20:03
craigeIt would be good to have some discussion time around Phabricator next week fungi. I have some direction questions for the team.20:04
*** yamamoto has quit IRC20:04
fungicraige: i'll add it to the agenda, but feel free to ask in here before then20:04
craigeWill do :-)20:04
dstufftkrotscheck: the order of --index-url and --extra-index-url doesn't really matter (techinally there is a "implementation defined thing where it matters, but only if both indexes provide a file of the same precedence)20:05
*** yamamoto has joined #openstack-infra20:05
krotscheckdstufft: Cool.20:05
dstuffthowever the format for --find-links and (--extra)--index-url are different and you have to use the correct one for that20:05
anteayadhellmann: I have to depart soon for an errand, I would like to be aware of any discussion regarding where release tools end up so I uphold my end of making what ever decision work20:05
*** yamamoto has quit IRC20:05
dstufftindex urls are assumed to follow the format as laid down in PEP 50320:06
fungianteaya: we agreed to continue discussion sometime tomorrow20:06
dstufftfind-links are assumed to follow the format of "the url you give us links to every single file"20:06
krotscheckdstufft: Ok, so the current thought is that the real folder structure is /s/sp/split/split.whl style, to support AFS practical folder limits, but to make it look like /split/split.whl via mod_rewrite. Do you see any issues with this?20:06
anteayafungi: okay thank you, I expect to be around tomorrow20:06
krotscheckdstufft: Wow, every file.20:06
anteayafungi: I'm fine with whatever is decided I just want to ensure I know what is expected of me to make it work20:07
* krotscheck reads PEP50320:07
ianwfungi: ah yes, i remember that, with the yum download only stuff20:07
dstufftPEP 503 boils down to $ROOT/$NORMALIZED_NAME/20:07
dstufftmust link to every file for $NORMALIZED_NAME20:07
krotscheckdstufft: Ok, so I'll have to figure out a way to make that directory structure show up correctly in apache, while also being sane for AFS.20:08
*** yamamoto has joined #openstack-infra20:08
*** Keedya_ has joined #openstack-infra20:08
*** yamamoto has quit IRC20:09
krotscheckdstufft: I assume that pip reads $ROOT/ to see what packages are available?20:10
*** yamamoto has joined #openstack-infra20:10
dstufftkrotscheck: maybe.20:10
dstufftit depends on what version of pip we're talking about20:10
*** yamamoto has quit IRC20:10
dstufftall versions of pip will do $ROOT/$NAME/, in older versions of pip $NAME was "exactly what the user typed", in newer versions $NAME is "a normalized version of the name so pip and other tools can know if it should be Django or django"20:11
krotscheckSo, newer versions would read the $ROOT directory listing, normalize all those names, and index off of that?20:12
dstufftIn older versions of pip, if $ROOT/$NAME/ returned a 404, it would fall back to fetching $ROOT/ and normalized the names there to fiscover the link20:12
dstuffthowever in newer versions that has been deprecated... and I think pip 8 might be the one that completely removes it20:12
dstufftmostly because a 3MB download penality because you fat fingered a name is crappy20:13
krotscheckdstufft: point20:14
*** lucasagomes is now known as lucas-dinner20:14
* krotscheck is thecking trusty pip version20:15
ianwanyone know why trying to sign up for an OVH account would result in a red bar with "error_country_values"?20:16
*** ldnunes has quit IRC20:16
dstufftkrotscheck: 1.5.something20:16
dstufft1.5.6?20:16
krotscheckdstufft: 1.5.420:16
dstufft+ random patches because that's how distros roll20:16
anteayaianw: I do not know, this is via the ovh website?20:16
*** yamamoto has joined #openstack-infra20:17
ianwanteaya: yes.  seems they don't like australians20:17
*** yamamoto has quit IRC20:17
krotscheckdstufft: Debian sid is 1.5.620:17
krotscheckSo, one or two versions behind20:17
* krotscheck is understating for comedic effect.20:17
anteayaianw: interesting, well I'm sure they like your money same as anyone else's20:17
*** yamamoto has joined #openstack-infra20:18
anteayaianw: I don't know as we have an ovh contact in channel20:18
dstufftkrotscheck: to be fair, we switched version numbering in between 1.5 and 820:18
dstufft1.5 would have been pip 5 in the new version numbering20:18
anteayaianw: I think we mostly communicate with them via email20:18
clarkbI want to say as a french company they have extra rules to abide by20:18
*** Sukhdev has quit IRC20:18
clarkbwhich may be related?20:18
anteayathey have a data center in canada20:19
anteayaperhaps their canadian data centre can take australian money20:19
clarkbanteaya: typically if you have a company whose headquarters are in one country they are still bound to those rules even when doing business elsewhere20:19
anteayatrue20:19
clarkbas an American I can't legally bribe people in countries where such things are legal20:19
*** yamamoto has quit IRC20:19
anteayathey have more customers than amazon according to a graph I saw somewhere20:20
clarkb(granted the just take my money for real services is another category of what)20:20
anteayathey must have figured it out so as to do business with other countries20:20
krotscheckdstufft: So, one or two versions :)20:20
SamYapleclarkb: not with taht attitude20:20
*** Swami has quit IRC20:20
ianwwe'll see if they believe i live in 9021020:20
anteayaha ha ha20:20
krotscheckdstufft: Ok, so it sounds like I'm going to have to generate a sane index.20:20
clarkbSamYaple: I just need to pay someone else to lobby for me >_>20:20
anteayabribery is legal some places?20:21
SamYapleoh political burn20:21
clarkbanteaya: yes, in much of the world it is not only legal but expected20:21
*** yamamoto has joined #openstack-infra20:21
*** dslev has joined #openstack-infra20:22
* clarkb recounts the annual corportate "don't bribe people" training20:22
anteayawow20:22
*** bharathm has joined #openstack-infra20:22
*** arxcruz has quit IRC20:22
anteayaoh yeah I saw the vid but I didn't think that it was legal20:22
anteayaexpected is based on who you do business with20:22
*** piet has quit IRC20:22
mordredanteaya: in some places, the laws written on paper are not the actual laws20:22
openstackgerrityolanda.robla proposed openstack-infra/ansible-puppet: Conditionally manage puppet config files  https://review.openstack.org/24339920:23
anteayasomeone expecting me to sell them drugs can expect all they want, they will be disapointed20:23
*** yamamoto has quit IRC20:23
anteayamordred: ah okay so yes, the paper laws don't make bribery legal20:23
clarkbanteaya: oh because I am remembering it, someone I went to high school is now in your parliament20:23
mordredanteaya: sure - but it's possible then that you might avoid that by avoiding going certain places20:23
anteayajust the culture of business for that country20:23
*** dprince has quit IRC20:23
*** yamamoto has joined #openstack-infra20:23
mordredyes20:23
anteayaclarkb: do tell20:23
*** yamamoto has quit IRC20:24
anteayaI lived in some very seedy places20:24
mordredanteaya: might not just be business - in some places you MUST bribe a government official to do things20:24
clarkbanteaya: https://en.wikipedia.org/wiki/Alupa_Clarke20:24
clarkbhe doesn't represent you20:24
mordredanteaya: which I'd argue makes bribery de-facto legal20:24
anteayadon't look like you are in the marked for drugs or prostitues and they treat you like you don't exist20:24
anteayaeveryone is happy20:24
*** yamamoto has joined #openstack-infra20:25
anteayaclarkb: dude represents part of Quebec City20:25
anteayamordred: okay fair argument20:25
jeblairclarkb, fungi: any thougts on https://etherpad.openstack.org/p/austin-upstream-dev-track-ideas ?20:25
*** dslev has quit IRC20:25
clarkbjeblair: I was thinking "get a new job in the gate" might make a good topic20:25
mordredanteaya: also, I agree about not looking like you are in the market20:25
clarkbjeblair: also wading through all of the data we collect to discover and fix bugs20:26
jeblairclarkb: oh both good20:26
mordredanteaya: with the exception being the places where being in the place is the qualifying criteria for what a person needs to do to look like they are in the market20:26
mordredanteaya: the bar area of Tijuana from 10 years ago comes to mind20:26
anteayamordred: yes, I walked right past crack dealers alone at 5am, no problem since I was clearly communicating I was not a consumer20:26
mordredanteaya: yup20:26
anteayamordred: fair enough20:26
anteayamy area was crack houses and film studios20:27
clarkbjeblair: where that might a story from "graphite/health dashboard say test foo fails a lot", use wget to collect the logs for a recent run, find error cause, write logstash query, drill in to see if it is that one problem or many, eyc20:27
mordredanteaya: yah - behavior is variable there20:27
anteayaI communicated the film studio leaning20:27
*** yamamoto has quit IRC20:27
*** yamamoto_ has joined #openstack-infra20:27
anteayajeblair: is anyone signing up to lead these tracks?20:28
*** yamamoto_ has quit IRC20:28
fungijeblair: thanks--it's about all i can do to keep up with discussions in this channel and -meeting simultaneously ;)20:28
*** jsavak has quit IRC20:28
*** tonytan4ever has quit IRC20:28
*** yamamoto has joined #openstack-infra20:29
jeblairanteaya: i think track chairs were collected last tc meeting?20:29
*** yamamoto has quit IRC20:29
fungijeblair: as someone who rarely has time to attend non-design-summit tracks i have a hard time guessing at what the audience will appreciate, but i did agree to try and drum up some interested infra team members to give talks (if there are any--we seem to have some people who like to talk)20:29
*** jsavak has joined #openstack-infra20:29
anteayajeblair: sorry I mean is anyone agreeing to lead any of these suggested sessions20:30
*** yamamoto has joined #openstack-infra20:30
jeblairanteaya: this is a main conference presentation track20:30
anteayareally?20:31
jeblairanteaya: there will be proposals as normal, but the tc is trying to decide on a direction they'd like to steer things20:31
anteayaI thought thsi was just for developers20:31
*** yamamoto has quit IRC20:31
anteayajeblair: ah okay20:31
anteayaI didn't think this would be in the main conference20:31
jeblairanteaya: it's for developers on a non-summit day20:31
*** _tzn has joined #openstack-infra20:31
*** MarkAtwo_ has quit IRC20:31
anteayayes that is what I had thought20:32
krotscheckjeblair: Do you have any suggestions on how to generate an HTML5 index page of that AFS directory structure? I'm reading through the mod_autoindex documentation that fungi suggested some teim ago and I don't think it's going to do what I need it to (I may be blind).20:33
*** yamamoto has joined #openstack-infra20:34
*** otter768 has joined #openstack-infra20:34
*** yamamoto has quit IRC20:34
clarkbkrotscheck: mod_autoindex should work since afs presents itself like a file system20:34
*** tzn has quit IRC20:34
*** topolznc has joined #openstack-infra20:35
*** yamamoto has joined #openstack-infra20:35
krotscheckclarkb: PEP503, and the old version of pip available on debian*, requires that the various indexes be ROOT/packagename/*, and that an index.html file lists them all. The AFS folder structure we're using is ROOT/p/pa/packagename/*20:36
krotscheckI'm currently trying to figure out if I can just run a bash script and have apache call that.20:36
krotscheck(Seems to work)20:36
*** yamamoto has quit IRC20:37
krotscheckWait, I'm wrong. It's ROOT/Distro-DistroVersion/p/pa/packagename20:37
*** yamamoto has joined #openstack-infra20:37
*** rguillebert has quit IRC20:37
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Disable session synchronization on deletes  https://review.openstack.org/26656220:37
mtreinishfungi: ^^^ I think that should fix the OOM killer issues20:37
*** yamamoto has quit IRC20:38
mtreinishI've got a release all queue up to go so I'll include that patch in it20:38
*** yamamoto has joined #openstack-infra20:38
*** otter768 has quit IRC20:39
anteayaannegentle: jimmy macarthur is the one who answers my bugs to the openstack.org website about seo issues20:39
anteayaannegentle: like not being able to search videos and find what I am looking for20:39
*** yamamoto has quit IRC20:39
*** tonytan4ever has joined #openstack-infra20:39
*** salv-orlando has quit IRC20:39
clarkbkrotscheck: I see, so you need a pep503 compliant index onto the other format20:40
anteayaannegentle: and not being able to find links to git.openstack.org when searching for openstack project source code20:40
krotscheckclarkb: Yes20:40
krotscheckThe rewrite is already there.20:40
krotscheckSo to HTTP requests it'll look correct.20:40
*** yamamoto has joined #openstack-infra20:40
clarkbbut for humans navigating you need an index20:40
*** salv-orlando has joined #openstack-infra20:40
*** yamamoto has quit IRC20:41
annegentleanteaya: cool thanks20:41
krotscheckclarkb: So from ^^ discussion, older versions of pip (pre 8) initially do a request for /ROOT/THING/*, and if that got fat fingered, will request /ROOT/ to figure out if there's a normalized version (Babel vs. babel)20:41
*** bharathm has quit IRC20:41
anteaya5 deer on my lawn20:42
krotscheckSo, yes, humans can use it, but it's really for Pip.20:42
anteayausually just get 2 at a time20:42
anteayaannegentle: welcome, I hope you get something useful20:42
*** yamamoto has joined #openstack-infra20:43
*** jaosorior has quit IRC20:44
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: WIP: Add new django extraction  https://review.openstack.org/26656520:44
*** bharathm has joined #openstack-infra20:44
*** _nadya_ has quit IRC20:45
AJaegerpleia2, clarkb : here's an implementation of the django extraction for the spec ^. I plan to update the change over the next days to see that the can be implemented ;)20:45
fungimtreinish: the synchronize_session parameter takes a string but uses boolean False to disable rather than empty string or None?20:45
*** yamamoto has quit IRC20:45
fungimtreinish: and defaults to something not disabled?20:45
*** yamamoto has joined #openstack-infra20:45
*** yamamoto has quit IRC20:46
mtreinishfungi: that's how I read the docs: http://docs.sqlalchemy.org/en/latest/orm/query.html#sqlalchemy.orm.query.Query.delete20:46
*** rockyg has quit IRC20:46
mtreinishit did seem really weird20:46
*** yamamoto has joined #openstack-infra20:47
fungizzzeek probably has a good reason for it being that way20:47
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: WIP: Add new django extraction  https://review.openstack.org/26656520:47
mtreinishheh, yeah I wasn't questioning it. Just using it incorrectly :)20:47
*** yamamoto has quit IRC20:47
*** amuller is now known as amuller_afk20:47
*** cburgess_ has quit IRC20:48
*** mudassirlatif has quit IRC20:48
*** matrohon has joined #openstack-infra20:48
*** cburgess has joined #openstack-infra20:48
fungiyep, lgtm20:49
zzzeekfungi: which part, the default setting, or the mixture of False / strings20:50
*** yamamoto has joined #openstack-infra20:50
fungizzzeek: mixture of False and strings. just seemed weird20:50
*** rockyg has joined #openstack-infra20:50
fungibut as long as it works, no complaints from me20:51
zzzeekfungi: theres things like that in many places, sometimes because it started as True/False and then we needed extra states20:51
*** yamamoto has quit IRC20:51
zzzeekfungi: main example is relationship() -> lazy=True|False20:51
fungisimply triggered my "are you sure?" filter20:51
fungimakes sense20:51
*** topolznc is now known as topol20:52
zzzeekfungi: for synchronize_session, it probably shoudl be the value 'never'20:52
*** topol is now known as Guest4533520:52
*** daemontool has quit IRC20:52
*** sjmc7 has joined #openstack-infra20:53
zzzeekfungi: there's at least five parameters where a True|False|<string> thing is happening, most for legacy reasons.  ideas welcome20:54
zzzeekin most cases we deprecate the True|False aspect20:54
zzzeeklike this one http://docs.sqlalchemy.org/en/rel_1_0/core/pooling.html?highlight=reset_on_return#sqlalchemy.pool.Pool.params.reset_on_return20:55
fungizzzeek: yeah, deprecation was my only real suggestion20:55
*** krtaylor has joined #openstack-infra20:55
*** shardy has quit IRC20:55
zzzeekhttp://docs.sqlalchemy.org/en/rel_1_0/core/metadata.html?highlight=autoincrement#sqlalchemy.schema.Column.params.autoincrement20:55
fungibut again, not a big deal, just caused me to want to double-check the docs20:56
zzzeekhttp://docs.sqlalchemy.org/en/rel_1_0/orm/relationship_api.html?highlight=passive_deletes#sqlalchemy.orm.relationship.params.passive_deletes20:56
* zzzeek is just finding them all20:56
clarkbsomething looks broken with nodepool/zuul20:56
*** hongbin has joined #openstack-infra20:56
*** yamamoto has joined #openstack-infra20:57
clarkbKeyError: 'nodepool.label.devstack-fedora21-dib.nodes.delete'20:57
clarkbnibalizer: ^20:57
clarkbnot sure if that is related yes20:57
*** Guest45335 is now known as topol_20:57
*** bcourt has quit IRC20:57
*** topol_ is now known as Guest1258120:58
clarkbok ya fun20:58
*** Guest12581 is now known as topol220:58
*** yamamoto has quit IRC20:58
*** yamamoto_ has joined #openstack-infra20:58
zzzeeki think that's it20:59
clarkbI believe the issue is that when we try to process the state for new nodes it already has a key for the fedora21 stuffwhen trying to update graphite20:59
clarkbthats a new one20:59
dimszuul's busted i guess?20:59
clarkbdims: not zuul, nodepool20:59
*** yamamoto_ has quit IRC20:59
*** jsavak has quit IRC20:59
dimsclarkb : ah ok20:59
clarkbwe havne't run into this bceause while we have removed things before we hanve't completely removed a flavor20:59
*** erikwilson has joined #openstack-infra20:59
*** ddieterly has joined #openstack-infra20:59
dimsclarkb : ack thanks!21:00
*** yamamoto has joined #openstack-infra21:00
clarkbI *think* this will be fixed if we remove 6697292 and restart nodepool21:00
*** amrith is now known as _amrith_21:00
*** jsavak has joined #openstack-infra21:00
* clarkb attempts the delete first21:00
hongbinHi all. A question. Magnum gate currently ran into an error due to lack of disk space. In particular, the nodes "devstack-trusty-bluebox-*" have 57G disk which is far less than other nodes21:01
*** armax has joined #openstack-infra21:01
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: WIP: Add new django extraction  https://review.openstack.org/26656521:01
clarkbmordred: ^ were yoiu going to modify the flavor?21:01
*** yamamoto has quit IRC21:01
clarkbhongbin: its a known issue, mordred mentioned we hvae control of the flavor but not sure how we actually get it changed21:02
*** yamamoto has joined #openstack-infra21:02
hongbinclarkb: ack21:02
*** yamamoto has quit IRC21:02
clarkbok that fedora21-dib node was deleted, nodepool seems like it may be happier just wit hthat21:02
*** dslevin has joined #openstack-infra21:03
*** rlandy has quit IRC21:03
*** yamamoto has joined #openstack-infra21:03
*** dslevin has quit IRC21:04
clarkbtimrc: jlk maybe you know hwat is involved in changing the flavor size on that bluebox cloud?21:04
clarkbtimrc: jlk I think we would be wanting 80GB root disk. or smaller root and an ephemeral disk21:04
*** bharathm has quit IRC21:04
*** yamamoto has quit IRC21:05
*** yamamoto has joined #openstack-infra21:05
*** yamamoto has quit IRC21:06
clarkbit appears to be successfully deleting our backlog of delete state nodes21:06
clarkbafter which we should trnasition to building and running jobs again21:06
*** topol2 is now known as topol_21:06
*** yamamoto has joined #openstack-infra21:07
*** topol_ is now known as topol21:07
*** bharathm has joined #openstack-infra21:08
*** sjmc7 has left #openstack-infra21:08
*** yamamoto has quit IRC21:08
*** yamamoto_ has joined #openstack-infra21:08
*** rguillebert has joined #openstack-infra21:08
*** krtaylor has quit IRC21:09
*** yamamoto_ has quit IRC21:10
*** yamamoto has joined #openstack-infra21:10
*** jsavak has quit IRC21:10
*** jsavak has joined #openstack-infra21:10
*** aysyd has quit IRC21:11
*** yamamoto has quit IRC21:12
*** sigmavirus24 is now known as sigmavirus24_awa21:12
*** yamamoto has joined #openstack-infra21:12
*** jsavak has quit IRC21:12
*** Swami has joined #openstack-infra21:12
*** yamamoto has quit IRC21:13
*** sigmavirus24_awa is now known as sigmavirus2421:13
*** armax has quit IRC21:13
*** yamamoto has joined #openstack-infra21:14
*** yamamoto has quit IRC21:14
*** ayoung has quit IRC21:14
*** yamamoto has joined #openstack-infra21:15
*** yamamoto has quit IRC21:16
mgagneour no launch node error record is now over =(21:16
clarkbmgagne: well we just launched all the nodes :)21:16
mgagneclarkb yea, was doing well so far21:16
*** yamamoto has joined #openstack-infra21:17
clarkbwe stopped being able to delete as nodes were being used so we piled up a delete/build backlog21:17
*** ari has quit IRC21:17
clarkbwhich I got fixed and set lose21:17
clarkbso we probably deleted all 24 in a short time frame then booted all 2421:17
krotscheckOk, were I to use "something" to autogenerate that index, is there a preference on how that's built? I can do cgi-perl, php, but I'm not certain if I can have apache execute a bash script and/or a simple python script.21:18
*** rkukura has quit IRC21:18
clarkbkrotscheck: you can use wsgi for python21:18
clarkband probably cgi too but wsgi is the more accepted method21:18
*** yamamoto has quit IRC21:18
krotscheckclarkb: That...seems like overkill?21:18
*** jtomasek has quit IRC21:18
*** rhallisey has quit IRC21:18
*** yamamoto_ has joined #openstack-infra21:18
clarkbyes probably21:18
*** itsuugo has quit IRC21:18
mgagnethat was at ~9pm, errors were at ~7h15pm21:18
*** rkukura has joined #openstack-infra21:19
*** yamamoto_ has quit IRC21:19
clarkbkrotscheck: and hte reaosn we don't use the pep prescribed layout is because afs does poorly stating many entries in dirents right?21:20
clarkbjust making sure I understand the problem we are trying to solve21:20
*** yamamoto has joined #openstack-infra21:20
*** jsavak has joined #openstack-infra21:20
*** itsuugo has joined #openstack-infra21:20
clarkbkrotscheck: we might be able to get away with writing an index to local disk that symlinks onto afs21:20
*** yamamoto has quit IRC21:21
krotscheckclarkb: Yes. According to jeblair there's a "limit" (fuzzy, complicated answer) of 64K records21:21
clarkbhrm thats the same limit as ext421:21
*** yamamoto has joined #openstack-infra21:21
*** rlandy has joined #openstack-infra21:22
krotscheckclarkb: Static index would be awesome. Bash via cron?21:22
clarkbkrotscheck: ya, except if 64k is the issue I don't know that it solves anythin since ext4 hsa the same limit (thought we don't have problems iwth current ext4 filesytems)21:23
*** yamamoto has quit IRC21:23
fungibash (or python) called at the end of any modification to the tree preferably? don't want that index out of sync with the files it's indexing for longer than we can help21:23
clarkbyou would just do it at a directory level21:24
clarkbso as long as pypi doesn't completely delete projects we should be fine21:24
clarkbbut having said that you know it will appen now :)21:24
fungioh, i see, so we're just worried about indexing directory names, not file names21:24
krotscheckfungi: Yep.21:25
*** yamamoto has joined #openstack-infra21:25
fungiand leave the file listings in directories to the usual suspects21:25
clarkbya since pip always does a listing first iirc21:25
krotscheckSo there'd be a bit of a lag if a new library is added to wheel.21:25
krotscheckBut otherwise it'd be fine.21:25
* krotscheck wonders if we can do that in puppet.21:26
clarkbpip install foo==1.1.1 will say list foo at path, find 1.1.1 in that list, download that21:26
clarkbkrotscheck: I would detach it form puppet so that puppet doesn't need to be running to update it21:26
*** yamamoto has quit IRC21:26
krotscheckRight, and if foo is actually in Foo, then pip takes the 404 from /foo/, checks /, sees /Foo/, and reads that instead.21:26
krotscheckSo, bash & cron?21:27
clarkbya bash + cron or have pypi-mirror write it out orsomething21:28
krotscheckOptimally it could be part of the job, but there's no guarantee that wheel-slave's wheelhouse represents the same files as on the mirror.21:28
AJaegerclarkb, pleia2: If you find time this week to review my untested translation patch https://review.openstack.org/266565 and tell me whether that goes in the right direction, I would appreciate it...21:28
jasondotstarqq21:28
*** yamamoto has joined #openstack-infra21:29
*** kzaitsev_mb has quit IRC21:29
mgagneclarkb can't find an explanation for the failed launch attempt :-/ no logs on our side21:29
jasondotstardoes the -infra team have an environment for api testing that accessible publicly?21:29
jasondotstars/that/that's21:29
clarkbjasondotstar: what do you mean by api testing?21:29
jasondotstarwriting my own client code (i.e. for launching nova instances, etc)21:30
*** yamamoto has quit IRC21:30
*** dslevin has joined #openstack-infra21:30
jasondotstarspecifically this is for the (very early stage) openstack-vahana project21:30
clarkbjasondotstar: there is no permanent install that we manage for that no, instead we spin up clouds on demand using devstack and tear them down when done21:30
*** esker has joined #openstack-infra21:30
clarkbshade does its testing this way as do some of the other client libs21:31
clarkbthere is also trystack21:31
*** esker has quit IRC21:31
jasondotstarah21:31
jasondotstartrystack21:31
jasondotstarperhaps that is enough for now21:31
*** esker has joined #openstack-infra21:31
*** amitgandhinz has quit IRC21:31
*** hdd has quit IRC21:32
*** yamamoto has joined #openstack-infra21:32
mordredjasondotstar: I got myself accounts on 18 different public openstack clouds21:32
*** ZZelle_ has joined #openstack-infra21:32
jasondotstarmordred: wow.... all free?21:33
*** yamamoto has quit IRC21:33
mordredjasondotstar: nope21:33
jasondotstarah21:33
jasondotstarok21:33
*** rkukura has quit IRC21:33
clarkbit actually works pretty well to hit devstack21:33
*** yamamoto has joined #openstack-infra21:34
clarkbyou don't get to tickle cloud specific odditites but for asnwering the question of whether or not you mostly function against the api its good21:34
*** yamamoto has quit IRC21:34
*** amitgandhinz has joined #openstack-infra21:34
jasondotstaryep, that's basically what I'm looking for21:34
jasondotstarsomething that's a step above running locally21:35
*** jsavak has quit IRC21:35
*** yamamoto has joined #openstack-infra21:35
jasondotstarright now, we need just something reliable to test against21:35
*** hdd has joined #openstack-infra21:35
openstackgerritMatthew Thode proposed openstack/diskimage-builder: Initial add of gentoo support for diskimage-builder  https://review.openstack.org/26334921:35
*** abregman is now known as abregman|afk21:36
*** yamahata has quit IRC21:36
*** yamamoto has quit IRC21:36
clarkbI don't see vahana in gerrit so we wouldn't be able to run that for you just yet21:36
clarkbbut ya, make job that spins up devstack, executes test suite against live cloud, win21:36
AJaegerclarkb: there's a proposal to add vahana21:37
clarkbah ok21:37
jasondotstarwe just added one21:37
jasondotstarAJaeger: +121:37
*** yamamoto has joined #openstack-infra21:37
AJaegerclarkb: https://review.openstack.org/#/c/266549/21:37
jasondotstara prop that is21:37
jasondotstarhttps://review.openstack.org/#/c/26654921:37
clarkboh, iOS21:37
*** ildikov has quit IRC21:37
jasondotstarclarkb: +121:37
clarkbwe may have trouble executing that code21:37
AJaegerjasondotstar: please update it21:37
jasondotstarAJaeger: with?21:38
*** bharathm has quit IRC21:38
AJaegerjasondotstar: see my comments...21:38
clarkbas iOS dev env requires OS X right?21:38
clarkband isn't freely available etc21:38
*** yamamoto has quit IRC21:38
*** yamamoto has joined #openstack-infra21:38
jasondotstarAJaeger: ack21:39
jasondotstarnative iOS (swift, and objc) does require osx21:39
*** ociuhandu has quit IRC21:39
*** yamamoto has quit IRC21:40
*** yamamoto has joined #openstack-infra21:40
*** ildikov has joined #openstack-infra21:40
*** bharathm has joined #openstack-infra21:41
jeblairclarkb: ext4 doesn't have an (inbuilt) limit on directory entries21:41
clarkbjeblair: I thought it did, we ran into it with ext321:41
jeblairclarkb: ext3 does, but not ext421:41
clarkband ext4 doubled it so we remounted ext4 and continued on21:41
* AJaeger waves good night21:41
clarkbah ok21:42
clarkbthe difference was mounting ext3 as ext4 instead of converting21:42
*** abregman|afk has quit IRC21:42
jeblairi maintain it's never a good idea to have lots of things in a directory anyway, regardless of what your fs actually supports21:42
jeblairbut that's just my opinion as a sysadmin; i really like "ls" to return.  :)21:43
jlkclarkb: timrc: Did you get sorted out on flavor creation ?21:43
clarkbjlk: not that I have heard21:43
*** salv-orlando has quit IRC21:43
*** yamamoto_ has joined #openstack-infra21:43
jlkclarkb: so, you should be able to create new flavors at will21:44
*** salv-orlando has joined #openstack-infra21:44
clarkboh you mean we can create them ourselves?21:44
jlkand sort them out however you want21:44
jlkthrough the nova API21:44
jlkyeah21:44
*** gyee has joined #openstack-infra21:44
*** yamamoto_ has quit IRC21:44
clarkbhuh, also I am not familar enough with that cloud to know if we can safely bump the root disk size without changing our quota21:44
clarkbmordred: ^21:44
jeblairclarkb: yes, i created the flavor originally21:44
jlkhttp://developer.openstack.org/api-ref-compute-v2.1.html#createFlavor21:45
*** yamamoto_ has joined #openstack-infra21:45
*** yamamoto has quit IRC21:45
mordredclarkb: yes. you can use admin creds to use nova api - or you can use the horizon21:45
jeblairgive me a sec before you do anything; i believe i chose that value intentionally21:46
clarkbjeblair: ya that was my concern21:46
*** yamamoto_ has quit IRC21:46
mordredclarkb: also, now that ansible 2.0 is out, I was thinking we should make some ansible playbooks that manage some of our cloud things like flavor size21:46
clarkbthat we did maths and thats what the number was21:46
mordredjeblair: ^^ (to playbooks for managing cloud things like flavors)21:46
*** erlon has quit IRC21:46
openstackgerritSteve Martinelli proposed openstack-infra/project-config: set keystone's legacy_drivers job to voting  https://review.openstack.org/26658221:47
*** yamamoto has joined #openstack-infra21:47
*** baoli has joined #openstack-infra21:47
*** yamamoto has quit IRC21:47
*** yamamoto has joined #openstack-infra21:48
*** julim has quit IRC21:49
jeblairclarkb: the math is as follows: each hypervisor has 915G of space and 64 vcpus; the mirror is 300G.  (915-300)/8=76.  the current flavor is 60, which i think i chose because i wasn't sure how much we would have from ovh and didn't want to overshoot.21:49
*** yamamoto has quit IRC21:50
*** yamamoto has joined #openstack-infra21:50
jeblairnote, that we've since clarified we need 500G for the mirror, which leaves less than that.21:50
jeblairwe can increase the volume to 80G but we will lose a few instances.21:51
clarkbgotcha21:51
*** yamamoto has quit IRC21:51
jeblairi think we have since standardized on saying we'll have 80G, so i guess we should do that21:52
*** yamamoto has joined #openstack-infra21:52
openstackgerritIvan Kolodyazhny proposed openstack-infra/project-config: Add functional test job for python-brick-cinderclient-ext  https://review.openstack.org/26592521:52
clarkbya and as far as I know all of our current jobs are happy with that number21:52
jeblairclarkb: i have the screen up, shall i go ahead and punch in the number?21:52
clarkbjeblair: sure21:52
openstackgerritRamy Asselin proposed openstack-infra/puppet-openstackci: Make initial puppet steps more explcit  https://review.openstack.org/26658821:52
clarkbworst case nova scheudler will 500 if it can't place a node21:52
jeblairclarkb: okay, it's now 80G root 0 ephemeral21:53
jeblairclarkb: should we change to using ephemeral?21:53
*** Keedya_ has quit IRC21:53
clarkbjeblair: I am not sure if it makes a difference if using local storage21:53
*** yamamoto has quit IRC21:53
clarkbgood question for someone that knows nova probably21:53
jeblairclarkb: i guess it will trigger the swapfile code path in devstack-gate?21:53
*** trown is now known as trown|outttypeww21:53
*** yamamoto has joined #openstack-infra21:53
clarkbephemeral would yes21:53
clarkber no ephemeral would21:53
*** mudassirlatif has joined #openstack-infra21:54
clarkbusing ephemeral would trigger the repartition with swap fs21:54
jeblairi'm not really sure i have an opinion :)21:54
*** rockyg has quit IRC21:54
jlkwhat's the question?21:54
jeblairjlk: relative performance merits of just having a large root partition vs ephemeral drive21:55
jeblairjlk: i think clarkb suspects with the local storage in blue box, there's probably not a difference21:55
jlkhrm.21:55
jlkhonestly I'm not sure what the perf differences are between local instance storage vs a cinder volume21:56
*** yamamoto has quit IRC21:56
jlkone involve more network than the other.21:56
clarkbwell cinder is served via iscsi, so depends on networking21:56
fungii think if we're trying to squeeze the most out of our available backend disk capacity, then we want an 80gb rootfs, no ephemeral (so that we end up only using sparse swapfile in devstack-gate as needed)21:56
jeblairjlk: the ephemeral disk that we get by configuring that in a flavor is still the hypervisor-local disk in blue box, right?21:57
clarkband what the storage serving thta is based on21:57
*** MarkAtwood has joined #openstack-infra21:58
*** baoli has quit IRC21:58
cody-somervillewith mirror you might need a lot of concurrent access which storage cluster via cinder might be able to provide better than smaller number of local disks, assuming the storage cluster has hundreds of disks vs. handful of local disks per compute node.21:59
*** baoli has joined #openstack-infra21:59
*** jsavak has joined #openstack-infra22:00
fungii think the question was just about how to provision the filesystem(s) for worker instances22:00
*** ayoung has joined #openstack-infra22:00
openstackgerritMerged openstack-infra/subunit2sql: Add release notes for pending 1.2.0 release  https://review.openstack.org/26650722:00
*** eil397 has quit IRC22:00
fungifor mirrors we already provision a separate cinder volume when possible22:01
cody-somervilleah22:01
*** [1]Thelo has joined #openstack-infra22:02
cody-somervillejeblair: I was curious, did you ever figure out the zuul memory leak?22:02
fungiSamYaple: sdake: thanks for the clarification on the missing python-kollaclient repo. in the future, you probably also want to make the governance addition depends-on the project-config addition so that the tc doesn't approve another nonexistent repo into the list22:03
openstackgerritMerged openstack-infra/shade: Allow inventory filtering by cloud name  https://review.openstack.org/26351322:03
SamYaplefungi: agreed22:03
jeblaircody-somerville: no22:03
sdakefungi ack22:03
cody-somervillejeblair: Did anyone ever send in any clues?22:04
jeblaircody-somerville: no22:04
*** Thelo has quit IRC22:04
*** [1]Thelo is now known as Thelo22:04
*** krtaylor has joined #openstack-infra22:05
cody-somervillejeblair: Is your gut feeling that it is a change in zuul itself or a change in a dependency or maybe even configuration?22:05
openstackgerritMerged openstack-infra/subunit2sql: Disable session synchronization on deletes  https://review.openstack.org/26656222:05
clarkbjeblair: I was trying to remember, did the connections stuff merge around then?22:05
*** dkranz has quit IRC22:06
*** EricGonczer_ has joined #openstack-infra22:07
*** bharathm has quit IRC22:08
*** davidlenwell has quit IRC22:09
*** salv-orl_ has joined #openstack-infra22:09
jeblairclarkb: yes, it's high on my list of suspects.  however, the support for undefined projects is a candidate too.22:09
jeblaircody-somerville: ^ zuul22:09
*** thorst has quit IRC22:10
jeblairnote, i'm not actually investigating it.  i hope someone else will.22:10
*** baoli has quit IRC22:10
*** thorst has joined #openstack-infra22:10
*** EricGonc_ has quit IRC22:10
jeblairi believe jhesketh was going to start looking at it when he got back22:10
jeblairi was just hoping to collect more data for him22:11
*** baoli has joined #openstack-infra22:11
*** davidlenwell has joined #openstack-infra22:11
*** hongbin has left #openstack-infra22:12
*** vgridnev has quit IRC22:12
*** eharney has quit IRC22:12
*** salv-orlando has quit IRC22:12
*** jcoufal has quit IRC22:13
*** bharathm has joined #openstack-infra22:14
*** matrohon has quit IRC22:14
*** yamahata has joined #openstack-infra22:14
*** dims has quit IRC22:15
*** thorst has quit IRC22:15
*** eil397 has joined #openstack-infra22:16
openstackgerritMatthew Thode proposed openstack/diskimage-builder: Initial add of gentoo support for diskimage-builder  https://review.openstack.org/26334922:16
*** annegentle has quit IRC22:16
*** jamielennox|away is now known as jamielennox22:17
*** ggillies has quit IRC22:17
clarkbok bluebox nodes are starting to be deleted should see them using new flavor soon22:19
*** EricGonc_ has joined #openstack-infra22:19
*** EricGonczer_ has quit IRC22:20
*** ggillies has joined #openstack-infra22:20
*** peristeri has quit IRC22:20
*** baoli has quit IRC22:22
*** baoli has joined #openstack-infra22:22
*** ayoung has quit IRC22:23
*** EricGonc_ has quit IRC22:24
*** zz_ja is now known as zz_zz_ja22:24
*** _amrith_ is now known as amrith22:25
*** bharathm has quit IRC22:25
*** amitgandhinz has quit IRC22:25
SamYapleclarkb: jeblair re: disk flavor. My vote would be for having the ephemeral drive. We repartition to use it for swap and for Docker things. Using a loopback file for docker is drastically slower in previous tests (20m to 90m+)22:26
openstackgerritFei Long Wang proposed openstack-infra/project-config: Make zaqarclient-dsvm-functional job as voting  https://review.openstack.org/26659622:26
clarkbSamYaple: there is already swap22:26
*** amitgandhinz has joined #openstack-infra22:26
SamYapleunless its change bluebox did not have a swap disk22:26
*** bharathm has joined #openstack-infra22:26
clarkbSamYaple: and we don't have this control on every cloud22:26
clarkbSamYaple: we make a swap file22:27
dmsimardo/ any chance for an easy +A on https://review.openstack.org/#/c/266482/ ? :)22:27
*** Hal has joined #openstack-infra22:27
clarkbSamYaple: basically you don't want to depend on an epehemeral disk, we may still want to do it in bluebox but its not as easy in other clouds22:27
SamYapleright we do not at the Kolla side, but swap wasnt the real issue it was docker22:27
SamYapleyea im working on getting a decent performing gate without ephermal22:27
*** Hal is now known as Guest1731622:27
clarkbSamYaple: well anyone can then, also I highly recommend using the setup stuff we have in place for you22:27
clarkbbut whatever22:27
clarkbit will make sure you have the correct git repos, a swapfile, etc22:28
*** jpeeler has quit IRC22:28
SamYapleyea we have different requirements than most gates is all so we don't run those scripts22:28
SamYaplebut i think weve talked about this before22:28
clarkbSamYaple: I don't recall but it should be fine to run them...22:28
clarkbespecially if yo umiss things like swap :) thats what they exist for22:29
SamYapleswap is not an issue, its the docker needing a different backend22:29
*** ddieterly has quit IRC22:29
SamYapleif it had swap (like RAX) we would swapoff and repartition it for docker then do a swapfile in the past22:29
*** ddieterly has joined #openstack-infra22:30
clarkbyou can also repartition the root device22:30
asselin_hi, can someone create  feature/unit-tests branch based off of master for this project? https://review.openstack.org/#/admin/projects/openstack-infra/ciwatch,branches22:30
clarkbbut that is trickier22:30
*** piet has joined #openstack-infra22:30
*** erikmwilson_ has joined #openstack-infra22:31
clarkblike maybe we don't extend to the end of the disk on boot22:31
*** erikmwilson_ has quit IRC22:31
*** davideag_ has quit IRC22:31
*** _tzn has quit IRC22:31
SamYaplei suggested taht to mordred before, but as a configurable22:31
SamYaplehe pointed out these are built ahead of time, so this change would affect everyone22:31
SamYaplei actually like that idea personally22:31
clarkbyes it would affect everyone, but we could by default leave an 8GB tail that we just extend over on most jobs22:31
clarkb(not sure if it is a good alternative but would be doable)22:32
*** davideagnello has joined #openstack-infra22:32
*** gordc has quit IRC22:32
SamYapleill get back to you on that. ideally a filebackend would be the _best_ solution here. let me attempt again to get it performance. havent tried in about 6 months22:32
SamYapleas i told him this issue goes away with 16.04 gates because the newer kernel means i can use OverlayFS22:33
SamYaplethen all my problems are solved, so just trying to stop gap here22:33
*** Guest17316 has quit IRC22:33
*** baoli has quit IRC22:34
*** erikwilson has quit IRC22:34
*** baoli has joined #openstack-infra22:34
*** annegentle has joined #openstack-infra22:34
*** rkukura has joined #openstack-infra22:35
*** otter768 has joined #openstack-infra22:35
*** davideagnello has quit IRC22:35
asselin_patrickeast, does this really work for you? I'm getting exceptions: https://review.openstack.org/#/c/266041/222:35
*** amitgandhinz has quit IRC22:35
*** davideagnello has joined #openstack-infra22:36
mtreinishfungi: ok, the new version of subunit2sql is up: https://pypi.python.org/pypi/subunit2sql22:36
*** ociuhandu has joined #openstack-infra22:36
openstackgerritChris Jones proposed openstack-infra/project-config: Add project configuration for Vahana.  https://review.openstack.org/26654922:36
mtreinishonce puppet on logstash.o.o picks it up we can give the expire command another shot and it should hopefully work this time :)22:36
*** otter768 has quit IRC22:39
*** dingyichen has joined #openstack-infra22:41
*** armax has joined #openstack-infra22:42
rm_workis there a devstack specific channel?22:43
sc68calrm_work: #openstack-qa22:43
rm_workok, devstack is included in qa, got it :P thanks22:43
rm_work(I always ask here because it seems #infra is pretty much all-knowing)22:43
*** _nadya_ has joined #openstack-infra22:45
*** Swami has quit IRC22:46
*** baoli has quit IRC22:46
*** baoli has joined #openstack-infra22:47
*** bharathm has quit IRC22:47
*** bharathm has joined #openstack-infra22:48
*** Hal has joined #openstack-infra22:48
*** Hal is now known as Guest9146322:49
*** _nadya_ has quit IRC22:50
*** thorst has joined #openstack-infra22:51
*** piet has quit IRC22:51
*** rossella_s has quit IRC22:52
*** rossella_s has joined #openstack-infra22:52
*** thorst_ has joined #openstack-infra22:53
*** eliqiao has quit IRC22:54
*** davideagnello has quit IRC22:54
jheskethjeblair: sorry, missed your highlight earlier. Yes, I'm poking at the memory leak.. Haven't been able to obvoiusly reproduce it yet so I haven't gotten very far22:54
*** mriedem has quit IRC22:54
*** bharathm has quit IRC22:54
jheskethjeblair: the "Project None not found" errors should be fixed by https://review.openstack.org/#/c/135332/322:54
jheskeththose extra events have been there from before the memory leak so I don't think it's that (although it may help)22:55
*** eliqiao has joined #openstack-infra22:55
jheskethit also doesn't look to be the cache from grepping over the debug logs22:55
jheskethmind you it appears the cache is only cleared on a reconfigure. We do those often enough but we should also find another  time that is good for clearing it22:56
*** thorst has quit IRC22:56
*** davideagnello has joined #openstack-infra22:56
*** Paratosh has quit IRC22:57
*** bharathm has joined #openstack-infra22:57
jheskethI don't think we reconfigure enough for any of the old triggers/sources/reporters etc to be hanging around taking up memory, so I'm leaning away from that22:57
jheskethgiven the steady growth in memory consumption I'd lean towards some kind of change or event management, but that's as far as I've gotten22:58
jheskethand it's not very certain22:58
*** baoli has quit IRC22:58
*** baoli has joined #openstack-infra22:58
mtreinishfungi: looks like logstash.o.o has the latest version now: http://puppetboard.openstack.org/report/logstash.openstack.org/f360ea4f3dab380333a4a3d253cc1af3dc52086123:00
mtreinishso whenever you get a sec we should be good to try it again23:00
*** ccrouch has joined #openstack-infra23:01
*** sigmavirus24 is now known as sigmavirus24_awa23:01
jeblairjhesketh: oh, the project not found thing i was referring to was the support for undefined projects that was added for third-party ci systems which don't have every project defined in layout.yaml23:02
*** burgerk has quit IRC23:03
jheskethjeblair: ah right. You had mentioned the "None project" last week when the leak was found23:03
jheskethbut yes, that could be related23:03
*** Kiall has quit IRC23:03
*** tonytan4ever has quit IRC23:04
*** Kiall has joined #openstack-infra23:04
*** armax has quit IRC23:05
*** armax has joined #openstack-infra23:06
asselin_patrickeast, nevermind...user error23:06
*** amrith is now known as _amrith_23:07
*** markmcclain has quit IRC23:07
*** pradk has quit IRC23:08
*** markmcclain has joined #openstack-infra23:09
*** armax has quit IRC23:10
clarkbgreghaynes: did you get anywhere on those nodepool test fails?23:10
*** baoli has quit IRC23:10
*** baoli has joined #openstack-infra23:10
*** armax has joined #openstack-infra23:11
clarkbhrm gerrit is 503ing23:11
*** armax has quit IRC23:11
*** regXboi has quit IRC23:12
greghaynesclarkb: started looking at it - it is wierd23:12
clarkbmemory use has climbed quickly but GC doesn't seem to be a problem23:12
clarkbgreghaynes: it starts with https://review.openstack.org/#/c/231592/18 so looking there23:13
*** rkukura has quit IRC23:13
greghaynesclarkb: yep - basically the provider is not getting started after a reconfigure23:14
*** davideagnello has quit IRC23:14
greghaynesclarkb: in the log youll see a fake-provider is no longer running23:14
clarkbya23:15
clarkbmy browser really dislikes that log file23:15
*** ybathia has quit IRC23:15
*** ybathia has joined #openstack-infra23:16
*** davideagnello has joined #openstack-infra23:16
*** rkukura has joined #openstack-infra23:16
*** davidlenwell has quit IRC23:17
*** tzn has joined #openstack-infra23:17
*** davidlenwell has joined #openstack-infra23:18
*** armax has joined #openstack-infra23:18
clarkbgreghaynes: one odd thing is I thought we had jbelair updates tests for the new network stuff23:19
clarkbgreghaynes: but if you diff ps17 and ps18 there are no test differences23:19
asselin_bardia, btw I reproduced your issue: ImportError: No module named schedulers.background23:19
asselin_ on my test system23:19
clarkbgreghaynes: I am going to diff your patch against master23:19
clarkbhrm I don't see the delta I expected so I must be imaging int23:21
*** Sukhdev has joined #openstack-infra23:22
*** Guest91463 has quit IRC23:22
*** baoli has quit IRC23:22
*** baoli has joined #openstack-infra23:23
*** MarkAtwood has quit IRC23:24
clarkbgreghaynes: I think I may have figured it out23:24
*** markmcclain has quit IRC23:25
clarkbgreghaynes: the definitions of ConfigValue are different and the merge resolution won't be able to move that to the new file23:25
*** markmcclain has joined #openstack-infra23:26
*** e0ne has quit IRC23:26
jheskethjeblair: you know how some patches have failed to get into the gate... I saw a case yesterday where a change was behind an older patchset in a merged change. Zuul would do the check pipeline fine (presumably building on the old patchset as per gerrit), but it wouldn't enter the gate pipeline23:26
jheskethjeblair: for some reason it wouldn't grab the newer patchset to test against in the gate pipeline23:26
jheskethhave you seen that before?23:26
clarkbgreghaynes: anyways I am almost positive that is the issue, I can push a patch for it too if you want23:26
*** xyang1 has quit IRC23:27
*** dimtruck is now known as zz_dimtruck23:28
greghaynesclarkb: fun. yesplz23:29
greghaynesclarkb: busy with other stuff ATM23:29
*** rkukura has quit IRC23:29
clarkbI figured23:29
*** annegentle has quit IRC23:31
*** eliqiao has quit IRC23:31
*** eliqiao has joined #openstack-infra23:32
openstackgerritClark Boylan proposed openstack-infra/nodepool: Builders can be run on their own  https://review.openstack.org/23225123:33
openstackgerritClark Boylan proposed openstack-infra/nodepool: Decouple builders from nodepool instance  https://review.openstack.org/23213523:33
openstackgerritClark Boylan proposed openstack-infra/nodepool: Builders distinguish between failure and exception  https://review.openstack.org/24213123:33
openstackgerritClark Boylan proposed openstack-infra/nodepool: Make secure.conf optional  https://review.openstack.org/23280023:33
openstackgerritClark Boylan proposed openstack-infra/nodepool: Move nodepool config loading into module  https://review.openstack.org/23159223:33
openstackgerritClark Boylan proposed openstack-infra/nodepool: Decouple nodepool db and config from builders  https://review.openstack.org/22239823:33
clarkblets see how those do23:33
*** armax has quit IRC23:34
asselin_bardia, log output for reference: http://paste.openstack.org/show/483674/23:34
*** baoli has quit IRC23:34
*** baoli has joined #openstack-infra23:35
*** armax has joined #openstack-infra23:35
*** _amrith_ is now known as amrith23:36
*** weshay_xchat has quit IRC23:37
openstackgerritMatthew Thode proposed openstack/diskimage-builder: Initial add of gentoo support for diskimage-builder  https://review.openstack.org/26334923:38
*** sigmavirus24_awa is now known as sigmavirus2423:38
*** sabeen3 has quit IRC23:40
*** armax has quit IRC23:40
*** armax has joined #openstack-infra23:41
*** ddieterly has quit IRC23:41
greghaynesclarkb: AH23:41
greghaynesclarkb: I see23:41
openstackgerrithardik proposed openstack-infra/project-config: Fixed mistral experimental job  https://review.openstack.org/26503023:41
*** ddieterly has joined #openstack-infra23:42
bardiaasselin_: its looks like the puppet installed apscheduler correctly in the logs. How did you repro the issue?23:42
clarkbgreghaynes: ya git won't realiez that it has a merge conflict on that23:42
clarkbhe dangers of moving code23:42
Theloasselin:  regarding yesterday issue (LIBS FROM GIT does not pick up), I put the logs here (http://paste.openstack.org/show/483675/)23:42
greghaynesclarkb: yep. fortunately we have tests23:42
asselin_bardia, I had an old test setup. I renewed it and zuul was starting but failing to create the pid. I ran it as non-daemon and found the same? stack trace as you23:43
asselin_bardia, but in my case poking puppet a bit, it did install the needed dependency correctly23:43
*** Hal has joined #openstack-infra23:43
bardiaasselin_: yeah thats pretty much what happened in my case23:44
asselin_Thelo, do you have the full devstacklog?23:44
*** Hal is now known as Guest1886023:44
asselin_bardia, no, in your case, even poking puppet caused it to not update that dependency...at least that's what I understood23:44
*** armax has quit IRC23:44
*** akshai has quit IRC23:44
bardiaasselin_: yeah I meant the issue minus the puppet poking :)23:44
*** sdake has quit IRC23:45
bardiaasselin_: what was the poking you did to puppet23:45
*** rkukura has joined #openstack-infra23:45
*** armax has joined #openstack-infra23:45
jlkjeblair: ephemeral disk is local to the hypervisor. It's a RAID 10 array, 6 device, SAS 10K rpm23:45
jlkclarkb: ^^23:45
asselin_bardia, basically the same this I had you do yesterday, uninstall the dependency, change the version of /opt/zuul, and run puppet to have it reinstall it23:46
bardiaasselin_: ah okay23:46
*** baoli has quit IRC23:46
*** baoli has joined #openstack-infra23:47
*** armax has quit IRC23:47
clarkbjlk: and that is separate from what the root disks are served from? or is it shared?23:47
*** sigmavirus24 is now known as sigmavirus24_awa23:47
*** armax has joined #openstack-infra23:47
fungimtreinish: i'm back and have it running again now23:47
mtreinishfungi: ok cool, thanks23:48
* mtreinish crosses his fingers23:48
jlkclarkb: separate from the root disks23:48
clarkbhrm23:48
asselin_clarkb, can you create a feature branch for us? https://review.openstack.org/#/admin/projects/openstack-infra/ciwatch,branches23:48
*** sigmavirus24_awa is now known as sigmavirus2423:48
clarkbjlk: what is the useable disk on that?23:48
jlkclarkb: the root OS is on a raid 1 of 2 disks23:48
clarkbjlk: er total useable disk23:48
*** angdraug has quit IRC23:48
jlkclarkb: the ephermal, it depends on if these are "enterprise" class nodes, or standard nodes.23:48
clarkbuh23:48
asselin_clarkb, feature/unit-tests based off of master23:49
jeblairjlk, clarkb: i think we are enterprise?23:49
*** oomichi_away is now known as oomichi23:49
jlkit's either 1.2TB of storage per compute, or 2.4TB of storage per compute23:49
clarkbin either case thats plenty for an 80GB ephemeral disk right?23:49
* clarkb remembers napkin math and believes that is correct23:49
jlkoh yes23:49
jeblairjlk: should that show up in horizon?  i only recall seeing a single pie chart for disk, which sounds like it might be a simplified view.23:49
clarkbwell its 80GB x 823:50
clarkbI think23:50
jlkyeah, horizon shows the aggregate in the overview23:50
jlkthere might be a way to view specific hypervisor data in the admin tab23:50
jeblairclarkb: yeah, we have vcpus for 8 instances / hypervisor23:50
*** weshay_xchat has joined #openstack-infra23:50
clarkbso maybe we want to do 30GB / and 80GB epehemeral23:51
clarkbcould do bigger epehemeral too23:51
*** armax has quit IRC23:51
clarkbbut this keeps it from being crazy23:51
jeblairjlk: so if horizon says we have 915G per, and both the root and ehpmeral are included in that, sounds like we're actually 'standard'?23:51
jlkHorizon is going ot report the disk space available to Nova23:51
jlkwhich would not include the root partition23:51
jlkif it says 915G per, then yeah I think that's "standard"23:52
jlknot enterprise23:52
jlkhow many cores does it say?23:52
jlkVCPUs23:52
jeblair64 vcpus23:52
jlkhttps://www.blueboxcloud.com/products/pricing is our price sheet for the Dedicated product.23:52
jlkoh hrm.23:52
jlk64 CPUs sounds like .. weird.23:53
jlklet me actually look at your account.23:53
*** rkukura has quit IRC23:54
*** annegentle has joined #openstack-infra23:54
jeblairclarkb: btw, we need to restart nodepool to pick up the flavor changes23:55
*** bpokorny_ has joined #openstack-infra23:55
clarkbjeblair: oh, I didn't realize23:55
jeblairclarkb: (the id changed out from under us when i edited the existing flavor)23:55
jeblairclarkb: and nodepool caches that permanently23:55
*** amuller_afk is now known as amuller23:55
jlkyeah, your account says these are 64 cores, and 2TB of storage, that might be raw storage before raid?23:55
clarkbgotcha23:55
*** Guest18860 has quit IRC23:55
jeblairclarkb: but i'll wait until we finish this conversation in case we want to change the flavor again23:56
clarkbya soundling like we may want to use ephemeral to free up root disk for the mirror23:56
jeblairjlk: i don't see any more detailed info in horizon; maybe nova commands would split them out?23:57
jlkI was going to log directly into the box and see what it says there23:57
jeblairhard to argue with that23:57
*** piet has joined #openstack-infra23:57
Theloasselin: here https://drive.google.com/file/d/0B08i3ee8d70RVFI4dUhoUUpuQWc/view?usp=sharing23:58
*** baoli has quit IRC23:58
Theloasselin: ( sorry my log server ip is not reachable from outside my company yet)23:59
*** bpokorny has quit IRC23:59
*** bharathm has quit IRC23:59
*** baoli has joined #openstack-infra23:59
*** rkukura has joined #openstack-infra23:59

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