Friday, 2014-04-25

*** msabramo has quit IRC00:10
*** msabramo has joined #openstack-infra00:12
*** e0ne has joined #openstack-infra00:16
*** wenlock has quit IRC00:17
*** e0ne has quit IRC00:21
*** signed8bit_ZZZzz has quit IRC00:23
*** signed8bit has joined #openstack-infra00:24
*** msabramo has quit IRC00:24
*** changbl has joined #openstack-infra00:25
*** _nadya_ has quit IRC00:26
*** xchu_ has joined #openstack-infra00:28
*** devoid has joined #openstack-infra00:29
*** lakshmi has quit IRC00:31
*** Ryan_Lane1 has joined #openstack-infra00:32
*** nati_ueno has joined #openstack-infra00:32
*** devoid1 has joined #openstack-infra00:32
*** devoid has quit IRC00:35
*** Ryan_Lane1 has quit IRC00:36
*** tteggel_ has joined #openstack-infra00:38
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Keep setup.cfg flake8.extensions in numerical order  https://review.openstack.org/9026200:39
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Move docstring/list checks into their own file  https://review.openstack.org/9026300:39
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Move localization checks into their own file  https://review.openstack.org/9026400:39
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Move git checks into their own file  https://review.openstack.org/9026500:39
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Move other checks into their own file  https://review.openstack.org/9026600:39
*** mrodden1 has quit IRC00:40
*** mancdaz has quit IRC00:44
*** Alex_Gaynor_ has joined #openstack-infra00:44
*** tteggel has quit IRC00:48
*** johnthetubaguy has quit IRC00:48
*** Alex_Gaynor has quit IRC00:48
*** johnthetubaguy has joined #openstack-infra00:48
*** mancdaz has joined #openstack-infra00:48
*** tteggel_ is now known as tteggel00:48
*** Alex_Gaynor_ is now known as Alex_Gaynor00:48
*** exz has quit IRC00:48
*** _nadya_ has joined #openstack-infra00:52
*** mrodden has joined #openstack-infra00:59
*** yongli has joined #openstack-infra01:00
*** mrodden1 has joined #openstack-infra01:00
*** msabramo has joined #openstack-infra01:02
*** mrodden has quit IRC01:03
*** amcrn has quit IRC01:05
*** yjiang5 has joined #openstack-infra01:05
yjiang5clarkb:01:05
yjiang5clarkb: hi01:05
yjiang5clarkb: sorry missed your response at #openstack-qa,01:06
*** marcoemorais has quit IRC01:11
yjiang5clarkb: will talk to you tomorrow.01:12
*** yjiang5 is now known as yjiang5_away01:13
*** exz has joined #openstack-infra01:13
*** marcoemorais has joined #openstack-infra01:14
mrodden1so i'm not entirely sure what my next actions are here https://review.openstack.org/#/c/8874701:14
*** mrodden1 is now known as mrodden01:14
*** e0ne has joined #openstack-infra01:16
*** marcoemorais has quit IRC01:20
*** e0ne has quit IRC01:20
*** yamahata has joined #openstack-infra01:21
mordredclarkb: I figured it out!!!!01:25
*** HenryG has joined #openstack-infra01:25
*** alexpilotti has quit IRC01:28
mroddenthats a lot of !01:29
mroddenand now i'm curious01:29
mordredmrodden: I'm working on migrating nodepool to usediskimage-builder01:30
mroddenooh01:30
*** markwash has quit IRC01:31
mroddenbut you can't deploy images built with it?01:31
mroddenor can you01:31
mrodden?01:31
mordredoh - still working on building them :)01:32
mordredthere is a place where our puppet and diskimage-builder were stepping on each other01:32
mroddeno01:32
mordrednamely, in infra we deploy caching nameservers on all of the nodes to deal with cloudfail01:32
mordredbut in dib services don't get run because it's an offline image creator01:32
*** Ryan_Lane1 has joined #openstack-infra01:32
mroddenright01:32
mordredbut the qemu-ndb bind-mount was causing further actions to pick up the /etc/resolv.conf that puppet laied down01:33
mordredwhich was not valid because the nameserver was not running01:33
mordredso ...01:33
mroddenchicken and egg01:33
mroddenheh01:33
mordredI'm going to use a trick that we use to protect the nodes from getting screwed by rackspace fileinjection01:33
*** nosnos has joined #openstack-infra01:33
mordredwhich is to chattr +i the file before we snapshot the image (currently)01:33
mordredso I'm going to do that before I run puppet01:34
mroddenlol01:34
mordredso puppet can't step on the file :)01:34
mroddenchattr +i == super secret sysadmin tool of awesome01:34
mordredright?01:34
mordredso awesome01:34
mroddeni've used it to prevent udev "fixing" my rules files01:34
*** hogepodge has joined #openstack-infra01:35
*** praneshp has quit IRC01:35
*** mriedem has quit IRC01:35
mordredcompueters are helpfullll01:35
mroddenso how do you deploy the dib images?01:36
*** saschpe has quit IRC01:36
mroddenas VMs on the cloud VMs?01:36
mroddeni should probably just read01:36
*** saschpe- has joined #openstack-infra01:36
*** Ryan_Lane1 has quit IRC01:37
mordredyah01:39
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Remove H901,H902 since it is a duplicate of H714,H713  https://review.openstack.org/9026901:39
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Add noqa everywhere that it is easy to do so  https://review.openstack.org/9027001:39
mordredso, basically, the idea for this will be that we'll make the images with dib01:39
mordredand then we'll upload them to the cloud(s) via glance01:39
mordredand then boot them there01:39
mroddenthey let you upload images?01:39
*** gokrokve has quit IRC01:40
mordredthe process today is that we create a template node, ssh into it, run specialization commands, do a nova image-create, then launch nodepool nodes from that01:40
mordredboth hp and rackspace now have beta services for glance uploading01:40
mroddencool01:40
mordredyah. it's like we're gonna use this cloud and stuff01:40
mroddendo you know what Sergey is asking me to do here https://review.openstack.org/#/c/88747/ ?01:43
mroddenam i just supposed to add bash8 as a project under Oslo?01:44
*** devoid1 is now known as devoid01:45
mordredI think he's suggesting that if we're going to make it a repo under openstack-dev, that conveys a level of officialness - so maybe we should get buyin from dhellmann and oslo01:45
mroddengotcha01:45
mroddensuppose i can catch dhellman tomorrow01:46
*** mbacchi has quit IRC01:49
*** _nadya_ has quit IRC01:50
*** rlandy has quit IRC01:52
*** mriedem has joined #openstack-infra01:53
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Fix py33, make sure skip_on_py3 is part of every check  https://review.openstack.org/9027101:56
*** gokrokve has joined #openstack-infra02:11
*** gokrokve_ has joined #openstack-infra02:13
*** gokrokve has quit IRC02:15
*** e0ne has joined #openstack-infra02:16
*** _nadya_ has joined #openstack-infra02:17
*** pcrews has quit IRC02:19
*** e0ne has quit IRC02:20
*** mriedem has quit IRC02:24
*** niska has quit IRC02:28
*** hogepodge has quit IRC02:28
*** renlt has joined #openstack-infra02:29
*** niska has joined #openstack-infra02:30
*** zhiyan_ is now known as zhiyan02:33
openstackgerritLe Tian Ren proposed a change to openstack-infra/config: Create powervc-driver project under Stackforge  https://review.openstack.org/9001702:33
*** yongli has quit IRC02:35
*** Longgeek has joined #openstack-infra02:37
*** timrc is now known as timrc-afk02:37
*** sweston has quit IRC02:44
*** sweston has joined #openstack-infra02:44
*** sweston has quit IRC02:45
*** nati_ueno has quit IRC02:46
*** nijaba has quit IRC02:46
*** masayukig has quit IRC02:47
*** yongli has joined #openstack-infra02:49
*** dkehn is now known as dkehn_zzzz02:51
*** yaguang has joined #openstack-infra02:55
*** pmathews has joined #openstack-infra02:58
*** nijaba has joined #openstack-infra02:59
*** nijaba has joined #openstack-infra02:59
*** pcrews has joined #openstack-infra02:59
*** david-lyle has joined #openstack-infra03:01
*** david-lyle has quit IRC03:02
*** Ryan_Lane has quit IRC03:07
*** wenlock has joined #openstack-infra03:08
*** marcoemorais has joined #openstack-infra03:11
*** marcoemorais has quit IRC03:12
*** harlowja is now known as harlowja_away03:13
*** e0ne has joined #openstack-infra03:16
*** signed8bit has quit IRC03:18
*** e0ne has quit IRC03:21
*** Ryan_Lane has joined #openstack-infra03:34
openstackgerritBen Nemec proposed a change to openstack-infra/config: Add dib-utils project  https://review.openstack.org/9028103:35
*** sdake_ has quit IRC03:38
*** Ryan_Lane has quit IRC03:38
*** nosnos has quit IRC03:45
*** pcrews has quit IRC03:47
*** praneshp has joined #openstack-infra03:52
*** praneshp_ has joined #openstack-infra03:53
*** praneshp has quit IRC03:57
*** praneshp_ is now known as praneshp03:57
*** Alexei_987 has quit IRC03:57
*** unicell has joined #openstack-infra04:00
*** Ryan_Lane has joined #openstack-infra04:10
*** UtahDave has joined #openstack-infra04:15
*** e0ne has joined #openstack-infra04:16
*** chandan_kumar has joined #openstack-infra04:21
*** e0ne has quit IRC04:21
*** MarkAtwood has joined #openstack-infra04:24
*** pmathews has quit IRC04:39
*** talluri has joined #openstack-infra04:40
*** devoid has quit IRC04:42
openstackgerritLe Tian Ren proposed a change to openstack-infra/config: Create powervc-driver project under Stackforge  https://review.openstack.org/9001704:44
*** lazy_prince has joined #openstack-infra04:45
*** nosnos has joined #openstack-infra04:53
*** matsuhashi has joined #openstack-infra04:54
*** wenlock has quit IRC04:59
*** e0ne has joined #openstack-infra05:16
*** e0ne has quit IRC05:21
*** afazekas has quit IRC05:24
*** matsuhashi has quit IRC05:24
*** e0ne has joined #openstack-infra05:26
*** ildikov has quit IRC05:30
*** MarkAtwood has quit IRC05:34
*** thomasbiege has joined #openstack-infra05:37
*** matsuhashi has joined #openstack-infra05:40
*** yjiang has joined #openstack-infra05:43
*** afazekas has joined #openstack-infra05:45
*** mrmartin has joined #openstack-infra05:49
*** _nadya_ has quit IRC05:51
SergeyLukjanovmrodden, mordred, exactly, that's what I mean - contact dhellmann [and then tc probably] for blessing05:53
*** MarkAtwood has joined #openstack-infra05:56
openstackgerritA change was merged to openstack-dev/hacking: Fix typo: backsplash=>backslash  https://review.openstack.org/8971105:56
*** enikanorov_ has joined #openstack-infra06:00
*** pcrews has joined #openstack-infra06:01
*** sdake_ has joined #openstack-infra06:02
*** nati_ueno has joined #openstack-infra06:09
*** ildikov has joined #openstack-infra06:10
renltSergeyLukjanov: Would you please help review again https://review.openstack.org/90017, thanks!06:12
*** matsuhashi has quit IRC06:14
*** _nadya_ has joined #openstack-infra06:17
*** pcrews has quit IRC06:18
*** rcarrillocruz has joined #openstack-infra06:24
*** matsuhashi has joined #openstack-infra06:24
*** nati_ueno has quit IRC06:25
*** rcarrill` has quit IRC06:26
*** mrmartin has quit IRC06:26
*** e0ne has quit IRC06:28
*** e0ne has joined #openstack-infra06:29
*** nati_ueno has joined #openstack-infra06:33
SergeyLukjanovrenlt, sure, I'll take a look on it06:38
*** morganfainberg is now known as morganfainberg_Z06:41
*** _nadya_ has quit IRC06:41
*** _nadya_ has joined #openstack-infra06:41
*** jlibosva has joined #openstack-infra06:42
*** nati_ueno has quit IRC06:48
*** e0ne has quit IRC06:49
*** rwsu has quit IRC06:57
*** nati_ueno has joined #openstack-infra06:58
ttxmtreinish: late answer: no, it takes sched some time to recognize new toics06:59
ttxtopics*06:59
*** jhesketh has quit IRC07:00
*** jhesketh_ has joined #openstack-infra07:01
*** nosnos has quit IRC07:02
*** jpich has joined #openstack-infra07:03
*** maxbit_ has quit IRC07:12
*** maxbit has quit IRC07:14
*** matsuhashi has quit IRC07:15
*** _nadya_ has quit IRC07:15
*** matsuhashi has joined #openstack-infra07:15
*** _nadya_ has joined #openstack-infra07:16
*** ominakov has joined #openstack-infra07:21
*** jhesketh_ has quit IRC07:23
*** mancdaz has quit IRC07:25
*** praneshp_ has joined #openstack-infra07:25
*** amotoki has quit IRC07:25
*** mancdaz has joined #openstack-infra07:25
*** thomasbiege has quit IRC07:26
*** praneshp has quit IRC07:27
*** praneshp_ is now known as praneshp07:27
*** matsuhashi has quit IRC07:28
*** matsuhashi has joined #openstack-infra07:29
*** matrohon has quit IRC07:29
*** _nadya_ has quit IRC07:30
*** che-arne has quit IRC07:31
*** gokrokve_ has quit IRC07:31
*** gokrokve has joined #openstack-infra07:32
*** ihrachyshka has joined #openstack-infra07:32
*** skraynev has quit IRC07:33
*** thomasbiege has joined #openstack-infra07:34
*** _nadya_ has joined #openstack-infra07:34
*** jgallard has joined #openstack-infra07:35
*** gokrokve has quit IRC07:36
*** e0ne has joined #openstack-infra07:38
*** hashar has joined #openstack-infra07:40
*** e0ne_ has joined #openstack-infra07:45
*** basha_ has joined #openstack-infra07:45
*** praneshp has quit IRC07:46
*** skraynev has joined #openstack-infra07:47
*** nati_ueno has quit IRC07:48
*** e0ne has quit IRC07:48
openstackgerritZhongyue Luo proposed a change to openstack-dev/hacking: Keep setup.cfg flake8.extensions in numerical order  https://review.openstack.org/9026207:49
*** jamielennox is now known as jamielennox|away07:51
SergeyLukjanovsdague, could you take a look please at https://review.openstack.org/#/c/89501/ (for fast approve probably :))07:53
openstackgerritZhongyue Luo proposed a change to openstack-dev/hacking: Keep setup.cfg flake8.extensions in numerical order  https://review.openstack.org/9026207:56
*** Ryan_Lane1 has joined #openstack-infra07:56
*** BadCub has quit IRC07:59
*** mkerrin has quit IRC07:59
*** Ryan_Lane1 has quit IRC07:59
*** ildikov_ has joined #openstack-infra08:02
*** matrohon has joined #openstack-infra08:02
*** gokrokve has joined #openstack-infra08:02
*** dizquierdo has joined #openstack-infra08:03
*** lukego has joined #openstack-infra08:03
*** gokrokve has quit IRC08:04
*** gokrokve has joined #openstack-infra08:04
*** ildikov has quit IRC08:05
*** pblaho has joined #openstack-infra08:05
*** basha_ has quit IRC08:06
*** matsuhashi has quit IRC08:06
*** mkerrin has joined #openstack-infra08:06
*** matsuhashi has joined #openstack-infra08:07
*** gokrokve has quit IRC08:08
*** derekh has joined #openstack-infra08:09
*** nosnos has joined #openstack-infra08:11
openstackgerritA change was merged to openstack-infra/odsreg: Fix misspellings in odsreg  https://review.openstack.org/7204908:12
*** homeless has quit IRC08:13
*** dizquierdo has quit IRC08:15
openstackgerritNikita Konovalov proposed a change to openstack-infra/storyboard-webclient: Return after successfull auth  https://review.openstack.org/9030808:19
openstackgerritMarton Kiss proposed a change to openstack-infra/config: Create groups-static-pages project  https://review.openstack.org/8973408:19
*** mrmartin has joined #openstack-infra08:20
openstackgerritA change was merged to openstack-dev/hacking: Keep setup.cfg flake8.extensions in numerical order  https://review.openstack.org/9026208:20
*** ildikov has joined #openstack-infra08:21
*** MarkAtwood has quit IRC08:21
renltSergeyLukjanov, thanks for the review. next step, I just need wait for approval before we can setup and commit code change in the new created project on stackforge?08:22
*** e0ne_ has quit IRC08:23
*** ildikov_ has quit IRC08:23
openstackgerritA change was merged to openstack-infra/gitdm: adjusting affiliation  https://review.openstack.org/9024308:24
*** jooools has joined #openstack-infra08:25
*** e0ne has joined #openstack-infra08:26
*** shardy_afk is now known as shardy08:26
*** dguerri is now known as _dguerri08:30
*** _dguerri is now known as dguerri08:30
SergeyLukjanovrenlt, yup08:30
SergeyLukjanovmordred, could you please take a look at https://review.openstack.org/#/c/89382/ ?08:30
*** e0ne_ has joined #openstack-infra08:33
*** dguerri is now known as _dguerri08:35
*** _dguerri is now known as dguerri08:35
*** e0ne has quit IRC08:36
*** matsuhashi has quit IRC08:36
*** skolekonov has joined #openstack-infra08:38
*** oomichi has quit IRC08:40
renltSergeyLukjanov, thanks:)08:44
*** ccorrigan has quit IRC08:45
*** nosnos has quit IRC08:46
openstackgerritA change was merged to openstack-infra/config: Add sandbox project to storyboard for testing  https://review.openstack.org/8840408:50
openstackgerritA change was merged to openstack-infra/config: Only publish translated guides for master  https://review.openstack.org/8813508:51
*** jgallard has quit IRC08:58
*** darraghb has joined #openstack-infra08:58
*** jgallard has joined #openstack-infra08:58
*** cody-somerville has quit IRC08:58
openstackgerritA change was merged to openstack-infra/zuul: Add subway map to status page  https://review.openstack.org/8431408:58
*** Longgeek has quit IRC08:59
*** Longgeek has joined #openstack-infra08:59
*** darraghb has quit IRC09:00
*** darraghb has joined #openstack-infra09:00
*** gokrokve has joined #openstack-infra09:02
*** Longgeek has quit IRC09:03
openstackgerritA change was merged to openstack-infra/config: Move to using ssh_authorized_key type  https://review.openstack.org/8734009:03
openstackgerritA change was merged to openstack-infra/storyboard-webclient: Added loading UI for current user name  https://review.openstack.org/9018909:04
openstackgerritA change was merged to openstack-infra/storyboard-webclient: Tag Input Control  https://review.openstack.org/8457109:04
*** basha_ has joined #openstack-infra09:05
*** thomasbiege has quit IRC09:05
openstackgerritA change was merged to openstack-infra/config: Adding GerritBot to openstack-sdks for the PHP and Go SDKs.  https://review.openstack.org/8831509:05
openstackgerritA change was merged to openstack-infra/storyboard-webclient: Tag Complete Control  https://review.openstack.org/8457909:07
*** gokrokve has quit IRC09:07
*** yongli has quit IRC09:09
*** renlt has quit IRC09:10
*** cody-somerville has joined #openstack-infra09:11
*** zhiyan is now known as zhiyan_09:14
*** rediskin has joined #openstack-infra09:15
openstackgerritA change was merged to openstack-infra/storyboard: Update a sample projects file  https://review.openstack.org/9003209:16
*** skolekonov has left #openstack-infra09:16
*** che-arne has joined #openstack-infra09:23
openstackgerritA change was merged to openstack-infra/zuul: Tweak job layout css in status page  https://review.openstack.org/8431609:24
openstackgerritA change was merged to openstack-infra/zuul: Adjust change headings on status page  https://review.openstack.org/8431709:24
*** Longgeek has joined #openstack-infra09:26
*** skraynev has quit IRC09:27
*** andreaf has joined #openstack-infra09:27
openstackgerritNikita Konovalov proposed a change to openstack-infra/storyboard: Added test for migrations  https://review.openstack.org/9004709:28
*** skraynev has joined #openstack-infra09:30
*** yjiang has quit IRC09:30
openstackgerritA change was merged to openstack-infra/storyboard-webclient: Fixed padding on refresh icon.  https://review.openstack.org/9018209:32
*** yamahata has quit IRC09:35
*** basha_ has quit IRC09:43
*** miarmak has quit IRC09:44
*** ociuhandu has quit IRC09:45
*** miarmak has joined #openstack-infra09:47
*** matsuhashi has joined #openstack-infra09:47
*** ociuhandu has joined #openstack-infra09:49
*** nosnos_ has joined #openstack-infra09:52
*** ociuhandu has quit IRC09:54
*** che-arne has quit IRC09:57
*** UtahDave has quit IRC09:58
*** yolanda has quit IRC10:00
*** gokrokve has joined #openstack-infra10:03
openstackgerritA change was merged to openstack-infra/storyboard-webclient: Story list views now filter with status  https://review.openstack.org/8806610:04
*** jgallard has quit IRC10:07
*** gokrokve has quit IRC10:08
*** matsuhashi has quit IRC10:11
*** che-arne has joined #openstack-infra10:12
*** matsuhas_ has joined #openstack-infra10:14
*** ociuhandu has joined #openstack-infra10:17
*** ociuhandu_ has joined #openstack-infra10:20
*** ildikov has quit IRC10:20
openstackgerritA change was merged to openstack-infra/os-loganalyze: Add colors/filters to Sahara logs  https://review.openstack.org/8950110:21
*** ildikov has joined #openstack-infra10:21
*** e0ne_ has quit IRC10:21
openstackgerritNikita Konovalov proposed a change to openstack-infra/storyboard: Added test for migrations  https://review.openstack.org/9004710:22
*** ociuhandu has quit IRC10:22
*** ociuhandu_ is now known as ociuhandu10:22
*** jcoufal has joined #openstack-infra10:24
*** ociuhandu_ has joined #openstack-infra10:27
*** xchu_ has quit IRC10:27
*** ociuhandu has quit IRC10:29
*** ociuhandu_ is now known as ociuhandu10:29
*** matsuhas_ has quit IRC10:30
*** yamahata has joined #openstack-infra10:41
*** matsuhashi has joined #openstack-infra10:42
*** matsuhashi has quit IRC10:43
*** waterkinfe has joined #openstack-infra10:44
*** adalbas has quit IRC10:46
*** renlt has joined #openstack-infra10:52
*** ildikov has quit IRC10:52
openstackgerritYuriy Taraday proposed a change to openstack-infra/git-review: Remove parsing of --help and variants from our code  https://review.openstack.org/9033510:52
*** ildikov has joined #openstack-infra10:52
*** mburned_out is now known as mburned10:56
*** jcoufal has quit IRC10:56
*** dguerri is now known as _dguerri10:57
*** ihrachyshka has quit IRC10:57
*** ihrachyshka has joined #openstack-infra10:58
*** e0ne has joined #openstack-infra11:00
*** _nadya_ has quit IRC11:00
*** gokrokve has joined #openstack-infra11:03
*** nosnos_ has quit IRC11:03
*** maxbit has joined #openstack-infra11:03
*** maxbit_ has joined #openstack-infra11:04
*** adalbas has joined #openstack-infra11:04
*** e0ne has quit IRC11:05
*** gokrokve_ has joined #openstack-infra11:05
*** vhoward has joined #openstack-infra11:05
*** gokrokve has quit IRC11:08
*** gokrokve_ has quit IRC11:10
*** mwagner_lap has quit IRC11:11
openstackgerritA change was merged to openstack/requirements: Kazoo has moved onto 1.3.1  https://review.openstack.org/8013411:13
*** alexpilotti has joined #openstack-infra11:16
*** ildikov_ has joined #openstack-infra11:20
*** julim has joined #openstack-infra11:21
*** julim has quit IRC11:22
*** ildikov has quit IRC11:22
sdagueSergeyLukjanov: on https://review.openstack.org/#/c/88747/ - I don't think we need to sort out governance up front (comments left in review)11:28
SergeyLukjanovsdague, reading11:28
SergeyLukjanovsdague, fair enough, removing my -111:28
*** _nadya_ has joined #openstack-infra11:31
openstackgerritA change was merged to openstack/requirements: allow for NON_STANDARD_REQS override  https://review.openstack.org/8516711:33
*** ociuhandu has quit IRC11:34
*** ociuhandu has joined #openstack-infra11:34
*** alexpilotti has quit IRC11:35
*** alexpilotti has joined #openstack-infra11:35
*** amotoki has joined #openstack-infra11:36
*** julim has joined #openstack-infra11:36
*** rediskin has quit IRC11:42
portanteFolks, seeing "ValueError: invalid version number '2.0.3.68.ga99c2ff'" in swift functional test check jobs11:47
portanteSee http://logs.openstack.org/38/88438/4/check/check-swift-dsvm-functional/a00b051/console.html11:47
portanteis this a known problem?11:47
chmouelportante: i had one fixed like that but that was for py311:51
chmouelportante: ah not the same sorry for noise11:51
chmouelthat's some PBR magic, http://openstackreactions.enovance.com/wp-content/uploads/2014/04/magick.gif11:52
*** zehicle_at_dell has quit IRC11:52
portantechmouel: thanks, though11:52
portanteyes, nose does not appear to like some package version11:52
chmouelwhat 2.0.3.68.ga99c2ff  mean?11:53
*** alexpilotti has quit IRC11:56
*** jgallard has joined #openstack-infra11:57
*** adalbas has quit IRC11:59
portantechmouel: no idea, not sure where it comes from11:59
*** alexpilotti has joined #openstack-infra12:00
*** rcarrill` has joined #openstack-infra12:00
*** rcarrillocruz has quit IRC12:01
*** gokrokve has joined #openstack-infra12:03
*** hashar has quit IRC12:04
*** renlt has quit IRC12:04
sdagueportante: that looks like the autogenerated version from git12:04
*** etoews has quit IRC12:05
*** jgallard has quit IRC12:06
*** jgallard has joined #openstack-infra12:06
*** gokrokve has quit IRC12:07
*** etoews has joined #openstack-infra12:09
*** CaptTofu has quit IRC12:11
*** CaptTofu has joined #openstack-infra12:12
*** prad has joined #openstack-infra12:12
*** fifieldt has quit IRC12:12
*** pdmars has joined #openstack-infra12:15
*** yamahata has quit IRC12:15
*** adalbas has joined #openstack-infra12:15
*** CaptTofu has quit IRC12:16
*** etoews has quit IRC12:16
*** etoews has joined #openstack-infra12:17
*** hashar has joined #openstack-infra12:18
*** mbacchi has joined #openstack-infra12:19
*** smarcet has joined #openstack-infra12:20
*** weshay has joined #openstack-infra12:24
*** mriedem has joined #openstack-infra12:24
*** markmc has joined #openstack-infra12:27
*** rcarrill` is now known as rcarrillocruz12:33
*** e0ne has joined #openstack-infra12:34
*** lazy_prince has quit IRC12:36
*** dkliban_afk is now known as dkliban12:38
*** basha_ has joined #openstack-infra12:39
*** simonmcc_ is now known as simonmcc12:41
*** dkehn_zzzz is now known as dkehn12:41
*** basha_ has quit IRC12:43
*** dizquierdo has joined #openstack-infra12:43
*** alexpilotti has quit IRC12:45
*** mwagner_lap has joined #openstack-infra12:46
*** rlandy has joined #openstack-infra12:49
*** rlandy_ has joined #openstack-infra12:49
*** rlandy_ has quit IRC12:49
*** _nadya_ has quit IRC12:51
*** _nadya_ has joined #openstack-infra12:51
*** timrc-afk is now known as timrc12:51
*** mrodden has quit IRC12:52
*** tru_tru has quit IRC12:54
*** tru_tru has joined #openstack-infra12:54
*** dkranz has joined #openstack-infra12:55
*** thomasbiege has joined #openstack-infra12:58
*** talluri has quit IRC12:59
*** rfolco has joined #openstack-infra13:00
*** dprince has joined #openstack-infra13:00
*** zns has joined #openstack-infra13:00
*** dims has quit IRC13:01
*** alexpilotti has joined #openstack-infra13:02
*** dims has joined #openstack-infra13:03
*** mrodden has joined #openstack-infra13:03
*** gokrokve has joined #openstack-infra13:03
*** _nadya_ has quit IRC13:04
*** signed8bit has joined #openstack-infra13:06
*** gokrokve has quit IRC13:08
*** pblaho has quit IRC13:08
openstackgerritPavlo Shchelokovskyy proposed a change to openstack/requirements: troveclient 1.0.4 released  https://review.openstack.org/8654213:08
*** prad has quit IRC13:11
*** yaguang has quit IRC13:13
*** smarcet has quit IRC13:15
*** alexpilotti has quit IRC13:16
*** signed8bit has quit IRC13:16
*** signed8bit has joined #openstack-infra13:16
*** dkliban is now known as dkliban_afk13:17
*** smarcet has joined #openstack-infra13:18
*** alexpilotti has joined #openstack-infra13:19
*** hashar is now known as hasharAway13:20
*** zz_gondoi is now known as gondoi13:21
*** hdd has joined #openstack-infra13:27
*** mkerrin has quit IRC13:28
*** waterkinfe has quit IRC13:28
*** thomasem has joined #openstack-infra13:29
*** CaptTofu has joined #openstack-infra13:30
*** mrodden1 has joined #openstack-infra13:31
*** mrodden has quit IRC13:31
anteayaresults: http://lists.openstack.org/pipermail/openstack-dev/2014-April/033707.html13:31
anteayacongratulations jeblair13:31
anteayaand to all candidates and newly elected members13:32
*** _nadya_ has joined #openstack-infra13:34
*** mrodden1 has quit IRC13:35
chmouelwelldone!13:39
sdagueanteaya: nice, looks like a good group13:40
*** dims has quit IRC13:41
anteayasdague: yes good to see some new faces13:41
anteayawas jaypipes on the tc before?13:41
*** adalbas has quit IRC13:42
sdagueback when I first joined the project13:42
sdaguewhen there were more open seats as there were only 5 PTLs13:43
*** dims has joined #openstack-infra13:43
anteayaah okay13:44
anteayawell not new then but good to have him back13:44
*** hasharAway is now known as hashar13:44
BobBallAwayQuestion... can you vote twice on a change?  XenServer CI system got a failure from gerrit trying to post a vote to https://review.openstack.org/#/c/87312/13:44
*** zns has quit IRC13:45
BobBallAway'Could not vote. Voting failed for change 4d73de664db4d0ea54bf6e231e81be5ca7901f97'13:45
*** thomasbiege has quit IRC13:45
*** BobBallAway is now known as BobBall13:45
anteayainteresting13:45
anteayaif you are a person, you can vote again, to change your vote13:45
anteayaI han't encountered that error before13:46
BobBallit's from SSH but I can see of course you can vote twice because that's what rechecks do...13:46
BobBallI therefore don't understand that error cuz the change isn't closed :)13:46
sdagueBobBall: when did it fail?13:47
*** prad has joined #openstack-infra13:47
sdagueanteaya: the raw data is interesting. A lot of people didn't seem to rank that many candidates13:47
BobBallrunning the vote command13:47
*** mdenny has joined #openstack-infra13:47
anteayasdague: still in announcing phase, havn't looked at the raw data yet13:48
* anteaya looks13:48
BobBallsdague: http://paste.openstack.org/show/77091/13:48
BobBallsdague: not that I think the logs are that helpful :/13:48
BobBallwe couldn't vote on https://review.openstack.org/#/c/90356/ either for some reason - even though it passed and we haven't voted on it before13:50
*** _nadya_ has quit IRC13:51
*** Longgeek has quit IRC13:51
*** homeless has joined #openstack-infra13:51
BobBallI'm sorry :( It was my fault :(13:51
BobBallI had killed the ssh-agent that it depended on for the key!13:51
sdagueheh13:51
BobBallIt would have been helpful if it gave an authentication failure though :D13:52
BobBallLet me try and fix that so I don't embarass myself in future.13:52
anteayayeah, not all gerrit errors are accurate13:52
*** Longgeek has joined #openstack-infra13:52
anteayasometime it just gives you what it has13:52
*** doug-fish has joined #openstack-infra13:52
*** dims has quit IRC13:53
anteayalike I finally found out an ssh error that it was giving me when I tried to run manage-projects locally was probably due to a github key error13:53
*** SumitNaiksatam has quit IRC13:53
anteayanot a gerrit key error13:53
anteayaBobBall: it is always good to hear from you13:53
anteayasdague: yes I see what you are seeing13:54
anteayamany voters picked a few and had no opinion on the rest13:54
sdagueyep13:54
*** zns has joined #openstack-infra13:55
anteayaI will make an effort this round to encourage the electorate to get engaged in the community more regarding the tc and the duties of the ptl13:55
BobBallEven when it's to hear from me so I can embarass myself anteaya?  I suppose that being the courts jester does have its perks too :)13:55
anteayaBobBall: no, I embarass myself every day13:55
*** dims has joined #openstack-infra13:55
sdaguewhich is fine. Though the UI doesn't really indicate that's what people are doing, because they are still listed at the same level.13:55
*** adalbas has joined #openstack-infra13:55
anteayanever know what day it is, never know what time it is13:55
*** zns has quit IRC13:55
* sdague awaits ttx's bubble chart graph13:55
anteayalook at voter #28 for example13:56
anteayathe picked out their top 3 choices and left the rest as 1713:56
*** jcoufal has joined #openstack-infra13:56
*** zns has joined #openstack-infra13:56
anteayawould be good to have their opinion about positions 1 to 10 at least13:56
anteayaand ttx is the man with the graphs13:57
ttxsdague: I fear the bubble graph would feel a bit like I was bragging13:57
anteayacongratulations ttx13:57
anteayaeven if it something you have done before?13:57
anteayathat was an excellent graphic?13:58
ttxanteaya: I'll probably do it again. I'm not that humble.13:58
BobBallMaybe make the ttx bubble have a smiley face13:58
sdaguettx: if you give me the scripts, I'll do it :)13:58
ttxsdague: I wish it was fully scripted13:58
* ttx remembers adding the names in front of lines by copypasting in Gimp13:59
sdaguettx: I'm going to have to introduce you to matplotlib :)13:59
*** CaptTofu has quit IRC14:00
anteayayay, pretty data pictures14:00
anteayarunning elections is good for my twitter karma today14:00
*** CaptTofu has joined #openstack-infra14:00
*** MarkAtwood has joined #openstack-infra14:01
sdagueanteaya: if you care, vish's twitter is @vish14:02
anteayaah thanks14:02
*** Shrews has quit IRC14:03
*** _nadya_ has joined #openstack-infra14:04
*** Shrews has joined #openstack-infra14:04
*** gokrokve has joined #openstack-infra14:04
*** CaptTofu has quit IRC14:04
*** Longgeek has quit IRC14:04
*** AJaeger has quit IRC14:06
*** thedodd has joined #openstack-infra14:12
*** e0ne has quit IRC14:12
*** dansmith is now known as superdan14:13
*** chandan_kumar has quit IRC14:13
*** e0ne has joined #openstack-infra14:15
*** mrodden has joined #openstack-infra14:17
*** jgrimm has joined #openstack-infra14:19
*** e0ne_ has joined #openstack-infra14:19
*** e0ne has quit IRC14:22
*** Longgeek_ has joined #openstack-infra14:23
*** marun has joined #openstack-infra14:27
*** pdmars has quit IRC14:28
*** pdmars has joined #openstack-infra14:29
*** devoid has joined #openstack-infra14:29
*** CaptTofu has joined #openstack-infra14:29
*** ildikov_ has quit IRC14:30
*** MarkAtwood has quit IRC14:31
*** bnemec is now known as beekneemech14:31
mtreinishttx: thanks, yeah I saw it update itself eventually14:31
*** ihrachyshka has quit IRC14:31
phschwartzmorning infra14:36
*** ihrachyshka has joined #openstack-infra14:36
*** amotoki has quit IRC14:37
*** Longgeek has joined #openstack-infra14:38
*** Longgeek_ has quit IRC14:39
anteayamorning phschwartz14:40
jeblairanteaya: thanks!14:42
jeblairi also eagerly await ttx's chart14:43
ttxjeblair: i'm actually more interested in the run of the same election in "proportional" mode14:44
ttxsame ballot14:44
ttxto see what it gives14:44
*** dims has quit IRC14:45
jeblairttx: was the extra data collection to do that enabled?14:45
ttxyes14:45
*** dims has joined #openstack-infra14:47
jeblairneat.  what's the process to see that?14:47
anteayahttp://civs.cs.cornell.edu/cgi-bin/results.pl?id=E_d34934c9fd1f628214:47
anteayaat the bottom, show details14:47
jeblairso do we take that data and run it through a proportional algorithm ourselves?14:48
*** ihrachyshka has quit IRC14:49
anteayaI think that is what ttx does14:50
anteayathere is an option to download in CSV format14:50
*** wenlock has joined #openstack-infra14:51
*** jlibosva has quit IRC14:51
*** dkliban_afk is now known as dkliban14:51
*** aysyd has joined #openstack-infra14:51
*** jcoufal has quit IRC14:55
dhellmannanteaya: reading now14:56
dhellmannanteaya: I think the content in https://etherpad.openstack.org/p/TO1UOA0H3x is good, though the order is a little confusing (maybe because it's a WIP?). I like the summary at the top, but the spoofing details are split into 2 sections separated by the (apparently unrelated) workflow changes14:59
*** CaptTofu has quit IRC15:00
dhellmannanteaya: maybe instead of mentioning "spoofing warning" in the summary, just say "you need to verify the new host keys for the new server"? or maybe leading with the error message as you are will get people to read it :-)15:00
anteayado you think leading with the error message will get people to read it?15:03
anteayadhellmann: can you make the changes you suggest so I can see them?15:03
anteayajeblair: what is left to do for the gerrit upgrade?15:03
dhellmannanteaya: sure, just a sec15:03
anteayaor to prepare for it15:03
anteayadhellmann: thanks15:04
jeblairanteaya: i'm going to eat breakfast, and then chime in on the etherpad....15:04
jeblairanteaya: then when we like that, we make it a wiki page, and send out a reminder announcement linking to it15:04
*** zhiyan_ is now known as zhiyan15:05
jeblairanteaya: then i think we're about ready (modulo any issues sweston finds)15:05
anteayaokay, enjoy breakfast15:05
anteayasounds good15:05
*** zhiyan is now known as zhiyan_15:07
dhellmannanteaya: ok, how does that look now?15:08
anteayamuch better flow15:12
anteayayou are right15:12
anteayathanks for fresh eyes15:12
anteayalet's hear jim's thoughts after he finishes breakfast15:12
*** markmcclain has joined #openstack-infra15:12
*** pcrews has joined #openstack-infra15:13
*** BadCub has joined #openstack-infra15:14
dhellmannanteaya: I'm glad to be of service!15:16
*** e0ne_ has quit IRC15:16
*** e0ne has joined #openstack-infra15:16
anteayadhellmann: :D15:16
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: Add .gitignore  https://review.openstack.org/9018815:16
*** gyee has joined #openstack-infra15:17
openstackgerritJoão Vale proposed a change to openstack-infra/jenkins-job-builder: Fail if specified set of defaults is not found.  https://review.openstack.org/9039915:18
*** timrc is now known as timrc-afk15:24
*** adalbas has quit IRC15:26
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: Add tests, make it work on Python 3  https://review.openstack.org/9011415:29
*** david-lyle_ has joined #openstack-infra15:32
openstackgerritSergey Skripnick proposed a change to openstack-infra/config: Add check-rally-dsvm-cinder job  https://review.openstack.org/9040215:33
*** david-lyle_ is now known as david-lyle15:34
*** hashar has quit IRC15:35
*** Longgeek has left #openstack-infra15:35
*** Longgeek has quit IRC15:35
*** pmathews has joined #openstack-infra15:36
*** mancdaz has quit IRC15:36
*** exz has quit IRC15:36
*** johnthetubaguy has quit IRC15:36
*** zehicle_at_dell has joined #openstack-infra15:38
openstackgerritSergey Skripnick proposed a change to openstack-infra/config: Add check-rally-dsvm-keystone  https://review.openstack.org/9040415:38
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: Add tests, make it work on Python 3  https://review.openstack.org/9011415:41
*** jaypipes has joined #openstack-infra15:41
*** andreaf has quit IRC15:41
*** aysyd has quit IRC15:42
*** timrc-afk is now known as timrc15:43
*** lukego has quit IRC15:44
anteayajaypipes: yay15:44
anteayacongratulations15:44
jaypipes?15:44
jaypipesfor?15:44
anteayathe tc election results15:44
anteayaha ha ha15:45
jaypipesoh... had not seen them yet.15:45
anteayayou are in15:45
anteayawell done15:45
jaypipesoh, thx :)15:45
jeblairjaypipes: cheers!15:45
*** markwash has joined #openstack-infra15:45
anteayahttp://lists.openstack.org/pipermail/openstack-dev/2014-April/033707.html15:45
jaypipesty, jeblair :)15:45
*** mancdaz has joined #openstack-infra15:46
*** exz has joined #openstack-infra15:46
*** johnthetubaguy has joined #openstack-infra15:46
*** david-lyle has quit IRC15:46
*** david-lyle has joined #openstack-infra15:46
*** mrmartin has quit IRC15:51
Shrewsjeblair: who controls the openstack-dev ML? would be nice if we could add "Ironic" as a filterable topic category.15:51
jeblairShrews: according to http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev15:51
jeblairShrews: OpenStack-dev list run by thierry at openstack.org, stefano at openstack.org15:51
jeblairttx:  is here, reed doesn't seem to be online right now15:52
Shrewshrm, suppose i should have scrolled down a bit further.  thx  :)15:52
jeblairShrews: you can also send mail to openstack-dev-owner@lists.openstack.org15:52
anteayattx was just heading out15:52
*** med_ has quit IRC15:53
*** medberry has joined #openstack-infra15:53
*** dims has quit IRC15:53
*** SumitNaiksatam has joined #openstack-infra15:54
*** dims has joined #openstack-infra15:55
*** cp16net is now known as cramillionare15:56
*** cramillionare is now known as cp16net15:57
*** morganfainberg_Z is now known as morganfainberg15:57
*** yfried has quit IRC15:58
*** aysyd has joined #openstack-infra15:58
*** cp16net is now known as cramillionaire15:59
*** markmcclain has quit IRC16:00
*** marcoemorais has joined #openstack-infra16:02
*** _nadya_ has quit IRC16:03
jeblairanteaya: what do you think of it now?16:04
*** zehicle_at_dell has quit IRC16:04
* anteaya looks again16:04
*** aysyd has quit IRC16:04
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: Add tests, make it work on Python 3  https://review.openstack.org/9011416:05
*** vhoward has left #openstack-infra16:06
*** aysyd has joined #openstack-infra16:06
*** _nadya_ has joined #openstack-infra16:06
anteayajeblair: great16:07
anteayaI changed one "it" to "'Workflow'"16:07
anteayaship it16:07
anteayashall I do up a wikipage?16:07
jeblairanteaya: i already have one up; 1 sec16:08
anteayak16:08
*** zns has quit IRC16:08
*** zhiyan_ is now known as zhiyan16:08
*** imcsk8 has quit IRC16:10
*** julienvey has quit IRC16:10
* jeblair remembers wiki markup16:10
*** imcsk8 has joined #openstack-infra16:10
anteayaI always have to look it up16:11
anteayaI can never remember it16:11
*** david-lyle has quit IRC16:12
*** jooools has quit IRC16:12
*** adalbas has joined #openstack-infra16:12
*** zhiyan is now known as zhiyan_16:14
*** aysyd has quit IRC16:15
*** chandan_kumar has joined #openstack-infra16:15
jeblairanteaya: https://wiki.openstack.org/wiki/GerritUpgrade16:16
* anteaya clicks16:16
*** jpich has quit IRC16:17
anteayalooks great16:18
zaromorning16:19
jeblairzaro: see https://wiki.openstack.org/wiki/GerritUpgrade16:19
*** dizquierdo has quit IRC16:19
jeblairactually, i'll change "has recently upgraded" to "will upgrade on ..."16:20
*** dkliban is now known as dkliban_afk16:20
jeblairand then on monday we can change the text16:20
* anteaya nods16:20
zarolooking16:20
anteayazaro: morning16:20
*** david-lyle has joined #openstack-infra16:20
mordredjeblair: how hard would it be to time-rate-limit node spinups in nodepool?16:20
*** e0ne has quit IRC16:21
jeblairmordred: well, there is the command rate limit16:22
jeblairmordred: since most commands are now either create or delete (with checks done as a single command for all nodes and cached every N seconds)16:22
jeblairmordred: that would actually get you pretty close, if "n/sec" was the kind of thing you were going for16:23
clarkbmordred though one would hope the cloud rate limit reflects the manageable rate16:23
jeblairintro sentence updated16:24
zaroanteaya, jeblair : wiki looks good.  wondering if it would make sense to change 'CR' column to just 'R'?16:24
*** aysyd has joined #openstack-infra16:24
jeblairzaro: can we do that?16:24
jeblairi thought that was automagic16:25
zarojeblair: yes16:25
*** branen has joined #openstack-infra16:25
zarojeblair: gerrit automatically takes 'CR' from first captial letters of 'Code-Review'16:25
jeblairzaro: i'm in favor of changing CR->R (matches existing behavior and reads better)16:25
jeblairzaro: how do we change it?16:26
zarojeblair: but you can set it to anything in project.config16:26
* anteaya agrees16:26
jeblairzaro: did we ever find out if we can change the order?  V C W instead of C V W?16:27
zarodon't think so but am reviewing docs again.16:28
jeblairi changed CR -> R in the wiki16:29
zaroahh it's abbreviations.. https://gerrit-review.googlesource.com/Documentation/config-labels.html#label_abbreviation16:31
mordredclarkb: yah16:31
mordredjeblair: k. I ask because I sent stats about 1.1 usage to some folks at HP - and _one_ of them (the same guy you tried to show graphs to in san francisco, btw) suggested we try limiting to one machine per minute and see how that affects the success rate16:31
*** yjiang5_away is now known as yjiang516:32
mordredif it's easy, I figured just trying it and producing numbers might be less effort than, you know, arguing16:32
*** sdake_ has quit IRC16:32
yjiang5Will jekins fail to fetch openstack git tree like http://logs.openstack.org/06/84906/5/check/gate-nova-specs-python27/7ef5567/console.html ? I really meet some strange errors recently.16:32
*** markmcclain has joined #openstack-infra16:32
*** david-lyle has quit IRC16:32
mordredI mean, 1 per minute is 10 less than what our daily usage for that cloud is - but meh16:33
jeblairmordred: we're not fully migrated to 1.1 yet; are those figures current usage or anticipated usage when we finish migrating?16:33
jeblairyjiang5: that's surprising; i thought we fixed those errors16:34
dstufftwould nodepool be useful for someone wanting to manage a pool of throw away nodes but who doesn't care about devstack (but maybe has other hings that can be built once a day?) It seems like this would fit exactly what nodepool is doing, but I don't know how integrated the devstack pieces are or how flexibile nodepool is16:34
*** basha_ has joined #openstack-infra16:35
jeblairmordred: did any dns related changes merge to puppet or nodepool?16:35
jeblairdstufft: nodepool doesn't know about devstack at all; all the prep stuff is completely configurable16:35
*** hdd has quit IRC16:35
jeblairdstufft: so quite likely16:35
*** _nadya_ has quit IRC16:35
dstufftjeblair: are there docs anywhere for nodepool?16:36
jeblairdstufft: it's still fairly tied to jenkins at this point (that's how it decides that a node is used), but we're planning on making that part of it managed by gearman functions16:36
dstufftjeblair: ok. I'll have to think about that16:38
jeblairdstufft: 1 sec on docs16:38
mordreddstufft: it's fairly easy to set one up16:38
mordredjeblair: figure are current usage - I wrote a script to produce numbers from our nodepool logs16:39
zarojeblair: i don't see a way to customize column order, it looks like it's either alphabetical or in the order it's defined in project.config.  i'll check which.16:39
dstufftI was thinking earlier about expanding pip's testing infra, and i'd need something to manage a pool of throw aways, and rebuilding once a day would be cool because then I can test pip against the dev branches of Python too16:39
mordredjeblair: and no changes to dns scripts to my knowledge16:39
*** basha_ has quit IRC16:39
zarojeblair: i'll update the patch to set abbreviation for 'CR' to 'R'16:39
mordreddstufft: nod16:39
* mordred still wants to test pip PRs against openstack and report back ...16:40
jeblairdstufft: i don't think they've been published yet: https://git.openstack.org/cgit/openstack-infra/nodepool/tree/doc/source16:40
*** UtahDave has joined #openstack-infra16:40
jeblairdstufft: (i think they should show up at ci.openstack.org/nodepool after we merge the next change to nodepool)16:40
dstufftok16:41
*** UtahDave has joined #openstack-infra16:41
anteayayes pleia2 has a nodepool publish job merged16:41
anteayahttps://review.openstack.org/#/c/84857/216:41
jeblairmordred: we may need to triple those values then16:41
*** david-lyle has joined #openstack-infra16:42
*** darraghb has quit IRC16:43
mordredjeblair: yah16:43
*** jgallard has quit IRC16:43
jeblairresolv.conf on a bare-precise node in rax-dfw has the broken rackspace nameservers16:43
mordredjeblair: wtf? did the chattr not work?16:44
jeblairthis is starting to get really, really, annoying.16:44
jeblairYOU MUST USE OUR NAMESERVERS.  AND THEY WILL NOT WORK.16:44
clarkb:(16:44
*** hogepodge has joined #openstack-infra16:45
*** harlowja_away is now known as harlowja16:45
yjiang5jeblair: do you have any link to that bug?16:45
mordredpvo: ping ^^16:46
*** wchrisj has joined #openstack-infra16:46
*** wchrisj has left #openstack-infra16:46
*** jogo is now known as flashgordon16:46
jeblair2014-04-25 14:19:23,555 INFO nodepool.image.build.rax-dfw.bare-precise: Parameter key failed on Ssh_authorized_key[/home/jenkins/.ssh/authorized_keys]: Key must not contain whitespace: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC6WutNHfM+YdnjeNFeaIpvxqt+9aDn95Ykpmc+fASSjlDZJtOrueH3ch/v08wkE4WQKg03i+t8VonqEwMGmApYA3VzFsURUQbxzlSz5kHlBQSqgz5JTwUmnt1RH5sePL5pkuJ6JgqJ8PxJod6fiD7YDjaKJW/wBzXGnGg2EkgqrkBQXYL4hyaPuSwsQF0Gdwg3QFqXl+R/GrM6FscUkkJzbjqGKI216:46
jeblairmordred: ^16:46
*** derekh has quit IRC16:47
mordreduhm16:47
jeblairmordred: image builds are failing due to that16:47
mordredlooking16:48
*** mkerrin has joined #openstack-infra16:48
*** vponomaryov has left #openstack-infra16:49
*** lakshmi has joined #openstack-infra16:50
*** _nadya_ has joined #openstack-infra16:51
mordredjeblair: did we update the hiera values when we landed that change?16:52
*** afazekas has quit IRC16:53
jeblairmordred: i don't believe i did16:53
zarojeblair: ohh, no patch update required CR was already set to 'R' https://review.openstack.org/#/c/70818/10/doc/source/gerrit.rst16:53
mordredok. well, I'll go do that - and it looks like we missed something in the patch itself - follow up coming16:54
*** amcrn has joined #openstack-infra16:54
*** chandan_kumar has quit IRC16:54
jeblairmordred: i believe under precise on rax, the resolvconf config was supposed to update /etc/resolv.conf.  but then i think we added a resolv.conf file to precise for some reason, so that broke the resolvconf update16:56
*** MarkAtwood has joined #openstack-infra16:56
*** _nadya_ has quit IRC16:56
*** MarkAtwood has quit IRC16:57
jeblairbut then, of course, i don't know why resolv.conf would be updated with the values from rax (i thought only /etc/network/interfaces was file-injected, so i wouldn't expect resolv.conf to be updated)16:58
openstackgerritJames E. Blair proposed a change to openstack-infra/config: Always make /etc/resolv.conf immutable  https://review.openstack.org/9042316:58
jeblairthere's a stab in the dark ^16:58
*** igor has joined #openstack-infra16:59
jeblairwe could add resetting /etc/resolv.conf to 127.0.0.1 to the nodepool script that gets run on each node after it's brought up16:59
jeblairanteaya, zaro: https://etherpad.openstack.org/p/HFQeIIlFs117:00
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Fix up ssh key usage  https://review.openstack.org/9042417:00
mordredjeblair: ^^ check me on that17:00
jeblairanteaya, zaro: if that looks good, i'll send that email to openstack-dev17:00
*** igor__ has quit IRC17:00
* anteaya reads17:01
*** arnaud has joined #openstack-infra17:01
*** zns has joined #openstack-infra17:01
anteayalink works, nice and brief17:01
anteayaat least we have something to point to now when they show up in channel17:01
anteayalgtm17:01
jeblairmordred: you don't need a one line file for that, you could just do "ssh-rsa $value" in the puppet17:02
mordredjeblair: oh! duh17:02
mordredlemme fix17:02
mordredthanks17:02
jeblairmordred: np; rest looks good17:02
jeblairanteaya: i think i'll say "third and final" since i'm not replying to a previous message (and have changed the subject slightly to include [infra])17:04
* anteaya nods17:04
jeblair(in case this is the only one people have seen, they will know that there really have been others)17:04
anteayasounds good17:04
mordredjeblair: ok. there was only one value in hiera that needed updating17:05
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Fix up ssh key usage  https://review.openstack.org/9042417:05
jeblairsent17:06
jeblairmordred: aprvd17:07
*** openstackstatus has quit IRC17:07
jeblairi've restarted statusbot so it has the new 2-second rate limit change17:08
*** openstackstatus has joined #openstack-infra17:08
jeblairit should finish joining all the channels in about another minute.  :/17:09
*** markwash has quit IRC17:09
mordredjeblair: ready to run our own IRC network yet?17:10
jeblairmordred: zephyr17:10
mordredjeblair: ++17:10
mordredjeblair: does zephyr do chat rooms?17:10
jeblairi don't know.  i'm pretty sure it does wall though.17:11
*** dangers_away is now known as dangers17:11
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: Add tests, make it work on Python 3  https://review.openstack.org/9011417:12
mordredthat's all I care about17:12
jeblairbtw, that's "write all", not the facetwit thing.17:12
jeblairso how about i ask statusbot to go ahead and send this:17:13
jeblairnotice Gerrit will be unavailable for a few hours starting at 1600 UTC on Monday April 28th for an upgrade.  See https://wiki.openstack.org/wiki/GerritUpgrade17:13
jeblairthat should just broadcast something in all our channels, but not change the subjects.17:13
*** zns has quit IRC17:14
anteayayup17:15
jeblairwatching the statusbot log is reading all the channels at once; from this i can tell, they are not very busy right now.17:15
jeblair#status notice Gerrit will be unavailable for a few hours starting at 1600 UTC on Monday April 28th for an upgrade.  See https://wiki.openstack.org/wiki/GerritUpgrade17:16
openstackstatusjeblair: sending notice17:16
openstackstatusNOTICE: Gerrit will be unavailable for a few hours starting at 1600 UTC on Monday April 28th for an upgrade. See https://wiki.openstack.org/wiki/GerritUpgrade17:16
*** Ryan_Lane1 has joined #openstack-infra17:17
openstackstatusjeblair: finished sending notice17:17
*** zns has joined #openstack-infra17:18
zarojeblair, anteaya : i think there's a bug with abbreviation. it's set on review-dev, but not reflected in the UI.  investigating further.17:18
*** ominakov has quit IRC17:18
jeblairhrm, even with the 2 second delay, the messages are still getting dropped17:19
jeblairhrm, maybe it should use the notice command instead17:21
JayFjeblair: I would reel my email back in if possible, just found the link to https://review.openstack.org/#/settings/ssh-keys on the wiki :(17:21
*** arnaud has quit IRC17:22
jeblairJayF: heh, no problem.  any discussion about this is helpful :)17:23
JayFalthough tbh, having it documented somewhere other than on the new server itself might be worthwhile17:23
*** mfer has joined #openstack-infra17:24
jeblairJayF: actually, it's one of the more secure places we have available -- since you're visiting it through an https connection, it's secured by the SSL cert trust chain17:24
jeblairi mean, that's clearly not the highest bar, but at least it's not trivial17:25
JayFThat's fair, but at least if it was in a GPG signed email I could trust you (or your key) instead of a CA, but your point is well taken )17:25
JayF:)17:25
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: Add .gitignore  https://review.openstack.org/9018817:26
jeblairJayF: yes; maybe on monday we'll send out a gpg signed mail with the fp's17:26
jeblairprobably better for fungi to do that since i missed the keysigning event last summit, so probably more people trust his key17:27
clarkbya I think fungi has the larger web of trust17:27
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: Add tests, make it work on Python 3  https://review.openstack.org/9011417:27
jeblairi'm a little reluctant to do it now to avoid confusion17:27
jeblairbut including it in the all-clear email seems like a good idea17:28
*** russellb is now known as rustlebee17:28
*** nati_ueno has joined #openstack-infra17:29
clarkbI just approved https://review.openstack.org/#/c/90043/17:29
clarkbeven with the grenade hiccup the switch to testing icehouse has been really smooth compared to havana17:29
clarkbI think the job templating really helped17:30
anteayanice17:31
*** nati_uen_ has joined #openstack-infra17:31
*** dkehn is now known as dkehn_afk17:32
*** dkliban_afk is now known as dkliban17:33
*** nati_ueno has quit IRC17:34
mugsieis there anyone around who can give a +A to this review https://review.openstack.org/#/c/87540/ ?17:36
mugsiehave a +2 already17:36
*** yidclare has joined #openstack-infra17:39
*** morganfainberg is now known as morganfainberg_Z17:39
* mordred thinks that zaro should, for his next trick, add gpg support to gerrit17:41
mordredwell - along with reviewing proposed tags17:41
mordredbecause if gerrit grokked reviewing tags, and also grokked gpg17:41
zaroanteaya, jeblair : verified that abbreviations don't work.  We should change wiki back to 'CR'.  upstream bug added https://code.google.com/p/gerrit/issues/detail?id=261817:42
mordredthen gerrit could display a key verification on a proposed tag17:42
mordredand stuff17:42
clarkbspeaking of gerrit stuff and new gerrit17:42
clarkbwe can update the acl to only allow signed tags17:43
mordredclarkb: ooh. excellent17:43
clarkbmugsie: today is mostly going to be spent in prep for the gerrit upgrade17:43
mordredsince we only deal with those on the output side, we should definitely do that17:43
clarkbmugsie: I am not sure if jeblair wants us adding projects been now and then17:43
clarkbjeblair: ^ didn't you indicate manage projects is disbaled?17:43
mordredclarkb: yes17:43
zaroclarkb: is that just a config change?17:44
mugsieah, ok cool17:44
mugsieclarkb: didn't realise that you guys were waiting for the upgrade17:44
zaroclarkb: i mean is that something that's already supported by gerrit?17:45
clarkbzaro: yes it is supported in newer gerrit17:46
*** aysyd has quit IRC17:46
clarkbbasically they split the push tag acl into two acls17:46
zaromordred: gpg support, interesting.  not sure what that's for, tell me more..17:46
anteayamugsie: working on the upgrade, it just looks like waiting17:46
zaroclarkb: so your just suggesting a gerrit project config change?17:47
clarkbzaro: ya it iwll have to be perproject I think17:48
clarkband probably doesn't need to happen immediately17:48
mordredzaro: I think the above rambling is about as good as I've got in the way of thoughts :)17:48
clarkbjust something that we should do eventually17:48
mordredessentially, if we could have people attach gpg key ids to their accounts - and then there is already support for only allowing signed tags17:49
mordredwe could actually have gerrit verify that the signature is from a key associated with a person that we've said is one who can upload a signed tag17:49
*** markmc has quit IRC17:49
*** Hefeweizen has quit IRC17:50
zaromordred: my tricks are limited, but i'll see if i can pull that one out of my hat.17:52
flashgordonhow do I add a job to a specific branch17:57
flashgordonso grenade havana to devstack/icehouse17:57
*** aysyd has joined #openstack-infra17:58
*** etoews_ has joined #openstack-infra17:58
mordredflashgordon: you add the job to the project in general, and then put a filter up at the top of the file17:59
*** etoews has quit IRC18:02
sdagueflashgordon: I think it's actually doing the thing you want18:02
flashgordonsdague: ?18:02
sdaguepatches on devstack stable/icehouse already do a grenade stable/havana => stable/icehouse upgrade18:03
flashgordonohh sdague it is18:03
flashgordonin that case no my patch won't break things as per the apssing tests18:03
sdagueit's not doing the icehouse => master upgrade18:03
sdaguethough check experimental might have that job18:03
sdaguewe should finally fix the forward jobs at some point18:04
clarkbsdague: https://review.openstack.org/#/c/76796 would be a good thing to review in the near future18:06
clarkbsdague: don't let the diff scare you most of that is in test data18:06
clarkbI am just about through it myself but would prefer to not approve until you have looked at it18:06
*** ildikov has joined #openstack-infra18:06
sdaguewill review this afternoon18:07
*** dkehn_afk is now known as dkehn18:09
*** praneshp has joined #openstack-infra18:10
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Move docstring/list checks into their own file  https://review.openstack.org/9026318:11
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Move localization checks into their own file  https://review.openstack.org/9026418:11
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Move git checks into their own file  https://review.openstack.org/9026518:12
*** morganfainberg_Z is now known as morganfainberg18:12
openstackgerritJames E. Blair proposed a change to openstack-infra/config: Give statusbot +V on all channels  https://review.openstack.org/9043718:16
*** gokrokve has quit IRC18:19
*** gokrokve has joined #openstack-infra18:20
*** shardy is now known as shardy_afk18:21
*** ihrachyshka has joined #openstack-infra18:22
*** amcrn has quit IRC18:22
openstackgerritMatthew Treinish proposed a change to openstack-infra/gitdm: Update mtreinish's employment history  https://review.openstack.org/9043918:22
*** gokrokve has quit IRC18:24
anteayamtreinish: yay18:30
*** nati_uen_ has quit IRC18:30
*** nati_uen_ has joined #openstack-infra18:31
openstackgerritJames E. Blair proposed a change to openstack-infra/statusbot: Send broadcast messages with notice command  https://review.openstack.org/9044118:32
jeblairclarkb, mordred: https://review.openstack.org/90437 and https://review.openstack.org/90441 should fix statusbot broadcasts18:32
clarkb+218:34
jaypipesjeblair, clarkb, fungi: apologies for forgetting the answer to this, but if I want to put special settings in a devstack localrc file that will be executed by devstack-gate, where do I put those special settings? I know one of the external neutron CI folks is doing  this, but I can't remember for the life of me where to put those override localrc settings18:34
mordredjeblair: +A to both18:34
*** nati_ue__ has joined #openstack-infra18:35
clarkbjaypipes: KEEP_LOCALRC=1 will keep an existing localrc18:36
clarkbjaypipes: but you need to make sure that the existing localrc ends up in the right dir18:36
clarkbwhich is the tricky bit iirc18:36
jaypipesclarkb: aha! ty sir. you are a lifesaver.18:36
jaypipesclarkb: right... /opt/stack/new/devstack when not in upgrade testing, yes?18:36
clarkbya18:37
jaypipescool, thx clarkb, much appreciated for the refresher.18:37
*** arnaud has joined #openstack-infra18:37
*** nati_uen_ has quit IRC18:38
clarkbjeblair: https://review.openstack.org/#/c/88026/4 commit message says openstack_project::nodepool is renamed to openstack_project::nodepool_prod but that isn't reflected in the change18:38
*** mburned is now known as mburned_out18:38
*** mburned_out is now known as mburned18:38
clarkbjeblair: did the rename end up not being necessary and 88026 is working or was that missed?18:39
jeblairclarkb: i believe the rename is necessary.  i can not explain why.  :(18:39
clarkbjeblair: ok, I will -1 and you can push a new patchset with the rename?18:39
*** mwagner_lap has quit IRC18:39
jeblairwait i'm confused18:39
*** jaypipes is now known as leakyoldpipes18:39
clarkbjeblair: your change does not do the rename18:40
jeblairclarkb: now i know why i'm confused. i didn't upload patchset 3 or 4.  :)18:41
jeblairclarkb: as zaro.18:42
jeblairask zaro18:42
clarkbzaro: ^ I am going to -1 the jenkins dev nodepool change. It needs a file to be renamed too18:42
mordredjeblair: also, you did not upload patchset 3 or 4 as zaro, so the uncorrect sentence is also correct18:43
jeblairclarkb: i don't actually know if that's necessary -- i haven't reviewed ps3 or 4.18:43
clarkbjeblair: I am pretty sure it is necssary18:43
clarkbbecause puppet scoping doesn't like us18:43
anteayaleakyoldpipes: aging already, your term has barely started18:44
openstackgerritA change was merged to openstack-infra/publications: update slides with multi-master jenkins and nodepool  https://review.openstack.org/8256718:45
arnaudgreetings -- we would like to create a git repo to host glance-specs (just like nova, neutron and cinder): who is the person I should talk to to create the repo?18:46
anteayaarnaud: you can create the patch that makes the repo18:46
leakyoldpipesanteaya: lol :)18:46
anteayalet me dig you up a template18:47
anteaya:D18:47
zaromordred, clarkb, jeblair : fixing that patch18:47
clarkbthanks18:47
arnaudok thanks anteaya18:47
openstackgerritA change was merged to openstack-dev/hacking: Move docstring/list checks into their own file  https://review.openstack.org/9026318:47
openstackgerritA change was merged to openstack-dev/hacking: Move localization checks into their own file  https://review.openstack.org/9026418:47
clarkbanteaya: arnaud: the stackforge documentation may help describe what the various pieces do too http://ci.openstack.org/stackforge.html18:48
anteayaarnaud: yes, what clarkb said + this: https://review.openstack.org/#/c/79363/18:48
mtreinishanteaya: well I don't start for another week :)18:48
arnaudsure18:48
arnaudthank you! this is helpful18:48
jeblairand then there's a cookiecutter repo to create the actual contents18:48
jeblairi'm not sure if there's a doc for that.18:49
anteayamtreinish: yay anyway18:49
*** comstud is now known as bearhands18:49
jeblairarnaud: see http://git.openstack.org/cgit/openstack-dev/specs-cookiecutter/  for that18:49
*** praneshp has quit IRC18:49
jeblairi think the readme there needs updating18:49
jeblairmtreinish: http://git.openstack.org/cgit/openstack-dev/specs-cookiecutter/tree/README.rst18:50
jeblairmtreinish: that shousd say "specs-cookiecutter" right?18:50
*** gokrokve has joined #openstack-infra18:50
*** _nadya_ has joined #openstack-infra18:50
anteayayeah, and is pbr required for a specs repo? I hadn't thought so18:51
openstackgerritA change was merged to openstack-infra/config: Give statusbot +V on all channels  https://review.openstack.org/9043718:51
mtreinishjeblair: yep, I was just sloppy with my copy and paste18:51
mtreinishanteaya: it is for the build_sphinx stuff18:51
anteayaah18:52
openstackgerritKhai Do proposed a change to openstack-infra/config: Fixes to nodepool installation on jenkins-dev.o.o  https://review.openstack.org/8802618:52
jeblairarnaud: so follow the instructions there except use "cookiecutter https://git.openstack.org/openstack-dev/cookiecutter-specs.git" to create the initial specs repo18:52
openstackgerritA change was merged to openstack-dev/specs-cookiecutter: add .gitreview file  https://review.openstack.org/8807118:53
arnaudok looking at it now18:53
*** zns has quit IRC18:54
*** ociuhandu has quit IRC18:55
mtreinishjeblair: I'll push an update to the readme in a sec18:56
*** ominakov has joined #openstack-infra18:57
zaroclarkb, mordred : patch fixed.18:59
*** markwash has joined #openstack-infra19:01
openstackgerritA change was merged to openstack-infra/statusbot: Send broadcast messages with notice command  https://review.openstack.org/9044119:01
*** aysyd has quit IRC19:03
*** ominakov has quit IRC19:04
jeblairmordred: it looks like a bunch of hpcloud-region-b nodes flaked out while building a few hours ago in a way that nodepool lost track of (it won't reap them for another 4 hours)19:04
jeblairi'll mark them deleted19:04
mordredjeblair: neat!19:04
*** mriedem has quit IRC19:05
mordredjeblair: do we run http://devstack.org/ ?19:06
jeblairmordred: no19:07
clarkbno its dtroyers github page or something19:07
*** aysyd has joined #openstack-infra19:07
openstackgerritClark Boylan proposed a change to openstack-infra/config: Configure swift credentials for workers to push to  https://review.openstack.org/8554019:07
clarkbminor update to jheskeths change there so that I can +2 it before disappearing19:07
jeblairactually i think i need to restart nodepool to clear those up19:08
jeblairi will do that now19:08
clarkbok19:08
*** zns has joined #openstack-infra19:09
anteayamordred: I talked to dtroyer about bringing devstack and docs into the fold19:09
anteayahe was working on seeing if the owner of devstack.org would change ownership19:09
anteayathen to have the docs discussion19:10
jeblairthat's jesse andrews19:10
anteayaright that's who he said he was going to talk to19:10
msabramowhat should be the home page for python-jenkins?  I guess this isn't right? https://review.openstack.org/stackforge/python-jenkins19:10
jeblairmsabramo: https://git.openstack.org/cgit/stackforge/python-jenkins  would work19:11
openstackgerritAdam Gandelman proposed a change to openstack-infra/devstack-gate: Pin Ironic deployment ramdisks to Saucy  https://review.openstack.org/9045019:11
clarkbmsabramo: jeblair can we not continue to publish to https://pythonhosted.org/python-jenkins/?19:11
clarkb(I don't know what is involved in that)19:12
*** dkliban is now known as dkliban_afk19:12
jeblairclarkb: we can; you upload a zip file with curl; i thought about it for gear, but rtfd's multi version handling is better19:12
jeblair(for pythonhosted you'd have to generate docs for all the versions every time)19:12
clarkbor maybe move it to rtfd or ci.openstack.org? I am fine with cgit repo just wondering if there are better alternatives19:12
clarkbjeblair: ugh19:12
*** ominakov has joined #openstack-infra19:12
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Fix py33, make sure skip_on_py3 is part of every check  https://review.openstack.org/9027119:13
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Add noqa everywhere that it is easy to do so  https://review.openstack.org/9027019:13
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Remove H901,H902 since it is a duplicate of H714,H713  https://review.openstack.org/9026919:13
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Move other checks into their own file  https://review.openstack.org/9026619:13
*** thomasem has quit IRC19:15
jeblairhttp://puppetboard.openstack.org/ looks unhappy19:15
*** esker has joined #openstack-infra19:16
openstackgerritMatthew Treinish proposed a change to openstack-dev/specs-cookiecutter: Update readme to refer to specs-cookiecutter  https://review.openstack.org/9045119:16
anteayaI'm getting the sense that when flashgordon was young he had a lot of toys that linked to each other in long chains19:16
phschwartzIs there a way to have JJB update jobs that have changed (including add or delete if needed) without it going through all jobs in a config and trying to reconfigure them?19:17
sdagueclarkb: https://review.openstack.org/#/c/76796/ looks sane to me +219:17
anteayamtreinish: is it git init: ? I thought it was git init .19:17
sdagueI'll leave the +A for you in case something goes wrong on CD19:17
sdaguealso, we should try to spin up some test env for that19:18
sdagueto see what the performance is going to be between fs and swift19:18
mtreinishanteaya: it works too without the .19:18
anteayaphschwartz: do you have an example of what you are trying to achieve?19:18
anteayamtreinish: what does the colon do?19:18
jeblairnibalizer: when you have a moment, would you mind writing a page for http://ci.openstack.org/ about what's running on puppetdb.o.o?19:18
msabramojeblair: if you want to set up readthedocs for python-jenkins, I'll point to it19:18
mtreinisha typo19:19
anteayamtreinish: ah19:19
mtreinishfrom when I had no screen brightness and was sitting outside :)19:19
anteayalucky you19:19
anteaya-1 for you19:19
phschwartzanteaya: We have about 80 jobs we are managing with JJB. I just added a new one and changed the settings on one. It now is trying to reconfigure all of the jobs instead of just the one I changed and adding the new one.19:19
openstackgerritMatthew Treinish proposed a change to openstack-dev/specs-cookiecutter: Update readme to refer to specs-cookiecutter  https://review.openstack.org/9045119:19
jeblairphschwartz: there's a cache; it should only update jobs that have changed19:20
anteayamtreinish: +1 now, thanks19:20
phschwartzjeblair: hmm, running it from a new clone so I must not have the cache.19:20
*** mbacchi has quit IRC19:21
jeblairphschwartz: it should be in ~/.cache/jenkins_jobs/19:22
jeblairit's a big yaml blob19:22
phschwartzjeblair: hmm, wonder why it is not there on my system19:22
nibalizerjeblair: sure i can probably do that after work:P19:22
jeblair-rw-------  1 puppetdb puppetdb 184M Apr 25 19:08 puppetdb-oom.hprof19:23
jeblairthat doesn't look promising19:23
mordredjeblair: that sure does look like puppetdb oom'd19:24
markwash(this is the only active room I'm in at the moment) anybody PTL-ish in here know what magic links I need to actually approve sessions for the design summit?19:24
jeblairyeah, it does not seem to be running; though there are no errors in its log or syslog19:25
jeblairmarkwash: yeah click on the word "Unreviewed" in the review topic page19:25
jeblairmarkwash: then you can change the status in a dropdown on the next page, leave a comment, and hit 'Modify'.19:26
jeblairmarkwash: if you want to combine sessions, approve both of them19:26
*** ominakov has quit IRC19:26
jeblairmarkwash: then when you are all done, hit the "Scheduling" button;  if you want to combine sessions, that's where you do it19:26
markwashmaybe I have some sort of auth problem. I wouldn't be surprised if I was demoted :-)19:26
jeblairmarkwash: then 'Push to Sched' when you're done (you can repeat that step later if needed)19:27
markwashe.g. when I look at http://summit.openstack.org/cfp/details/426 there is nothing I can click on to review it19:27
dtroyeranteaya: The holdup with devstack.org is entirely me, that is a low priority atm...19:28
jeblairmarkwash: go to http://summit.openstack.org/19:28
openstackgerritAdam Gandelman proposed a change to openstack-infra/config: Move dsvm-virtual-ironic out of experimental  https://review.openstack.org/9045219:28
jeblairmarkwash: then you should see a "Review topic: ..." button19:28
markwashhmm, for some reason I do not see it there19:28
markwashI remember that from previous summits though19:28
openstackgerritA change was merged to openstack-infra/jenkins-job-builder: add timeout-var option to the timeout module  https://review.openstack.org/8463019:28
jeblairmarkwash: i have to run to lunch now, but should be able to continue debugging when i get back19:29
markwashjeblair: thanks for your help I'll keep looking19:30
anteayadtroyer: no worries, didn't think it was high priority19:30
anteayajust conveying that was had talked19:30
anteayahow did the discussion go with jesse?19:30
dtroyerfine19:32
*** vhoward has joined #openstack-infra19:32
dtroyeractually, who would handle the foudnation side of a transfer?  we could probably go ahead with that19:32
anteayacool19:32
adam_gdtroyer, https://review.openstack.org/#/c/90452/ please object if you have any issue with that19:33
adam_gsdague, ^19:33
anteayasince jeblair has just gone to lunch, mordred any thoughts on how the devstack absorbtion would work?19:33
*** thomasem has joined #openstack-infra19:33
*** hashar has joined #openstack-infra19:34
dtroyeradam_g: if I read that right it is still non-voting?19:34
adam_gdtroyer, yup19:34
dtroyercool19:35
openstackgerritMonty Taylor proposed a change to openstack-infra/config: Fix up ssh key usage  https://review.openstack.org/9042419:35
sdagueadam_g: what's the difference between this and the other ironic jobs19:35
sdaguethat's a part I was never all that clear on19:36
adam_gdtroyer, gonna let it run for a week or so before we make it voting on ironic. would be interested in having it vote on devstack, too, if you were into that. i can think of a couple things it could have caught over the last few weeks19:36
mordredanteaya, dtroyer: it's pretty much gonna be jeblair or fungi I belive - I'm not sure how the domain transfer would work19:36
adam_gsdague, the other ironic jobs simply deploy the ironic api and conductor services and run some API CRUD against  it.. the virtual-ironic actually sets up a fake baremetal environment , configures nova to use the ironic driver and spawnsx instances19:36
*** igor has quit IRC19:36
mordredotoh - on the tech side - we'd want to figure out a publication target19:37
sdagueadam_g: so is this job going to obsolete those?19:37
adam_gsdague, good question19:37
*** thomasem has quit IRC19:37
sdaguebecause if so, I'd rather just do that. If this is a super set, we should just have it eat the others19:37
anteayamordred: yeah19:38
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: Use pbr, pep8 checks & fixes, add "doc" tox target  https://review.openstack.org/9045519:38
anteayamordred: dtroyer was going to see if he could get devstack.org and it sounds like he might have been successful19:38
adam_gsdague, i think that it could, depending on whether or not we are comfortable with it voting.  the others are a standard libvirt devstack/tempest check with the ironic API running alongside it.  the virtual-ironic one is a bit more involved, and uses that ugly regex that could allow new incompatable tests to slip thru19:39
anteayamordred: just what server to have that on19:39
*** sweston has joined #openstack-infra19:39
sdagueadam_g: ok, so that sounds like "eventually yes, but more gaps to close first"19:40
adam_gsdague, with VIRT_DRIVER=ironic, we can only run a subset of tempest19:40
sdagueadam_g: how much of the subset is tempest issue and how much is ironic?19:41
adam_gsdague, well it all goes back to the discussion of compute features, test skips, etc19:41
*** dkliban_afk is now known as dkliban19:41
sdagueadam_g: ok, but we think the only issues with those jobs are those skips?19:42
sdagueso that's probably juno-1 or early in juno-2 to resolve19:42
sdagueanyway, I'm +1 to your config change. Just thinking through the rest of this19:43
adam_gsdague, yea.  those and running /w isolated credentials in serial. most of the current issues there are fixed (at least in the tests that we run for ironic).  the current ironic tests run /w isolation in parallel.19:44
*** _nadya_ has quit IRC19:45
adam_gsdague, i think we'll be addressing some of the issues with tenant isolation and ironic+devstack in the near future as we try to add support to devstack + CI for other ironic drivers19:45
sdagueok, great19:47
*** harlowja is now known as harlowja_away19:49
*** marcoemorais has quit IRC19:51
*** esker has quit IRC19:53
*** sweston has quit IRC19:56
markwashjeblair: (for when you're done with lunch) I'm logging in as markwash. looking at the latest odsreg it seems I must not be listed as the lead for glance perhaps. I tried all of the urls like "http://summit.openstack.org/cfp/topic/X" for X in 1-24 and got nothing19:57
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: Doc fixes  https://review.openstack.org/9045820:01
*** azneita has joined #openstack-infra20:02
anteayamarkwash: might the system know you by any other username?20:06
markwashanteaya: I don't think so but I guess its possible20:06
markwashif so, I don't remember them20:07
anteayak20:07
anteayaI'm not sure who has access to the db for the summit site20:07
anteayattx would be your best bet for checking permissions20:08
anteayaI'd try him on Monday20:08
anteayaoh he will be away next week20:08
anteayatry to email him20:08
anteayaI'm not sure if he is traveling of having a stay-cation20:09
*** harlowja_away is now known as harlowja20:09
*** praneshp has joined #openstack-infra20:09
hasharhi! I could use a review to add triggers in Zuul for the python-jenkins project. The change is https://review.openstack.org/#/c/89523/  (jenkins jobs are already present)20:09
*** marcoemorais has joined #openstack-infra20:09
markwashanteaya: thanks I'll send him a quick email in a bit20:09
*** marcoemorais has quit IRC20:10
anteayak20:10
*** marcoemorais has joined #openstack-infra20:11
msabramohashar: you −1'd your own change? :-)20:12
hasharmsabramo: yeah depends on tox.ini change to land in python-jenkins repo hehe20:12
jeblairmarkwash, anteaya: summit is run in infra, so i have access to poke20:13
msabramohashar: so we need to get https://review.openstack.org/89521 reviewed then20:14
hasharyeah that one20:14
hasharand I just figured out that only James Blair and James Page (the creator) can CR+2 and approve :]20:14
openstackgerritA change was merged to openstack-infra/config: Fix up ssh key usage  https://review.openstack.org/9042420:15
anteayajeblair: ah awesome20:15
jeblairhashar: oh, yeah, we'll add some more20:15
hasharjeblair: I should probably have asked first who would be interested in co maintaining it hehe20:15
msabramothere are a boat load of changes pending for it20:17
hasharmsabramo: we can still review them!20:19
jeblair            "lead_username": "markwash"20:19
markwashweird!20:19
jeblairyeah, digging deeper20:19
msabramohashar: yeah I reviewed a few of yours. If there are others that you want reviewed that I missed, let me know20:19
markwashI even switched out to an incognito window so that I would have to login again.20:19
hasharmsabramo: I review on a best effort. And I am subscribed to all notifications on python-jenkins jjb and zuul :]20:20
*** dprince has quit IRC20:20
msabramohashar: https://review.openstack.org/89521 looked very nice and I added on to it by enabling pbr, testr, etc. in https://review.openstack.org/9045520:21
hasharmsabramo: excellent!20:21
openstackgerritArnaud Legendre proposed a change to openstack-infra/config: Create glance-specs git repo  https://review.openstack.org/9046120:22
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard: Users can be filtered with LIKE clauses  https://review.openstack.org/9021720:22
jesusaurusmordred: can you take a look at https://review.openstack.org/#/c/89708/20:22
*** mbacchi has joined #openstack-infra20:23
mordredmsabramo: left a quick -1 - patch looks good, but setuptools_git should go away20:23
mordredjesusaurus: looking20:23
msabramo@mordred: Thanks, will take care of that20:24
jeblairmarkwash: your last login according to the db is 2014-04-25 14:34:20.41921420:24
jeblairthat's about 6 hours ago20:25
markwashhmm20:25
anteayamarkwash: might you have another page open in another tab?20:25
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: Use pbr, pep8 checks & fixes, add "doc" tox target  https://review.openstack.org/9045520:25
jeblairoh, no20:26
jeblairthe time is wrong somehowe20:26
jeblairi just logged in and it updated my time to 15:2620:26
anteayais the server not on utc time?20:26
anteaya5 hours difference20:26
msabramomordred: updated https://review.openstack.org/9045520:26
jeblairthe server is on utc time.  django may not be.20:26
anteayaah20:26
jeblairmarkwash: anyway, taking that into consideration, that makes your last login ~1 hour ago20:27
markwashyeah, I just tried again using a different browser to try to ensure session state is not shared20:27
jeblairmarkwash: looks right, it's updated to 1527 now20:28
markwashjeblair: what is the topic id for glance?20:28
*** pmathews has quit IRC20:28
*** thedodd has quit IRC20:29
*** igor has joined #openstack-infra20:30
jeblairmarkwash: aha: there is a db table that seems to shadow the json file on disk20:30
openstackgerritKhai Do proposed a change to openstack-infra/config: update jenkins-dev.o.o with same plugins as jenkins.o.o  https://review.openstack.org/7704020:30
jeblairmarkwash: it has the wrong username20:30
jeblairmarkwash: try now (and it's id 22 btw)20:31
markwashperfect!20:31
anteayayay20:31
markwashjeblair: thanks so much for your help20:31
mordredjeblair: it's important to have two different places for something20:31
*** gokrokve has quit IRC20:31
markwashanteaya: and you too20:31
markwashmordred: +120:31
jeblairmarkwash: no problem!20:31
anteayamarkwash: I'm just entertainment while jim fixes things20:32
jeblairmordred: three would be better :)20:32
mordredjeblair: why not mongodb?20:32
mordredjeblair: then you could put the son file into it as a document and you'd be web scale20:32
jeblairttx: FYI i ran "update cfp_topic set lead_username="markwash" where id=22;" on the summit db to correct markwash's username.20:32
*** sweston has joined #openstack-infra20:34
jeblairi restarted puppetdb20:34
markwashmostly I'm curious who changed it to "markwash_is_a_jerk" in the first place20:34
mordredjeblair: I support both of the recent actions you've taken20:34
*** igor has quit IRC20:34
jeblairmarkwash: there were suspicious commands in mordred's history file... but that's not really news.20:35
markwashlol20:35
jeblairmarkwash: (it was "mark.washenberger")20:36
jeblairmordred: i believe that when puppetdb is down, puppet doesn't run20:38
openstackgerritAlex Conrad proposed a change to openstack-infra/jenkins-job-builder: add support for python builder  https://review.openstack.org/9046420:38
jeblairthe yaml reports on the puppetmaster say:20:38
jeblair"Could not retrieve catalog from remote server: Error 400 on SERVER: Failed to submit 'replace facts' command for eavesdrop.openstack.org to PuppetDB at puppetdb.openstack.org:8081: Network is unreachable - connect(2)"20:38
jeblairclarkb: ^ fyi on puppetdb20:39
*** _sweston_ has joined #openstack-infra20:39
*** sweston has quit IRC20:39
clarkbjeblair: on puppetdb running puppet or via puppetdashboard for eavesdrop?20:40
clarkboh I see more sb20:40
ryanpetrellowow, I just discovered how much progress you all are making on https://storyboard.openstack.org20:40
ryanpetrello*awesome* :D20:40
clarkbyes if puppetdb isn't running puppet is dead. which is why I was so frustrated during the CA change20:40
openstackgerritMatthieu Baerts proposed a change to openstack-infra/git-review: Topic: do not use '(detached' when detached  https://review.openstack.org/9046620:40
*** _sweston_ is now known as sweston20:40
jeblairclarkb: yeah, all puppet everywhere kaput20:40
clarkbbecause puppet is the bootstrapper but itcan't bootstrap itself20:40
jeblairkrotscheck, NikitaKonovalov: ^ msg from ryanpetrello :)20:40
clarkbjeblair: let me see20:40
mordredjeez20:40
mordredI do not think that's a great design although I think I understand why20:41
clarkbjeblair: mordred the issue when we changed CA was that puppetdb listend on the wrong interface20:41
clarkbmordred: its a terrible design20:41
mordredin our case, we are not using facts _from_ the puppetdb - we just want to report to it20:41
mordredclarkb: there is no way we can configure it to not become an ENC/fact provider?20:41
clarkbno idea20:41
clarkbso fwiw I can hit puppetdb.openstack.org:8081 from my laptop20:42
clarkband it is listening on :::808120:42
clarkbso different problem this time20:43
jeblairclarkb: oh, it died of an oom earlier.  i restarted it and expect it to work now.20:43
clarkboh ok20:43
clarkbI will see if I can find a way to make puppetdb useful when running but not break puppet oterhwise20:43
jeblair(the only reason i know it died of an oom is that there was a file called puppetdb-oom with a timestamp later than the last log entry and the process wasn't running;  that isn't really ideal either.)20:44
openstackgerritArnaud Legendre proposed a change to openstack-infra/config: Add docs and python27 jobs for glance-specs  https://review.openstack.org/9046920:44
openstackgerritArnaud Legendre proposed a change to openstack-infra/config: Add docs and python27 jobs for glance-specs  https://review.openstack.org/9046920:45
*** openstackstatus has quit IRC20:45
clarkbwoot there is an option20:45
clarkbpatch incoming20:45
*** marcoemorais has quit IRC20:46
*** openstackstatus has joined #openstack-infra20:46
*** marcoemorais has joined #openstack-infra20:47
*** ihrachyshka has quit IRC20:48
openstackgerritArnaud Legendre proposed a change to openstack-infra/config: Create glance-specs git repo  https://review.openstack.org/9046120:48
mordredclarkb: w00t20:50
openstackgerritMatthieu Baerts proposed a change to openstack-infra/git-review: Topic: do not use '(detached' when detached  https://review.openstack.org/9046620:50
*** openstackstatus has quit IRC20:50
jeblairrestarting statusbot20:51
*** openstackstatus has joined #openstack-infra20:51
openstackgerritAlex Conrad proposed a change to openstack-infra/jenkins-job-builder: add support for python builder  https://review.openstack.org/9046420:52
clarkbwell nevermind we are using storeconfigs20:53
*** jgrimm has quit IRC20:54
clarkbmordred: you added store configs in 6978681ba898b7cc61090d8cd93356e86ba6ae6220:55
clarkbmordred: is that something that can be removed?20:55
openstackgerritJames E. Blair proposed a change to openstack-infra/config: Make accessbot executable  https://review.openstack.org/9047320:55
clarkbmordred: see http://docs.puppetlabs.com/puppetdb/1.6/connect_puppet_master.html#edit-puppetdbconf20:55
mordredclarkb: storeconfigs is how it works?20:55
clarkbstoreconfigs requires puppetdb20:55
clarkbso even if you tell puppet to not fail hard on puppetdb your store configs will fail20:55
clarkband puppet won't work20:55
*** gokrokve has joined #openstack-infra20:56
*** rfolco has quit IRC20:56
mordredclarkb: oh - wait20:56
*** hogepodge has quit IRC20:56
mordredwe can probably turn off storeconfigs and just leave reports=puppetb20:56
mordredbecause we don't actually use the storeconfigs features20:56
*** ChanServ sets mode: +v openstackstatus20:56
krotscheckryanpetrello: Thanks :)20:56
jeblair#status notice Gerrit will be unavailable for a few hours starting at 1600 UTC on Monday April 28th for an upgrade.  See https://wiki.openstack.org/wiki/GerritUpgrade20:58
openstackstatusjeblair: sending notice20:58
-openstackstatus- NOTICE: Gerrit will be unavailable for a few hours starting at 1600 UTC on Monday April 28th for an upgrade. See https://wiki.openstack.org/wiki/GerritUpgrade20:58
*** marcoemorais has quit IRC20:59
jeblairclarkb: ^ how's that look in weechat?20:59
mordredjeblair: looks great20:59
openstackstatusjeblair: finished sending notice20:59
jeblairalso, can anyone using textual or the webclient confirm the notice is prominently visible?21:00
clarkbjeblair: yup looks good21:00
*** marcoemorais has joined #openstack-infra21:01
jeblairthe logs seem to indicate we didn't get any rate-limit errors21:01
mordredjeblair: http://i.imgur.com/a0RIxAe.png21:01
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard: Projects can be filtered with LIKE clauses  https://review.openstack.org/9047521:02
*** marcoemorais has quit IRC21:02
clarkbjeblair: we don't get rate limits21:02
clarkbso the rate limiting is either inneffective or unrelated21:02
*** mburned is now known as mburned_out21:02
jeblairclarkb: what?21:02
clarkboh different rate limits21:03
clarkbsorry I thought that was going back to mordred hpclodu thing21:03
clarkbtoo many context switches21:03
*** adalbas has quit IRC21:03
clarkbmordred: so I am going to remove store configs in the same change then21:03
mordredclarkb: ++21:03
*** marcoemorais has joined #openstack-infra21:03
openstackgerritClark Boylan proposed a change to openstack-infra/config: Make puppet not fail when puppetdb is dead  https://review.openstack.org/9047721:04
jeblairokay, i'm happy with the statusbot for now.  i think that will be very handy to have working on monday.21:04
clarkbthere we go21:04
*** weshay has quit IRC21:05
mordred+A21:06
*** azneita has quit IRC21:08
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard: Stories can be filtered with LIKE clauses  https://review.openstack.org/9047821:10
openstackgerritA change was merged to openstack-infra/config: Always make /etc/resolv.conf immutable  https://review.openstack.org/9042321:10
openstackgerritA change was merged to openstack-infra/config: Make puppet not fail when puppetdb is dead  https://review.openstack.org/9047721:12
openstackgerritAlex Conrad proposed a change to openstack-infra/jenkins-job-builder: add tests for shell builder  https://review.openstack.org/9048021:14
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Cleanup hacking doc generation  https://review.openstack.org/9048321:15
*** pdmars has quit IRC21:16
openstackgerritJoshua Harlow proposed a change to openstack/requirements: Fix whitespace that occurs after comma  https://review.openstack.org/9048421:16
*** mwagner_lap has joined #openstack-infra21:17
*** thedodd has joined #openstack-infra21:19
*** azneita has joined #openstack-infra21:19
*** weshay has joined #openstack-infra21:22
*** weshay has quit IRC21:22
*** thomasem has joined #openstack-infra21:26
*** mfer has quit IRC21:28
*** azneita has quit IRC21:29
*** igor has joined #openstack-infra21:30
*** dripton has quit IRC21:32
*** thomasem has quit IRC21:32
*** smarcet has quit IRC21:33
*** dripton has joined #openstack-infra21:33
*** mwagner_lap has quit IRC21:34
*** igor has quit IRC21:35
*** nati_ue__ has quit IRC21:35
*** nati_uen_ has joined #openstack-infra21:36
*** sweston has quit IRC21:37
*** sweston has joined #openstack-infra21:38
asselin_hi, for this error, just submit a recheck nobug? 2014-04-25 21:32:59.589 | Looks like the node went offline during the build. Check the slave log for the details.FATAL: /var/lib/jenkins/logs/slaves/bare-precise-hpcloud-az1-3835647/slave.log (No such file or directory) https://jenkins06.openstack.org/job/gate-tempest-pep8/935/console21:45
*** annegentel has joined #openstack-infra21:47
openstackgerritA change was merged to openstack-infra/config: Move cinder docs into sysadmin section  https://review.openstack.org/9023221:47
anteayaasselin_: https://bugs.launchpad.net/openstack-ci/+bug/128437121:47
uvirtbotLaunchpad bug 1284371 in openstack-ci "gate error: Looks like the node went offline during the build. Check the slave log for the details.FATAL: /var/lib/jenkins/logs/slaves/*/slave.log (No such file or directory)" [High,Triaged]21:47
annegentelanyone know how to add a Docs track to http://junodesignsummit.sched.org/? I thought I pushed to schedule but now can't find a grouping21:47
anteayarecheck bug 128437121:47
uvirtbotLaunchpad bug 1284371 in openstack-ci "gate error: Looks like the node went offline during the build. Check the slave log for the details.FATAL: /var/lib/jenkins/logs/slaves/*/slave.log (No such file or directory)" [High,Triaged] https://launchpad.net/bugs/128437121:47
*** nati_ueno has joined #openstack-infra21:47
jrollhey y'all - I'm working on ironic-python-agent. I want to get LLDP info in python (don't want to add the huge perl dep to run lldpd). What are the chances I could convince y'all to get dpkt in the global requirements?21:47
anteayaannegentel: I think jeblair is who you need to talk to21:48
jrolldpkt being https://code.google.com/p/dpkt/21:48
annegentelok thanks anteaya21:48
*** zzelle has joined #openstack-infra21:48
anteayanp21:48
jeblairannegentel: there's a delay; when did you push?21:48
annegenteljeblair: yesterday around 24 hours ago?21:48
anteayajroll: you need to offer a patch to git.openstack.org/cgit/openstack/requirements21:49
anteayajroll: the requirements core will review21:49
clarkbI would be wary of the fact that there is a dpkt 1.6 and a dpkt-fix 1.7 on pypi21:49
jrollanteaya: yeah, I guess I'm asking if it's going to be shot down immediately :)21:49
jrollyeah, it doesn't look well-maintained21:49
clarkbya21:49
JayFdpkt-fix? That sounds promising!21:49
clarkbwhat is wrong with python struct?21:49
clarkb>_>21:50
jrollI could21:50
jeblairannegentel: try again?21:50
* jroll checks global for pcapy21:50
jeblairannegentel: i'm watching the logs; let me know when you hit the button21:50
jrollclarkb: I'd still need pcapy or something, but ok21:51
*** nati_uen_ has quit IRC21:51
clarkbjroll: are you trying to capture other packets?21:51
* jroll will see what I can do21:51
clarkbwhy would ironic need to do that?21:51
jrollclarkb: yes, lldp packets are broadcast21:51
jrollwe want to in the agent21:51
annegenteljeblair: ok21:51
jrollto discover what switchport we're on21:51
clarkboh this is the agent side21:51
jrollso we can give ironic that21:51
clarkbya ok21:51
jroll:)21:52
annegenteljeblair: maybe I only imagined pushing the button yesterday :)21:52
annegenteljeblair: just clicked21:52
jeblairannegentel: you did push it yesterday too21:53
*** amcrn has joined #openstack-infra21:53
jeblairi don't see any errors :/21:53
annegenteljeblair: ok then it must be about what is pre-set in that right hand column on sched?21:53
clarkbfwiw pcapy's homepage doesn't resolve for me21:53
clarkband there is no license info on pypi...21:54
jrollclarkb: yeah :/21:54
*** cramillionaire is now known as cp16net21:54
jeblairannegentel: i'm hoping sched was just flaky yesterday;  still poking though21:54
jrollclarkb: our best alternative right now is adding a daemon that depends on perl to our pxe image :P21:55
annegenteljeblair: it ran out of colors?21:55
jeblairannegentel: maybe it ran out of them twice?21:55
*** thomasem has joined #openstack-infra21:55
mordredjroll: C21:56
asselin_anteaya, thanks will do21:56
jrollmordred: hm?21:56
mordredjroll: you can always write a tiny thing in C21:56
anteayaasselin_: welcome21:56
mordredjroll: I'm mostly joking21:56
jrollheh :)21:56
jrollI mean21:56
jrollif I'm going to write a utility I'm writing it in go :P21:57
clarkbjroll: open a raw socket with AF_SOCKET as the family?21:58
jrollyeah21:59
jrollmaybe21:59
clarkbjust do that in the agent21:59
jrollidk, I'll figure something out21:59
jrolljust wanted to check about the requirements21:59
jrollthanks :)21:59
clarkbjroll: unfortunately it doesn't look like any of the python options are supported21:59
jrollright21:59
jeblairannegentel: ah, there's one more step in scheduling sessions22:00
jeblairannegentel: go to http://summit.openstack.org/scheduling/1522:00
*** thomasem has quit IRC22:00
jeblairannegentel: and drag the sessions in the left column to the slots in the right22:00
jeblairttx: FYI i have made myself a superuser in odsreg.22:00
*** homeless has quit IRC22:02
annegenteloh!! jeblair ok22:03
*** homeless has joined #openstack-infra22:03
openstackgerritAntoine Musso proposed a change to openstack-infra/jenkins-job-builder: Update authorship information  https://review.openstack.org/8991222:05
*** zehicle_at_dell has joined #openstack-infra22:05
annegenteljeblair: done!22:05
jeblairannegentel: cool, and it looks like the slot you found for continuous publishing doesn't collide with an infra slot, so we should be able to attend that22:06
annegenteljeblair: oh good22:06
*** doug-fish has left #openstack-infra22:07
jeblairactually it only looks like there's one docs/infra slot overlap, so that's nice22:08
clarkbwould s = socket.socket(socket.AF_PACKET, socket.SOCK_RAW, 0x88cc) work?22:08
openstackgerritCedric Brandily proposed a change to openstack-infra/git-review: Correct test_remote to support detached HEAD state  https://review.openstack.org/8379822:09
*** prad has quit IRC22:09
*** etoews_ has quit IRC22:09
jeblairannegentel: i forget how long the sched.org update delay is, but i think it can be a while, so we should just check back in a bit22:10
*** annegentel has quit IRC22:11
*** hashar has quit IRC22:12
*** gondoi is now known as zz_gondoi22:15
clarkbjroll: pretty sure that + struct will make it not terrible22:18
openstackgerritCedric Brandily proposed a change to openstack-infra/git-review: Correct test_remote to support branchs without upstream  https://review.openstack.org/8379822:19
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Speed up hacking_has_correct_license  https://review.openstack.org/9049122:23
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: Speed up hacking_import_alphabetical  https://review.openstack.org/9049222:23
openstackgerritJoe Gordon proposed a change to openstack-dev/hacking: WIP: Add skip-slow flag  https://review.openstack.org/8947022:23
*** signed8bit has quit IRC22:25
*** homeless has quit IRC22:28
*** igor_ has joined #openstack-infra22:30
*** leakyoldpipes has quit IRC22:31
*** thedodd has quit IRC22:31
*** Sukhdev has joined #openstack-infra22:32
*** gokrokve has quit IRC22:33
*** igor_ has quit IRC22:34
*** nati_ueno has quit IRC22:35
*** david-lyle has quit IRC22:36
*** nati_ueno has joined #openstack-infra22:36
*** mrodden has quit IRC22:36
*** atiwari has joined #openstack-infra22:37
*** etoews has joined #openstack-infra22:37
*** signed8bit has joined #openstack-infra22:38
*** aconrad has joined #openstack-infra22:38
*** etoews has quit IRC22:42
*** wenlock has quit IRC22:42
*** UtahDave has quit IRC22:44
*** mwagner_lap has joined #openstack-infra22:44
*** UtahDave has joined #openstack-infra22:45
*** mburned_out is now known as mburned22:47
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: 100% test coverage  https://review.openstack.org/9050022:48
*** gokrokve has joined #openstack-infra22:53
*** marcoemorais has quit IRC22:58
*** marcoemorais has joined #openstack-infra23:00
*** zns has quit IRC23:01
mordredjeblair, clarkb: wanna hear a funny story?23:01
clarkbwhy not23:02
mordredturns out, resolv.conf is a tricky file to deal with in a chroot'd env - so dib has some special built-in magic to make sure that the build works but that it doesn't screw up your final image23:02
jeblairmordred: promise it's actually funny23:02
mordredwhich leads to, well, this:23:02
mordred    # Remove the resolv.conf we created above23:02
mordred    sudo rm -f $TMP_MOUNT_PATH/etc/resolv.conf23:02
mordredwhich runs after the cleanup scripts23:03
*** zehicle_at_dell has quit IRC23:03
mordred(then they move the orig resolv.conf back in place, which they had moved out of the way at the beginning)23:03
clarkbisn't the original wrong though?23:04
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: 100% test coverage  https://review.openstack.org/9050023:04
mordredclarkb: apparently not23:04
mordredanywho - I think I have a workaroudn for now - but SpamapS and I talked about wanting to put some more richness aroudn handling that file23:05
clarkbthe original points at the local resolver?23:05
mordredthe original is whatever was in the base cloud image23:05
jeblairthis is all completely insane23:06
clarkbjeblair: I agree23:06
SpamapSclarkb: the original isn't "wrong" per se.. it is just what the rest of the cloud image expects to be there on first boot23:06
clarkbSpamapS: its wrong in that it isn't unbound related23:06
clarkbit is part of the base image23:06
SpamapSright, it was wrong the moment you wanted it to be something else :)23:07
jeblairthat's the kind of attitude i love ^23:07
jeblairmordred: so what's your workaround?23:08
*** mburned is now known as mburned_out23:08
*** rlandy has quit IRC23:09
mordredjeblair: well, I have two things I'm going to do - second, I'm going to write a patch to dib23:09
clarkbso out of curiousity how terrible would it be to have dib build in an actual VM instead of just a chroot?23:09
jeblairmordred: an option to not "correct" the resolv.conf file at the end?23:10
SpamapSclarkb: I've oft wondered if we should try lxc/docker too.23:10
mordredyah. something like that23:10
SpamapSWe could detect the change and not screw with it23:10
mordredjeblair: for now, so that I can keep testing, I'm going to override /etc/resolv.conf.ORIG so that when it's moved 'back' in place, it'll be what we want23:10
SpamapSI don't think you need an option..23:10
jeblairSpamapS: ++23:10
jeblairmordred: gotcha23:10
mordredjeblair: I don't think we should roll live with this workaround23:11
jeblairmordred: why?23:11
jeblair(ftr: not disagreeing)23:11
mordredbecause it's a hack and fixing dib itself sholdnt' be that hard23:11
jeblairok23:11
mordredbut I want to get us to a place where we can test that nodepool can drive this and get us the results we expect23:12
mordredand right now, the chattr +i'd file causes the rm to fail which means that even thogh everything worked, the image build bails :)23:12
mordredwhich is ... annoying23:13
SpamapSmordred: I think dib should just respect that23:14
mordred++23:14
SpamapSif it's been chattr +i'd ... leave it be23:14
mordredSpamapS: like I said - I don't think fixing dib should be hard23:14
SpamapSits a good signal that "I want to keep this."23:14
mordredyah23:14
openstackgerritMarc Abramowitz proposed a change to stackforge/python-jenkins: Add tests, make it work on Python 3  https://review.openstack.org/9011423:15
*** gokrokve_ has joined #openstack-infra23:15
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard-webclient: Users and projects may now be selected using typeahead search  https://review.openstack.org/9050223:16
*** gokrokve has quit IRC23:18
jeblairthough also, i don't actually want to chattr +i that file23:19
mordredjeblair: ++23:19
mordredjeblair: we could reach in with nodepool and step on resolv.conf at boot time23:20
mordredOR - we could convince our cloud providers to stop stepping on the file23:20
jeblairmordred: yeah, i think i mentioned that earlier.  but good idea!  ;)23:21
mordredjeblair: heh23:21
clarkbeven better would be working DNS23:22
mordredclarkb: bwahahaahahahaha23:22
mordredgood luck with that23:22
*** derekh has joined #openstack-infra23:24
mordredhttps://review.openstack.org/9050423:25
mordredthere's a patch to dib to respect the +i23:26
*** dkehn_ is now known as dkehnx23:30
*** igor has joined #openstack-infra23:30
mordredjeblair: wanna hear something else funny?23:30
*** branen has quit IRC23:31
mordredjeblair: there is a redirect behind the url for get-pip.py on github that, with curl, only works right on ubuntu and not on fedora23:31
mordredso there's a timebomb in devstack right nwo23:31
clarkbits not though, we cache it23:32
clarkbits only a timebomb in our image builds23:32
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard-webclient: Updated alignment on detail page.  https://review.openstack.org/9050623:34
mordredand for anyone using devstack on fedora23:34
*** igor has quit IRC23:35
jrollclarkb: I'll take a look, thanks23:35
openstackgerritMichael Krotscheck proposed a change to openstack-infra/storyboard-webclient: Users and projects may now be selected using typeahead search  https://review.openstack.org/9050223:36
*** sandywalsh_ has quit IRC23:36
jeblairsweston: hi there; had a chance to test out the upgrade instructions yet?  anything come up so far?23:37
jeblairclarkb, mordred, anteaya: modulo that ^, i think we're about ready for monday23:38
mordredjeblair: woot23:38
mordredjeblair: I, for one, am ready23:38
jeblairclarkb: enjoy the off week :)23:39
*** dims has quit IRC23:39
jeblairttx: you too!23:39
clarkbjeblair: gl23:40
swestonjeblair: Hi!!  I was up all night writing code on another project, so just picked it back up again about an hour ago.  I should finish the testing tonight/tomorrow morning.  No issues yet, so far so good :-)23:40
clarkband thanks23:40
jeblairsweston: cool; heh, i didn't think to ask earlier, will you be around on monday at 1600 utc?23:41
swestonjeblair: Absolutely!! anteaya gave me your email address, so I will send you the results when complete.  Anybody else want to be on that thread?23:43
openstackgerritMarc Abramowitz proposed a change to openstack-infra/jenkins-job-builder: Refactor delete_jobs  https://review.openstack.org/8864623:44
jeblairsweston: cool, it'll be good to have you around then.  thanks!23:45
mordredjeblair: there may be a door-number-323:45
swestonjeblair: you bet!!23:45
mordredjeblair: on the resolv.conf question - SpamapS is close to convincing me that we could elegantly solve this by using an os-refresh-config template and add one line to rc.local that runs os-refresh-config on boot23:46
*** dkehn is now known as dkehn_afk23:46
SpamapSmordred: embrace the tiny bits of os-*-config that work for you :)23:47
mordredSpamapS: I do like things that have tiny bits that provide specific and self-contained functionaality23:47
jeblairmordred: why ask os-refresh-config to write a file instead of just writing the file?23:47
mordredjeblair: we could also do that23:48
*** zzelle has quit IRC23:48
jeblairstill, it would be great to have an image that has what we want on it23:50
jeblairso i'd rather avoid the fix instance at boot option23:51
SpamapSagreed on that btw23:51
*** dims has joined #openstack-infra23:51
*** derekh has quit IRC23:52
openstackgerritA change was merged to openstack/requirements: Add notes about packaging of external libraries  https://review.openstack.org/9017623:54
mordreddammit. I hate it when I'm tethering to my phone for internet and I shift positions and it causes the usb to disconnect thereby disconnecting my internet and causing my puppet run in my image build to bork23:58
*** mdenny has quit IRC23:58
*** sweston has quit IRC23:59

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