*** amotoki has quit IRC | 00:00 | |
*** markvoelker has joined #openstack-infra | 00:01 | |
*** amitgandhinz has quit IRC | 00:01 | |
*** esikachev has quit IRC | 00:02 | |
*** hogepodge has quit IRC | 00:02 | |
mordred | jeblair: I re-run now | 00:03 |
---|---|---|
mordred | running remote_puppet_else | 00:03 |
jeblair | i've seen cacti write out to rrd files now | 00:04 |
clarkb | jeblair: and I can find the username/password for that on the cacti host? (not seeing them in hiera0 | 00:04 |
jeblair | i think the rebuild may have helped with that... | 00:04 |
jeblair | clarkb: password file | 00:04 |
clarkb | ah | 00:04 |
jeblair | i'm not sure about the parallelization | 00:04 |
jeblair | there are a bunch of warnings now about missing oids from compute hosts | 00:04 |
jeblair | maybe their networks changed? | 00:05 |
jeblair | (interfaces, etc) | 00:05 |
*** weshay_bbiab is now known as weshay | 00:05 | |
rcarrillocruz | yep | 00:05 |
rcarrillocruz | http://cacti.openstack.org/cacti/graph_view.php?action=tree&tree_id=1&leaf_id=300 | 00:05 |
rcarrillocruz | graphs now showing | 00:05 |
jeblair | the create_graphs script doesn't delete anything | 00:05 |
*** amotoki has joined #openstack-infra | 00:05 | |
jeblair | so i think we may need to delete info for those hosts and start over | 00:06 |
*** dimtruck is now known as zz_dimtruck | 00:06 | |
*** markvoelker has quit IRC | 00:06 | |
jeblair | i'm disabling compute025 in cacti | 00:08 |
*** hogepodge has joined #openstack-infra | 00:08 | |
jeblair | and compute016 | 00:09 |
*** david-lyle has quit IRC | 00:09 | |
jeblair | and compute008 | 00:09 |
jeblair | okay, the oid errors i'm seeing aren't related to parallelization | 00:10 |
jeblair | i think we have a problem with cacti and infra-cloud | 00:11 |
jeblair | we run the create_graphs script in a cron | 00:11 |
jeblair | every minute, apparently. | 00:11 |
*** xarses has joined #openstack-infra | 00:11 | |
jeblair | sorry, every hour | 00:12 |
*** sabari has quit IRC | 00:12 | |
jeblair | and it scans the network interfaces on each host and adds them | 00:12 |
jeblair | i think that the tap devices, etc, that are created on the compute nodes all show up | 00:12 |
jeblair | so every hour, we add a new batch of randomly named interfaces | 00:12 |
jeblair | which is why compute009 has 1262 data sources | 00:13 |
clarkb | oh interesting | 00:13 |
mordred | oh wow. yeah. | 00:13 |
rcarrillocruz | can we blacklist the tap interfaces collecting on a glob? | 00:13 |
rcarrillocruz | like, don't collect tap on compute*.vanilla.ic.openstack.org or somethjing | 00:14 |
rcarrillocruz | in cacti that is | 00:14 |
rcarrillocruz | ? | 00:14 |
jeblair | so i think this probably corresponds to us *using* infracloud for real (which is why the errors didn't line up with us adding ic to cacti or anything like that) | 00:14 |
mordred | yah. because those only happen on usage | 00:14 |
mordred | I mean, in a long-term view, collecting data about usage on those interfaces is interesting - although likely only in aggregate | 00:14 |
mordred | but shorter-term not collecting info on those interfaces seems better | 00:15 |
clarkb | mordred: and if not in aggregate need better mapping to instances | 00:15 |
mordred | yah | 00:15 |
mordred | which is several steps away from useful today | 00:15 |
*** jamesde__ has quit IRC | 00:17 | |
jeblair | rcarrillocruz: looking into that | 00:17 |
clarkb | jeblair: rcarrillocruz and if not based on name glob maybe we can base it on the hardware address type like glean does? | 00:18 |
jeblair | rcarrillocruz: i think we would have to create a script query: http://www.cacti.net/downloads/docs/html/script_query_xml.html | 00:18 |
jeblair | currently the thing that gets the list of interfaces is an 'snmp query': http://cacti.openstack.org/cacti/data_queries.php?action=edit&id=1 | 00:19 |
jeblair | http://www.cacti.net/downloads/docs/html/snmp_query_xml.html | 00:19 |
jeblair | and skimming the docs for that, i don't see an easy way to filter | 00:19 |
*** hogepodge has quit IRC | 00:20 | |
*** hogepodge has joined #openstack-infra | 00:21 | |
jeblair | rcarrillocruz: oh... or we could handle it ourselves in create_graphs.sh | 00:21 |
jeblair | we actually do that for disks now | 00:21 |
*** david-lyle has joined #openstack-infra | 00:21 | |
rcarrillocruz | let me see the script | 00:21 |
*** gyee has quit IRC | 00:25 | |
*** kzaitsev_mb has quit IRC | 00:27 | |
rcarrillocruz | http://paste.openstack.org/show/586068/ | 00:28 |
rcarrillocruz | so what's stuff are we insterestd in | 00:28 |
*** yolanda has quit IRC | 00:28 | |
rcarrillocruz | we grep -v the taps and brq ? | 00:29 |
rcarrillocruz | just the taps? | 00:29 |
*** mtanino__ has joined #openstack-infra | 00:29 | |
*** yolanda has joined #openstack-infra | 00:29 | |
*** david-lyle has quit IRC | 00:29 | |
jeblair | yeah, that sounds like a good start | 00:30 |
*** mtanino has quit IRC | 00:30 | |
jeblair | rcarrillocruz: so then we'd change "ifOperStatus" "Up" to "ifName" and $iface -- and make $iface a loop variable like $disk in the thing below | 00:30 |
*** amotoki has quit IRC | 00:30 | |
*** david-lyle has joined #openstack-infra | 00:31 | |
rcarrillocruz | gotcha | 00:31 |
jeblair | like http://paste.openstack.org/show/586070/ | 00:32 |
*** asselin__ has quit IRC | 00:33 | |
jeblair | i'm disabling poller logging entirely and bumping the number of pollers back up to 4 | 00:33 |
jeblair | (the logging will flood with warnings for all the transient interfaces) | 00:33 |
jeblair | rcarrillocruz: do you want to update the create_graphs script or should i? | 00:34 |
rcarrillocruz | i'm poking at it, i'll ask you to review | 00:34 |
*** david-lyle has quit IRC | 00:34 | |
jeblair | k | 00:34 |
*** david-lyle has joined #openstack-infra | 00:35 | |
rcarrillocruz | http://paste.openstack.org/show/586071/ | 00:37 |
rcarrillocruz | how does that look like | 00:37 |
jeblair | rcarrillocruz: looks good but you want to add "| grep -v brq" to that too? | 00:38 |
rcarrillocruz | ah k, understood just the tap | 00:38 |
rcarrillocruz | ++ | 00:38 |
rcarrillocruz | i'll push for review then | 00:38 |
rcarrillocruz | with brq | 00:38 |
jeblair | cool | 00:38 |
jeblair | rcarrillocruz: i just tried that out too, looks like it should work | 00:39 |
*** amotoki has joined #openstack-infra | 00:40 | |
*** sabari has joined #openstack-infra | 00:41 | |
jeblair | rcarrillocruz: so we merge that, then remove all the extra data sources. | 00:41 |
jeblair | i think that will actually be easy to do in the webui | 00:41 |
jeblair | (data sources and graphs) | 00:41 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/system-config: Filter out brq and tap devices from net interfaces monitoring https://review.openstack.org/387738 | 00:42 |
rcarrillocruz | ++ | 00:42 |
jeblair | aprvd | 00:42 |
jeblair | okay, i manually installed that on cacti | 00:43 |
rcarrillocruz | sweet :-) | 00:44 |
jeblair | i will delete the extra graphs now | 00:44 |
rcarrillocruz | so out of curiosity, for the admin ui, the creds are on the php files i guess right? | 00:44 |
*** amotoki has quit IRC | 00:44 | |
jeblair | rcarrillocruz: they are in the passwords.gpg file on puppetmaster | 00:45 |
jeblair | (the account in cacti is in mysql db) | 00:45 |
rcarrillocruz | ah k | 00:45 |
jeblair | okay, cleared out extra graphs, and re-set poller log level to lowv | 00:47 |
*** david-lyle has quit IRC | 00:47 | |
*** david-lyle has joined #openstack-infra | 00:48 | |
*** amotoki has joined #openstack-infra | 00:48 | |
jeblair | i think i just missed the 0045 run with the log level change | 00:48 |
jeblair | may have to wait until 0055 to see if it worked | 00:49 |
*** sdake_ has joined #openstack-infra | 00:51 | |
*** EricGonczer_ has quit IRC | 00:51 | |
*** sdake_ has joined #openstack-infra | 00:51 | |
*** david-lyle has quit IRC | 00:51 | |
jeblair | oh, still have more data sources to delete. working on it. | 00:52 |
*** david-lyle has joined #openstack-infra | 00:52 | |
*** sdake has quit IRC | 00:53 | |
jeblair | rcarrillocruz, clarkb, mordred: are you still around, or are any other infra-root around? | 00:53 |
*** claudiub has quit IRC | 00:53 | |
rcarrillocruz | i am | 00:53 |
jeblair | i have about 100 pages to click through in cacti to do this; would go faster with some help :) | 00:54 |
rcarrillocruz | heh, i need to know how to get decrypt passwords.gpg | 00:54 |
openstackgerrit | Merged openstack-infra/system-config: Filter out brq and tap devices from net interfaces monitoring https://review.openstack.org/387738 | 00:54 |
rcarrillocruz | that or some other core who has the user/pass freshh | 00:55 |
rcarrillocruz | clarkb: around? | 00:55 |
clarkb | sorry I have disappeared for family thing wont be able to help now | 00:56 |
rcarrillocruz | no probs, mordred ^ ? | 00:57 |
*** amitgandhinz has joined #openstack-infra | 00:58 | |
*** david-lyle has quit IRC | 00:59 | |
*** david-lyle has joined #openstack-infra | 01:00 | |
*** jamielennox is now known as jamielennox|away | 01:01 | |
*** lifeless has quit IRC | 01:02 | |
*** lifeless has joined #openstack-infra | 01:02 | |
jeblair | halfway done | 01:02 |
* anteaya cheers on jeblair's mouse fingers | 01:04 | |
jeblair | i don't have a mouse | 01:04 |
pleia2 | I can pitch in now, where are we jeblair? | 01:04 |
anteaya | ah, you said clicking and I heard mouse | 01:04 |
anteaya | clicking fingers | 01:05 |
*** david-lyle has quit IRC | 01:05 | |
*** tqtran has quit IRC | 01:05 | |
*** david-lyle has joined #openstack-infra | 01:06 | |
jeblair | pleia2: i'm close enough to done that it may not be worth jumping in at this point | 01:06 |
pleia2 | ok, sorry | 01:07 |
jeblair | pleia2: but maybe you could share the password file password with rcarrillocruz? | 01:07 |
pleia2 | sure | 01:07 |
rcarrillocruz | ++ | 01:07 |
*** rhallisey has quit IRC | 01:07 | |
pleia2 | rcarrillocruz: can you sudo su - on puppetmaster so I can give a quick tour? | 01:07 |
rcarrillocruz | sure | 01:07 |
rcarrillocruz | in | 01:07 |
*** david-lyle has quit IRC | 01:07 | |
pleia2 | while I figure out how to quit emacs | 01:07 |
rcarrillocruz | haha | 01:08 |
rcarrillocruz | yeah, i'm a vim user myself :/ | 01:08 |
rcarrillocruz | ctrl X or something like that | 01:08 |
pleia2 | I kid anyway ;) | 01:08 |
*** jamielennox|away is now known as jamielennox | 01:08 | |
jeblair | she knows i can't type a rejoinder :) | 01:08 |
pleia2 | rcarrillocruz: screen -x | 01:09 |
*** jkilpatr has quit IRC | 01:09 | |
rcarrillocruz | o-k | 01:10 |
pleia2 | rcarrillocruz is all sorted :) | 01:10 |
*** Apoorva_ has joined #openstack-infra | 01:10 | |
rcarrillocruz | i know have it on a post it on my laptop | 01:11 |
jeblair | yay! | 01:11 |
* rcarrillocruz giggles | 01:11 | |
jeblair | rcarrillocruz: ;) | 01:11 |
rcarrillocruz | ;-) | 01:11 |
pleia2 | lol | 01:11 |
jeblair | i have just finished deleting all the graphs | 01:11 |
rcarrillocruz | yeah thanks jeblair , sorry for the grunt work | 01:11 |
rcarrillocruz | and we haz cacti! | 01:11 |
rcarrillocruz | \o/ | 01:11 |
*** yamahata has quit IRC | 01:12 | |
jeblair | 10/18/2016 01:11:40 AM - SYSTEM STATS: Time:98.8470 Method:cmd.php Processes:4 Threads:N/A Hosts:182 HostsPerProcess:46 DataSources:23559 RRDsProcessed:8564 | 01:12 |
*** knangia has quit IRC | 01:12 | |
jeblair | that last number is no longer 0 :) | 01:12 |
rcarrillocruz | that looks so much better than 0 hehe | 01:12 |
*** david-lyle has joined #openstack-infra | 01:13 | |
rcarrillocruz | thanks for all the help, appreciated | 01:13 |
rcarrillocruz | crashing now (3:13AM) | 01:13 |
jeblair | rcarrillocruz: thank you! | 01:13 |
rcarrillocruz | tty tomorrow folks | 01:13 |
rcarrillocruz | ++ | 01:13 |
*** david-lyle has quit IRC | 01:14 | |
*** Apoorva has quit IRC | 01:14 | |
amrith | hi infra ... would someone please provide feedback on https://review.openstack.org/#/c/387386/. It is part of getting rid of the trove-integration repository and is currently on the critical path. Thanks | 01:14 |
jeblair | i'm going to clean up the tree | 01:14 |
*** david-lyle has joined #openstack-infra | 01:15 | |
*** Apoorva_ has quit IRC | 01:15 | |
*** hogepodge has quit IRC | 01:16 | |
*** yolanda has quit IRC | 01:17 | |
ianychoi | Hi pleia2, I think your timezone is around dinner time! How about discussing translation checksite on next infra team IRC meeting (tomorrow 1900 UTC)? I think Frank from I18n team will be able to join to the meeting. | 01:17 |
pleia2 | ianychoi: yeah, let's go ahead and add it to the agenda | 01:18 |
*** shu-mutou-AWAY is now known as shu-mutou | 01:18 | |
pleia2 | I'll do my best to get up to speed by meeting time | 01:18 |
*** david-lyle has quit IRC | 01:19 | |
ianychoi | pleia2, yep I will add to wiki agenda thank you! | 01:19 |
pleia2 | ianychoi: can you make sure you include the link to frank's email? | 01:19 |
pleia2 | I know it went to the infra list, just want to make sure it's called out | 01:19 |
ianychoi | pleia2, sure! I include the link to infra meeting wiki | 01:19 |
pleia2 | perfect, thanks | 01:19 |
*** david-lyle has joined #openstack-infra | 01:20 | |
*** baoli has joined #openstack-infra | 01:21 | |
ianychoi | added :) see you tomorrow! | 01:21 |
pleia2 | great, see you then | 01:21 |
ianychoi | :) | 01:21 |
*** david-lyle has quit IRC | 01:21 | |
*** pcrews has quit IRC | 01:22 | |
*** john-davidge has joined #openstack-infra | 01:23 | |
*** david-lyle has joined #openstack-infra | 01:23 | |
*** yanyanhu has joined #openstack-infra | 01:23 | |
*** yolanda has joined #openstack-infra | 01:23 | |
*** david-lyle has quit IRC | 01:24 | |
*** david-lyle has joined #openstack-infra | 01:25 | |
*** john-davidge has quit IRC | 01:27 | |
*** kaisers_ has joined #openstack-infra | 01:27 | |
*** jamesden_ has joined #openstack-infra | 01:28 | |
openstackgerrit | Joshua Harlow proposed openstack-infra/project-config: Refactor run-tox-with-oslo-master.sh https://review.openstack.org/387681 | 01:28 |
*** yamahata has joined #openstack-infra | 01:30 | |
*** amitgandhinz has quit IRC | 01:32 | |
*** kaisers_ has quit IRC | 01:32 | |
*** david-lyle has quit IRC | 01:32 | |
*** pcrews has joined #openstack-infra | 01:33 | |
*** pahuang has quit IRC | 01:33 | |
*** david-lyle has joined #openstack-infra | 01:34 | |
*** thorst_ has joined #openstack-infra | 01:34 | |
*** hogepodge has joined #openstack-infra | 01:35 | |
*** david-lyle has quit IRC | 01:37 | |
*** yee3796 has joined #openstack-infra | 01:38 | |
*** david-lyle has joined #openstack-infra | 01:38 | |
*** david-lyle has quit IRC | 01:38 | |
*** yee379 has quit IRC | 01:39 | |
*** jamesden_ has quit IRC | 01:40 | |
*** jamesden_ has joined #openstack-infra | 01:41 | |
*** NobodyCam has quit IRC | 01:42 | |
*** tdurakov has quit IRC | 01:42 | |
*** tdurakov has joined #openstack-infra | 01:42 | |
*** NobodyCam has joined #openstack-infra | 01:42 | |
*** david-lyle has joined #openstack-infra | 01:44 | |
*** david-lyle has quit IRC | 01:44 | |
*** david-lyle has joined #openstack-infra | 01:45 | |
*** pahuang has joined #openstack-infra | 01:45 | |
*** vdrok has quit IRC | 01:45 | |
*** david-lyle has quit IRC | 01:46 | |
*** jamesden_ has quit IRC | 01:46 | |
*** gildub_ has joined #openstack-infra | 01:46 | |
*** david-lyle has joined #openstack-infra | 01:46 | |
*** david-lyle has quit IRC | 01:47 | |
*** vdrok has joined #openstack-infra | 01:48 | |
*** gildub has quit IRC | 01:49 | |
*** gongysh has joined #openstack-infra | 01:50 | |
*** evgenyl has quit IRC | 01:51 | |
*** larainema has quit IRC | 01:51 | |
*** evgenyl has joined #openstack-infra | 01:52 | |
*** csomerville has quit IRC | 01:52 | |
*** larainema has joined #openstack-infra | 01:53 | |
*** david-lyle has joined #openstack-infra | 01:56 | |
*** david-lyle has quit IRC | 01:57 | |
*** david-lyle has joined #openstack-infra | 01:58 | |
*** mtanino has joined #openstack-infra | 01:59 | |
*** baoli has quit IRC | 01:59 | |
*** esikachev has joined #openstack-infra | 01:59 | |
*** david-lyle has quit IRC | 02:00 | |
*** mtanino__ has quit IRC | 02:00 | |
*** jamesden_ has joined #openstack-infra | 02:01 | |
*** david-lyle has joined #openstack-infra | 02:01 | |
*** david-lyle has quit IRC | 02:02 | |
*** david-lyle has joined #openstack-infra | 02:02 | |
*** markvoelker has joined #openstack-infra | 02:03 | |
*** david-lyle has quit IRC | 02:03 | |
*** david-lyle has joined #openstack-infra | 02:04 | |
*** esikachev has quit IRC | 02:04 | |
*** david-lyle has quit IRC | 02:04 | |
*** mtanino has quit IRC | 02:04 | |
*** david-lyle has joined #openstack-infra | 02:05 | |
*** david-lyle has quit IRC | 02:05 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Reorganize PROJECTS list to show repos to remove https://review.openstack.org/387614 | 02:05 |
*** cody-somerville has joined #openstack-infra | 02:06 | |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Source deploy.env in tripleo.sh https://review.openstack.org/387750 | 02:06 |
*** david-lyle has joined #openstack-infra | 02:07 | |
*** markvoelker has quit IRC | 02:08 | |
*** david-lyle has quit IRC | 02:08 | |
*** cody-somerville has quit IRC | 02:09 | |
*** cody-somerville has joined #openstack-infra | 02:10 | |
*** david-lyle has joined #openstack-infra | 02:10 | |
*** david-lyle has quit IRC | 02:11 | |
*** david-lyle has joined #openstack-infra | 02:12 | |
*** jamesde__ has joined #openstack-infra | 02:12 | |
*** david-lyle has quit IRC | 02:14 | |
*** jamesden_ has quit IRC | 02:14 | |
*** tuanluong has joined #openstack-infra | 02:14 | |
*** Swami__ has quit IRC | 02:15 | |
*** david-lyle has joined #openstack-infra | 02:17 | |
*** david-lyle has quit IRC | 02:18 | |
*** david-lyle has joined #openstack-infra | 02:18 | |
*** david-lyle has quit IRC | 02:19 | |
*** david-lyle has joined #openstack-infra | 02:20 | |
*** gouthamr has quit IRC | 02:21 | |
*** netsin has quit IRC | 02:21 | |
*** david-lyle has quit IRC | 02:21 | |
*** zz_dimtruck is now known as dimtruck | 02:23 | |
*** baoli has joined #openstack-infra | 02:25 | |
*** hongbin_ has joined #openstack-infra | 02:26 | |
*** david-lyle has joined #openstack-infra | 02:26 | |
*** dave-mccowan has quit IRC | 02:26 | |
*** baoli_ has joined #openstack-infra | 02:28 | |
*** amitgandhinz has joined #openstack-infra | 02:28 | |
*** yuanying has quit IRC | 02:29 | |
*** tiswanso has joined #openstack-infra | 02:30 | |
*** baoli has quit IRC | 02:31 | |
*** baoli_ has quit IRC | 02:39 | |
*** armax has quit IRC | 02:39 | |
*** jamesde__ has quit IRC | 02:40 | |
*** hogepodge has quit IRC | 02:40 | |
*** hongbin_ has quit IRC | 02:41 | |
*** hongbin_ has joined #openstack-infra | 02:41 | |
*** jamesden_ has joined #openstack-infra | 02:42 | |
*** armax has joined #openstack-infra | 02:42 | |
*** Rockyg has quit IRC | 02:46 | |
*** jamesden_ has quit IRC | 02:50 | |
*** esikachev has joined #openstack-infra | 03:00 | |
*** jamielennox is now known as jamielennox|away | 03:01 | |
*** netsin has joined #openstack-infra | 03:02 | |
*** amitgandhinz has quit IRC | 03:02 | |
*** thorst_ has quit IRC | 03:04 | |
*** hogepodge has joined #openstack-infra | 03:04 | |
*** esikachev has quit IRC | 03:04 | |
*** thorst_ has joined #openstack-infra | 03:05 | |
*** thorst_ has quit IRC | 03:05 | |
*** thorst_ has joined #openstack-infra | 03:06 | |
*** thorst_ has quit IRC | 03:13 | |
*** jbryce has quit IRC | 03:16 | |
*** jbryce has joined #openstack-infra | 03:16 | |
*** kaisers_ has joined #openstack-infra | 03:16 | |
*** coolsvap has quit IRC | 03:20 | |
*** hongbin_ has quit IRC | 03:20 | |
*** vikrant has joined #openstack-infra | 03:21 | |
*** kaisers_ has quit IRC | 03:21 | |
*** david-lyle has quit IRC | 03:23 | |
*** david-lyle has joined #openstack-infra | 03:24 | |
*** david-lyle has quit IRC | 03:25 | |
*** david-lyle has joined #openstack-infra | 03:26 | |
*** Sukhdev has joined #openstack-infra | 03:26 | |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: Fix unbound rc.local generation https://review.openstack.org/387150 | 03:27 |
ianw | sight, i wish i didn't know so much about rc.local, but there you go | 03:27 |
*** david-lyle has quit IRC | 03:27 | |
*** david-lyle has joined #openstack-infra | 03:28 | |
*** david-lyle has quit IRC | 03:29 | |
*** david-lyle has joined #openstack-infra | 03:30 | |
*** david-lyle has quit IRC | 03:33 | |
*** jamielennox|away is now known as jamielennox | 03:33 | |
*** david-lyle has joined #openstack-infra | 03:34 | |
*** tiswanso has quit IRC | 03:35 | |
*** links has joined #openstack-infra | 03:35 | |
*** armax has quit IRC | 03:36 | |
*** david-lyle has quit IRC | 03:36 | |
*** amotoki_ has joined #openstack-infra | 03:40 | |
*** amotoki has quit IRC | 03:43 | |
*** david-lyle has joined #openstack-infra | 03:46 | |
*** david-lyle has quit IRC | 03:46 | |
openstackgerrit | Ian Wienand proposed openstack-infra/devstack-gate: Remove dib-utils & diskimage-builder from PROJECTS https://review.openstack.org/345818 | 03:48 |
*** yuanying has joined #openstack-infra | 03:49 | |
*** john-davidge has joined #openstack-infra | 03:49 | |
*** david-lyle has joined #openstack-infra | 03:50 | |
*** david-lyle has quit IRC | 03:51 | |
*** david-lyle has joined #openstack-infra | 03:53 | |
*** e0ne has joined #openstack-infra | 03:54 | |
*** david-lyle has quit IRC | 03:54 | |
*** john-davidge has quit IRC | 03:54 | |
*** david-lyle has joined #openstack-infra | 03:55 | |
*** david-lyle has quit IRC | 03:55 | |
*** tqtran has joined #openstack-infra | 03:57 | |
*** david-lyle has joined #openstack-infra | 03:57 | |
*** david-lyle has quit IRC | 03:57 | |
*** yamahata has quit IRC | 03:58 | |
*** e0ne has quit IRC | 03:58 | |
*** david-lyle has joined #openstack-infra | 03:58 | |
*** david-lyle has quit IRC | 03:59 | |
*** amitgandhinz has joined #openstack-infra | 03:59 | |
*** psachin` has joined #openstack-infra | 03:59 | |
*** e0ne has joined #openstack-infra | 04:00 | |
*** david-lyle has joined #openstack-infra | 04:00 | |
*** david-lyle has quit IRC | 04:01 | |
*** esikachev has joined #openstack-infra | 04:01 | |
*** david-lyle has joined #openstack-infra | 04:01 | |
*** sabari has quit IRC | 04:02 | |
*** david-lyle has quit IRC | 04:04 | |
*** david-lyle has joined #openstack-infra | 04:04 | |
*** markvoelker has joined #openstack-infra | 04:04 | |
*** esikachev has quit IRC | 04:05 | |
*** david-lyle has quit IRC | 04:05 | |
*** david-lyle has joined #openstack-infra | 04:06 | |
*** sabari has joined #openstack-infra | 04:07 | |
*** david-lyle has quit IRC | 04:08 | |
*** markvoelker has quit IRC | 04:09 | |
*** david-lyle has joined #openstack-infra | 04:10 | |
*** david-lyle has quit IRC | 04:11 | |
*** thorst_ has joined #openstack-infra | 04:11 | |
*** david-lyle has joined #openstack-infra | 04:12 | |
*** david-lyle has quit IRC | 04:13 | |
*** david-lyle has joined #openstack-infra | 04:14 | |
openstackgerrit | James E. Blair proposed openstack-infra/storyboard: Update story.updated_at when tags are updated https://review.openstack.org/387783 | 04:15 |
*** david-lyle has quit IRC | 04:15 | |
openstackgerrit | James E. Blair proposed openstack-infra/storyboard: Update story.updated_at when comments added https://review.openstack.org/387784 | 04:15 |
*** david-lyle has joined #openstack-infra | 04:15 | |
*** david-lyle has quit IRC | 04:16 | |
*** david-lyle has joined #openstack-infra | 04:17 | |
*** david-lyle has quit IRC | 04:18 | |
*** thorst_ has quit IRC | 04:18 | |
*** david-lyle has joined #openstack-infra | 04:19 | |
*** david-lyle has quit IRC | 04:20 | |
*** cshastri has joined #openstack-infra | 04:21 | |
*** david-lyle has joined #openstack-infra | 04:21 | |
*** amotoki_ has quit IRC | 04:28 | |
*** sdake_ has quit IRC | 04:30 | |
*** sdake has joined #openstack-infra | 04:33 | |
*** amitgandhinz has quit IRC | 04:33 | |
openstackgerrit | Merged openstack-infra/release-tools: add a --cycle-based option to list-repos https://review.openstack.org/387649 | 04:41 |
*** markvoelker has joined #openstack-infra | 04:41 | |
*** markvoelker_ has joined #openstack-infra | 04:42 | |
*** markvoelker has quit IRC | 04:45 | |
*** mdrabe has quit IRC | 04:47 | |
*** kzaitsev_mb has joined #openstack-infra | 04:49 | |
*** yuanying has quit IRC | 04:54 | |
*** rwsu has joined #openstack-infra | 04:56 | |
*** markvoelker_ has quit IRC | 04:58 | |
*** yuanying has joined #openstack-infra | 05:00 | |
*** esikachev has joined #openstack-infra | 05:01 | |
*** yuanying has quit IRC | 05:02 | |
*** kaisers_ has joined #openstack-infra | 05:05 | |
*** esikachev has quit IRC | 05:06 | |
*** sc68cal has quit IRC | 05:07 | |
*** kaisers_ has quit IRC | 05:10 | |
*** sdake_ has joined #openstack-infra | 05:11 | |
*** markvoelker has joined #openstack-infra | 05:13 | |
*** kzaitsev_mb has quit IRC | 05:13 | |
*** adriant has quit IRC | 05:14 | |
*** markvoelker_ has joined #openstack-infra | 05:14 | |
*** sdake has quit IRC | 05:14 | |
*** thorst_ has joined #openstack-infra | 05:17 | |
*** markvoelker has quit IRC | 05:18 | |
*** jaosorior has joined #openstack-infra | 05:18 | |
*** yamamoto has quit IRC | 05:20 | |
*** thorst_ has quit IRC | 05:23 | |
*** hurgleburgler has quit IRC | 05:23 | |
*** amitgandhinz has joined #openstack-infra | 05:30 | |
*** tqtran has quit IRC | 05:32 | |
*** amotoki has joined #openstack-infra | 05:36 | |
*** eliqiao has joined #openstack-infra | 05:43 | |
*** markvoelker_ has quit IRC | 05:45 | |
*** chlong has quit IRC | 05:47 | |
*** amotoki has quit IRC | 05:52 | |
*** dimtruck is now known as zz_dimtruck | 05:56 | |
*** nadya has joined #openstack-infra | 05:56 | |
*** AJaeger has quit IRC | 05:56 | |
*** amotoki has joined #openstack-infra | 05:57 | |
*** yamamoto has joined #openstack-infra | 05:57 | |
openstackgerrit | Thomas Bechtold proposed openstack-infra/jenkins-job-builder: Fix timeout wrapper version detection https://review.openstack.org/387799 | 05:58 |
*** nadya has quit IRC | 06:00 | |
*** AJaeger has joined #openstack-infra | 06:00 | |
*** rcernin has joined #openstack-infra | 06:01 | |
*** yuanying has joined #openstack-infra | 06:01 | |
*** links has quit IRC | 06:01 | |
*** chlong has joined #openstack-infra | 06:01 | |
*** esikachev has joined #openstack-infra | 06:02 | |
*** ihrachys has joined #openstack-infra | 06:03 | |
*** ccamacho has left #openstack-infra | 06:03 | |
*** amitgandhinz has quit IRC | 06:04 | |
*** amotoki has quit IRC | 06:04 | |
*** amotoki has joined #openstack-infra | 06:05 | |
*** AJaeger has quit IRC | 06:06 | |
*** AJaeger has joined #openstack-infra | 06:06 | |
*** sc68cal has joined #openstack-infra | 06:06 | |
*** esikachev has quit IRC | 06:08 | |
*** kaisers_ has joined #openstack-infra | 06:08 | |
*** ihrachys has quit IRC | 06:10 | |
*** vsaienko has joined #openstack-infra | 06:12 | |
*** jtomasek_ has joined #openstack-infra | 06:13 | |
*** john-davidge has joined #openstack-infra | 06:17 | |
*** vsaienko has quit IRC | 06:17 | |
*** pcaruana has joined #openstack-infra | 06:18 | |
*** isaacb has joined #openstack-infra | 06:18 | |
*** nadya has joined #openstack-infra | 06:20 | |
*** nadya has quit IRC | 06:21 | |
*** john-davidge has quit IRC | 06:21 | |
*** esikachev has joined #openstack-infra | 06:22 | |
*** aeng is now known as aeng_afk | 06:22 | |
*** thorst_ has joined #openstack-infra | 06:23 | |
*** chandankumar has joined #openstack-infra | 06:24 | |
*** esikachev has quit IRC | 06:27 | |
*** vsaienko has joined #openstack-infra | 06:27 | |
*** gongysh has quit IRC | 06:27 | |
*** Sukhdev has quit IRC | 06:27 | |
*** thorst_ has quit IRC | 06:28 | |
*** claudiub has joined #openstack-infra | 06:29 | |
*** hogepodge has quit IRC | 06:30 | |
*** claudiub|2 has joined #openstack-infra | 06:31 | |
*** jtomasek_ has quit IRC | 06:32 | |
*** claudiub has quit IRC | 06:34 | |
*** nadya has joined #openstack-infra | 06:38 | |
*** e0ne has quit IRC | 06:42 | |
*** sdake_ is now known as sdake | 06:44 | |
openstackgerrit | Thomas Bechtold proposed openstack-infra/jenkins-job-builder: Fix timeout wrapper version detection https://review.openstack.org/387799 | 06:44 |
*** ihrachys has joined #openstack-infra | 06:45 | |
*** andreas_s has joined #openstack-infra | 06:48 | |
*** nherciu has joined #openstack-infra | 06:54 | |
*** nadya has quit IRC | 07:00 | |
*** amitgandhinz has joined #openstack-infra | 07:00 | |
*** ihrachys has quit IRC | 07:02 | |
*** yamahata has joined #openstack-infra | 07:03 | |
*** tesseract has joined #openstack-infra | 07:03 | |
*** tesseract is now known as Guest85855 | 07:03 | |
*** coolsvap has joined #openstack-infra | 07:04 | |
*** ihrachys has joined #openstack-infra | 07:04 | |
*** ccamacho has joined #openstack-infra | 07:05 | |
*** camunoz has quit IRC | 07:07 | |
*** shardy has joined #openstack-infra | 07:08 | |
*** sree has joined #openstack-infra | 07:08 | |
*** sree has quit IRC | 07:08 | |
*** sree has joined #openstack-infra | 07:08 | |
*** amotoki has quit IRC | 07:09 | |
*** amotoki has joined #openstack-infra | 07:10 | |
*** matrohon has joined #openstack-infra | 07:15 | |
yolanda | good morning | 07:15 |
*** odyssey4me has quit IRC | 07:16 | |
*** amoralej|off is now known as amoralej | 07:16 | |
*** clayton has quit IRC | 07:16 | |
*** jmorgan1 has quit IRC | 07:17 | |
*** jmorgan1 has joined #openstack-infra | 07:17 | |
*** clayg has quit IRC | 07:18 | |
*** amrith has quit IRC | 07:18 | |
*** odyssey4me has joined #openstack-infra | 07:18 | |
*** amrith has joined #openstack-infra | 07:19 | |
*** clayton has joined #openstack-infra | 07:19 | |
*** clayg has joined #openstack-infra | 07:19 | |
*** dtardivel has joined #openstack-infra | 07:20 | |
*** shardy has quit IRC | 07:22 | |
*** tkelsey has joined #openstack-infra | 07:22 | |
openstackgerrit | Merged openstack-infra/project-config: nova-lxd: Allow regex to blacklist tempest tests https://review.openstack.org/387100 | 07:23 |
*** vsaienko has quit IRC | 07:24 | |
openstackgerrit | Merged openstack-infra/project-config: Enable py35 voting on passing keystone projects https://review.openstack.org/387670 | 07:24 |
*** thorst_ has joined #openstack-infra | 07:26 | |
openstackgerrit | Merged openstack-infra/project-config: Change pep8 to voting for rsc https://review.openstack.org/387618 | 07:27 |
*** yaume has joined #openstack-infra | 07:28 | |
*** yaume is now known as yaume[away] | 07:28 | |
*** jordanP has joined #openstack-infra | 07:28 | |
*** jordanP has quit IRC | 07:28 | |
*** drifterza has joined #openstack-infra | 07:30 | |
*** ralonsoh has joined #openstack-infra | 07:32 | |
*** Naeil has joined #openstack-infra | 07:33 | |
*** thorst_ has quit IRC | 07:33 | |
*** amitgandhinz has quit IRC | 07:33 | |
openstackgerrit | Merged openstack-infra/project-config: fix panko initialisation https://review.openstack.org/387620 | 07:34 |
openstackgerrit | Merged openstack-infra/project-config: Templatize freezer dsvm gate job https://review.openstack.org/386094 | 07:35 |
openstackgerrit | Merged openstack-infra/project-config: Add os-xenapi project. https://review.openstack.org/386528 | 07:35 |
openstackgerrit | Merged openstack-infra/project-config: gerritbot: Update repos and branches for charms https://review.openstack.org/387291 | 07:35 |
openstackgerrit | Merged openstack-infra/project-config: Move barbican-postgres to non-voting gate https://review.openstack.org/385448 | 07:37 |
*** vsaienko has joined #openstack-infra | 07:39 | |
*** jpich has joined #openstack-infra | 07:39 | |
*** hogepodge has joined #openstack-infra | 07:40 | |
*** ihrachys has quit IRC | 07:41 | |
AJaeger | yolanda: could you review these later as well, please? https://review.openstack.org/#/c/386613/ https://review.openstack.org/386521 https://review.openstack.org/#/c/385863/ | 07:42 |
yolanda | hi AJaeger , i'll do | 07:43 |
*** HeOS has quit IRC | 07:44 | |
AJaeger | thanks | 07:44 |
*** HeOS has joined #openstack-infra | 07:45 | |
*** jpena|off is now known as jpena | 07:45 | |
*** yaume[away] is now known as yaume | 07:46 | |
*** yaume is now known as yaume[away] | 07:46 | |
openstackgerrit | Merged openstack-infra/project-config: Add gerritbot and accessbot to openstack-interop https://review.openstack.org/385789 | 07:46 |
openstackgerrit | Merged openstack-infra/project-config: Link puppet-tripleo gerrit to tripleo launchpad https://review.openstack.org/382663 | 07:46 |
*** mrunge has quit IRC | 07:50 | |
*** ihrachys has joined #openstack-infra | 07:51 | |
*** mrunge has joined #openstack-infra | 07:53 | |
*** yaume[away] is now known as yaume | 07:54 | |
*** ihrachys has quit IRC | 07:56 | |
*** igormarnat has quit IRC | 07:56 | |
*** asilenkov has quit IRC | 07:56 | |
*** dteselkin has quit IRC | 07:57 | |
*** csomerville has joined #openstack-infra | 07:58 | |
*** cody-somerville has quit IRC | 07:58 | |
*** pilgrimstack has joined #openstack-infra | 07:59 | |
*** zzzeek has quit IRC | 08:00 | |
*** liusheng has quit IRC | 08:00 | |
*** liusheng has joined #openstack-infra | 08:00 | |
*** zzzeek has joined #openstack-infra | 08:01 | |
*** bhavik1 has joined #openstack-infra | 08:01 | |
*** asilenkov has joined #openstack-infra | 08:02 | |
*** dteselkin has joined #openstack-infra | 08:03 | |
*** igormarnat has joined #openstack-infra | 08:03 | |
*** makowals_ has joined #openstack-infra | 08:04 | |
*** openstackgerrit has quit IRC | 08:04 | |
*** openstackgerrit has joined #openstack-infra | 08:05 | |
*** matrohon has quit IRC | 08:05 | |
*** makowals has quit IRC | 08:05 | |
lennyb | wznoinsk, HI, I have some configuration issues regarding https://review.openstack.org/#/c/382262/ . After some debugging I see that my ~/.ssh/config is not configured properly. We use Common CI Infrastructure with zuul in our CI, so we never had to configure ~/.ssh/config. What should be configured there? http://paste.openstack.org/show/586125/ | 08:07 |
wznoinsk | Lennyb after recent changes there should be no problems to connect a metal to CI | 08:07 |
lennyb | wznoinsk, changes where? I am asking regarding check_jenkins_build_status.py | 08:08 |
*** matrohon has joined #openstack-infra | 08:10 | |
openstackgerrit | Merged openstack-infra/groups: Resolve commons_activity_streams errors https://review.openstack.org/386484 | 08:10 |
*** tuanluong has quit IRC | 08:11 | |
*** mfedosin has joined #openstack-infra | 08:11 | |
*** nadya has joined #openstack-infra | 08:13 | |
*** gildub_ has quit IRC | 08:15 | |
*** isaacb has quit IRC | 08:16 | |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: networking-bgpvpn: add a coverage job https://review.openstack.org/387267 | 08:17 |
*** makowals_ has quit IRC | 08:18 | |
openstackgerrit | Merged openstack-infra/project-config: Adding monasca-ui to PROJECTS https://review.openstack.org/386613 | 08:18 |
*** makowals has joined #openstack-infra | 08:19 | |
*** rossella_s has joined #openstack-infra | 08:19 | |
openstackgerrit | Merged openstack-infra/project-config: Notify #openstack-dev of PTguide changes https://review.openstack.org/386521 | 08:20 |
openstackgerrit | Merged openstack-infra/project-config: Switch freezer python35 gate job to a voting job https://review.openstack.org/385863 | 08:20 |
*** rossella_s has quit IRC | 08:22 | |
*** rossella_s has joined #openstack-infra | 08:23 | |
*** ihrachys has joined #openstack-infra | 08:24 | |
*** yamahata has quit IRC | 08:24 | |
*** kzaitsev_mb has joined #openstack-infra | 08:26 | |
*** vsaienko has quit IRC | 08:30 | |
*** amitgandhinz has joined #openstack-infra | 08:30 | |
*** thorst_ has joined #openstack-infra | 08:31 | |
*** ihrachys has quit IRC | 08:33 | |
*** thorst_ has quit IRC | 08:37 | |
*** mhickey has joined #openstack-infra | 08:38 | |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: Fix gentoolkit default pkg-map https://review.openstack.org/387861 | 08:41 |
*** electrofelix has joined #openstack-infra | 08:42 | |
*** john-davidge has joined #openstack-infra | 08:42 | |
openstackgerrit | Ian Wienand proposed openstack-infra/project-config: Fix unbound rc.local generation https://review.openstack.org/387150 | 08:42 |
*** lezbar has quit IRC | 08:43 | |
*** ssbarnea has joined #openstack-infra | 08:43 | |
*** john-davidge has quit IRC | 08:43 | |
*** john-davidge has joined #openstack-infra | 08:43 | |
*** lezbar__ has joined #openstack-infra | 08:45 | |
*** derekh has joined #openstack-infra | 08:48 | |
*** kzaitsev_mb has quit IRC | 08:50 | |
openstackgerrit | Vasyl Saienko proposed openstack-infra/project-config: Switch ironic-multitenancy job to xenial https://review.openstack.org/387545 | 08:52 |
*** dguitarbite has joined #openstack-infra | 08:53 | |
dguitarbite | fungi: I want to know how to rename stable/liberty to liberty-EOL|EOL/liberty for training-labs. Just to rename the branch. | 08:53 |
*** lezbar__ has quit IRC | 08:55 | |
*** lezbar has joined #openstack-infra | 08:56 | |
*** markvoelker has joined #openstack-infra | 08:57 | |
*** Liuqing has joined #openstack-infra | 08:57 | |
*** lezbar__ has joined #openstack-infra | 09:00 | |
*** lezbar has quit IRC | 09:00 | |
*** degorenko|afk is now known as degorenko | 09:00 | |
*** tnovacik has joined #openstack-infra | 09:01 | |
*** ihrachys has joined #openstack-infra | 09:03 | |
*** openstackgerrit has quit IRC | 09:04 | |
*** openstackgerrit has joined #openstack-infra | 09:04 | |
*** amitgandhinz has quit IRC | 09:05 | |
*** winggundamth has quit IRC | 09:05 | |
*** dizquierdo has joined #openstack-infra | 09:06 | |
*** ssbarnea has quit IRC | 09:07 | |
*** Liuqing has quit IRC | 09:08 | |
*** esikachev has joined #openstack-infra | 09:11 | |
*** shardy has joined #openstack-infra | 09:16 | |
*** abregman|afk is now known as abregman | 09:16 | |
*** bhavik1 has quit IRC | 09:17 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Remove dib-utils & diskimage-builder from PROJECTS https://review.openstack.org/345818 | 09:21 |
*** sambetts|afk is now known as sambetts | 09:22 | |
*** abregman is now known as abregman|afk | 09:23 | |
*** kaisers_ has quit IRC | 09:25 | |
*** kaisers_ has joined #openstack-infra | 09:25 | |
amrith | AJaeger, do you want me to add descriptive comments into the files, or leave them in the review as comments? | 09:25 |
*** winggundamth has joined #openstack-infra | 09:25 | |
amrith | I would've thought adding the name 'legacy' into the descriptions would have been enough of a tell. | 09:26 |
szaher | AJaeger: Hi, According to this change https://review.openstack.org/#/c/386094/ we should see 2 gates trusty and xenial why do we see only xenial ? | 09:28 |
*** e0ne_ has joined #openstack-infra | 09:31 | |
AJaeger | amrith: in the file itself | 09:34 |
openstackgerrit | amrith proposed openstack-infra/project-config: Create new trove CI jobs https://review.openstack.org/387386 | 09:34 |
amrith | ok, done | 09:34 |
AJaeger | amrith: thanks, will review soon | 09:34 |
AJaeger | szaher: I'm glad that you only see xenial ;) | 09:35 |
AJaeger | szaher: trusty jobs are run only older stable branches, xenial on newton and newer. So, it's either or | 09:35 |
*** thorst_ has joined #openstack-infra | 09:36 | |
AJaeger | amrith: you're back to changeset 1 - you removed all the -nv work... | 09:37 |
AJaeger | Compare changeset 2 and 3, it's far too large. | 09:37 |
amrith | oh crap, posted commit from wrong vm :( | 09:37 |
AJaeger | ah ;) | 09:37 |
*** markvoelker has quit IRC | 09:38 | |
* AJaeger sends some wake up coffee to amrith (or do you prefer tea?) | 09:38 | |
*** markvoelker has joined #openstack-infra | 09:38 | |
amrith | coffee please | 09:38 |
*** lezbar__ has quit IRC | 09:38 | |
amrith | AJaeger, ... http://cdn2.bigcommerce.com/n-biq04i/h3kmn/products/1528/images/1631/i_dont_do_mornings_funny_garfield_desk_sign_1391__79043.1430260350.1280.1280.jpg?c=2 | 09:39 |
*** lezbar has joined #openstack-infra | 09:39 | |
AJaeger | ;) | 09:39 |
*** markvoelker has quit IRC | 09:40 | |
*** jaosorior has quit IRC | 09:42 | |
*** jaosorior has joined #openstack-infra | 09:42 | |
lennyb | wznoinsk, I've found the problem in my configuration. thanks. | 09:42 |
*** thorst_ has quit IRC | 09:43 | |
wznoinsk | lennyb: sorry, meant get back to you on that, good to hear it's sorted | 09:43 |
*** sandanar has joined #openstack-infra | 09:43 | |
*** wznoinsk_ has joined #openstack-infra | 09:46 | |
openstackgerrit | Simeon Monov proposed openstack-infra/shade: Additional domain support for grant/revoke role https://review.openstack.org/387892 | 09:47 |
*** wznoinsk has quit IRC | 09:47 | |
*** ggnel_t has joined #openstack-infra | 09:47 | |
*** wznoinsk_ is now known as wznoinsk | 09:47 | |
szaher | AJaeger: Can I force it to be on trusty and xenial as nv for newton, ocata for the moment ? | 09:47 |
*** dtantsur|afk is now known as dtantsur | 09:50 | |
*** wznoinsk has quit IRC | 09:50 | |
*** wznoinsk_ has joined #openstack-infra | 09:50 | |
*** wznoinsk_ is now known as wznoinsk | 09:51 | |
*** kzaitsev_mb has joined #openstack-infra | 09:52 | |
*** claudiub|2 has quit IRC | 09:53 | |
*** lezbar has quit IRC | 09:54 | |
AJaeger | szaher: you can, you can just add a regex for the jobs and add branch/voting for them. | 09:56 |
szaher | AJaeger: Thanks | 09:56 |
*** abregman|afk is now known as abregman | 09:56 | |
openstackgerrit | Valeriy Ponomaryov proposed openstack-infra/project-config: [Manila] Temporary disable broken job https://review.openstack.org/387899 | 10:00 |
*** amitgandhinz has joined #openstack-infra | 10:01 | |
*** amotoki has quit IRC | 10:03 | |
*** florianf has joined #openstack-infra | 10:04 | |
*** lezbar has joined #openstack-infra | 10:06 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Merge nova and neutron normalize methods https://review.openstack.org/387904 | 10:07 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Document and be more explicit in normalization https://review.openstack.org/387905 | 10:07 |
*** berendt has joined #openstack-infra | 10:09 | |
*** lezbar has quit IRC | 10:10 | |
*** lezbar__ has joined #openstack-infra | 10:12 | |
*** tuanluong has joined #openstack-infra | 10:12 | |
*** isaacb has joined #openstack-infra | 10:19 | |
openstackgerrit | Christian Berendt proposed openstack-infra/project-config: Switch kolla bandit gate job to a voting job https://review.openstack.org/387909 | 10:19 |
*** darvon has quit IRC | 10:20 | |
*** pfallenop has quit IRC | 10:20 | |
vponomaryov | AJaeger: thanks for fast +2 of https://review.openstack.org/#/c/387899/ , looking for another +2 for merging this to unblock manila merge process | 10:21 |
openstackgerrit | Christian Berendt proposed openstack-infra/project-config: Switch kolla bandit gate job to a voting job https://review.openstack.org/387909 | 10:21 |
*** yanyanhu has quit IRC | 10:22 | |
*** lezbar__ has quit IRC | 10:23 | |
*** panda|Zz is now known as panda | 10:23 | |
*** yamamoto has quit IRC | 10:23 | |
*** pfallenop has joined #openstack-infra | 10:24 | |
*** rossella_s has quit IRC | 10:28 | |
*** rossella_s has joined #openstack-infra | 10:28 | |
openstackgerrit | Alex Kavanagh proposed openstack-infra/project-config: Add charm-manila-generic-backend and interface https://review.openstack.org/387913 | 10:29 |
*** tkelsey has quit IRC | 10:30 | |
*** ldnunes has joined #openstack-infra | 10:30 | |
*** liusheng has quit IRC | 10:31 | |
*** berendt has quit IRC | 10:31 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: Source deploy.env in tripleo.sh https://review.openstack.org/387750 | 10:32 |
openstackgerrit | amrith proposed openstack-infra/project-config: Create new trove CI jobs https://review.openstack.org/387386 | 10:33 |
amrith | AJaeger, coffee consumed ... | 10:33 |
*** liusheng has joined #openstack-infra | 10:33 | |
*** nicolasbock has joined #openstack-infra | 10:34 | |
amrith | diff from #2 should be what you expect plus another suggestion I got (change legacy to LEGACY). | 10:34 |
*** amitgandhinz has quit IRC | 10:34 | |
*** lezbar has joined #openstack-infra | 10:34 | |
*** john-davidge has quit IRC | 10:35 | |
*** berendt has joined #openstack-infra | 10:35 | |
*** tuanluong has quit IRC | 10:35 | |
*** john-davidge has joined #openstack-infra | 10:35 | |
*** darvon has joined #openstack-infra | 10:35 | |
mordred | AJaeger: morning! I'm getting a weird error in a shade dsvm job - I'm wondering if an underlying config has changed that you know about | 10:36 |
mordred | AJaeger: http://logs.openstack.org/05/387905/1/check/gate-shade-dsvm-functional-neutron/6e0b7f0/logs/devstacklog.txt.gz#_2016-10-18_10_23_30_649 | 10:36 |
*** rhallisey has joined #openstack-infra | 10:37 | |
*** jtomasek is now known as jtomasek|biab | 10:40 | |
*** thorst_ has joined #openstack-infra | 10:43 | |
*** lezbar has quit IRC | 10:43 | |
*** chlong has quit IRC | 10:46 | |
openstackgerrit | Marton Kiss proposed openstack-infra/groups: Security update for elysia_cron module https://review.openstack.org/387925 | 10:48 |
*** degorenko has quit IRC | 10:48 | |
*** thorst_ has quit IRC | 10:48 | |
*** lezbar has joined #openstack-infra | 10:49 | |
*** rfolco has joined #openstack-infra | 10:49 | |
*** gildub_ has joined #openstack-infra | 10:52 | |
*** jkilpatr has joined #openstack-infra | 10:52 | |
*** degorenko has joined #openstack-infra | 10:52 | |
*** lezbar has quit IRC | 10:52 | |
*** degorenko_ has joined #openstack-infra | 10:53 | |
*** lezbar has joined #openstack-infra | 10:53 | |
*** kzaitsev_mb has quit IRC | 10:55 | |
*** kzaitsev_mb has joined #openstack-infra | 10:55 | |
*** lezbar has quit IRC | 10:55 | |
*** lezbar has joined #openstack-infra | 10:56 | |
*** ssbarnea has joined #openstack-infra | 10:56 | |
*** nadya has quit IRC | 10:58 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/project-config: Bumping chocolate to 100 to get more chances of tests being run on it https://review.openstack.org/387928 | 11:01 |
*** sree has quit IRC | 11:02 | |
*** rtheis has joined #openstack-infra | 11:03 | |
*** sree has joined #openstack-infra | 11:03 | |
*** tkelsey has joined #openstack-infra | 11:05 | |
*** coolsvap has quit IRC | 11:06 | |
*** sree has quit IRC | 11:07 | |
rcarrillocruz | mordred, yolanda : you cool with ^ ? i can monitor, having a hard time to get things on chocolate due to low load and massive amount of current CI resources | 11:09 |
rcarrillocruz | (morning!) | 11:09 |
openstackgerrit | Merged openstack-infra/system-config: Remove unused openstackci/openstackjenkins password params from controllers https://review.openstack.org/387461 | 11:10 |
*** markvoelker has joined #openstack-infra | 11:10 | |
openstackgerrit | Jordan Pittier proposed openstack-infra/shade: list_servers(): thread safety: never return bogus data. https://review.openstack.org/387934 | 11:10 |
yolanda | ++ | 11:11 |
*** liusheng has quit IRC | 11:11 | |
*** yamamoto has joined #openstack-infra | 11:11 | |
*** liusheng has joined #openstack-infra | 11:12 | |
*** abregman is now known as abregman|afk | 11:12 | |
*** lucas-afk is now known as lucasagomes | 11:12 | |
*** dprince has joined #openstack-infra | 11:14 | |
*** dprince has quit IRC | 11:14 | |
openstackgerrit | Jordan Pittier proposed openstack-infra/shade: list_servers(): thread safety: never return bogus data. https://review.openstack.org/387934 | 11:14 |
*** berendt has quit IRC | 11:15 | |
*** amotoki has joined #openstack-infra | 11:17 | |
openstackgerrit | Emilien Macchi proposed openstack-infra/tripleo-ci: Source deploy.env in tripleo.sh https://review.openstack.org/387750 | 11:19 |
*** shardy is now known as shardy_lunch | 11:19 | |
*** jkilpatr has quit IRC | 11:22 | |
rcarrillocruz | AJaeger: around? | 11:22 |
*** claudiub has joined #openstack-infra | 11:25 | |
* amrith hides in the wings waiting for AJaeger :) | 11:25 | |
rcarrillocruz | heh | 11:28 |
*** kzaitsev_mb has quit IRC | 11:28 | |
*** tpsilva has joined #openstack-infra | 11:29 | |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: DO NOT MERGE - TEST https://review.openstack.org/387959 | 11:30 |
*** amitgandhinz has joined #openstack-infra | 11:31 | |
amrith | rcarrillocruz, while you are waiting for AJaeger would you please give https://review.openstack.org/387386 the once over :) | 11:33 |
*** ccamacho is now known as ccamacho|lunch | 11:33 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Document and be more explicit in normalization https://review.openstack.org/387905 | 11:33 |
openstackgerrit | Merged openstack-infra/project-config: Bumping chocolate to 100 to get more chances of tests being run on it https://review.openstack.org/387928 | 11:34 |
rcarrillocruz | done | 11:35 |
*** jpena is now known as jpena|lunch | 11:38 | |
rcarrillocruz | i suppose you left legacy in caps as a reminder to later delete them | 11:38 |
AJaeger | amrith: revert LEGACY change, we do not uppercase job names | 11:39 |
amrith | AJaeger, will make them lower case again | 11:40 |
amrith | so much for that brilliant suggestion; I'll make the change then hunt down the person who suggested it. | 11:40 |
AJaeger | mordred: One guess: clarkb removed some repos from PROJECTS in devstack-gate, have a look at newest job | 11:40 |
*** jkilpatr has joined #openstack-infra | 11:40 | |
AJaeger | rcarrillocruz: now I'm around... | 11:41 |
rcarrillocruz | k, just approved the bump for chocolate | 11:41 |
rcarrillocruz | i'll monitor | 11:41 |
AJaeger | ;) | 11:41 |
AJaeger | thanks | 11:41 |
*** kzaitsev_mb has joined #openstack-infra | 11:42 | |
openstackgerrit | amrith proposed openstack-infra/project-config: Create new trove CI jobs https://review.openstack.org/387386 | 11:44 |
amrith | rcarrillocruz, AJaeger done | 11:44 |
*** thorst_ has joined #openstack-infra | 11:45 | |
*** markus_z has joined #openstack-infra | 11:45 | |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: networking-bgpvpn: add python3[45] and coverage jobs https://review.openstack.org/387267 | 11:46 |
AJaeger | amrith: LGTM. Hope rcarrillocruz still likes it;) | 11:47 |
rcarrillocruz | heh | 11:47 |
rcarrillocruz | shells look sane to me | 11:47 |
rcarrillocruz | +3 | 11:47 |
rcarrillocruz | oh, chocolate nodes being used | 11:47 |
rcarrillocruz | weee | 11:47 |
amrith | thx AJaeger | 11:47 |
*** gouthamr has joined #openstack-infra | 11:48 | |
AJaeger | nice | 11:49 |
*** nadya has joined #openstack-infra | 11:49 | |
*** alex_xu_ has quit IRC | 11:50 | |
*** dizquierdo has quit IRC | 11:50 | |
*** heyongli has quit IRC | 11:51 | |
*** alex_xu has joined #openstack-infra | 11:51 | |
*** zul has quit IRC | 11:51 | |
*** heyongli has joined #openstack-infra | 11:53 | |
vsaienk0 | dtantsur, AJaeger: please review https://review.openstack.org/#/c/387545/ switch multitenant job to xenial | 11:54 |
*** jtomasek|biab is now known as jtomasek | 11:54 | |
*** dprince has joined #openstack-infra | 11:55 | |
openstackgerrit | Merged openstack-infra/project-config: Create new trove CI jobs https://review.openstack.org/387386 | 11:55 |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: networking-bgpvpn: add python3[45] and coverage jobs https://review.openstack.org/387267 | 11:55 |
*** markvoelker has quit IRC | 11:56 | |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Source deploy.env in tripleo.sh https://review.openstack.org/387750 | 11:57 |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: DO NOT MERGE - TEST https://review.openstack.org/387959 | 11:57 |
*** jamesdenton has quit IRC | 11:57 | |
*** flepied has quit IRC | 11:57 | |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: networking-bgpvpn: add python3[45] and coverage jobs https://review.openstack.org/387267 | 12:00 |
*** kgiusti has joined #openstack-infra | 12:03 | |
*** qwertyco has joined #openstack-infra | 12:04 | |
*** EricGonczer_ has joined #openstack-infra | 12:04 | |
*** amitgandhinz has quit IRC | 12:05 | |
rcarrillocruz | 2016-10-18 12:05:39.670773 | [Zuul] Job complete, result: SUCCESS | 12:05 |
rcarrillocruz | weee, spotted first dsvm job run on chocolate | 12:06 |
pabelanger | morning | 12:06 |
rcarrillocruz | heya pabelanger | 12:06 |
*** sdake has quit IRC | 12:06 | |
*** zul has joined #openstack-infra | 12:06 | |
*** vsaienko has joined #openstack-infra | 12:06 | |
*** asselin__ has joined #openstack-infra | 12:06 | |
pabelanger | hey, chocolate passed | 12:06 |
pabelanger | look at us clouding things | 12:07 |
mordred | all the clouds! | 12:07 |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: networking-bgpvpn: add python3[45] and coverage jobs https://review.openstack.org/387267 | 12:08 |
openstackgerrit | Rob Cresswell proposed openstack-infra/project-config: Make Horizon and D_O_A Django 1.10 tests voting https://review.openstack.org/378426 | 12:09 |
*** EricGonc_ has joined #openstack-infra | 12:10 | |
*** dave-mccowan has joined #openstack-infra | 12:10 | |
*** EricGonczer_ has quit IRC | 12:10 | |
mordred | AJaeger: okie. it seems that the problem may be that we enable heat but we don't explicitly add dib-utils to our projects list | 12:11 |
*** askb has quit IRC | 12:12 | |
*** markvoelker has joined #openstack-infra | 12:12 | |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: networking-bgpvpn: add python3[45] and coverage jobs https://review.openstack.org/387267 | 12:14 |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config: Add diskimage-builder repos to shade dsvm jobs https://review.openstack.org/387984 | 12:15 |
mordred | AJaeger, rcarrillocruz: ^^ | 12:15 |
mordred | that should fix shade's gate | 12:15 |
rcarrillocruz | +2 | 12:16 |
AJaeger | pabelanger: woot! | 12:16 |
*** flepied has joined #openstack-infra | 12:16 | |
*** edmondsw has joined #openstack-infra | 12:16 | |
*** ssbarnea has quit IRC | 12:16 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Wait until the most recent index is available https://review.openstack.org/387986 | 12:17 |
amrith | AJaeger, how long does it take before the newly updated jobs in project-config make it to the production CI? I pushed up a job in trove and ran check experimental on it; still seeing the old CI state. see https://review.openstack.org/#/c/387977/ | 12:17 |
*** vsaienko has quit IRC | 12:18 | |
amrith | ah, nice ... it updates on the fly! | 12:18 |
amrith | new jobs are running now | 12:18 |
*** trown|outtypewww is now known as trown | 12:19 | |
openstackgerrit | Monty Taylor proposed openstack-infra/devstack-gate: Re-add dib repos to conditionally if heat is being used https://review.openstack.org/387988 | 12:19 |
mordred | AJaeger, rcarrillocruz: ^^ that's another option | 12:19 |
rcarrillocruz | i prefer the latter | 12:19 |
mordred | AJaeger, rcarrillocruz: I blocked the first patch real quick to give us a moment to agree on which approach we prefer | 12:20 |
rcarrillocruz | chances are other projects may hit that, not just shade | 12:20 |
rcarrillocruz | so i'm in favor of doing that on d-g | 12:21 |
AJaeger | rcarrillocruz: time-to-ready looks long for chocolate compared to vanilla, see http://grafana.openstack.org/dashboard/db/nodepool-infra-cloud | 12:21 |
*** shardy_lunch is now known as shardy | 12:21 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Merge nova and neutron normalize methods https://review.openstack.org/387904 | 12:21 |
pabelanger | mordred: rcarrillocruz: I think that is a result of clarkb change, I know he wanted to trim down d-g | 12:21 |
mordred | rcarrillocruz: that's what I was thinking | 12:21 |
rcarrillocruz | yup, let's gather more data | 12:22 |
mordred | pabelanger: yah. the tip of devstack-gate has the removal | 12:22 |
rcarrillocruz | AJaeger: ^ | 12:22 |
mordred | the shade patch there ^^ adds a depends-on to that d-g change | 12:22 |
mordred | it _should_ then make things pass again | 12:22 |
mordred | it's also possible that install_heat in devstack shouldn't attempt to clone those repos if it's not using them | 12:22 |
*** caowei has joined #openstack-infra | 12:22 | |
pabelanger | rcarrillocruz: AJaeger: interesting, I suspect it is because we are first booting nodes on the hardware and we need to download images. | 12:23 |
rcarrillocruz | yeah | 12:23 |
rcarrillocruz | cos | 12:23 |
rcarrillocruz | the api times | 12:23 |
rcarrillocruz | are lower on chocolate | 12:23 |
rcarrillocruz | i.e. the HW is better on the sl230s iirc | 12:23 |
rcarrillocruz | so it may be transient till all the iamges are pulled | 12:23 |
AJaeger | amrith: rule of thumb: One hour. Check status.openstack.org/zuul "Last Reconfigured" line at bottom of page | 12:23 |
*** krtaylor has joined #openstack-infra | 12:23 | |
AJaeger | rcarrillocruz, mordred: Please discuss with clarkb ! | 12:24 |
rcarrillocruz | pabelanger: btw, i've set the quota on chocolate to 100 nodes | 12:24 |
pabelanger | rcarrillocruz: ack | 12:24 |
pabelanger | was that with cloud-launcher? | 12:24 |
rcarrillocruz | we'll have time to tune later on | 12:24 |
amrith | AJaeger, thanks. The jobs were picked up and are failing :( Have to figure out why ... right now having issues getting to the nodes (known ipv6 issues from home) | 12:24 |
rcarrillocruz | no, cos my change is not passing the gate :/ | 12:24 |
pabelanger | ok | 12:24 |
AJaeger | amrith: just wait, log files will be available soon ;) | 12:24 |
rcarrillocruz | i'm hitting the issue on centos nodes on osic1 not resolving | 12:24 |
rcarrillocruz | is the change that ianw has in gate to fix | 12:24 |
AJaeger | rcarrillocruz: this one? https://review.openstack.org/387150 | 12:25 |
pabelanger | what issue is that? | 12:25 |
rcarrillocruz | every time i'm unlucky to get a centos on osic1 in the gate, it fails to pull from pypi | 12:25 |
mordred | AJaeger, rcarrillocruz, pabelanger: for completeness: https://review.openstack.org/387990 | 12:25 |
rcarrillocruz | AJaeger: yep, that one | 12:25 |
rcarrillocruz | so if we land https://review.openstack.org/#/c/387150/3 , that'd be great | 12:27 |
rcarrillocruz | cos the launcher has been stuck 3-4 days due to osic issues :/ | 12:27 |
rcarrillocruz | erm, not osic, but the centos thing | 12:27 |
mordred | rcarrillocruz, pabelanger, AJaeger, clarkb: https://review.openstack.org/#/q/topic:fix-heat-dsvm ... there are three ways to fix this. the more I look at it, the more I like the devstack patch | 12:28 |
*** asselin has joined #openstack-infra | 12:28 | |
*** asselin__ has quit IRC | 12:28 | |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: networking-bgpvpn: add python3[45] and coverage jobs https://review.openstack.org/387267 | 12:28 |
rcarrillocruz | i would rule out the shade only patch | 12:30 |
rcarrillocruz | and i can understand the rationale to cleanup d-g, in the end we are even trying to pull stuff out on roles too... the less clutter the better | 12:30 |
pabelanger | rcarrillocruz: looking | 12:30 |
rcarrillocruz | i suppose clarkb will like the devstack patch too | 12:30 |
rcarrillocruz | thx | 12:30 |
*** raildo has joined #openstack-infra | 12:30 | |
pabelanger | rcarrillocruz: -1, because we are using a deprecated flag | 12:32 |
rcarrillocruz | oh? | 12:32 |
rcarrillocruz | let me see | 12:32 |
pabelanger | -a | 12:32 |
openstackgerrit | amrith proposed openstack-infra/project-config: fix path for build-image job https://review.openstack.org/387999 | 12:32 |
pabelanger | should be -e | 12:32 |
rcarrillocruz | k, let's fix inline | 12:32 |
rcarrillocruz | i'll push an edit | 12:33 |
pabelanger | but logic looks to be correct | 12:33 |
*** claudiub|2 has joined #openstack-infra | 12:33 | |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/project-config: Fix unbound rc.local generation https://review.openstack.org/387150 | 12:33 |
rcarrillocruz | edited | 12:34 |
amrith | rcarrillocruz, AJaeger, https://review.openstack.org/387999 will fix it. will wait for all the jobs to finish, review logs and then ping you; sorry for the bother | 12:34 |
rcarrillocruz | +2 | 12:34 |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: Source deploy.env in tripleo.sh https://review.openstack.org/387750 | 12:34 |
openstackgerrit | James Slagle proposed openstack-infra/tripleo-ci: DO NOT MERGE - TEST https://review.openstack.org/387959 | 12:34 |
pabelanger | rcarrillocruz: I'm not sure this is your issue however, based on comments, this looks to only be a problem for Fedora | 12:34 |
*** asselin_ has joined #openstack-infra | 12:35 | |
pabelanger | unless, the is the chmod 0755 that is stopping systemd from running it | 12:35 |
*** vsaienko has joined #openstack-infra | 12:35 | |
pabelanger | okay, +3 | 12:35 |
pabelanger | we can give it a try | 12:35 |
rcarrillocruz | ianw put on commit message "This should fix the odd issues we see for centos & fedora on OSIC's | 12:35 |
rcarrillocruz | ipv6 only nodes" | 12:35 |
pabelanger | ok | 12:35 |
rcarrillocruz | ++ | 12:36 |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: networking-bgpvpn: add python35 and coverage jobs https://review.openstack.org/387267 | 12:36 |
*** claudiub has quit IRC | 12:36 | |
*** EricGonc_ has quit IRC | 12:36 | |
pabelanger | mordred: want to try and land your zuul-launcher patches this morning? | 12:37 |
*** sree has joined #openstack-infra | 12:38 | |
*** jpena|lunch is now known as jpena | 12:38 | |
*** asselin has quit IRC | 12:38 | |
*** esikachev has quit IRC | 12:40 | |
mordred | pabelanger: ooh. that's a great idea | 12:40 |
*** krtaylor has quit IRC | 12:41 | |
*** gildub_ has quit IRC | 12:41 | |
mordred | pabelanger: what do you think - just land the whole stack then do the restarts? | 12:42 |
*** sree has quit IRC | 12:42 | |
mordred | pabelanger: maybe I should queue up a revert patch just in case it all goes horribly wrong | 12:42 |
*** amoralej is now known as amoralej|lunch | 12:43 | |
pabelanger | mordred: Ya, a revert might be good. But either a single launcher or all, I have the time to help debug issues | 12:43 |
openstackgerrit | Thomas Morin proposed openstack-infra/project-config: networking-bagpipe: add tempest, cover, python3 and periodic jobs https://review.openstack.org/385445 | 12:45 |
mordred | pabelanger: ohh. see - there you are being smart suggesting restarting a single launcher | 12:45 |
*** martinkopec has joined #openstack-infra | 12:46 | |
*** burgerk has joined #openstack-infra | 12:46 | |
*** Naeil has quit IRC | 12:46 | |
rcarrillocruz | otl | 12:46 |
rcarrillocruz | bbiab | 12:47 |
openstackgerrit | Merged openstack-infra/project-config: Fix unbound rc.local generation https://review.openstack.org/387150 | 12:48 |
*** esikachev has joined #openstack-infra | 12:50 | |
*** tiswanso has joined #openstack-infra | 12:50 | |
*** tiswanso has quit IRC | 12:50 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul: Revert command module rework https://review.openstack.org/388004 | 12:51 |
openstackgerrit | Merged openstack-infra/groups: Security update for elysia_cron module https://review.openstack.org/387925 | 12:51 |
*** tiswanso has joined #openstack-infra | 12:51 | |
*** markvoelker has quit IRC | 12:53 | |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Add a nodepool to zuul-dev.o.o https://review.openstack.org/387579 | 12:54 |
*** piet_ has quit IRC | 12:55 | |
*** Hal has joined #openstack-infra | 12:55 | |
*** Qiming_ has joined #openstack-infra | 12:56 | |
*** Qiming_ has quit IRC | 12:56 | |
mordred | pabelanger: ok- I clicked +A on the series, and also -2'd the revert patch | 12:56 |
pabelanger | mordred: ack | 12:57 |
*** vsaienko has quit IRC | 12:57 | |
*** strigazi1AFK is now known as strigazi | 12:58 | |
*** ccamacho|lunch is now known as ccamacho | 12:58 | |
vsaienk0 | ianw, pabelanger: could you please help to merge chain of 3 patches started from https://review.openstack.org/#/c/364830/ they are needed for ironic multinode enablement already has +2 from, thanks! | 12:59 |
*** tmorin has joined #openstack-infra | 13:01 | |
*** amitgandhinz has joined #openstack-infra | 13:02 | |
tmorin | hi AJaeger: sorry for the confusion and missed attempts about the new net-.. jobs, and thanks for your comments, I think the jobs should be ok now | 13:02 |
*** hrubi has quit IRC | 13:02 | |
*** asselin has joined #openstack-infra | 13:03 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Additional domain support for grant/revoke role https://review.openstack.org/387892 | 13:03 |
*** jaosorior is now known as jaosorior_mtg | 13:04 | |
openstackgerrit | Merged openstack-infra/project-config: fix path for build-image job https://review.openstack.org/387999 | 13:04 |
*** xyang1 has joined #openstack-infra | 13:04 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Wait until the most recent index is available https://review.openstack.org/387986 | 13:05 |
*** krtaylor has joined #openstack-infra | 13:05 | |
*** vsaienko has joined #openstack-infra | 13:05 | |
*** mriedem has quit IRC | 13:05 | |
*** asselin_ has quit IRC | 13:06 | |
*** jcoufal has joined #openstack-infra | 13:06 | |
*** bauzas has quit IRC | 13:09 | |
*** bauzas has joined #openstack-infra | 13:10 | |
*** zz_dimtruck is now known as dimtruck | 13:10 | |
*** mdrabe has joined #openstack-infra | 13:10 | |
*** Marx314 has joined #openstack-infra | 13:11 | |
*** drifterza has quit IRC | 13:12 | |
pabelanger | mordred: testrepository.subunit was > 50 MB of uncompressed data!!! says the gate | 13:13 |
pabelanger | guess we are logging lots of data now | 13:13 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/system-config: Add infracloud-chocolate tree to Cacti https://review.openstack.org/388011 | 13:14 |
*** hurgleburgler has joined #openstack-infra | 13:14 | |
*** Naeil has joined #openstack-infra | 13:14 | |
*** Goneri has joined #openstack-infra | 13:17 | |
*** amitgandhinz has quit IRC | 13:17 | |
*** Hal has quit IRC | 13:18 | |
*** amitgandhinz has joined #openstack-infra | 13:18 | |
mordred | pabelanger: for which job? | 13:18 |
*** vsaienko has quit IRC | 13:18 | |
*** markvoelker has joined #openstack-infra | 13:19 | |
*** vsaienko has joined #openstack-infra | 13:20 | |
*** nadya has quit IRC | 13:20 | |
*** psachin` has quit IRC | 13:20 | |
pabelanger | mordred: sorry, that was the start of the stack for async changes in zuul | 13:21 |
pabelanger | http://logs.openstack.org/03/369603/7/gate/gate-zuul-python27-db-ubuntu-xenial/b7710d0/console.html | 13:21 |
mordred | rcarrillocruz: the devstack-gate patch definitely fixes the shade gate: https://review.openstack.org/#/c/387904/ | 13:21 |
rcarrillocruz | ++ | 13:21 |
mordred | pabelanger: nice | 13:21 |
mordred | pabelanger, rcarrillocruz: I propose we land it for now, and then if the devstack change lands we can revert it | 13:22 |
rcarrillocruz | wfm | 13:22 |
rcarrillocruz | you have my +2 on it already | 13:23 |
mordred | rcarrillocruz: thanks! | 13:23 |
*** jamesdenton has joined #openstack-infra | 13:23 | |
mordred | pabelanger: hrm. I'm not sure what's changed about that | 13:23 |
mordred | also - why do we have mysql and postgres in zuul's bindep.txt ? | 13:24 |
*** cardeois has joined #openstack-infra | 13:24 | |
pabelanger | ya, first time I see that error | 13:24 |
pabelanger | need to install them for db tests | 13:24 |
pabelanger | IIRC | 13:24 |
mordred | pabelanger: zuul doesn't have a db though | 13:25 |
mordred | pabelanger: is an empty bindep.txt file valid? | 13:25 |
pabelanger | Hmm, that is right. | 13:25 |
pabelanger | let me check history | 13:25 |
*** isaacb has quit IRC | 13:25 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Wait until the most recent index is available https://review.openstack.org/387986 | 13:26 |
*** jcoufal has quit IRC | 13:26 | |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul: Stop installing mysql and postgres https://review.openstack.org/388019 | 13:26 |
mordred | pabelanger: ^^ I figured I'll just try with a patch :) | 13:26 |
*** baoli_ has joined #openstack-infra | 13:27 | |
pabelanger | mordred: Ah, we were using gate-zuul-python27-db | 13:27 |
pabelanger | not any more | 13:27 |
pabelanger | https://review.openstack.org/#/c/325519/ | 13:27 |
mordred | gotit | 13:27 |
mordred | pabelanger: so it's just leftover from the transition | 13:28 |
pabelanger | ya | 13:28 |
mordred | woot | 13:28 |
*** ssbarnea has joined #openstack-infra | 13:28 | |
rcarrillocruz | pabelanger: telnetting a job on centos osic1, it pulled from pypi just fine | 13:28 |
rcarrillocruz | \o/ | 13:29 |
openstackgerrit | Monty Taylor proposed openstack-infra/zuul: Stop installing mysql and postgres https://review.openstack.org/388020 | 13:29 |
mordred | forward ported to v3 branch ^^ | 13:29 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Document and be more explicit in normalization https://review.openstack.org/387905 | 13:29 |
odyssey4me | FYI, just registered https://github.com/eliben/pycparser/issues/151 | 13:31 |
odyssey4me | it looks like a new wheel was uploaded for pycparser and it's broken, again | 13:31 |
AJaeger | mordred: empty bindep.txt file is fine | 13:31 |
*** eharney has joined #openstack-infra | 13:31 | |
*** abregman|afk is now known as abregman | 13:32 | |
mordred | AJaeger: woot! | 13:32 |
AJaeger | mordred: but you need a chang efor project-config to use gate-zuul-python27 instead of gate-zuul-python27-db | 13:33 |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Add a nodepool to zuul-dev.o.o https://review.openstack.org/387579 | 13:33 |
AJaeger | mordred: shall I sent one? | 13:33 |
*** sree has joined #openstack-infra | 13:33 | |
*** jtomasek is now known as jtomasek|afk | 13:33 | |
*** vikrant has quit IRC | 13:35 | |
*** ramishra has joined #openstack-infra | 13:35 | |
*** matt-borland has joined #openstack-infra | 13:35 | |
openstackgerrit | Monty Taylor proposed openstack-infra/project-config: Stop running database variants of zuul tests https://review.openstack.org/388022 | 13:35 |
mordred | AJaeger: like that ^^ ? | 13:35 |
*** sdake has joined #openstack-infra | 13:36 | |
*** aviau has quit IRC | 13:36 | |
AJaeger | mordred: exactly - +2 | 13:36 |
*** jcoufal has joined #openstack-infra | 13:36 | |
*** aviau has joined #openstack-infra | 13:37 | |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Make bug name, type, and url explicit https://review.openstack.org/375113 | 13:37 |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Add StoryBoard integration for graph commands https://review.openstack.org/385112 | 13:37 |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Add Jira integration for graph commands https://review.openstack.org/385217 | 13:37 |
openstackgerrit | Ramy Asselin proposed openstack-infra/elastic-recheck: Refactor launchpad code into bug_tracker https://review.openstack.org/385199 | 13:37 |
*** vsaienko has quit IRC | 13:38 | |
dguitarbite | AJaeger: Any suggestions on how to rename the older branch to make it EOL? | 13:39 |
*** hrubi has joined #openstack-infra | 13:39 | |
asselin | Zara, when you get a chance, please review "Add StoryBoard integration for graph commands https://review.openstack.org/385112". | 13:39 |
*** zhurong has joined #openstack-infra | 13:40 | |
AJaeger | dguitarbite: we don't rename. We add a tag and delete the branch | 13:40 |
*** annegentle has joined #openstack-infra | 13:40 | |
*** ssbarnea has quit IRC | 13:40 | |
AJaeger | dguitarbite: any infra-root can do that for you, just ask to tag stable/X branch as EOL. | 13:40 |
AJaeger | Or better ask to retire stable/X | 13:40 |
*** esikachev has quit IRC | 13:40 | |
*** ssbarnea has joined #openstack-infra | 13:41 | |
mordred | AJaeger: you know - I don't see any eol branches for nova past juno-eol - did we stop doing that there? | 13:41 |
Zara | asselin: thank you, will take a look in a bit! | 13:41 |
fungi | infra-root (and everyone else): i'm back home and on the network again. today will be mostly trying to catch up on the past 11 days and preparing for a day full of meetings, so don't expect me to be super responsive outside the meetings themselves | 13:41 |
AJaeger | mordred: http://git.openstack.org/cgit/openstack/nova/tag/?h=kilo-eol | 13:42 |
rcarrillocruz | \o/ | 13:42 |
mordred | fungi: welcome back!!! land all my patches and pay attention to me now!!!! | 13:42 |
rcarrillocruz | happy to see you back and safe fungi | 13:42 |
AJaeger | fungi: welcome back! How was your vacation? | 13:42 |
mordred | AJaeger: fascinating. that does not exist in my local repo | 13:42 |
AJaeger | mordred: not a branch, a tag! | 13:42 |
mordred | AJaeger: yah - I don't have any tags in my local nova repo past juno-eol | 13:43 |
mordred | AJaeger: and doing git fetch is not fixing it | 13:43 |
mordred | I mean, it's not important ot me | 13:43 |
mordred | but it's still weird | 13:43 |
*** amoralej|lunch is now known as amoralej | 13:44 | |
AJaeger | mordred: did you disable fetching of tags? Try git fetch --tags | 13:45 |
*** amitgandhinz has quit IRC | 13:45 | |
*** jaosorior_mtg is now known as jaosorior | 13:46 | |
*** ssbarnea has quit IRC | 13:46 | |
*** amitgandhinz has joined #openstack-infra | 13:46 | |
*** tlian has joined #openstack-infra | 13:46 | |
*** dizquierdo has joined #openstack-infra | 13:47 | |
*** ramishra has quit IRC | 13:47 | |
*** ggnel_t has quit IRC | 13:47 | |
pabelanger | rcarrillocruz: likely unrelated, we need to rebuild images to get ianw patch | 13:47 |
*** mtanino has joined #openstack-infra | 13:48 | |
AJaeger | pabelanger: do you want to include prometheanfire Gentoo change for that build? To see that everything works... | 13:48 |
pabelanger | AJaeger: sure, should be fine now | 13:48 |
yolanda | hi, i'm seeing ci crashing again with pycparser bug | 13:48 |
AJaeger | https://review.openstack.org/#/c/387114/ is the change | 13:48 |
yolanda | 2016-10-18 13:47:19.429768 | File "/home/jenkins/workspace/gate-tripleo-quickstart-linters-ubuntu-xenial/.tox/linters/lib/python2.7/sre_compile.py", line 583, in compile | 13:48 |
yolanda | 2016-10-18 13:47:19.429797 | "sorry, but this version only supports 100 named groups" | 13:48 |
yolanda | 2016-10-18 13:47:19.429828 | AssertionError: sorry, but this version only supports 100 named groups | 13:48 |
yolanda | 2016-10-18 13:47:19.429841 | | 13:48 |
rcarrillocruz | ah ofc, it was a dib element fix | 13:49 |
yolanda | i saw the pin was reverted some time ago, anyone knows why is it failing again? | 13:49 |
*** ssbarnea has joined #openstack-infra | 13:49 | |
rcarrillocruz | thx | 13:49 |
*** kzaitsev_mb has quit IRC | 13:49 | |
*** ativelkov has joined #openstack-infra | 13:49 | |
*** kzaitsev_mb has joined #openstack-infra | 13:49 | |
AJaeger | pabelanger: +2A for Gentoo nodepool | 13:49 |
fungi | AJaeger: vacation was great. i hadn't taken any time off yet this year, so it was great to be able to unplug completely for a little while | 13:50 |
*** kzaitsev1mb has joined #openstack-infra | 13:50 | |
*** kzaitsev1mb has quit IRC | 13:50 | |
*** hamzy has quit IRC | 13:50 | |
*** EricGonczer_ has joined #openstack-infra | 13:50 | |
AJaeger | That was well deserved then ;) | 13:50 |
AJaeger | Glad that you could outrun the storm ;) | 13:50 |
kzaitsev_mb | we're having wierd devstak failures in the gate — smth related with heat (gate job says clonning not allowed when installing heat) is it a known problem or are we hitting something new? | 13:51 |
AJaeger | kzaitsev_mb: known problem, mordred is on it but we're waiting for clarkb to figure out best option AFAIK | 13:52 |
kzaitsev_mb | AJaeger: thanks for the info =) | 13:52 |
yolanda | ah AJaeger , glad to see that this is being covered | 13:52 |
sdake | hey folks - it looks like newton gate is busted: http://logs.openstack.org/26/388026/1/check/gate-kolla-dsvm-build-centos-binary-centos-7-nv/4d9eecb/console.html#_2016-10-18_13_47_10_453911 | 13:52 |
AJaeger | kzaitsev_mb: we removed a few projects from default PROJECTS | 13:52 |
sdake | any tips? | 13:53 |
sdake | or is that what you already talking about | 13:53 |
AJaeger | sdake: see yolanda 's comment from 5 mins ago in backscroll | 13:53 |
openstackgerrit | Merged openstack-infra/project-config: Stop running database variants of zuul tests https://review.openstack.org/388022 | 13:53 |
yolanda | AJaeger, that's not same issue as mordred is looking? | 13:53 |
AJaeger | yolanda: no, that's a completely different one | 13:53 |
yolanda | the one i see is the old pycparser one, that was solved by pinning to 2.13, but i saw the change was reverted some time ago. I don't know why it fails again | 13:53 |
AJaeger | yolanda: not seen yours before | 13:54 |
AJaeger | welcome back, fungi. We just broke everything ;) | 13:54 |
*** ralonsoh_ has joined #openstack-infra | 13:54 | |
AJaeger | we just don't know how we did it :) | 13:54 |
*** burgerk has quit IRC | 13:54 | |
sdake | fungi just in time ;-) | 13:54 |
yolanda | the one i see looks related with https://review.openstack.org/#/c/381518/ | 13:55 |
sdake | ya - master and newton gates are completely bust | 13:55 |
*** ralonsoh has quit IRC | 13:55 | |
sdake | alhtough mitaka seems ok | 13:55 |
AJaeger | yolanda: sorry, can't help with that | 13:55 |
*** Hal has joined #openstack-infra | 13:55 | |
yolanda | yep, looks as a requirement problem. But i don't know why pin was reverted, and what was the proper fix | 13:55 |
yolanda | dims, do you have more feedback about it? | 13:56 |
*** ssbarnea has quit IRC | 13:56 | |
odyssey4me | sdake that issue has been registered upstream: https://github.com/eliben/pycparser/issues/151 | 13:56 |
*** ssbarnea has joined #openstack-infra | 13:56 | |
AJaeger | yolanda: pin was reverted since a broken wheel was uploaded and used by our CI. | 13:56 |
AJaeger | The source code was fine, just the wheel was broken. | 13:56 |
odyssey4me | the wheel has been pulled already, but the infra mirror will need to be re-synced to pull it off | 13:56 |
yolanda | mm, and now it happens again | 13:56 |
dims | upstream removed their wheel and then fungi removed all instances from our mirrors | 13:57 |
dims | ouch | 13:57 |
AJaeger | Did they push again a broken wheel? Or done another release? | 13:57 |
yolanda | the error is the same, but not sure about release | 13:57 |
yolanda | pypi says 2.15 again, but uploaded on 2016-10-18...so today | 13:57 |
rcarrillocruz | :-) | 13:58 |
pabelanger | https://pypi.python.org/pypi/pycparser | 13:58 |
pabelanger | yup | 13:58 |
rcarrillocruz | lulz | 13:58 |
pabelanger | 2.15 today | 13:58 |
odyssey4me | AJaeger yolanda see the bug https://github.com/eliben/pycparser/issues/151 | 13:58 |
AJaeger | project-config changes break because of this as well | 13:58 |
odyssey4me | there is discussion in there about how to work around it and the cause, etc | 13:58 |
*** tiswanso has quit IRC | 13:58 | |
yolanda | yes, same bug came back | 13:58 |
* AJaeger will be back later | 13:58 | |
fungi | not sure what symptoms you're seeing in this case... if it's similar to the one from before i went out of town, bandersnatch (if working properly) updates our pypi mirrors on deletion with no trouble. however, the current design of our wheel mirror is purely additive and copies wheels from pypi when available. so you end up needing to delete the copied wheel(s) out of afs manually | 13:59 |
AJaeger | yolanda: sent a #status notice to inform people about hte problem | 13:59 |
yolanda | i need to step out for a meeting just now... | 13:59 |
yolanda | be back in half an hour i guess | 13:59 |
AJaeger | pabelanger: could you do a #status, please? | 14:00 |
* AJaeger has to step out as well | 14:00 | |
*** Guest62846 is now known as med_ | 14:00 | |
fungi | there was an e-mail thread on the -dev ml where i gave a (brief) post-mortem of the issue from that incident | 14:00 |
*** med_ has quit IRC | 14:00 | |
*** med_ has joined #openstack-infra | 14:00 | |
*** mriedem has joined #openstack-infra | 14:00 | |
pabelanger | just left comment on PR about tagging 2.15.1 and not deleting an existing wheel | 14:00 |
*** EricGonczer_ has quit IRC | 14:00 | |
*** ramishra has joined #openstack-infra | 14:01 | |
fungi | yeah, deletion is generally of questionable benefit. though i still think our wheel mirror builder needs a bit of a redesign to avoid copying wheels from pypi | 14:01 |
pabelanger | ++ | 14:02 |
fungi | in a better design, we would only populate our wheel mirrors with wheels we've built | 14:02 |
fungi | since pip will find the ones on our pypi mirror if they already exist, so we only need ones that don't exist in pypi on our separate wheel mirror | 14:02 |
*** mhickey has quit IRC | 14:02 | |
pabelanger | AJaeger: status notice? | 14:02 |
pabelanger | #status notice We are away of pycparser failures in the gate and working to address the issue. | 14:03 |
openstackstatus | pabelanger: sending notice | 14:03 |
-openstackstatus- NOTICE: We are away of pycparser failures in the gate and working to address the issue. | 14:05 | |
pabelanger | woah | 14:05 |
pabelanger | http://mirror.dfw.rax.openstack.org/pypi/simple/1-844-291-6706-dell-printer-technical-support-phone-number/ | 14:05 |
pabelanger | that is new | 14:05 |
pabelanger | or is that a package name | 14:05 |
mordred | wow | 14:05 |
*** gordc has joined #openstack-infra | 14:05 | |
pabelanger | there is a bunch | 14:05 |
sdake | odyssey4me thanks - just woke up here (pst timezone) | 14:05 |
mordred | https://pypi.python.org/pypi/1-844-291-6706_DELL_Printer_Technical_Support_Phone_Number/844 | 14:06 |
pabelanger | ya | 14:06 |
mordred | dstufft: nice spam you got there | 14:06 |
dims | mordred : LOL | 14:06 |
*** kgiusti1 has joined #openstack-infra | 14:06 | |
mordred | like, that's impressive | 14:06 |
pabelanger | indeed | 14:06 |
rcarrillocruz | pabelanger: yeah, i read it too fast, it pulled ok from mirror, failed afterwards to pull ansible . What I'm puzzled about this problem is why it can pull with pip just fine outside of a venv and we see this problem when creating the tox venvs | 14:06 |
openstackstatus | pabelanger: finished sending notice | 14:06 |
*** mptacekx has joined #openstack-infra | 14:06 | |
rcarrillocruz | anyway, i'll wait for the dib image rebuilds | 14:07 |
mordred | rcarrillocruz: the earlier pips are maybe just to our mirror and not to pypi, so they're not leaving the cloud? | 14:07 |
*** kgiusti has quit IRC | 14:07 | |
mordred | rcarrillocruz: and the ansible clone is from github which is off the cloud? | 14:07 |
* mordred guessing | 14:07 | |
rcarrillocruz | right... | 14:08 |
rcarrillocruz | mordred: lol | 14:08 |
*** tiswanso has joined #openstack-infra | 14:08 | |
rcarrillocruz | http://mirror.regionone.infracloud-vanilla.openstack.org/pypi/simple/ | 14:08 |
rcarrillocruz | look at the beginning of the page | 14:08 |
rcarrillocruz | moar spam pls! | 14:08 |
mptacekx | Hi, we just encountered on intel-nfv-ci issue with pycparser 2.15, devstack is crashing with error "AssertionErrror: sorry, but this version only supports 100 named groups" | 14:08 |
mptacekx | anyone else affected ? | 14:08 |
pabelanger | yes, we are working on fixing the issue | 14:08 |
mptacekx | same issue appeared few weeks back with pycparser 2.14 and it had to be rebuild | 14:09 |
pabelanger | https://github.com/eliben/pycparser/issues/151 | 14:09 |
*** bauzas is now known as bauzas_off | 14:09 | |
mptacekx | thanks ! cool | 14:09 |
mordred | rcarrillocruz: I like the packages "1" and "0-0" | 14:09 |
mordred | oh - that's actually 0-._.-._.-._.-._.-._.-._.-0 | 14:10 |
pabelanger | I guess they moved on from attaching wiki.o.o | 14:10 |
openstackgerrit | Stefan Majewsky proposed openstack-infra/infra-manual: explain how to install git-review on Arch Linux https://review.openstack.org/388036 | 14:10 |
rcarrillocruz | heh | 14:10 |
rcarrillocruz | so mordred , that's the issue, but why it goes out the tox pip install ? we have ansible in our mirrors too... | 14:10 |
rcarrillocruz | ? | 14:10 |
mordred | rcarrillocruz: we have jobs that install ansible master | 14:11 |
mordred | if it's a thing that installs it from released version, then yeah, it should hit our mirror | 14:11 |
*** xarses has quit IRC | 14:11 | |
*** asselin_ has joined #openstack-infra | 14:11 | |
* rcarrillocruz goes check the version from requirements.txt to compare what is in th emirror | 14:12 | |
*** lucasagomes is now known as lucas-hungry | 14:12 | |
*** asselin has quit IRC | 14:13 | |
mordred | rcarrillocruz: wehich job is failing? | 14:13 |
*** florianf has quit IRC | 14:14 | |
szaher | AJaeger: I am seeing strange failures https://review.openstack.org/#/c/388021/1 and https://review.openstack.org/#/c/386990/ after merging https://review.openstack.org/#/c/386094/ | 14:14 |
rcarrillocruz | https://review.openstack.org/#/c/386556/ | 14:14 |
rcarrillocruz | i'm confused, the launcher has 2.1.2.0 pin for ansible | 14:14 |
rcarrillocruz | and we have that on the mirrors | 14:14 |
AJaeger | szaher: what strange failures? The one that the #status notice just got broadcast? | 14:15 |
*** jaosorior has quit IRC | 14:16 | |
mordred | rcarrillocruz: oh - but the place where the earlier pip stuff succeeds is in devstack before neutron breaks networking | 14:16 |
mordred | rcarrillocruz: so that's consistent with the way those fail | 14:16 |
*** asselin_ has quit IRC | 14:16 | |
rcarrillocruz | ahk | 14:16 |
*** sdake has quit IRC | 14:16 | |
*** sdake_ has joined #openstack-infra | 14:17 | |
*** mhickey has joined #openstack-infra | 14:17 | |
*** nadya has joined #openstack-infra | 14:17 | |
*** qwertyco has quit IRC | 14:17 | |
*** burgerk has joined #openstack-infra | 14:18 | |
*** rbrndt has joined #openstack-infra | 14:22 | |
*** abregman is now known as abregman|afk | 14:22 | |
tmorin | hi everyone | 14:23 |
*** hamzy has joined #openstack-infra | 14:23 | |
tmorin | would someone know how I can pass an option to the coverage tool through a "python setup.py test --coverage" call in tox.ini ? | 14:23 |
*** ssbarnea has quit IRC | 14:24 | |
*** ssbarnea has joined #openstack-infra | 14:25 | |
jlvillal | pabelanger: I wonder if the PyPi folks know someone spammed their repository? | 14:25 |
*** piet_ has joined #openstack-infra | 14:26 | |
jlvillal | tmorin: Not sure but you might try. python setup.py testr --coverage -- --YOUR_ARGS_HERE | 14:27 |
*** tiswanso has quit IRC | 14:27 | |
*** eharney has quit IRC | 14:27 | |
*** rossella_s has quit IRC | 14:28 | |
*** ramishra has quit IRC | 14:28 | |
*** ramishra_ has joined #openstack-infra | 14:28 | |
szaher | AJaeger: I can't get what's wrong in here http://logs.openstack.org/21/388021/1/check/gate-osbackup-freezer-dsvm-ubuntu-xenial/4274820/console.html ? | 14:28 |
pabelanger | jlvillal: we have a ping out to dstufft | 14:28 |
*** rossella_s has joined #openstack-infra | 14:29 | |
jlvillal | pabelanger: Thanks | 14:29 |
*** asselin has joined #openstack-infra | 14:29 | |
*** amotoki has quit IRC | 14:30 | |
dmellado | hey guys | 14:32 |
dmellado | is there any patch up there yet for the pycparser issue? | 14:32 |
*** asselin_ has joined #openstack-infra | 14:32 | |
*** vsaienko has joined #openstack-infra | 14:32 | |
*** abregman|afk is now known as abregman | 14:33 | |
tmorin | jlvillal: in fact, I've just found a solution by looking at pbr source code, it's already calling the coverage option I want (--source) | 14:33 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/system-config: Add chocolate hosts to Cacti https://review.openstack.org/388045 | 14:33 |
jlvillal | tmorin: Cool :) | 14:33 |
tmorin | jlvillal: the trick was that the pbr option is --coverage-package-name while I wanted to specify multiple package names | 14:33 |
*** markvoelker has quit IRC | 14:34 | |
tmorin | but since its passed as-is into coverage --source option, I now know that I can give it multiple package names | 14:34 |
*** flepied1 has joined #openstack-infra | 14:34 | |
*** asselin has quit IRC | 14:35 | |
mordred | pabelanger: it's feeling like the pycparsing change ate in to our nice quiet morning - maybe let's push restarting zuul worker until tomorrow morning? | 14:35 |
openstackgerrit | Ricardo Carrillo Cruz proposed openstack-infra/system-config: Add chocolate hosts to Cacti https://review.openstack.org/388045 | 14:35 |
pabelanger | mordred: sure | 14:35 |
pabelanger | for some reason cffi is pulling in 2.15, even thought we are capped at 2.14 in upper-constraints | 14:35 |
pabelanger | digging more into it | 14:36 |
mordred | pabelanger: cool. that way we can debug liesurely | 14:36 |
*** flepied has quit IRC | 14:36 | |
mordred | pabelanger: oh lovely | 14:36 |
mordred | pabelanger: is cffi pulling it in via setup_requires? | 14:36 |
pabelanger | checking | 14:36 |
pabelanger | 1.8.3 was released yesterday it seems | 14:36 |
pabelanger | mordred: I see pycparser in install_requires | 14:37 |
mordred | weird | 14:38 |
mordred | I would expect constraints to work right | 14:38 |
fungi | have a tox log showing pip's decision process there? | 14:38 |
pabelanger | let me find one | 14:38 |
*** mfedosin has quit IRC | 14:39 | |
fungi | usually that's how i suss it out, after some unfortunate amount of time wasted staring blankly at it and pulling at my hair a bit | 14:39 |
*** sdake_ has quit IRC | 14:39 | |
pabelanger | http://logs.openstack.org/92/384892/8/check/gate-tripleo-quickstart-docs-ubuntu-xenial/add8cd0/tox/venv-1.log | 14:39 |
mordred | that invocation does not mention constraints | 14:40 |
pabelanger | Ah, right | 14:40 |
pabelanger | 1 src | 14:41 |
*** sree has quit IRC | 14:41 | |
pabelanger | http://logs.openstack.org/02/384202/5/gate/gate-tempest-dsvm-neutron-full-ubuntu-xenial/c653441/logs/devstacklog.txt.gz | 14:41 |
pabelanger | did | 14:41 |
pabelanger | but need to find tox log | 14:41 |
*** eharney has joined #openstack-infra | 14:41 | |
*** tkelsey has quit IRC | 14:41 | |
mordred | pabelanger: I disagree | 14:41 |
mordred | pabelanger: that also doesn't use constraints | 14:42 |
mordred | http://logs.openstack.org/02/384202/5/gate/gate-tempest-dsvm-neutron-full-ubuntu-xenial/c653441/logs/devstacklog.txt.gz#_2016-10-18_14_23_46_583 | 14:42 |
*** nherciu has quit IRC | 14:42 | |
pabelanger | mordred: what I was looking at http://logs.openstack.org/02/384202/5/gate/gate-tempest-dsvm-neutron-full-ubuntu-xenial/c653441/logs/devstacklog.txt.gz#_2016-10-18_14_21_30_503 | 14:42 |
rcarrillocruz | reviews for adding chocolate to cacti pls : https://review.openstack.org/#/c/388011/ and https://review.openstack.org/#/c/388045/ | 14:43 |
*** mhickey has quit IRC | 14:43 | |
mordred | pabelanger: yes! I agree that that does mentoin constraints and also shows the issue | 14:44 |
*** rajinir has joined #openstack-infra | 14:45 | |
*** sdake has joined #openstack-infra | 14:46 | |
jlvillal | pabelanger: FYI: Regarding PyPi package spam. I did create an issue: https://sourceforge.net/p/pypi/support-requests/680/ | 14:46 |
pabelanger | jlvillal: great, thanks | 14:46 |
* mordred does a doubletake at the url | 14:46 | |
*** kgiusti1 has quit IRC | 14:46 | |
*** kgiusti has joined #openstack-infra | 14:47 | |
openstackgerrit | Saad Zaher proposed openstack-infra/project-config: Freezer: ubuntu-xenial set to non-voting https://review.openstack.org/388055 | 14:47 |
ihrachys | pabelanger: should we block 1.8.3 then? | 14:47 |
fungi | mordred: pabelanger: skimming that log, looks like it's probably an unversioned setup_requires of cryptography | 14:47 |
*** claudiub|2 has quit IRC | 14:48 | |
mordred | ihrachys: yah. it's starting to look that way | 14:48 |
*** vsaienko has quit IRC | 14:48 | |
fungi | er, of cffi via cryptography, sorry | 14:48 |
szaher | AJaeger: https://review.openstack.org/#/c/388055/ Can you please review this one ? | 14:48 |
*** ssbarnea has quit IRC | 14:49 | |
pabelanger | fungi: right, seen that too | 14:49 |
*** psachin` has joined #openstack-infra | 14:49 | |
*** ssbarnea has joined #openstack-infra | 14:50 | |
*** yamahata has joined #openstack-infra | 14:50 | |
rcarrillocruz | bah, pycparser -1 me | 14:51 |
rcarrillocruz | i'll go take my son now i guess | 14:51 |
*** xgerman has quit IRC | 14:51 | |
openstackgerrit | Thomas Morin proposed openstack-dev/pbr: coverage package name option, doc improvement https://review.openstack.org/388059 | 14:52 |
ihrachys | pabelanger: mordred: https://review.openstack.org/388060 ? | 14:52 |
fungi | hrm, looking at the cffi source, it's just an install_requires | 14:52 |
*** apetrich has quit IRC | 14:53 | |
*** psachin` has quit IRC | 14:54 | |
ihrachys | fungi: yeah. actually, it's same in 1.8.2 | 14:55 |
pabelanger | ihrachys: was going to say, I think 1.8.2 will have the same issue | 14:55 |
*** kun_huang has quit IRC | 14:56 | |
*** mhickey has joined #openstack-infra | 14:56 | |
*** Hal has quit IRC | 14:56 | |
*** puiterwijk|cld has quit IRC | 14:56 | |
ihrachys | pabelanger: so then blocking the new cffi should not help | 14:56 |
fungi | cryptography 1.5.2 has a setup_requires of cffi>=1.4.1 though https://github.com/pyca/cryptography/blob/1.5.2/setup.py#L58 | 14:56 |
*** mriedem has quit IRC | 14:56 | |
fungi | i think that's the problem (pycparser is a transitive install_requires of a setup_requires) | 14:56 |
clarkb | mordred: pabelanger that was ianw's change. But yes we should be trying to push that into the jobs or I guess in this case add them in if some known dep uses them | 14:56 |
pabelanger | fungi: ah, I think you are right | 14:57 |
fungi | so upper-constraints is applied to cryptography, but not to cffi because it's a setup_requires, and so the constraints option doesn't make it down the chain to pycparser when (unconstrained) cffi drags it in | 14:57 |
mordred | clarkb: I think the devstack change is the most correct fix | 14:58 |
*** mriedem has joined #openstack-infra | 14:58 | |
*** amcguign has joined #openstack-infra | 14:58 | |
mordred | clarkb: https://review.openstack.org/#/c/387990/ | 14:58 |
clarkb | mordred: oh even better | 14:59 |
mordred | d-g patch is just a bandaid until that lands | 14:59 |
*** kun_huang has joined #openstack-infra | 14:59 | |
mordred | fungi: I agree with your assessment | 14:59 |
*** rackertom has quit IRC | 14:59 | |
*** hamzy has quit IRC | 15:00 | |
openstackgerrit | Saad Zaher proposed openstack-infra/project-config: Freezer: ubuntu-xenial set to non-voting https://review.openstack.org/388055 | 15:00 |
*** puiterwijk|cld has joined #openstack-infra | 15:00 | |
*** erlon has quit IRC | 15:02 | |
*** hamzy has joined #openstack-infra | 15:02 | |
*** amcguign has quit IRC | 15:03 | |
*** dirk has quit IRC | 15:04 | |
yolanda | back from meeting | 15:04 |
*** kun_huang has quit IRC | 15:04 | |
clarkb | mordred: reviewed your devstack change | 15:04 |
clarkb | mordred: needs a small change | 15:05 |
ihrachys | fungi: couldn't we expect install_requires to apply constraints? | 15:06 |
ihrachys | trying to understand if it's a bug in pip | 15:06 |
*** tnovacik has quit IRC | 15:06 | |
fungi | ihrachys: it's applied as a command-line option | 15:06 |
mordred | clarkb: thanks! fixed | 15:07 |
fungi | so the "outer" `pip install -c upper-constraints.txt cryptography` triggers an `easy_install cffi` which in turn triggers a new `pip install pycparser` or something like that | 15:07 |
fungi | but easy_install doesn't know that the | 15:07 |
*** mhickey has quit IRC | 15:08 | |
fungi | "outer" pip install which called it had command line options that need to get applied to the "inner" `pip install` it triggers | 15:08 |
ihrachys | we could replace pip with a wrapper that would always pass the constraints file as an argument ;) | 15:08 |
fungi | or maybe there's an envvar we could use instead of the command-line switch? | 15:08 |
*** lukasa has joined #openstack-infra | 15:08 | |
fungi | though also i don't think the "inner" pip install is really pip. it's probably also easy_install | 15:09 |
*** rackertom has joined #openstack-infra | 15:09 | |
fungi | the log at least doesn't show the phrasing i'd expect in pip's output | 15:09 |
*** petems has quit IRC | 15:09 | |
ihrachys | you mean the one installing pycparser? yeah, that would sadly be the most logical course of action | 15:09 |
fungi | instead of "Collecting pycparser" it says "Searching for pycparser" (and then grabs an sdist rather than a wheel) | 15:10 |
fungi | so smells like pip install cryptography is triggering easy_install cffi (because of setup_requires) which then does an easy_install pycparser (because easy_install doesn't know to use pip for install_requires?) | 15:11 |
*** lucas-hungry is now known as lucasagomes | 15:12 | |
*** dirk has joined #openstack-infra | 15:12 | |
dhellmann | fungi : that sounds likely | 15:12 |
*** annegentle has quit IRC | 15:12 | |
*** petems has joined #openstack-infra | 15:13 | |
*** tkelsey has joined #openstack-infra | 15:13 | |
lukasa | fungi: Yeah, pip doesn't manage setup_requires | 15:13 |
ihrachys | fungi: we could also have easy_install as a wrapper calling pip ;) | 15:13 |
dhellmann | is there actually a bug in pycparser? | 15:13 |
*** xgerman has joined #openstack-infra | 15:14 | |
fungi | dhellmann: looks like it http://logs.openstack.org/02/384202/5/gate/gate-tempest-dsvm-neutron-full-ubuntu-xenial/c653441/logs/devstacklog.txt.gz#_2016-10-18_14_21_39_517 | 15:14 |
*** kun_huang has joined #openstack-infra | 15:14 | |
lukasa | dhellmann: Yeah | 15:14 |
lukasa | But cryptography is triggering it | 15:14 |
fungi | "AssertionError: sorry, but this version only supports 100 named groups" | 15:14 |
lukasa | I'm chatting to the cryptography devs | 15:14 |
*** EricGonczer_ has joined #openstack-infra | 15:14 | |
lukasa | But the problem seems to be that their bindings are causing pycparser to build a really, really big regex. | 15:14 |
dhellmann | ok | 15:14 |
lukasa | For the moment the cryptography folks think this is a pycparser bug, but they're going to try to debug it just to validate that assertion. | 15:15 |
lukasa | (And because right now no-one else is debugging it) | 15:15 |
*** EricGonczer_ has quit IRC | 15:15 | |
openstackgerrit | Gabriele Cerami proposed openstack-infra/tripleo-ci: Add IPv6 coverage using existing jobs https://review.openstack.org/382515 | 15:15 |
*** abregman has quit IRC | 15:15 | |
*** EricGonczer_ has joined #openstack-infra | 15:15 | |
openstackgerrit | Gabriele Cerami proposed openstack-infra/tripleo-ci: Add IPv6 coverage using existing jobs https://review.openstack.org/382515 | 15:16 |
clarkb | mordred: I like that the heat in projects list issue isn't actualyl what is breaking everything | 15:16 |
*** adrian_otto has joined #openstack-infra | 15:16 | |
*** nicolasbock has quit IRC | 15:16 | |
mordred | clarkb: ikr? | 15:17 |
openstackgerrit | Saad Zaher proposed openstack-infra/project-config: Freezer: ubuntu-xenial set to non-voting https://review.openstack.org/388055 | 15:17 |
mordred | fungi: we can work around by pre-installing cffi so that easy_install doens't do it | 15:18 |
mordred | fungi: for some versions of "we can" | 15:18 |
fungi | it's worth a shot at least | 15:18 |
fungi | presumably just a straight-up `pip install cryptography` exhibits the problem at this point? | 15:19 |
lukasa | mordred: +1 that should work | 15:19 |
fungi | i will admit i really haven't had time to try and recreate the issue myself. still catching up | 15:19 |
clarkb | fungi: http://logs.openstack.org/90/387990/2/check/gate-tempest-dsvm-multinode-full-ubuntu-xenial/c74b4e5/logs/devstacklog.txt.gz#_2016-10-18_15_14_54_564 yes looks like it | 15:21 |
dhellmann | hmm, I was able to pip install cryptography on my local system | 15:21 |
dhellmann | it looks like it is using some cached wheels | 15:21 |
*** nicolasbock has joined #openstack-infra | 15:21 | |
openstackgerrit | James E. Blair proposed openstack-infra/zuul: Default test log level to DEBUG except for testr https://review.openstack.org/388073 | 15:21 |
dhellmann | http://paste.openstack.org/show/586224/ | 15:21 |
pilgrimstack | hi all | 15:22 |
pilgrimstack | We see that infra is not using OVH intensivley | 15:22 |
jeblair | clarkb, mordred, pabelanger: can you look at https://review.openstack.org/388073 and its parent (which i just approved) | 15:22 |
pilgrimstack | There is a special reason? | 15:22 |
pilgrimstack | Some issue or it's just you have less needs | 15:23 |
*** edtubill has joined #openstack-infra | 15:23 | |
clarkb | pilgrimstack: we use our clouds in a ratio of cloudquota:totalquota. Right now total quota is fairly large so every cloud is using less total resources as a whole. That said I think we may still be debugging some image upload issues to bhs1 and are just using gra1 for now | 15:24 |
clarkb | pabelanger: ^ is that correct? | 15:24 |
openstackgerrit | Saad Zaher proposed openstack-infra/project-config: Freezer: Fixed tempest regex https://review.openstack.org/388076 | 15:24 |
*** cshastri has quit IRC | 15:24 | |
pabelanger | clarkb: pilgrimstack: Ya, we have BHS1 disabled right now, but think we have a fix for our image upload issues. https://review.openstack.org/#/c/386254/ | 15:25 |
mordred | jeblair: ++ | 15:25 |
openstackgerrit | Merged openstack-infra/zuul: Lower the log level in tests https://review.openstack.org/263364 | 15:26 |
pilgrimstack | ok :) | 15:26 |
*** baoli_ has quit IRC | 15:26 | |
pabelanger | jeblair: ++ | 15:26 |
*** nherciu has joined #openstack-infra | 15:26 | |
*** claudiub has joined #openstack-infra | 15:27 | |
clarkb | jeblair: reviewed | 15:27 |
*** tnovacik has joined #openstack-infra | 15:27 | |
openstackgerrit | Michael Johnson proposed openstack-infra/project-config: Adds a functional test job for Octavia https://review.openstack.org/388078 | 15:27 |
*** tiswanso has joined #openstack-infra | 15:28 | |
*** mriedem1 has joined #openstack-infra | 15:28 | |
*** cardeois has quit IRC | 15:29 | |
jeblair | clarkb: nice catch, thanks | 15:29 |
pabelanger | mordred: clarkb: I'd be game if we wanted to cherry-pick 386254 to nodepool.o.o and re-eanble BHS1 to test. Otherwise, if we want to schedule a shade release, I can start the process to bring ovh-bhs1 back online | 15:29 |
openstackgerrit | James E. Blair proposed openstack-infra/zuul: Default test log level to DEBUG except for testr https://review.openstack.org/388073 | 15:29 |
*** mriedem has quit IRC | 15:29 | |
jeblair | clarkb, mordred, pabelanger: ^ | 15:29 |
mordred | pabelanger: if we can get the gate happy, I'd lke to make a shade release today or tomorrow - but I'm also ok with doing a cherry-pick and testing in case we need to do a _different_ fix | 15:30 |
*** armax has joined #openstack-infra | 15:31 | |
clarkb | jeblair: that looks better I have approved | 15:31 |
*** Rockyg has joined #openstack-infra | 15:31 | |
pabelanger | mordred: okay, let me bring ovh-bhs1 back online | 15:31 |
anteaya | pilgrimstack: also keep in mind that this week and next are some of our slowest weeks in the cycle | 15:31 |
anteaya | pilgrimstack: overall cloud usage should pick up after summit | 15:31 |
sandanar | on some of the gate tests on openstack/driverlog project i see this error "this version only supports 100 named groups" on cryptography package install -- http://logs.openstack.org/69/388069/2/check/gate-driverlog-pep8-ubuntu-xenial/45f518b/console.html .. any clue on this error ? | 15:32 |
anteaya | clarkb: the logstash job queue graph looks angry | 15:32 |
pabelanger | clarkb: mordred: Oh, I did the right thing when I removed it from nodepool: https://review.openstack.org/#/c/376038 | 15:32 |
pabelanger | sandanar: yes, we are debugging it now | 15:33 |
sandanar | @pabelanger .. thanks for the information | 15:33 |
pabelanger | sandanar: https://github.com/eliben/pycparser/issues/151 is the upstream issue | 15:33 |
clarkb | anteaya: any changes to mqtt again? | 15:33 |
*** vhosakot has joined #openstack-infra | 15:33 | |
*** nadya has quit IRC | 15:33 | |
anteaya | I do not know, I can look into it | 15:33 |
clarkb | anteaya: oh actually it could be related to pycparser making jobs fail really fast | 15:34 |
clarkb | that will generate a lot of events in a short period if time. ES clsuter says it is green, I think we should just wait a few to see if it goes away once pycparser is addressed | 15:34 |
openstackgerrit | Marton Kiss proposed openstack-infra/groups: Upgrade Drupal Core to 7.51 https://review.openstack.org/388081 | 15:34 |
sdake | hate to be a pest, is there an eta on the gates? | 15:34 |
*** ilyashakhat_mobi has joined #openstack-infra | 15:34 | |
*** krtaylor has quit IRC | 15:34 | |
anteaya | clarkb: ah that sounds more likely | 15:34 |
pabelanger | not yet | 15:34 |
sdake | trailing projects tag today | 15:34 |
*** dizquierdo has quit IRC | 15:34 | |
mordred | sdake: yah - we know the issue, but have not yet found a solution that'll stem the bleeding | 15:35 |
anteaya | clarkb: the latest mosquito version was released in august | 15:35 |
*** cardeois has joined #openstack-infra | 15:35 | |
sdake | mordred roger | 15:35 |
openstackgerrit | Saad Zaher proposed openstack-infra/project-config: Freezer: Fixed tempest regex https://review.openstack.org/388076 | 15:35 |
*** vsaienko has joined #openstack-infra | 15:38 | |
*** mdrabe has quit IRC | 15:39 | |
*** nadya has joined #openstack-infra | 15:39 | |
*** nadya has quit IRC | 15:39 | |
odyssey4me | pabelanger do you have any idea how we get the upper constraints file added to ansible functional tests? http://logs.openstack.org/72/388072/3/check/gate-openstack-ansible-pip_install-ansible-func-ubuntu-xenial/eec95a5/console.html#_2016-10-18_15_36_55_725901 | 15:39 |
openstackgerrit | Merged openstack-infra/zuul: Default test log level to DEBUG except for testr https://review.openstack.org/388073 | 15:39 |
pabelanger | odyssey4me: Hmm, I'd have to look. I think AJaeger has do a lot of work on it | 15:40 |
*** martinkopec has quit IRC | 15:40 | |
*** mhickey has joined #openstack-infra | 15:41 | |
pabelanger | odyssey4me: I think you need to be setup for requirements job | 15:41 |
dhellmann | fungi : I lost track of the conversation, is there a plan for this pycparser thing? Do we think we can do anything about it ourselves, or do we need to wait for more upstream analysis? | 15:41 |
odyssey4me | pabelanger we already are for our repositories, so I don't think that's it | 15:41 |
fungi | dhellmann: mordred hypothesized that we could try to find some way to preinstall cffi so that pycparser gets installed via constraints in pip rather than transitively via easy_install, and then easy_install will in theory find it's already present? | 15:42 |
lukasa | dhellmann: Yeah, fungi and mordred's plan is the one that openstack can most easily do | 15:43 |
dhellmann | fungi, mordred : ok, I verified that that approach does work, but I don't relish the idea of having to edit everyone's tox.ini files to implement it | 15:43 |
lukasa | That's definitely the downside. =( | 15:43 |
dhellmann | it's a shame that our pypi mirror doesn't honor our constraints list | 15:43 |
pabelanger | odyssey4me: you run the proposal bot against your repos? | 15:43 |
odyssey4me | pabelanger yep | 15:43 |
pabelanger | k | 15:43 |
fungi | dhellmann: what do you mean about our pypi mirror honoring the constraints list? | 15:43 |
dhellmann | fungi : well, if the mirror only included the versions of things that we like based on our constraint list, we could globally ignore this even with the pip/setuptools hand-off issue, right? | 15:44 |
*** chandankumar has quit IRC | 15:44 | |
pabelanger | odyssey4me: I would expect that to add the upper-constraints.txt to your repo | 15:44 |
odyssey4me | fungi mordred dhellmann yeah, having to manually add a requirement to install first everywhere is a rather intenable solution | 15:44 |
pabelanger | odyssey4me: but I might be wrong | 15:44 |
fungi | dhellmann: ahh, so a special subset mirror that only includes versions found in a particular constraints list (one for each branch of requirements i suppose)? | 15:45 |
odyssey4me | pabelanger I don't think so - the file is present in all the linter/docs jobs... so something must add it | 15:45 |
dhellmann | fungi : or one mirror that merged all of the constraints or something (obviously I'm thinking out loud) | 15:45 |
fungi | odyssey4me: well, we've done it before, but odds are in the weeks it will take to get merged everywhere the problem will be solved upstream | 15:45 |
odyssey4me | fungi yeah, and we need to tag a final newton RC today :/ | 15:45 |
*** vhosakot has quit IRC | 15:46 | |
pabelanger | odyssey4me: looks like zuul-git-prep-upper-constraints might do it | 15:46 |
*** vhosakot has joined #openstack-infra | 15:46 | |
dhellmann | fungi : so we might mirror 4 versions of cffi, and depend on the local constraints file to choose the "right" one for a given job | 15:46 |
dhellmann | but we would only ever add new things to the mirror when a constraints list is updated | 15:47 |
*** mdrabe has joined #openstack-infra | 15:47 | |
fungi | which makes it also harder to test constraints changes (would have to not use that mirror) | 15:47 |
dhellmann | I'm not sure how practical that would be to implement, though | 15:47 |
dhellmann | yeah, that, too | 15:47 |
clarkb | dhellmann: we have avoided doing that because then our mirrors become required | 15:47 |
dhellmann | clarkb: good point | 15:48 |
*** ilyashakhat_mobi has quit IRC | 15:48 | |
fungi | that's also true. anyone who expects, e.g., tox to work locally needs to use our special mirror or make one of their own rather than just relying to public pypi | 15:48 |
pabelanger | odyssey4me: Ya, switching ansible-role-jobs to zuul-git-prep-upper-constraints should be what is needed | 15:48 |
*** adrian_otto has quit IRC | 15:48 | |
odyssey4me | pabelanger aha :) shall I push a patch up for that, or will you? | 15:48 |
dhellmann | fungi : yeah. it would also be a lot of work to route around what is really an issue in the install tool | 15:48 |
pabelanger | odyssey4me: So, I'm not sure what will happen on ansible roles that don't use requirements today | 15:49 |
odyssey4me | pabelanger well, all that does is put the file there - currently the env var is set, but there's no file | 15:49 |
pabelanger | odyssey4me: I mean, we can try | 15:49 |
fungi | pabelanger: odyssey4me: constraints lists are allowed to be incomplete, so in theory it would still do what it's supposed to | 15:49 |
odyssey4me | to actually use upper constraints requires other work | 15:49 |
pabelanger | okay, cool | 15:50 |
pabelanger | so, lets try it | 15:50 |
lukasa | v2.16 of pycparser just got pushed | 15:50 |
*** mugsie has quit IRC | 15:50 | |
fungi | if there is a constraint for what you're asking pip to install, it will apply it. if you ask pip to install something for which there is no constraint listed, it will just follow its normal version selection rules for that particular package | 15:50 |
fungi | lukasa: thanks for the heads up! | 15:50 |
*** xarses has joined #openstack-infra | 15:50 | |
lukasa | The author believes that may have fixed the issue | 15:51 |
lukasa | Worth testing | 15:51 |
lukasa | fungi: np, happy to help | 15:51 |
*** dimtruck is now known as zz_dimtruck | 15:51 | |
mriedem1 | 2.16 works for me | 15:52 |
dhellmann | 2.16 works for me, too | 15:52 |
*** mriedem1 is now known as mriedem | 15:52 | |
*** andreas_s has quit IRC | 15:52 | |
fungi | in theory it should show up on our mirrors momentarily | 15:52 |
*** zhurong has quit IRC | 15:52 | |
odyssey4me | pabelanger your patch or mine? :) | 15:52 |
pabelanger | odyssey4me: go for it, so I can +2 | 15:52 |
odyssey4me | okie dokey - up in a few mins | 15:53 |
dhellmann | fungi : I have a few release jobs that need to be retriggered. Will you have some time to help with that today? maybe after lunch? | 15:53 |
openstackgerrit | Michael Johnson proposed openstack-infra/project-config: Adds a functional test job for Octavia https://review.openstack.org/388078 | 15:53 |
dguitarbite | AJaeger: Allright, I will do so very soon. Thanks :). | 15:53 |
fungi | dhellmann: how many? i'm still trying to catch up and prep for today's meetings... just got home last night | 15:53 |
dhellmann | fungi : https://etherpad.openstack.org/p/retagging-tripleo-rc3 | 15:53 |
fungi | dhellmann: so... ~5? i should be able to squeeze that in | 15:55 |
*** e0ne_ has quit IRC | 15:55 | |
*** e0ne has joined #openstack-infra | 15:55 | |
dhellmann | fungi : I wasn't sure if the follow-up jobs also had to be manually triggered since they were skipped | 15:55 |
dhellmann | but yeah, 5 deliverables | 15:56 |
*** erlon has joined #openstack-infra | 15:56 | |
pabelanger | rcarrillocruz: AJaeger: infracloud-chocolate time to ready is starting to flatten out | 15:56 |
*** caowei has quit IRC | 15:56 | |
*** annegentle has joined #openstack-infra | 15:57 | |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack-infra/project-config: Add upper constraints prep to ansible-role-jobs https://review.openstack.org/388087 | 15:58 |
odyssey4me | pabelanger ^ not sure if that's the right place for it, and if that's complete | 15:58 |
fungi | dhellmann: hopefully it's safe to just reenqueue these since there were no successful uploads | 15:58 |
pabelanger | odyssey4me: you can remove the original zuul-git-prep | 15:58 |
dhellmann | fungi : sounds good | 15:58 |
*** panda is now known as panda|bbl | 15:58 | |
*** lukasa has left #openstack-infra | 15:59 | |
*** adrian_otto has joined #openstack-infra | 15:59 | |
fungi | dhellmann: though for a couple of those you only have a releasenotes or release announcement failure linked... did those fail to build/upload tarballs too? | 15:59 |
dhellmann | fungi : those are all of the failures I got by email. I'll double check the tarball state | 16:00 |
fungi | the three with tarball job failures, i can just reenqueue the ref for those existing tags | 16:00 |
*** esikachev has joined #openstack-infra | 16:00 | |
fungi | so will be simple enough | 16:00 |
openstackgerrit | Jesse Pretorius (odyssey4me) proposed openstack-infra/project-config: Add upper constraints prep to ansible-role-jobs https://review.openstack.org/388087 | 16:02 |
*** mptacekx has quit IRC | 16:03 | |
*** sdake_ has joined #openstack-infra | 16:03 | |
mordred | I go to get a sandwich and I come back and pycparser is fixed! | 16:05 |
*** sambetts has quit IRC | 16:05 | |
fungi | clearly sandwiches are the answer | 16:05 |
mordred | yah. I should get sandwiches every time we have an issue | 16:05 |
pleia2 | mmm sandwiches | 16:06 |
pabelanger | sudo mordred find sandwiches FTW | 16:06 |
*** sdake has quit IRC | 16:06 | |
*** irtermit- is now known as irtermit | 16:06 | |
*** irtermit is now known as irtermite | 16:06 | |
yolanda | ah, so they pushed a new pycparser version now | 16:08 |
pabelanger | yolanda: I just tested with your original patch | 16:08 |
pabelanger | looks to be fixed | 16:08 |
Rockyg | Bribed with the idea of sandwiches | 16:08 |
yolanda | cool | 16:08 |
pabelanger | #status notice pycparser 2.16 released to fix assertion error from today. | 16:09 |
openstackstatus | pabelanger: sending notice | 16:09 |
*** markus_z has quit IRC | 16:10 | |
dhellmann | fungi : I have confirmed that of the 6 items tagged as part of that release, only 3 of them failed to upload tarballs. | 16:10 |
-openstackstatus- NOTICE: pycparser 2.16 released to fix assertion error from today. | 16:10 | |
openstackgerrit | Merged openstack-infra/groups: Upgrade Drupal Core to 7.51 https://review.openstack.org/388081 | 16:11 |
openstackstatus | pabelanger: finished sending notice | 16:12 |
*** matrohon has quit IRC | 16:13 | |
*** clenimar has joined #openstack-infra | 16:13 | |
fungi | dhellmann: oh! i see why i was confused. you have jobs for a couple of those deliverables listed in multiple sections | 16:13 |
dhellmann | fungi : do I? | 16:13 |
fungi | so there are actually only failed jobs for three deliverables, and all of those failed their tarball jobs | 16:13 |
openstackgerrit | Merged openstack-infra/zuul: Tidy up README.rst https://review.openstack.org/385634 | 16:13 |
openstackgerrit | Merged openstack-infra/zuul: Add a note to README.rst about contributing to Zuul v3 https://review.openstack.org/385635 | 16:13 |
dhellmann | hmm, I copied those lists from the emails I got | 16:14 |
dhellmann | oh, I see, tripleoclient has 2 blocks | 16:14 |
fungi | puppet-tripleo and python-tripleoclient have two sections each | 16:14 |
*** sambetts_ has joined #openstack-infra | 16:15 | |
*** sandanar has quit IRC | 16:15 | |
mriedem | has anyone put up a blacklist patch to g-r for pycparser 2.15 yet? | 16:15 |
*** sambetts_ is now known as sambetts | 16:16 | |
*** ssbarnea has quit IRC | 16:17 | |
dhellmann | fungi : does that look better? | 16:17 |
*** tmorin has quit IRC | 16:17 | |
*** ssbarnea has joined #openstack-infra | 16:17 | |
*** yaume has quit IRC | 16:18 | |
Swanson | Anyone seeing cliff fail to install or is it a network thing on my end? | 16:18 |
pabelanger | mriedem: you are the first to mention it | 16:18 |
mriedem | ok i'll do it | 16:18 |
*** markvoelker has joined #openstack-infra | 16:19 | |
fungi | dhellmann: yep, so i'll retrigger the puppet-tripleo-announce-release job, and then reenqueue the refs for the other three that can be completely rerun | 16:19 |
mriedem | nevermind, | 16:20 |
mriedem | pycparser isn't in g-r | 16:20 |
mriedem | should it be? | 16:20 |
dhellmann | fungi : thanks! | 16:20 |
mordred | mriedem: it's a transitive dep | 16:20 |
mriedem | right, so it's fine to be in g-r right? | 16:21 |
mordred | I don't think it's a problem to put it in there | 16:21 |
dhellmann | it would be fine to add it, but it would not have helped in this case because of the way it's being installed | 16:21 |
mordred | yah | 16:21 |
mriedem | ok, i'll just leave it out | 16:22 |
*** jtomasek|afk is now known as jtomasek | 16:22 | |
*** ssbarnea has quit IRC | 16:22 | |
*** krtaylor has joined #openstack-infra | 16:22 | |
*** ssbarnea has joined #openstack-infra | 16:23 | |
*** inc0 has joined #openstack-infra | 16:23 | |
*** hamzy has quit IRC | 16:23 | |
openstackgerrit | Merged openstack/diskimage-builder: Add zypper-minimal element https://review.openstack.org/381575 | 16:24 |
*** ssbarnea has quit IRC | 16:24 | |
openstackgerrit | Merged openstack-infra/project-config: Revert "Remove ovh-bhs1 from nodepool.yaml" https://review.openstack.org/376038 | 16:24 |
*** Guest85855 has quit IRC | 16:25 | |
pabelanger | mordred: when you have time, would appreciate some feedback on https://review.openstack.org/#/c/385608/ ansible-playbook support for diskimage-builder. I left some comments in line | 16:25 |
*** ssbarnea has joined #openstack-infra | 16:26 | |
openstackgerrit | Merged openstack/diskimage-builder: Add opensuse-minimal element https://review.openstack.org/381576 | 16:27 |
openstackgerrit | Merged openstack-infra/project-config: Add Gentoo support to nodepool https://review.openstack.org/387114 | 16:27 |
*** ssbarnea has quit IRC | 16:28 | |
*** ssbarnea has joined #openstack-infra | 16:29 | |
*** kzaitsev_mb has quit IRC | 16:29 | |
*** mfedosin has joined #openstack-infra | 16:29 | |
greghaynes | pabelanger: re: your comment there about not wanting to have to make an element - What we can do is have support for running ansible.d inside of an element then make an element that is something like simple-playbook which, if you add it to your elements, lets you point it at a playbook via env var | 16:31 |
*** kzaitsev_mb has joined #openstack-infra | 16:31 | |
greghaynes | i.e. ANSIBLE_PLAYBOOK=myplaybook.yml disk-image-create distro simple-playbook | 16:31 |
*** ssbarnea has quit IRC | 16:32 | |
*** ssbarnea has joined #openstack-infra | 16:32 | |
*** e0ne_ has joined #openstack-infra | 16:32 | |
*** e0ne has quit IRC | 16:32 | |
andreykurilin_ | hi folks! Is it possible to change an email for openstackid.org ? | 16:33 |
*** baoli has joined #openstack-infra | 16:34 | |
*** maeker has joined #openstack-infra | 16:34 | |
*** yamahata has quit IRC | 16:34 | |
*** knangia has joined #openstack-infra | 16:35 | |
*** hamzy has joined #openstack-infra | 16:36 | |
fungi | dhellmann: just to confirm, the instack-undercloud tag was supposed to be a release candidate not a full release, right? | 16:38 |
openstackgerrit | Lin Yang proposed openstack-infra/project-config: Rename rsc to valence https://review.openstack.org/381332 | 16:38 |
pabelanger | greghaynes: Ya, I think that would be a good middle ground. In fact, I'll update the patch to support that too | 16:39 |
pabelanger | and add a test | 16:39 |
*** degorenko has quit IRC | 16:39 | |
clarkb | anteaya: it actually looks like we may have hit a processing wall yesterday which caused things to pile up. At least on worker02 things appear to have crashed on crm114 timing out | 16:39 |
*** degorenko_ is now known as degorenko | 16:40 | |
clarkb | anteaya: trying to go through the workers to see if that is consistent and restart services where they have died | 16:40 |
clarkb | so far 2/2 on crm114 timing out at ~2030UTC yesterday | 16:41 |
*** tqtran has joined #openstack-infra | 16:42 | |
*** jpich has quit IRC | 16:44 | |
cloudnull | afternoons | 16:44 |
clarkb | they seem to crash relatively quickly after restarting too on the same issue. Will likely need more digging | 16:44 |
clarkb | cloudnull: good morning/afternoon. Semi random question. Is osic-cloud1 booting instances off of ceph like cloud8 does? I am guessing no based on the ssd and spinning disk flavors? | 16:45 |
*** psilvad has joined #openstack-infra | 16:45 | |
cloudnull | clarkb: no we're using local disk | 16:45 |
cloudnull | however we're going to add a ceph AG in the after-now | 16:45 |
*** abregman has joined #openstack-infra | 16:47 | |
*** mtanino has quit IRC | 16:47 | |
cloudnull | the data that we're gathering on the specific flavors has been great and I think adding yet another AG + Flavor will provide some great metrics. | 16:48 |
clarkb | looks like crm114 times out on the very long wheel build job console logs | 16:48 |
fungi | clarkb: so does my browser. maybe that's a sign we should make those jobs less verbose | 16:49 |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: [WIP]: Add janitor thread https://review.openstack.org/387583 | 16:49 |
*** eharney has quit IRC | 16:50 | |
*** ssbarnea has quit IRC | 16:50 | |
*** rcernin has quit IRC | 16:51 | |
*** claudiub has quit IRC | 16:51 | |
*** Apoorva has joined #openstack-infra | 16:51 | |
clarkb | fungi: its about 150k lines of data, not sure about byte count just yet but am checking | 16:52 |
*** Apoorva has quit IRC | 16:52 | |
clarkb | fungi: 32MB uncompressed | 16:52 |
fungi | yeah, that doesn't seem like a useful log length to me | 16:53 |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: [WIP]: Add janitor thread https://review.openstack.org/387583 | 16:55 |
*** srobert has joined #openstack-infra | 16:57 | |
mgagne | what's the best way to scale zuul-merger? can more worker be spawn or do I need a whole new VM ? | 16:57 |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: [WIP]: Add janitor thread https://review.openstack.org/387583 | 16:58 |
*** amitgandhinz has quit IRC | 16:59 | |
*** Apoorva has joined #openstack-infra | 16:59 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: [WIP]: Add janitor thread https://review.openstack.org/387583 | 16:59 |
*** ssbarnea has joined #openstack-infra | 16:59 | |
*** degorenko is now known as degorenko|afk | 16:59 | |
openstackgerrit | Khai Do proposed openstack-infra/system-config: Add a nodepool to zuul-dev.o.o https://review.openstack.org/387579 | 16:59 |
Shrews | *sigh* | 16:59 |
clarkb | mgagne: I think it shoudl be fine to use multiple on a single host as long as they modify and serve discrete git repos | 16:59 |
clarkb | mgagne: we use separate VMs to simplify doing ^ but should be possible on a single host I think | 16:59 |
*** jkilpatr has quit IRC | 16:59 | |
mgagne | clarkb: this means multiple /var/lib/zuul/git folders? | 17:00 |
mgagne | right | 17:00 |
*** ralonsoh_ has quit IRC | 17:01 | |
*** eharney has joined #openstack-infra | 17:01 | |
*** vsaienko has quit IRC | 17:01 | |
*** dtantsur is now known as dtantsur|afk | 17:01 | |
*** derekh has quit IRC | 17:01 | |
*** ssbarnea has quit IRC | 17:02 | |
clarkb | mgagne: and possibly multiple apache vhosts or serving at a different root path for each | 17:02 |
mgagne | +1 | 17:02 |
*** Swami has joined #openstack-infra | 17:02 | |
clarkb | mgagne: so https://merger01.foo.com/ or https://merger.foo.com/01/ etc | 17:02 |
*** chandankumar has joined #openstack-infra | 17:02 | |
dstufft | Um, I saw a highlight of my name here but it scrolled past so I can't see what folks said | 17:03 |
dstufft | what's up | 17:03 |
gordc | pabelanger: just curious: does this patch work against all jobs that enable heat or does it require a specific conf option? https://review.openstack.org/#/c/387988/ | 17:04 |
*** ssbarnea has joined #openstack-infra | 17:04 | |
fungi | dstufft: i think it was mostly just a heads up of package spam someone spotted on pypi. i think an issue got opened in the tracker for it | 17:04 |
dstufft | Ah okay | 17:04 |
dstufft | I'll take a look | 17:04 |
gordc | asking because that dib-utils patch broke telemetry jobs | 17:04 |
gordc | (i believe) | 17:05 |
dstufft | thanks! | 17:05 |
*** jpena is now known as jpena|off | 17:06 | |
fungi | dstufft: sure thing. looks like it was mostly the scheme where phishers get their scam phone numbers to show up in search engines for support on popular software | 17:06 |
openstackgerrit | Clark Boylan proposed openstack-infra/puppet-log_processor: Handle errors in previously working filters https://review.openstack.org/388122 | 17:06 |
dstufft | fun | 17:06 |
clarkb | anteaya: fungi and ^ is the workaround on the log processor side | 17:06 |
dstufft | I'll have to figure out how tod elete them all, hopefully they're the same user | 17:06 |
dstufft | I'm a bit swamped right this second :/ | 17:07 |
fungi | figured | 17:07 |
clarkb | gordc: it should work against any jobs that have heat enabled. THen https://review.openstack.org/#/c/387990/ is the long term fix | 17:07 |
*** chandankumar has quit IRC | 17:07 | |
fungi | dstufft: according to my channel log, jlvillal opened https://sourceforge.net/p/pypi/support-requests/680/ about it | 17:08 |
*** e0ne_ has quit IRC | 17:09 | |
jlvillal | dstufft: Sadly, I don't think they are all the same user :( | 17:09 |
gordc | clarkb: awesome! thanks for the info. i'll track those patches then | 17:09 |
*** ssbarnea has quit IRC | 17:10 | |
fungi | jlvillal: dstufft: we get similar spam on our mediawiki instance, and the usual pattern is that they create a new account through some openid provider, use it to post stuff they want search engines to index, and never reuse the same account. it's easy enough to script new accounts for every spam unfortunately | 17:10 |
*** edtubill has quit IRC | 17:11 | |
fungi | and easier for them than figuring out if the account has been discovered and disabled/deleted | 17:11 |
anteaya | clarkb: thank you, reviewed | 17:12 |
*** chandankumar has joined #openstack-infra | 17:12 | |
*** ihrachys has quit IRC | 17:13 | |
*** chandankumar has quit IRC | 17:14 | |
*** chandankumar has joined #openstack-infra | 17:14 | |
*** gouthamr has quit IRC | 17:14 | |
*** jkilpatr has joined #openstack-infra | 17:14 | |
*** vsaienko has joined #openstack-infra | 17:14 | |
*** trown is now known as trown|lunch | 17:15 | |
AJaeger | odyssey4me: change zuul-git-prep to zuul-git-prep-upper-constraints in ansible-role-jobs.yaml | 17:15 |
openstackgerrit | Merged openstack-infra/zuul: Fix confusing debug message in configloader.py https://review.openstack.org/386960 | 17:15 |
jlvillal | Trying to get patches merged so we can get Ironic multi-node testing working. This devstack-gate one is next in line: https://review.openstack.org/#/c/364830 Currently has one +2. Help appreciated :) | 17:18 |
clarkb | jlvillal: I have reviewed the whole stack right? | 17:18 |
jlvillal | clarkb: You have and you are awesome :) | 17:18 |
*** BobBall is now known as BobBall_AWOL | 17:18 | |
clarkb | ok, just double checking I didn't miss anything /me goes back to unsticking logstash | 17:18 |
*** yamahata has joined #openstack-infra | 17:18 | |
jlvillal | Thanks | 17:19 |
*** gouthamr has joined #openstack-infra | 17:19 | |
odyssey4me | AJaeger thanks :) I see you found the review | 17:19 |
*** cody-somerville has joined #openstack-infra | 17:19 | |
*** cody-somerville has joined #openstack-infra | 17:19 | |
mordred | dstufft: they do mostly start with 1-800, 1-844, 1800 or 1844 at least | 17:20 |
anteaya | they are so considerate | 17:21 |
*** mhickey has quit IRC | 17:21 | |
*** Naeil has quit IRC | 17:21 | |
clarkb | jlvillal: oh, because you are here. sc68cal is working on a way to put the service lists for multinode into the features matrix | 17:21 |
clarkb | jlvillal: just something to be aware of as hopefully changing soon and will need porting for your things | 17:21 |
*** annegentle has quit IRC | 17:21 | |
jlvillal | clarkb: Sweet. I had wondered why that wasn't done before. But didn't look too hard at it. | 17:21 |
*** csomerville has quit IRC | 17:22 | |
jlvillal | sc68cal: Hopefully you can incorporate our Ironic service list into the matrix | 17:22 |
jlvillal | sc68cal: As an FYI: https://review.openstack.org/#/c/368611 | 17:22 |
*** sambetts is now known as sambetts|afk | 17:23 | |
*** maeker has quit IRC | 17:24 | |
*** zz_ja is now known as zz_zz_ja | 17:25 | |
AJaeger | odyssey4me: 388072 is the wrong way for doing constraints ;( | 17:26 |
AJaeger | odyssey4me: let me show how to do it properly... | 17:26 |
AJaeger | odyssey4me: ah, now read the comment completely... | 17:27 |
*** maeker has joined #openstack-infra | 17:28 | |
openstackgerrit | Merged openstack-infra/project-config: Add upper constraints prep to ansible-role-jobs https://review.openstack.org/388087 | 17:28 |
odyssey4me | AJaeger yeah, I'll fix up our tox config once the jobs have the file | 17:28 |
odyssey4me | heh, speaking on which :) | 17:28 |
odyssey4me | *of | 17:28 |
AJaeger | odyssey4me: Just fixed it - https://review.openstack.org/388146 - but will need recheck once the change is in effect | 17:29 |
openstackgerrit | Elizabeth K. Joseph proposed openstack-infra/project-config: Add entercloud regions to Nodepool https://review.openstack.org/388149 | 17:31 |
pleia2 | clarkb: ^ | 17:31 |
odyssey4me | AJaeger yeah, thanks :) | 17:32 |
*** yamahata has quit IRC | 17:32 | |
*** jbernard has quit IRC | 17:33 | |
*** beisner has quit IRC | 17:33 | |
*** jeblair has quit IRC | 17:33 | |
*** SotK has quit IRC | 17:33 | |
*** Kiall_ has quit IRC | 17:33 | |
*** lucasagomes has quit IRC | 17:33 | |
*** njohnston has quit IRC | 17:33 | |
*** Guest61315 has quit IRC | 17:33 | |
*** auggy has quit IRC | 17:33 | |
*** pkoniszewski has quit IRC | 17:33 | |
*** nt has quit IRC | 17:33 | |
*** lindsayk has quit IRC | 17:33 | |
*** jistr has quit IRC | 17:33 | |
*** lbragstad has quit IRC | 17:33 | |
*** bstinson has quit IRC | 17:33 | |
*** irtermite has quit IRC | 17:33 | |
*** karhtikp_ has quit IRC | 17:33 | |
*** dolphm has quit IRC | 17:33 | |
*** nikhil has quit IRC | 17:33 | |
*** khappone has quit IRC | 17:33 | |
*** raddaoui has quit IRC | 17:33 | |
*** sslypushenko has quit IRC | 17:33 | |
*** kgalanov has quit IRC | 17:33 | |
*** johnsom has quit IRC | 17:33 | |
*** csatari has quit IRC | 17:33 | |
*** jpmaxman has quit IRC | 17:33 | |
*** jaranovich has quit IRC | 17:33 | |
*** aglarendil has quit IRC | 17:33 | |
*** cargonza has quit IRC | 17:33 | |
*** jamespage has quit IRC | 17:33 | |
*** asingh_ has quit IRC | 17:33 | |
*** zaro has quit IRC | 17:33 | |
*** trash has quit IRC | 17:33 | |
*** wcriswell has quit IRC | 17:33 | |
*** flaper87 has quit IRC | 17:33 | |
*** Anticimex has quit IRC | 17:33 | |
*** aimeeu has quit IRC | 17:33 | |
*** skath has quit IRC | 17:33 | |
*** igorbelikov has quit IRC | 17:33 | |
*** ewindisch has quit IRC | 17:33 | |
*** DuncanT has quit IRC | 17:33 | |
*** coreyob has quit IRC | 17:33 | |
*** ggherdov- has quit IRC | 17:33 | |
*** geekinutah has quit IRC | 17:33 | |
*** vern has quit IRC | 17:33 | |
*** Guest66666 has quit IRC | 17:33 | |
*** jgriffith has quit IRC | 17:33 | |
*** redrobot has quit IRC | 17:33 | |
*** sfinucan has quit IRC | 17:33 | |
*** dstufft has quit IRC | 17:33 | |
*** scottda has quit IRC | 17:33 | |
*** EmilienM has quit IRC | 17:33 | |
*** timburke has quit IRC | 17:33 | |
*** SpamapS has quit IRC | 17:33 | |
*** Jokke_ has quit IRC | 17:33 | |
*** antonym has quit IRC | 17:33 | |
*** Madasi has quit IRC | 17:33 | |
*** jklare has quit IRC | 17:33 | |
*** jasondotstar has quit IRC | 17:33 | |
*** kencjohnston has quit IRC | 17:33 | |
*** notmyname has quit IRC | 17:33 | |
*** michaelxin has quit IRC | 17:33 | |
*** sulo has quit IRC | 17:33 | |
*** kevinbenton has quit IRC | 17:33 | |
*** weshay has quit IRC | 17:33 | |
*** gtmanfred has quit IRC | 17:33 | |
*** sbalukoff has quit IRC | 17:33 | |
*** quade has quit IRC | 17:33 | |
*** mhayden has quit IRC | 17:33 | |
*** boris-42 has quit IRC | 17:33 | |
*** patrickeast has quit IRC | 17:33 | |
*** iremizov has quit IRC | 17:33 | |
*** mgkwill has quit IRC | 17:33 | |
*** betherly has quit IRC | 17:33 | |
*** ashtokolov has quit IRC | 17:33 | |
*** fbo has quit IRC | 17:33 | |
*** madorn has quit IRC | 17:33 | |
*** greghaynes has quit IRC | 17:33 | |
*** Apsu has quit IRC | 17:33 | |
*** dims has quit IRC | 17:33 | |
*** automagically has quit IRC | 17:33 | |
*** sigmavirus has quit IRC | 17:33 | |
*** mancdaz has quit IRC | 17:33 | |
*** Ng has quit IRC | 17:33 | |
*** edwarnicke has quit IRC | 17:33 | |
*** mattfarina has quit IRC | 17:33 | |
*** warpc has quit IRC | 17:33 | |
*** tchaypo has quit IRC | 17:33 | |
*** TheJulia has quit IRC | 17:33 | |
*** asaprykin has quit IRC | 17:33 | |
*** jpena|off has quit IRC | 17:33 | |
*** verdurin has quit IRC | 17:33 | |
*** jroll has quit IRC | 17:33 | |
*** briancline has quit IRC | 17:33 | |
*** johnthetubaguy has quit IRC | 17:33 | |
*** cburgess has quit IRC | 17:33 | |
*** tonyb has quit IRC | 17:33 | |
*** cloudnull has quit IRC | 17:33 | |
*** briancli1e has joined #openstack-infra | 17:33 | |
*** jasondotstar has joined #openstack-infra | 17:33 | |
*** dolphm_ has joined #openstack-infra | 17:33 | |
*** beisner has joined #openstack-infra | 17:33 | |
*** jgriffith_ has joined #openstack-infra | 17:33 | |
*** Guest66666 has joined #openstack-infra | 17:33 | |
*** Anticimex has joined #openstack-infra | 17:33 | |
*** irtermite has joined #openstack-infra | 17:33 | |
*** jbernard has joined #openstack-infra | 17:33 | |
*** automagically has joined #openstack-infra | 17:33 | |
*** tonyb has joined #openstack-infra | 17:33 | |
*** trash has joined #openstack-infra | 17:33 | |
*** dims has joined #openstack-infra | 17:33 | |
*** Madasi has joined #openstack-infra | 17:33 | |
*** Kiall has joined #openstack-infra | 17:33 | |
*** Vivek has joined #openstack-infra | 17:33 | |
*** dstufft has joined #openstack-infra | 17:33 | |
*** cburgess has joined #openstack-infra | 17:33 | |
*** kencjohnston has joined #openstack-infra | 17:33 | |
*** Jokke_ has joined #openstack-infra | 17:33 | |
*** jeblair has joined #openstack-infra | 17:33 | |
*** Apsu has joined #openstack-infra | 17:33 | |
*** Jokke_ has quit IRC | 17:33 | |
*** Jokke_ has joined #openstack-infra | 17:33 | |
*** jamespag` has joined #openstack-infra | 17:33 | |
*** antonym has joined #openstack-infra | 17:33 | |
*** mancdaz_ has joined #openstack-infra | 17:33 | |
*** pkoniszewski has joined #openstack-infra | 17:33 | |
*** greghaynes has joined #openstack-infra | 17:33 | |
*** redrobot has joined #openstack-infra | 17:33 | |
*** jklare_ has joined #openstack-infra | 17:33 | |
*** SpamapS has joined #openstack-infra | 17:33 | |
*** mancdaz_ is now known as mancdaz | 17:33 | |
*** SotK has joined #openstack-infra | 17:33 | |
*** johnthetubaguy_ has joined #openstack-infra | 17:33 | |
*** antonym has quit IRC | 17:33 | |
*** antonym has joined #openstack-infra | 17:33 | |
*** quade has joined #openstack-infra | 17:34 | |
*** timburke has joined #openstack-infra | 17:34 | |
*** verdurin has joined #openstack-infra | 17:34 | |
*** weshay has joined #openstack-infra | 17:34 | |
*** verdurin has quit IRC | 17:34 | |
*** verdurin has joined #openstack-infra | 17:34 | |
*** cloudnull has joined #openstack-infra | 17:34 | |
*** gtmanfred has joined #openstack-infra | 17:34 | |
*** dolphm_ is now known as dolphm | 17:34 | |
*** coreyob has joined #openstack-infra | 17:34 | |
*** jamespag` has quit IRC | 17:34 | |
*** jamespag` has joined #openstack-infra | 17:34 | |
*** redrobot is now known as Guest41366 | 17:34 | |
*** Vivek is now known as Guest91841 | 17:34 | |
*** gtmanfred has quit IRC | 17:34 | |
*** gtmanfred has joined #openstack-infra | 17:34 | |
*** karthikp has joined #openstack-infra | 17:34 | |
*** sulo has joined #openstack-infra | 17:34 | |
*** johnthetubaguy_ is now known as johnthetubaguy | 17:34 | |
*** aricg has left #openstack-infra | 17:34 | |
*** vern has joined #openstack-infra | 17:34 | |
*** lucasagomes has joined #openstack-infra | 17:34 | |
*** EmilienM has joined #openstack-infra | 17:34 | |
*** bstinson has joined #openstack-infra | 17:34 | |
*** jistr has joined #openstack-infra | 17:34 | |
*** notmyname has joined #openstack-infra | 17:34 | |
*** mhayden has joined #openstack-infra | 17:34 | |
*** jroll has joined #openstack-infra | 17:34 | |
*** madorn has joined #openstack-infra | 17:34 | |
*** jpena|off has joined #openstack-infra | 17:34 | |
*** _sigmavirus24 has joined #openstack-infra | 17:34 | |
*** khappone has joined #openstack-infra | 17:34 | |
*** haaj has joined #openstack-infra | 17:35 | |
*** sbalukoff has joined #openstack-infra | 17:35 | |
*** EmilienM has quit IRC | 17:35 | |
*** EmilienM has joined #openstack-infra | 17:35 | |
*** amitgandhinz has joined #openstack-infra | 17:35 | |
*** njohnston has joined #openstack-infra | 17:36 | |
*** sfinucan has joined #openstack-infra | 17:36 | |
*** fkautz has quit IRC | 17:36 | |
*** dham1 has quit IRC | 17:36 | |
*** kevinbenton has joined #openstack-infra | 17:36 | |
*** _sigmavirus24 is now known as sigmavirus | 17:36 | |
*** sigmavirus has quit IRC | 17:37 | |
*** sigmavirus has joined #openstack-infra | 17:37 | |
*** fbo has joined #openstack-infra | 17:37 | |
dstufft | jlk: fungi mordred Ok Ernest is going to follow up on that for me, likely this evening | 17:37 |
*** lbragstad has joined #openstack-infra | 17:37 | |
*** jpmaxman has joined #openstack-infra | 17:37 | |
*** pilgrimstack has quit IRC | 17:38 | |
jlk | misfire? | 17:38 |
*** nikhil has joined #openstack-infra | 17:38 | |
*** sslypushenko_ has joined #openstack-infra | 17:38 | |
fungi | jlk: i think he meant to tab-complete jlvillal = | 17:39 |
*** SpamapS has quit IRC | 17:39 | |
*** SpamapS has joined #openstack-infra | 17:39 | |
*** vsaienko has quit IRC | 17:39 | |
pabelanger | adam_g: left a comment on 386783, otherwise I think we are good | 17:39 |
fungi | dstufft: thanks for checking it out | 17:39 |
*** johnsom has joined #openstack-infra | 17:39 | |
*** patrickeast has joined #openstack-infra | 17:39 | |
amrith | mordred, yt? | 17:40 |
*** kgalanov has joined #openstack-infra | 17:40 | |
*** boris-42 has joined #openstack-infra | 17:40 | |
*** edwarnicke has joined #openstack-infra | 17:40 | |
*** asingh_ has joined #openstack-infra | 17:40 | |
*** raddaoui has joined #openstack-infra | 17:40 | |
*** scottda has joined #openstack-infra | 17:40 | |
*** tchaypo has joined #openstack-infra | 17:41 | |
*** ggherdov- has joined #openstack-infra | 17:41 | |
*** zz_dimtruck is now known as dimtruck | 17:41 | |
*** csatari has joined #openstack-infra | 17:41 | |
*** aimeeu has joined #openstack-infra | 17:41 | |
*** wcriswell has joined #openstack-infra | 17:41 | |
*** igorbelikov has joined #openstack-infra | 17:41 | |
*** nt has joined #openstack-infra | 17:41 | |
*** DuncanT has joined #openstack-infra | 17:41 | |
*** TheJulia has joined #openstack-infra | 17:41 | |
fungi | ttx: catching up on the tc meeting log from last week, i've subscribed to the openstack-tc ml now | 17:42 |
*** geekinutah has joined #openstack-infra | 17:42 | |
*** lindsayk has joined #openstack-infra | 17:42 | |
*** johnsom has quit IRC | 17:42 | |
*** pcrews has quit IRC | 17:42 | |
*** iremizov has joined #openstack-infra | 17:42 | |
*** asaprykin has joined #openstack-infra | 17:42 | |
*** jaranovich_ has joined #openstack-infra | 17:42 | |
*** aglarendil has joined #openstack-infra | 17:42 | |
*** mgkwill has joined #openstack-infra | 17:42 | |
pleia2 | fungi: oh yes, congrats :) | 17:43 |
*** auggy has joined #openstack-infra | 17:43 | |
*** betherly has joined #openstack-infra | 17:43 | |
*** skath has joined #openstack-infra | 17:43 | |
*** johnsom has joined #openstack-infra | 17:43 | |
*** dham1 has joined #openstack-infra | 17:43 | |
*** ashtokolov has joined #openstack-infra | 17:43 | |
*** annegentle has joined #openstack-infra | 17:43 | |
fungi | pleia2: thanks. there were lots of other great candidates running, so i'm pretty sure i wouldn't have been disappointed with the outcome even if i wasn't in the final set | 17:44 |
*** cargonza has joined #openstack-infra | 17:44 | |
*** michaelxin has joined #openstack-infra | 17:44 | |
clarkb | #status log logstash worker daemons restarted as they have all deadlocked. Proper fix in https://review.openstack.org/388122 | 17:44 |
openstackstatus | clarkb: finished logging | 17:44 |
clarkb | ok I think logstash should be happier now and will be extra happy if we update to ^ | 17:44 |
*** ewindisch has joined #openstack-infra | 17:45 | |
*** csatari has quit IRC | 17:45 | |
*** Ng has joined #openstack-infra | 17:45 | |
*** zaro has joined #openstack-infra | 17:45 | |
*** fkautz has joined #openstack-infra | 17:45 | |
*** sdague has joined #openstack-infra | 17:45 | |
clarkb | pleia2: have we double checked the image type for enter is qcow2? | 17:45 |
openstackgerrit | Saad Zaher proposed openstack-infra/project-config: Freezer: Fixed tempest regex https://review.openstack.org/388076 | 17:45 |
clarkb | pleia2: I didn't end up checking that. I did check and it is another cloud that gives you wide open security groups by default \o/ | 17:45 |
*** warpc has joined #openstack-infra | 17:45 | |
*** mattfarina has joined #openstack-infra | 17:46 | |
openstackgerrit | Saad Zaher proposed openstack-infra/project-config: Freezer: Fixed tempest regex https://review.openstack.org/388076 | 17:46 |
pleia2 | clarkb: oh, I'll doublecheck | 17:46 |
pleia2 | | disk_format | qcow2 | | 17:47 |
pleia2 | yeah, we're good | 17:47 |
clarkb | perfect | 17:47 |
*** apetrich has joined #openstack-infra | 17:49 | |
*** amitgandhinz has quit IRC | 17:49 | |
jesusaur | clarkb: wow, is that whats happening? ive been trying to figure out why my log processors randomly hang for quite a while | 17:49 |
clarkb | jesusaur: based on my reading of the logs and the state of the processors I think so | 17:50 |
pabelanger | pleia2: clarkb: are we skipping multi-node for a reason on 388149? | 17:50 |
clarkb | pabelanger: we have skipped multinode in the past because it takes more testing ot make sure the overlay network all works happily | 17:50 |
clarkb | pabelanger: so yes, trying to reduce overhead for now | 17:50 |
*** adrian_otto1 has joined #openstack-infra | 17:51 | |
pabelanger | okay cool | 17:51 |
pabelanger | +3 | 17:51 |
pleia2 | ty | 17:51 |
pabelanger | so many image uploads | 17:51 |
jesusaur | clarkb: would you mind also proposing a similar change to the log_processor project since we still havent taken the time to switch over? | 17:52 |
*** dprince has quit IRC | 17:52 | |
*** adrian_otto has quit IRC | 17:52 | |
clarkb | jesusaur: sure | 17:53 |
*** kzaitsev_mb has quit IRC | 17:55 | |
openstackgerrit | Clark Boylan proposed openstack-infra/log_processor: Handle errors in previously working filters https://review.openstack.org/388153 | 17:55 |
clarkb | jesusaur: ^ | 17:55 |
*** gyee has joined #openstack-infra | 17:57 | |
zaro | clarkb, fungi, pleia2 : i have patches up for setting up a full dev CI environment (gerrit, zuul, and nodepool) basically we want to similate gerrit, zuul, nodepool integration. The changes add a zuul-launcher and nodepool to zuul-dev.o.o. This is part of the upgrading gerrit work. i'm wondering whether it would be appropriate to make this a priority | 17:57 |
zaro | effort? | 17:57 |
openstackgerrit | Merged openstack-infra/project-config: Add entercloud regions to Nodepool https://review.openstack.org/388149 | 17:59 |
vinaypotluri | Hi all, I have a question related to project creation. In this section "http://docs.openstack.org/infra/manual/creators.html#add-the-project-to-the-master-projects-list" we can specify the upstream if there is an existing repo using "upstream: https://github.com/awesumsauce/<projectname>.git" but what if we do not have one? How are we creating a new repo here inside www.github.com/openstack/projectname.git | 17:59 |
jesusaur | clarkb: awesome, thanks | 17:59 |
*** nadya has joined #openstack-infra | 17:59 | |
*** kzaitsev_mb has joined #openstack-infra | 18:00 | |
*** yamahata has joined #openstack-infra | 18:00 | |
AJaeger | vinaypotluri: if you have no upstream, don't specify one and an empty will get crated | 18:00 |
AJaeger | vinaypotluri: github is just a mirror and can go away anytime, you create a repo on git.openstack.org... | 18:01 |
vinaypotluri | okay | 18:01 |
fungi | zaro: priority efforts generally have at least a brief spec associated with them (could probably just copy from the last gerrit upgrade spec for the most part) but sure, seems reasonable. we want to make sure the upgrade happens as early in the cycle as possible so as to minimize disruption | 18:02 |
vinaypotluri | AJaeger: so the repo will be named exactly the way its created on launchpad ? https://launchpad.net/syntribos-openstack-templates | 18:02 |
AJaeger | no, it will be named exactly how you set it up. You give it a name in gerrit/projects.yaml | 18:02 |
*** nadya has quit IRC | 18:03 | |
vinaypotluri | AJaeger: got it. Thank You :) | 18:03 |
openstackgerrit | Markos Chandras proposed openstack/diskimage-builder: elements: simple-init: Remove SUSE interfaces https://review.openstack.org/388158 | 18:03 |
*** mriedem has quit IRC | 18:04 | |
*** psilvad has quit IRC | 18:04 | |
*** mriedem has joined #openstack-infra | 18:05 | |
*** mriedem has quit IRC | 18:05 | |
vinaypotluri | AJaeger: also, Can i edit jenkins, zuul & other jobs anytime for the created project(s) from project-config later ? | 18:06 |
clarkb | pleia2: re os-xenapi-core we typicallu dont give ownership of a core group to one individual. They are self owmed to remove the spof. Probablu not an issue her but I wonder why BobBall_AWOL needs that | 18:06 |
hamzy | Okay, I'm reading http://docs.openstack.org/infra/manual/creators.html and I don't see how I can create a git repository for MoltenIron (MI). MI already exists as a subdirectory in the third party tools repo. https://git.openstack.org/cgit/openstack/third-party-ci-tools/tree/nodepool/molteniron I would like to create a new MoltenIron repo from that subdir. | 18:06 |
AJaeger | vinaypotluri: you can edit the setup in project-config later as well, just send another change in. | 18:07 |
pleia2 | clarkb: oh, I actually just added him as the first member, not owner | 18:07 |
*** dprince has joined #openstack-infra | 18:07 | |
pleia2 | I should reply | 18:07 |
JayF | hamzy: one sorta shortcut-easy way is to import that dir into a new repository somewhere else (like github), then just have infra import that repository | 18:07 |
*** Apoorva has quit IRC | 18:07 | |
mgagne | hamzy: better create a dummy repository already prepared and import from it? | 18:07 |
vinaypotluri | AJaeger: cool... :) | 18:07 |
JayF | hamzy: then you can use "normal" git tooling to import into it | 18:07 |
*** Apoorva has joined #openstack-infra | 18:07 | |
*** mriedem has joined #openstack-infra | 18:08 | |
hamzy | JayF, mgagne, I'll try that and create a dummy repo on github | 18:08 |
JayF | hamzy: I'd just try, if possible (I don't know that it is, but I suspect it has to be?) to preserve git history | 18:09 |
hamzy | Yeah I was wondering about that | 18:09 |
*** piet_ has quit IRC | 18:10 | |
JayF | hamzy: https://help.github.com/articles/splitting-a-subfolder-out-into-a-new-repository/ looks like a howto for doing exactly what you need | 18:10 |
*** ssbarnea has joined #openstack-infra | 18:10 | |
JayF | hamzy: then you can take the "result" repository, inspect it for correctness, and if it's good, have infra import that | 18:10 |
hamzy | I'm sure I'm not the only person to have that requirement... thanks! | 18:10 |
pabelanger | infra-root: I start my travels to the summit today and won't be in the EST timezone for the next 12days or so. Expect to be less active this week for infra things. | 18:11 |
*** amitgandhinz has joined #openstack-infra | 18:11 | |
pleia2 | pabelanger: fun, safe travels :) | 18:12 |
openstackgerrit | Michael Johnson proposed openstack-infra/project-config: Adds a functional test job for Octavia https://review.openstack.org/388078 | 18:12 |
openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: Setup ssh-key on subnodes for Ironic https://review.openstack.org/364830 | 18:12 |
openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: Update ENABLED_SERVICE on subnode with ironic https://review.openstack.org/368611 | 18:12 |
openstackgerrit | Michael Johnson proposed openstack-infra/project-config: Adds a functional test job for Octavia https://review.openstack.org/388078 | 18:12 |
openstackgerrit | Vasyl Saienko proposed openstack-infra/devstack-gate: Update localrc for ironic-multinode case https://review.openstack.org/352790 | 18:12 |
AJaeger | safe travels, pabelanger ! | 18:13 |
*** pvaneck has joined #openstack-infra | 18:15 | |
*** ssbarnea has quit IRC | 18:16 | |
*** amitgandhinz has quit IRC | 18:16 | |
*** pilgrimstack has joined #openstack-infra | 18:16 | |
*** amitgandhinz has joined #openstack-infra | 18:17 | |
*** pilgrimstack has quit IRC | 18:17 | |
*** esikachev has quit IRC | 18:19 | |
*** abregman is now known as abregman|afk | 18:19 | |
*** jcoufal_ has joined #openstack-infra | 18:20 | |
anteaya | pabelanger: I'll add my wishes for a safe journey for you to the others | 18:20 |
*** jcoufal has quit IRC | 18:21 | |
pabelanger | pleia2: AJaeger: anteaya: thanks | 18:22 |
fungi | hamzy: usually when we create new repositories split out of the tree of an existing repo, we do a fair amount of git surgery to retain the commit history of those files. i wouldn't be comfortable trying to script that without someone to look over the results and okay them prior to import | 18:22 |
odyssey4me | AJaeger pabelanger I would have thought that https://review.openstack.org/388087 should have taken effect already, but it seems not? | 18:23 |
hamzy | fungi, I see the following: http://paste.openstack.org/show/586256/ which seems correct to me as there are not many commits yet as this is a somewhat new project | 18:23 |
AJaeger | odyssey4me: always check http://status.openstack.org/zuul/ - the "Last reconfigured:" on the bootom | 18:23 |
*** trown|lunch is now known as trown | 18:23 | |
AJaeger | only if that one is later then the merge, the change is in. | 18:24 |
*** gentoo_ has joined #openstack-infra | 18:24 | |
odyssey4me | AJaeger ooh, that's not something I've seen before :) | 18:24 |
odyssey4me | wow - last reconfigured several hours ago if I read that right | 18:24 |
odyssey4me | I thought the reconfigs happen every 20 minutes? | 18:25 |
AJaeger | odyssey4me: still, an hour after the change it should be in. Let me check puppet - and then ask for help ;) | 18:25 |
openstackgerrit | Paul Belanger proposed openstack/diskimage-builder: Don't use ssh-keygen -A for init scripts https://review.openstack.org/378985 | 18:25 |
*** tiswanso has quit IRC | 18:26 | |
fungi | hamzy: sure, just commenting on why this (seemingly) common importing use case isn't something we've automated | 18:26 |
fungi | most of the time the history being split out is not so trivial as your example | 18:26 |
electrofelix | just hit something very weird with http://logs.openstack.org/26/387426/3/check/gate-git-upstream-python35-nv/fdb4ce3/console.html, in that the failure is caused by not capturing any of the python logging info or debug messages during the test and I've no idea why that would suddenly start occurring | 18:26 |
*** tiswanso has joined #openstack-infra | 18:26 | |
*** jkilpatr has quit IRC | 18:26 | |
pabelanger | AJaeger: odyssey4me: puppet apply is running now, it should happen shortly | 18:26 |
hamzy | yeah I can understand that | 18:26 |
AJaeger | pabelanger: according to http://puppetboard.openstack.org/, there were no puppet runs for some time and looking at http://puppetboard.openstack.org/node/zuul.openstack.org none since 12th of October - which is wrong. | 18:27 |
odyssey4me | thanks pabelanger :) | 18:27 |
AJaeger | thanks for the info, pabelanger | 18:27 |
*** tiswanso has quit IRC | 18:27 | |
med_ | Those getting opportunities to look for new opportunities, my heart does indeed go out to you. | 18:27 |
*** rossella_s has quit IRC | 18:28 | |
electrofelix | I presume nothing has changed in the python env's used for testing? | 18:28 |
*** adrian_otto1 has quit IRC | 18:28 | |
*** rossella_s has joined #openstack-infra | 18:28 | |
*** electrofelix has quit IRC | 18:28 | |
*** mtanino has joined #openstack-infra | 18:29 | |
openstackgerrit | Vinay Potluri proposed openstack-infra/project-config: Adding a new project syntribos-openstack-templates https://review.openstack.org/388171 | 18:30 |
AJaeger | armax, dougwig , could you review project config changes as neutron infra liasons, please? | 18:30 |
armax | AJaeger: they are on my stack | 18:31 |
hamzy | so JayF, mgagne, fungi, I've created https://github.com/hamzy/TempMoltenIron and it does have those five commits... What would the next step be in getting an openstack/molteniron git repository? | 18:31 |
JayF | hamzy: I think you just have to make a commit somewhere, let me find it | 18:31 |
mgagne | hamzy: http://docs.openstack.org/infra/manual/creators.html#adding-the-project-to-the-ci-system make sure you use your repo in the upstream property so it's imported. | 18:32 |
pabelanger | AJaeger: odyssey4me: actually, it should have landed already. It would only have updated zuul-launchers | 18:32 |
pabelanger | s/updated/reloaded | 18:33 |
pabelanger | which just happened | 18:33 |
odyssey4me | pabelanger thanks will recheck now | 18:33 |
hamzy | JayF, mgagne, okay thanks... it was not obvious enough to me reading that document that the repo would be created after that step... | 18:33 |
AJaeger | pabelanger: looking at http://status.openstack.org/zuul/, there was no reload | 18:33 |
AJaeger | pabelanger: last reload was 4 hours ago | 18:33 |
JayF | hamzy: yep, that's why I suggested github explicitly -- it gives you a nice public repo to feed into that upstream: parameter | 18:34 |
pabelanger | AJaeger: right, zuul.o.o didn't reload. odyssey4me change was only the JJB update | 18:34 |
AJaeger | pabelanger: Ah, got it finally! | 18:34 |
pabelanger | looks like we had some ssh timeouts too, so that could also explain the delay | 18:34 |
AJaeger | hamzy: the repo will be created after the change to project-config is approved by our scripts | 18:35 |
*** amoralej is now known as amoralej|off | 18:36 | |
*** e0ne has joined #openstack-infra | 18:36 | |
*** kzaitsev_mb has quit IRC | 18:36 | |
AJaeger | odyssey4me: first jobs are passing.. | 18:37 |
*** ihrachys has joined #openstack-infra | 18:37 | |
dougwig | AJaeger, armax: on it | 18:38 |
AJaeger | thanks, dougwig | 18:38 |
*** e0ne has quit IRC | 18:39 | |
*** jkilpatr has joined #openstack-infra | 18:39 | |
*** nadya has joined #openstack-infra | 18:39 | |
AJaeger | mordred: your change https://review.openstack.org/387990 for devstack passed tests. Do we have devstack cores to +2A around? | 18:39 |
*** e0ne has joined #openstack-infra | 18:39 | |
*** e0ne has quit IRC | 18:41 | |
*** mriedem has quit IRC | 18:42 | |
*** eranrom has quit IRC | 18:43 | |
*** claudiub has joined #openstack-infra | 18:44 | |
*** lykinsbd has joined #openstack-infra | 18:44 | |
*** nadya has quit IRC | 18:44 | |
*** edtubill has joined #openstack-infra | 18:45 | |
rcarrillocruz | sorry folks, i'll pass today's meeting, my wife has evening shift today and i'm about to feed my son | 18:45 |
*** lykinsbd_ has joined #openstack-infra | 18:46 | |
fungi | thanks for the heads up, rcarrillocruz! | 18:46 |
pleia2 | rcarrillocruz: have a good evening | 18:46 |
*** flaper87 has joined #openstack-infra | 18:46 | |
*** flaper87 has quit IRC | 18:46 | |
*** flaper87 has joined #openstack-infra | 18:46 | |
rcarrillocruz | fungi: as a note, cacti is back | 18:46 |
*** eranrom has joined #openstack-infra | 18:46 | |
rcarrillocruz | i worked with jeblair last night | 18:47 |
fungi | rcarrillocruz: i saw some of the discussion from last week's meeting. glad you were able to work out the finer details thereafter | 18:47 |
fungi | for reference, the comment in the meeting about needing to do something extra when detaching cinder volumes, we've sometimes seen detach hang because it (nova?) thinks the volume is still in use even when completely unmounted | 18:48 |
*** thiagolib has quit IRC | 18:48 | |
fungi | though halting the server before attempting to detach seems to always work | 18:48 |
*** haaj has quit IRC | 18:48 | |
openstackgerrit | Christian Berendt proposed openstack-infra/project-config: Remove kolla bandit gate job https://review.openstack.org/387909 | 18:48 |
*** lykinsbd has quit IRC | 18:49 | |
*** rvba has joined #openstack-infra | 18:50 | |
*** rvba has quit IRC | 18:50 | |
*** rvba has joined #openstack-infra | 18:50 | |
*** e0ne has joined #openstack-infra | 18:51 | |
*** eharney has quit IRC | 18:52 | |
*** ihrachys has quit IRC | 18:52 | |
AJaeger | jeblair: did you already push a change our for the zuul-cloner/merger problem in periodic jobs that hits the translation-jobs? | 18:54 |
*** dtardivel has quit IRC | 18:54 | |
*** jcoufal_ has quit IRC | 18:55 | |
*** electrofelix has joined #openstack-infra | 18:56 | |
*** kgiusti has quit IRC | 18:57 | |
jeblair | AJaeger: no, i'm on my 3rd attempt at a solution; i think i understand what needs to happen now :) | 18:57 |
*** jcoufal has joined #openstack-infra | 18:57 | |
AJaeger | jeblair: That tricky? ;( Thanks for tackling! | 18:57 |
jeblair | i had to let my subconscious solve it overnight | 18:58 |
openstackgerrit | Merged openstack-infra/storyboard: Add updated_since to stories api https://review.openstack.org/387128 | 18:58 |
AJaeger | jeblair: that's a nice trick that sometimes works wonder ;) | 18:58 |
jeblair | AJaeger: yeah. it's way smarter than i am. | 18:58 |
AJaeger | :) | 18:59 |
fungi | it's that (weekly infra team meeting) time again! find us in #openstack-meeting for the next hour | 19:00 |
openstackgerrit | Merged openstack-infra/project-config: networking-odl: add bitrot job for stable branches https://review.openstack.org/385181 | 19:01 |
openstackgerrit | Merged openstack-infra/project-config: networking-odl: add neutron-lib-master periodic job https://review.openstack.org/385182 | 19:01 |
openstackgerrit | John Trowbridge proposed openstack-infra/tripleo-ci: We no longer need to copy old instack.qcow2 on image promote https://review.openstack.org/388180 | 19:02 |
*** kgiusti has joined #openstack-infra | 19:03 | |
BobBall_AWOL | clarkb / pleia2 | 19:10 |
BobBall_AWOL | clarkb / pleia2: I don't want to be a spof - I'm happy to go with whatever is best practice - I just want the ability to add people to os-xenapi-core and os-xenapi-ci :) I thought that was how. | 19:11 |
pleia2 | BobBall_AWOL: great, what I did allows you to do that :) | 19:12 |
*** jcoufal has quit IRC | 19:12 | |
BobBall_AWOL | Awesome - many thanks :) | 19:12 |
* BobBall_AWOL returns to being AWOL. | 19:12 | |
*** jcoufal has joined #openstack-infra | 19:13 | |
openstackgerrit | Nate Johnston proposed openstack-infra/project-config: Add grenade configuration for neutron-fwaas https://review.openstack.org/385076 | 19:14 |
*** eharney has joined #openstack-infra | 19:14 | |
*** psilvad has joined #openstack-infra | 19:17 | |
openstackgerrit | Karthik Prabhu Vinod proposed openstack-infra/project-config: Adding two other combinations of cinder multinode grenade job https://review.openstack.org/384836 | 19:17 |
*** baoli has quit IRC | 19:18 | |
*** cardeois has quit IRC | 19:19 | |
*** gentoo_ has quit IRC | 19:19 | |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Document and be more explicit in normalization https://review.openstack.org/387905 | 19:19 |
openstackgerrit | Monty Taylor proposed openstack-infra/shade: Add strict mode for trimming out non-API data https://review.openstack.org/388184 | 19:19 |
*** e0ne has quit IRC | 19:20 | |
*** e0ne has joined #openstack-infra | 19:21 | |
openstackgerrit | Merged openstack-infra/devstack-gate: Re-add dib repos to conditionally if heat is being used https://review.openstack.org/387988 | 19:22 |
*** ssbarnea has joined #openstack-infra | 19:22 | |
*** electrofelix has quit IRC | 19:24 | |
*** ociuhandu has joined #openstack-infra | 19:24 | |
*** ssbarnea_ has joined #openstack-infra | 19:25 | |
*** kaisers_ has quit IRC | 19:26 | |
*** ssbarnea has quit IRC | 19:26 | |
*** cardeois has joined #openstack-infra | 19:27 | |
openstackgerrit | Nate Johnston proposed openstack-infra/project-config: Add grenade configuration for neutron-fwaas https://review.openstack.org/385076 | 19:28 |
*** asselin has joined #openstack-infra | 19:28 | |
*** asselin_ has quit IRC | 19:29 | |
*** mriedem has joined #openstack-infra | 19:30 | |
openstackgerrit | Mark Hamzy proposed openstack-infra/project-config: Add new project called molteniron https://review.openstack.org/388186 | 19:31 |
*** lucasagomes is now known as lucas-afk | 19:32 | |
*** fernnest__ has quit IRC | 19:33 | |
*** fernnest_ has quit IRC | 19:33 | |
*** pcrews has joined #openstack-infra | 19:33 | |
*** baoli has joined #openstack-infra | 19:33 | |
*** fernnest_ has joined #openstack-infra | 19:34 | |
ttx | fungi: can't find you... which address did you use ? | 19:34 |
*** fernnest has joined #openstack-infra | 19:34 | |
*** ssbarnea_ has quit IRC | 19:34 | |
*** Goneri has quit IRC | 19:38 | |
*** kaisers_ has joined #openstack-infra | 19:38 | |
*** cardeois_ has joined #openstack-infra | 19:38 | |
*** baoli has quit IRC | 19:38 | |
*** chandankumar has quit IRC | 19:39 | |
*** abregman|afk is now known as abregman | 19:39 | |
*** vsaienko has joined #openstack-infra | 19:39 | |
*** cardeois has quit IRC | 19:40 | |
*** baoli has joined #openstack-infra | 19:41 | |
*** cardeois has joined #openstack-infra | 19:41 | |
*** krtaylor has quit IRC | 19:41 | |
*** ssbarnea has joined #openstack-infra | 19:41 | |
*** panda|bbl is now known as panda | 19:42 | |
*** cardeois_ has quit IRC | 19:43 | |
vinaypotluri | AJaeger: Hi Andreas, Is there a ref guide i can refer to for the jobs/checks i can include in zuul configuration? | 19:43 |
vinaypotluri | acc. http://docs.openstack.org/infra/manual/creators.html#basic-jenkins-jobs | 19:44 |
*** mmedvede has quit IRC | 19:44 | |
AJaeger | vinaypotluri: not really, check what we have... | 19:44 |
*** baoli_ has joined #openstack-infra | 19:45 | |
vinaypotluri | okay AJaeger | 19:45 |
*** baoli has quit IRC | 19:45 | |
*** baoli has joined #openstack-infra | 19:46 | |
*** ssbarnea has quit IRC | 19:46 | |
openstackgerrit | Mark Hamzy proposed openstack-infra/project-config: Add new project called molteniron https://review.openstack.org/388186 | 19:46 |
*** baoli_ has quit IRC | 19:46 | |
*** ssbarnea has joined #openstack-infra | 19:46 | |
*** baoli_ has joined #openstack-infra | 19:47 | |
*** stream10 has joined #openstack-infra | 19:47 | |
openstackgerrit | Merged openstack-infra/tripleo-ci: Source deploy.env in tripleo.sh https://review.openstack.org/387750 | 19:47 |
*** jcoufal has quit IRC | 19:47 | |
openstackgerrit | Khai Do proposed openstack-infra/infra-specs: Gerrit upgrade https://review.openstack.org/388190 | 19:48 |
*** petems has quit IRC | 19:48 | |
*** jcoufal has joined #openstack-infra | 19:48 | |
AJaeger | mriedem, sdague : Could you review https://review.openstack.org/#/q/I28e157e633fe306a5939b79e38dd656b9a9ccf0b,n,z please? Those are needed for https://review.openstack.org/#/c/382232/ | 19:49 |
*** petems has joined #openstack-infra | 19:49 | |
*** dirk has quit IRC | 19:50 | |
mriedem | AJaeger: no one answered my question in https://review.openstack.org/#/c/379198/2//COMMIT_MSG | 19:50 |
*** baoli has quit IRC | 19:51 | |
*** ssbarnea has quit IRC | 19:52 | |
*** kun_huang has quit IRC | 19:52 | |
*** kzaitsev_mb has joined #openstack-infra | 19:53 | |
*** kun_huang has joined #openstack-infra | 19:55 | |
AJaeger | mriedem: Ah - ok, let me ask... | 19:55 |
*** matt-borland has quit IRC | 19:55 | |
*** nadya has joined #openstack-infra | 19:55 | |
openstackgerrit | David Shrewsbury proposed openstack-infra/nodepool: Add janitor thread https://review.openstack.org/387583 | 19:56 |
*** ashtokolov has quit IRC | 19:56 | |
*** gyee has quit IRC | 19:56 | |
*** gyee has joined #openstack-infra | 19:56 | |
*** Apoorva_ has joined #openstack-infra | 19:57 | |
*** ramishra_ has quit IRC | 19:57 | |
*** dirk has joined #openstack-infra | 19:57 | |
*** ashtokolov has joined #openstack-infra | 19:57 | |
openstackgerrit | Gabriele Cerami proposed openstack-infra/tripleo-ci: Add IPv6 coverage using existing jobs https://review.openstack.org/382515 | 19:58 |
*** rackertom has quit IRC | 19:58 | |
openstackgerrit | Mark Hamzy proposed openstack-infra/project-config: Add new project called molteniron https://review.openstack.org/388186 | 19:58 |
*** tkelsey has quit IRC | 19:58 | |
*** piet_ has joined #openstack-infra | 19:58 | |
*** rackertom has joined #openstack-infra | 19:59 | |
*** ramishra has joined #openstack-infra | 19:59 | |
*** nadya has quit IRC | 19:59 | |
openstackgerrit | Vinay Potluri proposed openstack-infra/project-config: Adding a new project syntribos-openstack-templates https://review.openstack.org/388171 | 19:59 |
*** Apoorva has quit IRC | 20:00 | |
*** baoli_ has quit IRC | 20:00 | |
*** kgiusti has quit IRC | 20:01 | |
*** john-davidge has quit IRC | 20:01 | |
*** baoli has joined #openstack-infra | 20:01 | |
*** kgiusti has joined #openstack-infra | 20:01 | |
*** john-davidge has joined #openstack-infra | 20:01 | |
*** burgerk has quit IRC | 20:01 | |
fungi | ttx: fungi@yuggoth.org, same as most of my other lists.openstack.org subscriptions | 20:01 |
*** e0ne has quit IRC | 20:01 | |
*** esikachev has joined #openstack-infra | 20:02 | |
crinkle | pabelanger: rcarrillocruz do you want to check in today or did pabelanger already start traveling? | 20:03 |
openstackgerrit | Mark Hamzy proposed openstack-infra/project-config: Add new project called molteniron https://review.openstack.org/388186 | 20:03 |
*** rfolco has quit IRC | 20:04 | |
AJaeger | vinaypotluri: if you publish content - like your change for the new repo does, you really should test that the pbulishing works. But if it's just templates in your repo, you might not have anything to publish. | 20:05 |
*** psilvad has quit IRC | 20:06 | |
AJaeger | hamzy: will your repo be an official repo of ironic? | 20:06 |
*** mmedvede has joined #openstack-infra | 20:07 | |
hamzy | AJaeger, that is our final hope | 20:07 |
AJaeger | hamzy: so, not today - then let me add some comments to your review for that | 20:07 |
vinaypotluri | AJaeger: cool. In that case i can just include merge-check. | 20:08 |
*** dave-mccowan has quit IRC | 20:09 | |
AJaeger | vinaypotluri: exactly | 20:09 |
*** Sukhdev has joined #openstack-infra | 20:11 | |
ttx | fungi: weird I couldn't find you,n will try again later | 20:11 |
fungi | ttx: always possible i did it wrong, but i'll try again too in a bit | 20:12 |
openstackgerrit | Mark Hamzy proposed openstack-infra/project-config: Add new project called molteniron https://review.openstack.org/388186 | 20:14 |
hamzy | thanks AJaeger | 20:14 |
*** Sukhdev has quit IRC | 20:15 | |
*** askb has joined #openstack-infra | 20:16 | |
*** ldnunes has quit IRC | 20:17 | |
*** john-davidge has quit IRC | 20:18 | |
openstackgerrit | Vinay Potluri proposed openstack-infra/project-config: Adding a new project syntribos-openstack-templates https://review.openstack.org/388171 | 20:18 |
openstackgerrit | Michael Johnson proposed openstack-infra/project-config: Consolidate neutron-lbaas API tests https://review.openstack.org/386245 | 20:18 |
*** ramishra has quit IRC | 20:20 | |
openstackgerrit | Cedric Brandily proposed openstack/os-client-config: Clarify how to set SSL settings https://review.openstack.org/388199 | 20:20 |
*** mriedem has quit IRC | 20:21 | |
*** ramishra has joined #openstack-infra | 20:22 | |
openstackgerrit | Cedric Brandily proposed openstack/os-client-config: Clarify how to set SSL settings https://review.openstack.org/388199 | 20:23 |
*** mriedem has joined #openstack-infra | 20:24 | |
*** claudiub has quit IRC | 20:26 | |
AJaeger | mriedem: dirk has updated the hash in the change | 20:26 |
*** Goneri has joined #openstack-infra | 20:27 | |
pabelanger | crinkle: I've started travelling, but should be able to check in for tomorrow | 20:27 |
openstackgerrit | Khai Do proposed openstack-infra/infra-specs: add gerrit-upgrade to priority efforts query https://review.openstack.org/388202 | 20:28 |
crinkle | pabelanger: mmk works for me | 20:28 |
vinaypotluri | craige: I saw your comments on my patch but not sure what hoop-jobs does https://review.openstack.org/#/c/388171/3/zuul/layout.yaml ? Can you please point me to any reference link? | 20:28 |
hamzy | hrm... I don't understand the irc error in http://logs.openstack.org/86/388186/5/check/gate-project-config-irc-access/5d72224/console.html | 20:29 |
clarkb | hamzy: I think that means you haven't configured access for our bot properly | 20:31 |
clarkb | hamzy: the docs should cover the list of perms the bot needs | 20:31 |
*** jheroux has joined #openstack-infra | 20:32 | |
openstackgerrit | Vinay Potluri proposed openstack-infra/project-config: Adding a new project syntribos-openstack-templates https://review.openstack.org/388171 | 20:32 |
hamzy | clarkb, Under http://docs.openstack.org/infra/manual/creators.html#configure-gerritbot-to-announce-changes ? I was just trying to add molteniron to the ironic irc channel... | 20:32 |
*** kgiusti has left #openstack-infra | 20:34 | |
AJaeger | hamzy: the order of entries needs to be sorted alphabetical | 20:36 |
*** stream10 has quit IRC | 20:36 | |
AJaeger | hamzy: check http://logs.openstack.org/86/388186/5/check/gate-project-config-irc-access/5d72224/console.html#_2016-10-18_20_19_21_056411 again... | 20:37 |
hamzy | ah, the + and - of the same name | 20:37 |
*** claudiub has joined #openstack-infra | 20:37 | |
AJaeger | hamzy: a diff ;) | 20:37 |
openstackgerrit | Joshua Harlow proposed openstack-infra/project-config: Refactor run-tox-with-oslo-master.sh https://review.openstack.org/387681 | 20:38 |
openstackgerrit | Mark Hamzy proposed openstack-infra/project-config: Add new project called molteniron https://review.openstack.org/388186 | 20:39 |
clarkb | AJaeger: thanks | 20:40 |
*** _ari_ has quit IRC | 20:41 | |
*** _ari_ has joined #openstack-infra | 20:41 | |
openstackgerrit | John Trowbridge proposed openstack-infra/tripleo-ci: DO NOT MERGE fake periodic job to update cache to Ocata https://review.openstack.org/382521 | 20:42 |
openstackgerrit | Andreas Jaeger proposed openstack-infra/project-config: Add small message to explain check-channels-yaml.sh https://review.openstack.org/388206 | 20:44 |
AJaeger | clarkb: would this make it easier? ^ | 20:44 |
*** jkilpatr has quit IRC | 20:44 | |
*** trown is now known as trown|outtypewww | 20:46 | |
hamzy | yeah that would help newbies like myself | 20:47 |
vinaypotluri | AJaeger: May I know what noop-jobs is for ? is there any doc ref i can refer to ? | 20:48 |
*** mfedosin has quit IRC | 20:48 | |
openstackgerrit | Vinay Potluri proposed openstack-infra/project-config: Adding a new project syntribos-openstack-templates https://review.openstack.org/388171 | 20:51 |
*** jheroux has quit IRC | 20:51 | |
ttx | fungi: confirmed you do not appear on the Membership List for openstack-tc | 20:55 |
fungi | ttx: i've attempted to subscribe to the openstack-tc ml again. if you still can't find it i'll try the smtp subscription approach instead of the webui | 20:55 |
fungi | hrm, maybe we crossed efforts there | 20:56 |
fungi | "Your subscription request has been received, and will soon be acted upon. Depending on the configuration of this mailing list, your subscription request may have to be first confirmed by you via email, or approved by the list moderator. If confirmation is required, you will soon get a confirmation email which contains further instructions." | 20:56 |
fungi | "OpenStack-TC list run by thierry at openstack.org" | 20:56 |
*** Apoorva_ has quit IRC | 20:56 | |
ttx | fungi: you should just get a confirmation email | 20:56 |
ttx | I can probably force-subscribe you | 20:56 |
fungi | oh! | 20:56 |
*** Apoorva has joined #openstack-infra | 20:57 | |
fungi | i bet it's going to my openstack mailing list inbox. just a sec | 20:57 |
fungi | i thought it was held for approval | 20:57 |
fungi | i haven't actually dived into my general mailing list inbox yet since getting home | 20:57 |
ttx | no approval -- I only need to clear your moderation flag | 20:57 |
fungi | ttx: thanks, subscription request confirmed now | 20:58 |
ttx | here you are. | 20:58 |
ttx | mod flag cleared | 20:59 |
ttx | cheers! | 20:59 |
* fungi is full of user error today | 20:59 | |
fungi | thanks! | 20:59 |
*** raildo has quit IRC | 20:59 | |
*** thorst_ has quit IRC | 21:00 | |
*** esikachev has quit IRC | 21:01 | |
*** tkelsey has joined #openstack-infra | 21:01 | |
*** piet_ has quit IRC | 21:02 | |
*** maeker has quit IRC | 21:02 | |
openstackgerrit | Merged openstack/diskimage-builder: Add option to be able to run_functests.sh in parallel https://review.openstack.org/345065 | 21:03 |
*** jkilpatr has joined #openstack-infra | 21:03 | |
cloudnull | pabelanger: clarkb: fungi: are you able to pull a sample of the nodes being marked as errors in cloud1? | 21:05 |
clarkb | cloudnull: I can in a few | 21:06 |
clarkb | (currently working out travel thigns) | 21:06 |
* cloudnull just looking after the error rate to see if it's something on our end. | 21:06 | |
*** vhosakot has quit IRC | 21:06 | |
cloudnull | thanks clarkb | 21:06 |
*** tkelsey has quit IRC | 21:06 | |
*** ramishra has quit IRC | 21:07 | |
*** gyee has quit IRC | 21:08 | |
*** ramishra has joined #openstack-infra | 21:09 | |
*** sdague has quit IRC | 21:10 | |
*** nherciu has quit IRC | 21:11 | |
*** jkilpatr has quit IRC | 21:11 | |
*** eharney has quit IRC | 21:12 | |
*** adriant has joined #openstack-infra | 21:12 | |
*** jkilpatr has joined #openstack-infra | 21:12 | |
clarkb | cloudnull: http://paste.openstack.org/show/586279/ is my very initial grepping. Looks like errors waiting for ssh | 21:14 |
clarkb | cloudnull: I will work on getting you uuids for each one | 21:14 |
*** lbragstad has quit IRC | 21:15 | |
*** tomhambleton has quit IRC | 21:15 | |
*** dirk has quit IRC | 21:15 | |
*** kun_huang has quit IRC | 21:15 | |
*** flaviof has quit IRC | 21:15 | |
*** kuromagi has quit IRC | 21:15 | |
*** kuromagi has joined #openstack-infra | 21:15 | |
*** tomhambleton has joined #openstack-infra | 21:16 | |
*** jbryce has quit IRC | 21:16 | |
*** vaidy_ril has quit IRC | 21:16 | |
*** uberjay has quit IRC | 21:16 | |
*** flaviof has joined #openstack-infra | 21:16 | |
*** kun_huang has joined #openstack-infra | 21:16 | |
*** dolphm has quit IRC | 21:17 | |
*** M-docaedo_vector has quit IRC | 21:17 | |
*** knikolla has quit IRC | 21:17 | |
*** jmccrory has quit IRC | 21:17 | |
*** kencjohnston has quit IRC | 21:17 | |
*** lVathan[m] has quit IRC | 21:17 | |
*** clif_h has quit IRC | 21:18 | |
cloudnull | thanks clarkb | 21:18 |
*** dirk has joined #openstack-infra | 21:18 | |
*** hyakuhei has quit IRC | 21:18 | |
*** r-mibu has quit IRC | 21:19 | |
*** thingee_ has joined #openstack-infra | 21:19 | |
*** r-mibu has joined #openstack-infra | 21:19 | |
clarkb | cloudnull: http://paste.openstack.org/show/586281/ | 21:19 |
*** dolphm has joined #openstack-infra | 21:19 | |
*** hyakuhei has joined #openstack-infra | 21:19 | |
*** hyakuhei has quit IRC | 21:19 | |
*** hyakuhei has joined #openstack-infra | 21:19 | |
*** hyakuhei has quit IRC | 21:19 | |
*** hyakuhei has joined #openstack-infra | 21:19 | |
*** kencjohnston has joined #openstack-infra | 21:19 | |
*** thingee_ has quit IRC | 21:19 | |
*** clif_h has joined #openstack-infra | 21:20 | |
*** jmccrory has joined #openstack-infra | 21:20 | |
*** sdake has joined #openstack-infra | 21:20 | |
*** lbragstad has joined #openstack-infra | 21:20 | |
*** uberjay has joined #openstack-infra | 21:20 | |
*** jbryce has joined #openstack-infra | 21:21 | |
*** lVathan[m] has joined #openstack-infra | 21:21 | |
*** M-docaedo_vector has joined #openstack-infra | 21:21 | |
*** thingee_ has joined #openstack-infra | 21:21 | |
*** vaidy has joined #openstack-infra | 21:22 | |
*** sdake_ has quit IRC | 21:22 | |
*** Goneri has quit IRC | 21:25 | |
*** ramishra has quit IRC | 21:27 | |
*** abregman is now known as abregman|afk | 21:28 | |
*** dprince has quit IRC | 21:28 | |
jhesketh | Morning | 21:28 |
anteaya | morning jhesketh | 21:29 |
*** maeker has joined #openstack-infra | 21:29 | |
*** ramishra has joined #openstack-infra | 21:29 | |
*** ociuhandu has quit IRC | 21:31 | |
mriedem | AJaeger: done | 21:31 |
mriedem | https://review.openstack.org/#/q/I28e157e633fe306a5939b79e38dd656b9a9ccf0b,n,z | 21:31 |
*** maeker has quit IRC | 21:31 | |
openstackgerrit | Joshua Hesketh proposed openstack-infra/zuul: Move job running into own class https://review.openstack.org/385964 | 21:32 |
*** jcoufal_ has joined #openstack-infra | 21:32 | |
*** maeker has joined #openstack-infra | 21:32 | |
*** jcoufal has quit IRC | 21:33 | |
*** Jeffrey4l has quit IRC | 21:34 | |
*** Jeffrey4l has joined #openstack-infra | 21:35 | |
*** Rockyg has quit IRC | 21:37 | |
*** jcoufal has joined #openstack-infra | 21:37 | |
cloudnull | clarkb: interesting, i've got nothing as to why those instnaces were unreachable | 21:38 |
*** thingee_ has quit IRC | 21:38 | |
*** jcoufal_ has quit IRC | 21:38 | |
cloudnull | building vms on the hosts where those instances were spawned is all good. | 21:38 |
cloudnull | and nothing to report fault wise for those vms. | 21:38 |
* cloudnull more digging. | 21:39 | |
*** ccamacho is now known as ccamacho|out | 21:39 | |
cloudnull | thanks for getting me that list though. much appreciate.d | 21:39 |
*** thingee_ has joined #openstack-infra | 21:39 | |
*** rtheis has quit IRC | 21:39 | |
*** baoli has quit IRC | 21:40 | |
*** baoli has joined #openstack-infra | 21:40 | |
*** cardeois_ has joined #openstack-infra | 21:43 | |
*** cardeois has quit IRC | 21:43 | |
*** srobert has quit IRC | 21:45 | |
*** edtubill has quit IRC | 21:46 | |
*** jamesdenton has quit IRC | 21:50 | |
*** rfolco has joined #openstack-infra | 21:50 | |
*** xyang1 has quit IRC | 21:55 | |
*** annegentle has quit IRC | 21:57 | |
*** jcoufal has quit IRC | 22:00 | |
clarkb | hrm looks like logstash workers have mostly reverted to their old stuck state again. Probably need that fix in place before things will be happy | 22:01 |
vinaypotluri | Hi, I'm getting "line too long" error on line 2531 even though I never added/edited that line. Any help is appreciated. https://review.openstack.org/#/c/388174/ | 22:01 |
*** annegentle has joined #openstack-infra | 22:02 | |
*** kzaitsev_mb has quit IRC | 22:02 | |
*** tkelsey has joined #openstack-infra | 22:03 | |
*** mdrabe has quit IRC | 22:03 | |
openstackgerrit | Merged openstack-infra/storyboard: Update story.updated_at when tasks are updated https://review.openstack.org/387163 | 22:03 |
*** Apoorva_ has joined #openstack-infra | 22:04 | |
*** kzaitsev_mb has joined #openstack-infra | 22:05 | |
*** askb has quit IRC | 22:06 | |
*** askb has joined #openstack-infra | 22:06 | |
*** abregman|afk is now known as abregman | 22:07 | |
*** amitgandhinz has quit IRC | 22:07 | |
*** tkelsey has quit IRC | 22:07 | |
*** Apoorva has quit IRC | 22:07 | |
*** dimtruck is now known as zz_dimtruck | 22:07 | |
fungi | vinaypotluri: looks like yamllint released a new version 10 days ago, which has started identifying concerns it has with preexisting content in that repo | 22:12 |
mgagne | I'm wondering about upper-constraints.txt. oslo.db in https://github.com/openstack/requirements/blob/stable/kilo/upper-constraints.txt vs https://github.com/openstack/ceilometer/blob/kilo-eol/requirements.txt#L17 | 22:14 |
mgagne | how did it end up so upper-constraints.txt in g-r is greater AND outside the range in a project? | 22:14 |
clarkb | mgagne: constraints is based on what you get from pip after doing a full crawl/install of the package space iirc | 22:15 |
vinaypotluri | Got it. Thank you fungi | 22:15 |
fungi | mgagne: it's not something that gets tested for, but also i think it was after kilo that we learned the lesson that constraints should be frozen after release | 22:15 |
clarkb | mgagne: and if that set works (via testing) then it is "enshrined" into constraints | 22:15 |
clarkb | the reason for this is because if you actually try to properly resolve the set you run into conflicts | 22:15 |
clarkb | there should be a non voting job that tests ^ on ever requirements change | 22:15 |
fungi | constraints was really in its infancy in kilo (and somewhat during liberty as well) | 22:16 |
mgagne | tested against what? for example, with removal of namespace, oslo.db 2.0.0 can't be used | 22:16 |
clarkb | (its possible that whatever caused that version of oslo.db to be used is one of the conflicts too) | 22:16 |
*** tnovacik has quit IRC | 22:16 | |
clarkb | mgagne: tempest on kilo iirc | 22:16 |
mgagne | was tempest testing ceilometer? :D | 22:16 |
clarkb | mgagne: newton added a bunch of unittesting | 22:16 |
clarkb | mgagne: probably not in that job ut I'd have to go look at what is included in the kilo tempest runs | 22:16 |
mgagne | alright, don't better, won't change much to the result we have today =) | 22:17 |
*** apetrich has quit IRC | 22:17 | |
mgagne | just didn't wanted to fork and maintain g-r locally | 22:17 |
clarkb | mgagne: in newton we added some unittesting of various projects. Not sure if ceilometer was added | 22:17 |
fungi | fwiw, in mitaka and later that should be much saner | 22:17 |
mgagne | ok, so better have my own upper for kilo and maybe later version so I'm not victim of outside changes | 22:18 |
*** lykinsbd_ has quit IRC | 22:19 | |
fungi | basically, we stopped generating/approving constraints changes except for very limited bumps of our community's own libraries that had to get newer releases on those stable branches to address security vulnerabilities or other severe breakages | 22:19 |
*** apetrich has joined #openstack-infra | 22:19 | |
openstackgerrit | John L. Villalovos proposed openstack-infra/project-config: Add experimental ironic grenade multitenant job https://review.openstack.org/388239 | 22:19 |
mgagne | sure, just looking for a sane way to build kilo with virtualenv until I can upgrade to better | 22:19 |
fungi | so constraints on more recent stable branches are pretty frozen | 22:19 |
clarkb | mgagne: edit constraints to a lesser version that is acceptable and see if that works? | 22:20 |
*** mriedem has quit IRC | 22:20 | |
clarkb | if so you can probably also propose the change back into requirements (though at this point likely not to take patches?) | 22:20 |
mgagne | yea, was adding upper-constraints.txt support to imported project but found that it doesn't work with some. =) | 22:20 |
*** gildub has joined #openstack-infra | 22:20 | |
fungi | upper constraints was barely used at all by anyone in kilo jobs, so it may even be entirely bogus | 22:21 |
mgagne | I think I won't better at that point, gonna end up with a 8 weeks review and I will have time to upgrade to liberty or mitaka before it gets merged =) | 22:21 |
mgagne | fungi: ok, won't better too much with it then =) | 22:22 |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: WIP nodepool element https://review.openstack.org/388241 | 22:22 |
johnsom | clarkb I see you were making some projects changes, I'm seeing "diskimage-builder project was not found" in our gate runs here: http://logs.openstack.org/65/265065/18/check/gate-octavia-v1-dsvm-scenario-ubuntu-xenial-nv/ce92bdc/logs/devstacklog.txt.gz#_2016-10-18_20_29_52_604 | 22:22 |
johnsom | Do you have a pointer to the change that triggered this? | 22:22 |
* clarkb wonders how he keeps getting pinned for this... ianw made a change https://review.openstack.org/345818 (which I did review) to remove those things because they weren't used anywhere. Which waso nly sort of the case | 22:23 | |
clarkb | johnsom: its since been fixed by readding them to devstack-gate if heat is enabled and there is a devstack change to remove the repo from devstack because it really isn't used thre | 22:23 |
johnsom | Haha, sorry, just digging through changes in the last half hour and your popped up. | 22:24 |
ianw | clarkb / johnsom : looks like mea cupla on that one | 22:24 |
johnsom | I'm not using heat, so I suspect I still have a problem. | 22:25 |
clarkb | ianw: eh its ok the thing isn't actually used except that devstack wants to clone it :) | 22:25 |
*** dave-mccowan has joined #openstack-infra | 22:25 | |
clarkb | ianw: and we fixed it while the rest of the world was blowing up due to pycparser so ya | 22:25 |
clarkb | johnsom: ah ok that would explain why it continues to break. In that case you'll want to add it explicitly to your job's PROJECT list | 22:25 |
openstackgerrit | greghaynes proposed openstack/diskimage-builder: WIP nodepool element https://review.openstack.org/388241 | 22:26 |
openstackgerrit | Markos Chandras proposed openstack/diskimage-builder: elements: runtime-ssh-host-keys: Add openssh-client mapping for SUSE https://review.openstack.org/388242 | 22:26 |
clarkb | johnsom: https://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/octavia.yaml#n28 there I think and for the job below it | 22:27 |
*** rossella_s has quit IRC | 22:28 | |
johnsom | Yeah, I'm going to have to do neutron-lbaas as well | 22:28 |
clarkb | johnsom: and while you are at it maybe we should add the other deps? octavia itself etc. (/me noticed the other day that we install neutron-lbaas and octavia's repos on every d-g run and was wondering why) | 22:28 |
*** rossella_s has joined #openstack-infra | 22:28 | |
johnsom | clarkb Because we are so awesome... Ok, looking into this. Do you have the patch URL so I can reference it in the patch I'm creating. | 22:29 |
*** john-davidge has joined #openstack-infra | 22:30 | |
clarkb | johnsom: https://review.openstack.org/345818 is the one that changed things for dib-utils | 22:30 |
johnsom | Thanks! | 22:30 |
johnsom | Working on a patch now | 22:30 |
*** cardeois_ has quit IRC | 22:31 | |
clarkb | ianw: also fwiw I think while it may be painful to reduce that list doing so is going to make a lot of tests run much quicker. We spend 5-10 minutes just dealing with git on every d-g run | 22:31 |
clarkb | if we can get that down to a minimal set everyone wins | 22:31 |
ianw | clarkb: i'm all for it :) maybe we should delete one line a week and see who complains :) | 22:32 |
clarkb | ianw: haha | 22:32 |
*** baoli has quit IRC | 22:34 | |
*** dave-mccowan has quit IRC | 22:34 | |
*** john-davidge has quit IRC | 22:35 | |
clarkb | jesusaur: looking at these log worker logs I think there may be a second failure mode where we wait for hours for crm114 to finish and don't timeout | 22:38 |
clarkb | jesusaur: so my earlier patches may only address half the problem. Going to look and see if I can make timing out more aggressive | 22:38 |
*** rhallisey has quit IRC | 22:39 | |
openstackgerrit | Michael Johnson proposed openstack-infra/project-config: Fix neutron-lbaas and octavia PROJECTS list https://review.openstack.org/388246 | 22:39 |
johnsom | clarkb How does that look? ^^^ | 22:39 |
*** markvoelker has quit IRC | 22:41 | |
clarkb | johnsom: you may also want to do it for the other jobs in neutron-lbaas.yaml but if none are currently doing diby things then they should be ok for now | 22:41 |
openstackgerrit | John L. Villalovos proposed openstack-infra/project-config: Add experimental ironic grenade multitenant job https://review.openstack.org/388239 | 22:41 |
*** gongysh has joined #openstack-infra | 22:41 | |
clarkb | ianw: ^ can you review that as well? | 22:41 |
johnsom | clarkb We have the DIB stuff limited to just the scenario tests that need the image, so it should just be those. | 22:42 |
*** edmondsw has quit IRC | 22:42 | |
clarkb | johnsom: ya but eventually we do want to move lbaas and octavia and a whole list of other things out of the default d-g PROJECTS list | 22:43 |
clarkb | (to reduce down to a minimal default taht reflects devstack's default which in turn will speed up jobs as they won't set up repos that they don't need | 22:43 |
clarkb | so +2, but keep that in mind it would be helpful if we could do the other peice too | 22:44 |
johnsom | I can do that now if we have folks to still review. I would like to get this fixed as our scenario tests are all broken at the moment. | 22:44 |
clarkb | I think taht patch is fine as is, we should get it in and fix your immediate problem | 22:45 |
*** gongysh has quit IRC | 22:46 | |
clarkb | ianw: fungi jhesketh anteaya ^ | 22:46 |
* clarkb picks on cores that were in channel recently | 22:46 | |
johnsom | Thanks. I need to ask dougwig what the story is with that lbaas functional test anyway. | 22:46 |
ianw | it's probably a bit late US time to try removing them and merge something that adds them. i'm trying to think of a good way to deprecate such a thing, other than just breaking stuff | 22:48 |
ianw | maybe some fancy log greps could give higher confidence about what's required for safe removal | 22:49 |
clarkb | ianw: ya I think just for now we want to fix the existing broken, not try to remove the additional projects | 22:51 |
jesusaur | clarkb: interesting, i'll see if i can dig up some old logs, but we've taken to monitoring the age of the logfile and restarting the service if the logfile hasnt changed in an hour | 22:51 |
clarkb | we can push harder on that post summit | 22:51 |
ianw | yep, cool | 22:51 |
clarkb | jesusaur: as I dig more its possible that the logstash daemon may have gone out to lunch | 22:51 |
clarkb | jesusaur: which results in other things backing up. | 22:51 |
clarkb | jesusaur: which then leads to the timeouts (which we should still handle properly with my fix but ya more other brokenness) | 22:51 |
clarkb | ya I restarted lgostash daemon and now strace is telling me things are doing stuff | 22:52 |
clarkb | ugh thats annoying, debugging logstash is the most unfun thing to do (its jruby running in jvm) | 22:52 |
*** maeker has quit IRC | 22:54 | |
johnsom | When you guys are ready to pull neutron-lbaas and octavia, just give Doug and I a heads up so we can help anyone that comes to our channel asking what is up. | 22:54 |
*** rbrndt has quit IRC | 22:54 | |
jesusaur | oh, hm, we restart the log_processor worker daemon... we havent had any issues with the logstash daemon | 22:55 |
clarkb | jesusaur: its possible you only hit the case my patch fixes. for us that seems to be a side effect of logstash giving up, writes to the tcp connect block for forever | 22:56 |
*** gouthamr has quit IRC | 22:56 | |
openstackgerrit | Merged openstack-infra/project-config: Fix neutron-lbaas and octavia PROJECTS list https://review.openstack.org/388246 | 22:57 |
johnsom | Thanks folks! | 22:57 |
*** xarses has quit IRC | 23:01 | |
*** EricGonczer_ has quit IRC | 23:02 | |
*** annegentle has quit IRC | 23:02 | |
*** andreykurilin_ has quit IRC | 23:03 | |
*** andreykurilin has joined #openstack-infra | 23:03 | |
*** thorst_ has joined #openstack-infra | 23:04 | |
*** yamahata has quit IRC | 23:04 | |
*** yamahata has joined #openstack-infra | 23:05 | |
*** tkelsey has joined #openstack-infra | 23:05 | |
*** dingyichen has joined #openstack-infra | 23:07 | |
pleia2 | all the team summit etherpads have been set up https://wiki.openstack.org/wiki/Design_Summit/Ocata/Etherpads#Infrastructure | 23:07 |
*** tkelsey has quit IRC | 23:09 | |
*** gordc has quit IRC | 23:10 | |
*** thorst_ has quit IRC | 23:11 | |
*** thorst_ has joined #openstack-infra | 23:12 | |
*** tpsilva has quit IRC | 23:14 | |
*** abregman is now known as abregman|afk | 23:14 | |
*** rajinir has quit IRC | 23:16 | |
*** xarses has joined #openstack-infra | 23:17 | |
*** dave-mccowan has joined #openstack-infra | 23:19 | |
*** sdake has quit IRC | 23:20 | |
stevebaker | hey, can someone give me some guidence on what to do about this heat gate failure? http://logs.openstack.org/76/365976/2/check/gate-heat-dsvm-functional-orig-mysql-lbaasv1/5a0135b/logs/devstacklog.txt.gz#_2016-10-18_22_29_01_992 | 23:22 |
*** hongbin has quit IRC | 23:23 | |
clarkb | stevebaker: that was a failure related to removing an unused git repo before it was actually unused. You should be able to recheck itno | 23:24 |
clarkb | *it now | 23:24 |
stevebaker | clarkb: ok, thanks | 23:24 |
*** thorst_ has quit IRC | 23:25 | |
clarkb | there is a change to actually remove it from devstack because apparently it is unused elsewhere in the heat chain of things? just wasn't cleaned out of devstack. In the meantime we added the repos back in if running with heat enabled | 23:25 |
stevebaker | heat must be close to switching over to its devstack plugin | 23:26 |
*** vsaienko has quit IRC | 23:35 | |
*** aeng_afk is now known as aeng | 23:36 | |
*** yamamoto has quit IRC | 23:38 | |
*** maeker has joined #openstack-infra | 23:39 | |
mordred | stevebaker, clarkb: did that land? | 23:40 |
mordred | ah - ianw is my hero and approved it: https://review.openstack.org/#/c/387990/ | 23:40 |
johnsom | Is there a delay after merge before that change gets used? My rechecks are failing the same way and I don't see the new PROJECTS being set. | 23:40 |
mordred | johnsom: a change to project-config? | 23:41 |
johnsom | Yes | 23:41 |
*** markvoelker has joined #openstack-infra | 23:41 | |
mordred | yah - it needs the next config-management run to happen - could be as quick as 15 minutes, or a long as an hour or so | 23:41 |
mordred | depending if something else happened | 23:41 |
johnsom | Ah, ok. Thanks. Other fallout from the DIB removal | 23:42 |
clarkb | #status log restarted logstash daemons as well to get logstash pipeline moving again. Appears they all went out to lunch for some reason (logstash logs not so great but they stopped reading from the tcp connection with log workers according to strace) | 23:42 |
mordred | yay dib removal! | 23:42 |
openstackstatus | clarkb: finished logging | 23:42 |
*** maeker has quit IRC | 23:43 | |
*** markvoelker has quit IRC | 23:46 | |
*** dtp has joined #openstack-infra | 23:46 | |
*** inc0 has quit IRC | 23:47 | |
*** claudiub has quit IRC | 23:47 | |
dtp | hello. i'm trying to update a gerrit review; getting: | 23:47 |
dtp | $ git review | 23:47 |
dtp | fatal: ICLA contributor agreement requires current contact information. | 23:47 |
dtp | Please review your contact information: | 23:47 |
dtp | https://review.openstack.org/#/settings/contact | 23:47 |
dtp | fatal: Could not read from remote repository. | 23:47 |
dtp | Please make sure you have the correct access rights | 23:47 |
dtp | and the repository exists. | 23:47 |
dtp | ----- | 23:48 |
dtp | when i try to update my contact info in gerrit, get: | 23:48 |
*** yamahata has quit IRC | 23:48 | |
dtp | Code Review - Error | 23:48 |
dtp | Server Error | 23:48 |
dtp | Cannot store contact information | 23:48 |
dtp | ----- | 23:49 |
dtp | what am i missing? | 23:49 |
clarkb | dtp: http://docs.openstack.org/infra/manual/developers.html#account-setup should hopefully explain it all | 23:49 |
*** Swami has quit IRC | 23:51 | |
ianw | mordred: some hero ... i'm like one of the avengers who gets a bad guy but manages to destroy the whole city in the process :) | 23:51 |
mordred | ianw: works for me :) | 23:51 |
*** knangia has quit IRC | 23:52 | |
* jeblair starts selling glass to people who need their windows replaced | 23:53 | |
*** ramishra has quit IRC | 23:53 | |
*** dtp has left #openstack-infra | 23:55 | |
*** Apoorva_ has quit IRC | 23:56 | |
*** Apoorva has joined #openstack-infra | 23:57 | |
anteaya | dtp in future please use a paste service, like paste.openstack.org when sharing terminal output | 23:57 |
*** claudiub has joined #openstack-infra | 23:59 | |
*** thorst_ has joined #openstack-infra | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!