*** ivar-lazzaro has quit IRC | 00:00 | |
*** ivar-lazzaro has joined #openstack-infra | 00:01 | |
*** dannywilson has quit IRC | 00:01 | |
*** ivar-laz_ has joined #openstack-infra | 00:05 | |
*** ivar-lazzaro has quit IRC | 00:05 | |
*** baoli has joined #openstack-infra | 00:07 | |
openstackgerrit | Merged openstack-infra/shade: Add API auto-generation based on docstrings https://review.openstack.org/170220 | 00:08 |
---|---|---|
openstackgerrit | Joshua Harlow proposed openstack-infra/gerritlib: Add ability for this thread to die/cleanup https://review.openstack.org/171393 | 00:09 |
*** salv-orlando has quit IRC | 00:10 | |
bknudson1 | looks like pymongo 3.0 was released today and it's breaking keystone unit tests. | 00:11 |
*** nelsnelson has joined #openstack-infra | 00:13 | |
openstackgerrit | Brant Knudson proposed openstack/requirements: Cap pymongo < 3.0 https://review.openstack.org/171438 | 00:15 |
*** tgohad has quit IRC | 00:15 | |
*** mtanino has quit IRC | 00:17 | |
openstackgerrit | Brant Knudson proposed openstack/requirements: Cap pymongo < 3.0 https://review.openstack.org/171438 | 00:18 |
*** yamada-h has joined #openstack-infra | 00:19 | |
openstackgerrit | Mathieu Gagné proposed openstack-infra/jenkins-job-builder: Add ability to configure releaseEnvVar for maven-deploy publisher https://review.openstack.org/163626 | 00:21 |
openstackgerrit | Merged openstack-infra/puppet-zanata: Update default zanata client version to latest available https://review.openstack.org/171430 | 00:23 |
*** yamada-h has quit IRC | 00:24 | |
clarkb | mtreinish: oh! it runs serially | 00:24 |
openstackgerrit | Merged openstack-infra/puppet-zanata: Add apache configuration for zanata https://review.openstack.org/164011 | 00:25 |
*** jaypipes has quit IRC | 00:27 | |
ianw | fungi / anyone : finished with 104.239.166.75 . it did not oom when i ran the glusterfs tests | 00:28 |
clarkb | ianw: I can delete it. It didn't oom after you yum updated? | 00:29 |
ianw | clarkb: no, i updated the host & ran the same set of commands that was reliably ooming and it got through tempest | 00:29 |
ianw | clarkb: it was not flush with memory though. if you can get me an ubuntu rax host, i would like to run the same thing with my monitoring and compare | 00:30 |
*** Alexandra_ has joined #openstack-infra | 00:32 | |
ianw | clarkb: actually, don't worry, i can see from dstat | 00:32 |
ianw | the numbers from http://logs.openstack.org/27/162927/7/check/check-tempest-dsvm-full-glusterfs-nv/928b9d1/logs/dstat.txt.gz look about the same as on centos | 00:32 |
*** sdake_ has quit IRC | 00:32 | |
clarkb | we really do ride a fine line there | 00:33 |
clarkb | anyways I have to go get my key but will have that node cleaned up shortly | 00:34 |
clarkb | ianw: its fun to watch it go from about 4.5GB of cache to 45MB of cache | 00:34 |
openstackgerrit | Joshua Harlow proposed openstack-infra/gerritlib: Add ability for this thread to die/cleanup https://review.openstack.org/171393 | 00:36 |
harlowja | ok ^ i also added tests (vs none at all) | 00:37 |
*** wenlock has quit IRC | 00:37 | |
clarkb | ianw: anything I should grab from the node before I delete it? | 00:37 |
ianw | clarkb: no thanks; i stream everything off it because i expect it to die :) | 00:37 |
*** nelsnelson has quit IRC | 00:39 | |
openstackgerrit | Joshua Harlow proposed openstack-infra/gerritlib: Add ability for this thread to die/cleanup https://review.openstack.org/171393 | 00:40 |
*** erlon has quit IRC | 00:41 | |
ianw | max point on a ubuntu run : used/buffers/cache/free -> 7181M/1672k/159M/139M | 00:42 |
ianw | there's not a lot to play with there | 00:42 |
*** claudiub has quit IRC | 00:43 | |
fungi | away | 00:44 |
fungi | heh | 00:45 |
fungi | that / makes all the difference | 00:45 |
fungi | clarkb: looking at the zuul apache changes now | 00:46 |
*** ddieterly has joined #openstack-infra | 00:46 | |
*** emagana has quit IRC | 00:46 | |
clarkb | mordred: you abandoned https://review.openstack.org/#/c/157512/ which is :( | 00:47 |
clarkb | mordred: nodepool is spewing deprecation warnings left and right | 00:47 |
openstackgerrit | Thanh Ha proposed openstack-infra/nodepool: Add prerequisits for nodepool on RHEL7 https://review.openstack.org/170700 | 00:50 |
fungi | clarkb: ianw: as for limits in general (memory, timeouts, whatever), no matter what we set them to software will rapidly approach them. not long ago we could run devstack/tempest jobs in 2gb ram, then 4gb, now 8gb and if we up it to 16gb we'll start hitting that soon enough | 00:50 |
*** Longgeek has joined #openstack-infra | 00:50 | |
fungi | there's no significant incentive to keep things efficient until they bump up against a hard limit | 00:51 |
openstackgerrit | Joshua Harlow proposed openstack-infra/gerritlib: Add ability for this thread to die/cleanup https://review.openstack.org/171393 | 00:53 |
clarkb | ok I am giving yolanda's puppet-cgit apache config change a go on git01 now | 00:53 |
openstackgerrit | Joshua Harlow proposed openstack-infra/gerritlib: Add ability for this thread to die/cleanup https://review.openstack.org/171393 | 00:55 |
ianw | fungi: sure, but there's no effective way for someone to monitor usage at the moment. i'm thinking we should be firstly posting max-peak points to statsd for each verify job, so we can track it across changes. | 00:56 |
clarkb | ianw: should be able to do that via sort | tail -1 ya? | 00:56 |
ianw | fungi: and secondly we should keep snapshots of the process listing at max peak times so we can see who is taking up memory, and correlate between changes | 00:56 |
fungi | that all sounds like great ideas | 00:57 |
*** stevemar has joined #openstack-infra | 00:57 | |
ianw | clarkb: a little more than that, but yeah i'll get something together | 00:57 |
*** hdd has joined #openstack-infra | 00:57 | |
*** Sukhdev has quit IRC | 00:58 | |
openstackgerrit | Joshua Harlow proposed openstack-infra/gerritlib: Add new tests to ensure data is captured https://review.openstack.org/171449 | 01:00 |
clarkb | selinux makes puppet really slow | 01:01 |
fungi | it also makes penguins cry | 01:03 |
*** weshay has quit IRC | 01:03 | |
clarkb | ok cgit change lgtm (it changes the order of the items but that shouldn't matter) | 01:04 |
clarkb | I am going to approve it now | 01:05 |
clarkb | 160885 for those following along | 01:05 |
clarkb | fungi: ^ | 01:05 |
fungi | yep, sounds fine | 01:06 |
fungi | thanks for testing it manually | 01:06 |
*** Longgeek has quit IRC | 01:07 | |
*** Longgeek has joined #openstack-infra | 01:08 | |
clarkb | protip remember when cloning a puppet-$module repo into your puppet environment to clone it to $module and not puppet-$module | 01:08 |
clarkb | my first run was a noop due to ^ | 01:08 |
fungi | heh | 01:08 |
*** ddieterly has quit IRC | 01:10 | |
*** BharatK has joined #openstack-infra | 01:13 | |
mordred | clarkb: we're a day away from merging the other change that will fix that | 01:14 |
jogo | greghaynes clarkb: search http://logs.openstack.org/10/171410/1/check/check-tempest-dsvm-full/68985ac/logs/devstacklog.txt.gz for completed pip_install in | 01:15 |
clarkb | mordred: you just said you won't do it this week... | 01:15 |
*** ayoung has joined #openstack-infra | 01:16 | |
jogo | http://paste.openstack.org/show/200003 | 01:16 |
jogo | we spend over 3 minutes in pip_install | 01:16 |
openstackgerrit | Merged openstack-infra/puppet-cgit: Add configurable settings for httpd.conf https://review.openstack.org/160885 | 01:17 |
fungi | i think i'm winding down for the night. will pick things up again in the morning | 01:18 |
*** hdd has quit IRC | 01:18 | |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: DO NOT MERGE testing neutron DVR aiopcpu https://review.openstack.org/171452 | 01:18 |
clarkb | fungi: ^ I am going to take a shot at making dvr work | 01:18 |
fungi | exciting! | 01:19 |
*** bcourt has joined #openstack-infra | 01:19 | |
*** yamada-h has joined #openstack-infra | 01:20 | |
jogo | if only we could get a second review to get aiopcpu nova-net working again (https://review.openstack.org/#/c/168408/) | 01:22 |
clarkb | jogo: does that include tempest tox runs? | 01:22 |
jogo | clarkb: anything in devstack.log | 01:23 |
*** yamamoto has joined #openstack-infra | 01:24 | |
*** ddieterly has joined #openstack-infra | 01:24 | |
jogo | so AFAIK no, we don't use pip_install for any thing tempest | 01:25 |
*** ivar-laz_ has quit IRC | 01:25 | |
*** yamada-h has quit IRC | 01:26 | |
jogo | clarkb: that does include pip_install -e | 01:27 |
jogo | like pip_install -e /opt/stack/new/swift | 01:27 |
jogo | which takes 51 seconds | 01:27 |
*** signed8bit has joined #openstack-infra | 01:28 | |
clarkb | jogo: huh what is swift installing that takes so long? | 01:28 |
clarkb | is it the erasure coding lib? | 01:28 |
jogo | yup! | 01:28 |
jogo | afaik PyECLib-1.0.6 | 01:29 |
*** signed8bit has quit IRC | 01:29 | |
*** ashleighfarnham has joined #openstack-infra | 01:30 | |
clarkb | hrm I think my change will fail because neutron with devstack expects PUBLIC_INTERFACE to be used with provider networks | 01:30 |
*** luqas has joined #openstack-infra | 01:31 | |
*** nelsnelson has joined #openstack-infra | 01:32 | |
clarkb | I don't know what additional info people have when they say neutron isn't more obtuse than nove network | 01:32 |
clarkb | but figuring out nova network is dead simple and neutron dvr is not | 01:32 |
*** luqas has quit IRC | 01:36 | |
*** dboik has joined #openstack-infra | 01:37 | |
*** alex_xu has joined #openstack-infra | 01:37 | |
*** tiswanso has joined #openstack-infra | 01:38 | |
*** tiswanso has quit IRC | 01:38 | |
*** tiswanso has joined #openstack-infra | 01:38 | |
*** achanda has quit IRC | 01:38 | |
*** koolhead17 has joined #openstack-infra | 01:39 | |
clarkb | it looks like neutron without provider networks expects eth0 and eth1 to exist? | 01:39 |
clarkb | how does neutron work at all on our single node setups without multiple interfaces? | 01:39 |
*** melwitt has quit IRC | 01:40 | |
*** thingee has quit IRC | 01:40 | |
clarkb | OH! I bet its just created br-ex and br-int and not adding eth0/eth1 to it | 01:41 |
*** tiswanso has quit IRC | 01:42 | |
*** tiswanso has joined #openstack-infra | 01:43 | |
clarkb | ya that appears to be the case | 01:43 |
*** dims_ has quit IRC | 01:51 | |
*** baoli has quit IRC | 01:52 | |
*** baoli has joined #openstack-infra | 01:52 | |
*** otter768 has joined #openstack-infra | 01:54 | |
*** esker has quit IRC | 01:55 | |
*** salv-orlando has joined #openstack-infra | 01:59 | |
*** otter768 has quit IRC | 01:59 | |
*** tiswanso_ has joined #openstack-infra | 01:59 | |
*** cyeoh has quit IRC | 02:00 | |
*** jvrbanac has quit IRC | 02:00 | |
*** masayukig has quit IRC | 02:00 | |
*** zz_dimtruck has quit IRC | 02:00 | |
*** gondoi has quit IRC | 02:00 | |
*** eglute has quit IRC | 02:00 | |
*** d34dh0r53 has quit IRC | 02:00 | |
*** hockeynut has quit IRC | 02:01 | |
*** matt__ has joined #openstack-infra | 02:01 | |
*** tiswanso has quit IRC | 02:01 | |
*** comstud has quit IRC | 02:01 | |
*** lbragstad has quit IRC | 02:01 | |
*** ryanpetrello has quit IRC | 02:01 | |
*** Mithrandir has quit IRC | 02:01 | |
*** Trozz_ has joined #openstack-infra | 02:01 | |
*** boris-42 has quit IRC | 02:02 | |
*** dtroyer has quit IRC | 02:02 | |
*** freyes has quit IRC | 02:02 | |
*** mgagne has quit IRC | 02:02 | |
*** adam_g has quit IRC | 02:02 | |
*** rainya has quit IRC | 02:02 | |
*** gus has quit IRC | 02:02 | |
*** mattoliverau has quit IRC | 02:02 | |
*** Trozz has quit IRC | 02:02 | |
*** jroll has quit IRC | 02:02 | |
*** dolphm has quit IRC | 02:02 | |
*** matt__ is now known as mattoliverau | 02:02 | |
*** gus has joined #openstack-infra | 02:03 | |
*** Alexandra_ has quit IRC | 02:03 | |
*** salv-orlando has quit IRC | 02:04 | |
*** Alexandra_ has joined #openstack-infra | 02:04 | |
*** Alexandra_ has quit IRC | 02:04 | |
*** radez_g0n3 is now known as radez | 02:05 | |
*** ayoung has quit IRC | 02:05 | |
*** boris-42 has joined #openstack-infra | 02:06 | |
clarkb | but now I am really confused at how the non dvr neutron aiopcpu job ever worked | 02:06 |
*** zz_dimtruck has joined #openstack-infra | 02:07 | |
*** masayukig has joined #openstack-infra | 02:07 | |
*** jvrbanac has joined #openstack-infra | 02:07 | |
*** zz_gondoi has joined #openstack-infra | 02:07 | |
*** d34dh0r53 has joined #openstack-infra | 02:07 | |
*** adam_g has joined #openstack-infra | 02:07 | |
*** zz_dimtruck is now known as dimtruck | 02:07 | |
*** hockeynut has joined #openstack-infra | 02:07 | |
*** comstud has joined #openstack-infra | 02:07 | |
*** zz_gondoi is now known as gondoi | 02:07 | |
*** jroll has joined #openstack-infra | 02:07 | |
*** dolphm has joined #openstack-infra | 02:07 | |
*** adam_g has quit IRC | 02:07 | |
*** adam_g has joined #openstack-infra | 02:07 | |
*** eglute has joined #openstack-infra | 02:07 | |
*** mgagne has joined #openstack-infra | 02:08 | |
*** dtroyer has joined #openstack-infra | 02:08 | |
*** mgagne is now known as Guest39926 | 02:08 | |
*** rainya has joined #openstack-infra | 02:08 | |
*** ryanpetrello has joined #openstack-infra | 02:08 | |
*** jroll has quit IRC | 02:08 | |
*** jroll has joined #openstack-infra | 02:08 | |
clarkb | jogo: ^ do you know how it works? | 02:09 |
*** freyes has joined #openstack-infra | 02:09 | |
clarkb | jogo: d-g and devstack both do not setup any connectivity between nodes in that job. So it must be neutron setting up its own tunnels | 02:10 |
*** lbragstad has joined #openstack-infra | 02:11 | |
clarkb | I wonder if that is what is going on | 02:11 |
*** cyeoh has joined #openstack-infra | 02:11 | |
*** julim has quit IRC | 02:12 | |
*** Mithrandir has joined #openstack-infra | 02:15 | |
*** yamahata has quit IRC | 02:16 | |
*** patrickeast has quit IRC | 02:21 | |
*** chandankumar has joined #openstack-infra | 02:22 | |
*** harlowja is now known as harlowja_away | 02:22 | |
*** radez is now known as radez_g0n3 | 02:23 | |
*** yamada-h has joined #openstack-infra | 02:23 | |
*** baoli has quit IRC | 02:24 | |
*** chandankumar has quit IRC | 02:27 | |
*** yamada-h has quit IRC | 02:27 | |
*** baoli has joined #openstack-infra | 02:28 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/shade: Refactor caching to allow per-method invalidate https://review.openstack.org/171456 | 02:28 |
*** bcourt has quit IRC | 02:31 | |
*** marcusvrn has joined #openstack-infra | 02:38 | |
*** achanda has joined #openstack-infra | 02:39 | |
*** unicell has quit IRC | 02:41 | |
*** wenlock has joined #openstack-infra | 02:44 | |
jogo | clarkb: no, I stay away from neutron | 02:44 |
wenlock | hey guys, i was chasing a bug tonight we have with master.pp on installing latest version of jenkins vs 1.565.3 version, because gearman seems to be broken on latest version of jenkins for us. I was trying to find how jenkins slave install package is managed, and keeps it at 1.565.3. Does anyone know where i can find that code? | 02:46 |
clarkb | jogo: ok I figured it out, the non dvr runs set up a vxlan tunnel (without the multicast stuff so maybe that does work afterall) between the two nodes. This happens as part of q-agt running | 02:47 |
*** gulic has joined #openstack-infra | 02:47 | |
clarkb | jogo: so devstack doesn't appear to set that up at all | 02:47 |
*** MarkAtwood has joined #openstack-infra | 02:48 | |
clarkb | wenlock: its done by hand | 02:48 |
*** MarkAtwood has quit IRC | 02:48 | |
wenlock | ahh | 02:48 |
clarkb | wenlock: because you can't just puppet jenkins :( | 02:48 |
clarkb | in particular its not safe to update the config while jenkins is running | 02:48 |
wenlock | clarkb yeah i saw that you can't pin it at all | 02:48 |
*** otter768 has joined #openstack-infra | 02:48 | |
clarkb | jogo: but with DVR that doesn't happen according to my logs | 02:49 |
wenlock | clarkb so would an approach to download a war file to downgrade it afterwords be a good approach? | 02:49 |
wenlock | ie; place it in /usr/share/jenkins/jenkins.war to force it | 02:50 |
clarkb | jogo: http://logs.openstack.org/08/168408/6/experimental/check-tempest-dsvm-neutron-aiopcpu-full/ab029af/logs/screen-q-agt.txt.gz#_2015-04-06_22_06_57_028 it does that on both sides but I do not see those ip addrs configured anywhere so it may negotiate that over rabbit | 02:51 |
clarkb | wenlock: we dpkg -i the .deb for the version we want | 02:51 |
*** dims has joined #openstack-infra | 02:51 | |
wenlock | clarkb, ahh so pull the dpkg and use that instead, hmmm... like master.pp needs an install_method option... | 02:52 |
clarkb | oh I wonder if tunnel_sync works only if you have nonlocal l3 service? | 02:54 |
*** baoli has quit IRC | 02:56 | |
*** nelsnelson has quit IRC | 02:57 | |
*** dims has quit IRC | 02:57 | |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: DO NOT MERGE testing neutron DVR aiopcpu https://review.openstack.org/171452 | 03:01 |
clarkb | there lets see how that does | 03:01 |
*** marcusvrn has quit IRC | 03:03 | |
*** julim has joined #openstack-infra | 03:08 | |
clarkb | jogo: I think ^ may be the issue, but we shall see | 03:14 |
clarkb | the dvr'd nodes did end up setting up some vxlan ports | 03:15 |
*** dhritishikhar_ has joined #openstack-infra | 03:16 | |
clarkb | then I think the only thing we need is packets to go from control node where tempest is running to public IP of VM on compute node. The nova gre tunnel setup may do that for us | 03:17 |
*** thingee has joined #openstack-infra | 03:17 | |
*** boris-42 has quit IRC | 03:18 | |
*** tiswanso_ has quit IRC | 03:19 | |
*** alex_xu has quit IRC | 03:20 | |
*** alex_xu has joined #openstack-infra | 03:21 | |
*** spzala has quit IRC | 03:22 | |
*** yamada-h has joined #openstack-infra | 03:23 | |
openstackgerrit | James E. Blair proposed stackforge/gertty: Don't enqueue full syncs when going offline https://review.openstack.org/171457 | 03:24 |
*** hdd has joined #openstack-infra | 03:24 | |
jeblair | tchaypo: ^ i wrote that change after reading your log | 03:24 |
jeblair | tchaypo: i think that explains why it took way too long to sync, why the queue seemed to grow without bound, and why it worked better after restarting | 03:25 |
*** vinkman has joined #openstack-infra | 03:25 | |
*** Alexandra_ has joined #openstack-infra | 03:25 | |
jeblair | tchaypo: thanks so much for the debug log; i would not have seen that without it | 03:27 |
*** yamada-h has quit IRC | 03:28 | |
*** Alexandra_ has quit IRC | 03:28 | |
*** salv-orlando has joined #openstack-infra | 03:28 | |
tchaypo | <3 | 03:30 |
tchaypo | All I did was add a flag and save a file, you did the brain-work | 03:30 |
*** xyang1 has quit IRC | 03:32 | |
tchaypo | Thanks :) I'll apply that this afternoon | 03:32 |
*** luqas has joined #openstack-infra | 03:33 | |
*** luqas has quit IRC | 03:38 | |
*** hdd has quit IRC | 03:38 | |
*** otter768 has quit IRC | 03:39 | |
mordred | clarkb: I don't want to merge the glance related change - I'm ok merging the "use shade to get a nova_client" change - that once doesn't scare me - it is almost a no-op | 03:40 |
*** yamada-h has joined #openstack-infra | 03:41 | |
*** tqtran_ has quit IRC | 03:41 | |
*** achanda has quit IRC | 03:43 | |
*** patrickeast has joined #openstack-infra | 03:44 | |
*** coolsvap|afk is now known as coolsvap | 03:48 | |
*** tkelsey has joined #openstack-infra | 03:49 | |
*** yamada-h has joined #openstack-infra | 03:51 | |
*** ddieterly has quit IRC | 03:52 | |
*** unicell has joined #openstack-infra | 03:53 | |
*** tkelsey has quit IRC | 03:55 | |
*** prmtl has joined #openstack-infra | 03:55 | |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: DO NOT MERGE testing neutron DVR aiopcpu https://review.openstack.org/171452 | 04:01 |
*** pal has joined #openstack-infra | 04:01 | |
*** YorikSar has joined #openstack-infra | 04:04 | |
*** yamada-h has joined #openstack-infra | 04:04 | |
*** eharney has quit IRC | 04:05 | |
*** rwsu has quit IRC | 04:07 | |
*** eharney has joined #openstack-infra | 04:08 | |
*** salv-orlando has quit IRC | 04:08 | |
*** sarob has joined #openstack-infra | 04:11 | |
*** dboik has quit IRC | 04:13 | |
*** sarob has quit IRC | 04:15 | |
*** yamada-h has quit IRC | 04:20 | |
*** woodster_ has quit IRC | 04:20 | |
*** aswadr has joined #openstack-infra | 04:21 | |
*** patrickeast has quit IRC | 04:21 | |
openstackgerrit | Adam Gandelman proposed openstack-infra/project-config: python-ironicclient: Make src job voting, drop pxe_ssh job https://review.openstack.org/171426 | 04:24 |
*** mrmartin has joined #openstack-infra | 04:28 | |
*** vinkman has quit IRC | 04:33 | |
*** BharatK has quit IRC | 04:39 | |
*** chandankumar has joined #openstack-infra | 04:40 | |
*** coolsvap is now known as coolsvap|afk | 04:41 | |
*** YorikSar has quit IRC | 04:43 | |
*** achanda has joined #openstack-infra | 04:44 | |
*** woodster_ has joined #openstack-infra | 04:46 | |
*** annegentle has joined #openstack-infra | 04:49 | |
*** Mmike has quit IRC | 04:49 | |
*** Mmike has joined #openstack-infra | 04:49 | |
*** achanda has quit IRC | 04:49 | |
*** ddieterly has joined #openstack-infra | 04:52 | |
*** coolsvap|afk is now known as coolsvap | 04:53 | |
*** mrmartin has quit IRC | 04:53 | |
*** annegentle has quit IRC | 04:54 | |
*** prmtl has quit IRC | 04:54 | |
*** ddieterly has quit IRC | 04:58 | |
*** sputnik13 has joined #openstack-infra | 05:02 | |
*** hdd has joined #openstack-infra | 05:04 | |
*** sputnik13 has quit IRC | 05:04 | |
*** BharatK has joined #openstack-infra | 05:08 | |
*** salv-orlando has joined #openstack-infra | 05:11 | |
*** sarob has joined #openstack-infra | 05:12 | |
*** julim has quit IRC | 05:15 | |
*** sarob has quit IRC | 05:16 | |
*** Alexandra_ has joined #openstack-infra | 05:19 | |
*** deepakcs has joined #openstack-infra | 05:20 | |
*** Alexandra_ has quit IRC | 05:20 | |
*** tsg has joined #openstack-infra | 05:20 | |
*** gyee has quit IRC | 05:23 | |
*** armax has quit IRC | 05:26 | |
*** achanda has joined #openstack-infra | 05:26 | |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: DO NOT MERGE testing neutron DVR aiopcpu https://review.openstack.org/171452 | 05:29 |
*** changbl has joined #openstack-infra | 05:31 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/shade: Refactor caching to allow per-method invalidate https://review.openstack.org/171456 | 05:32 |
*** koolhead17 has quit IRC | 05:33 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/shade: Refactor caching to allow per-method invalidate https://review.openstack.org/171456 | 05:35 |
*** otter768 has joined #openstack-infra | 05:40 | |
*** dims has joined #openstack-infra | 05:41 | |
*** Hal has joined #openstack-infra | 05:41 | |
*** Hal is now known as Guest1787 | 05:42 | |
*** miqui has quit IRC | 05:43 | |
*** otter768 has quit IRC | 05:44 | |
*** dims has quit IRC | 05:47 | |
*** hdd has quit IRC | 05:47 | |
*** salv-orlando has quit IRC | 05:49 | |
*** emagana has joined #openstack-infra | 05:50 | |
*** bradjones has quit IRC | 05:52 | |
*** YorikSar has joined #openstack-infra | 05:52 | |
*** ddieterly has joined #openstack-infra | 05:54 | |
*** ildikov has quit IRC | 05:54 | |
*** stevemar has quit IRC | 05:54 | |
*** tnovacik has joined #openstack-infra | 05:55 | |
*** bradjones has joined #openstack-infra | 05:57 | |
*** bradjones has quit IRC | 05:57 | |
*** bradjones has joined #openstack-infra | 05:57 | |
*** Alexandra_ has joined #openstack-infra | 05:57 | |
*** Alexandra_ has quit IRC | 05:58 | |
*** ddieterly has quit IRC | 05:58 | |
*** yamada-h has joined #openstack-infra | 06:01 | |
*** yamada-h has quit IRC | 06:06 | |
*** prmtl has joined #openstack-infra | 06:07 | |
*** wenlock has quit IRC | 06:07 | |
*** mrunge has joined #openstack-infra | 06:10 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack-infra/project-config: Normalize projects.yaml https://review.openstack.org/171473 | 06:16 |
*** Guest1787 has quit IRC | 06:31 | |
openstackgerrit | Huang Rui proposed openstack-infra/project-config: Create neutron-zvm-plugin project on StackForge https://review.openstack.org/171030 | 06:34 |
*** yamada-h has joined #openstack-infra | 06:41 | |
*** emagana has quit IRC | 06:42 | |
*** emagana has joined #openstack-infra | 06:42 | |
*** tkelsey has joined #openstack-infra | 06:42 | |
*** yamada-h has quit IRC | 06:46 | |
*** soren has joined #openstack-infra | 06:46 | |
*** tkelsey has quit IRC | 06:46 | |
*** jcoufal has joined #openstack-infra | 06:47 | |
*** emagana has quit IRC | 06:47 | |
*** doude has joined #openstack-infra | 06:49 | |
*** tsg has quit IRC | 06:52 | |
openstackgerrit | Ian Wienand proposed openstack-infra/system-config: Remove devstack-f20 nodes https://review.openstack.org/167443 | 06:54 |
openstackgerrit | Ian Wienand proposed openstack-infra/system-config: Turn F20 min-ready down to zero before removal https://review.openstack.org/171485 | 06:54 |
*** Ala has joined #openstack-infra | 06:54 | |
*** ddieterly has joined #openstack-infra | 06:55 | |
*** ddieterly has quit IRC | 06:59 | |
*** thingee has quit IRC | 07:00 | |
*** sarob has joined #openstack-infra | 07:01 | |
*** mpaolino has joined #openstack-infra | 07:01 | |
*** mrmartin has joined #openstack-infra | 07:03 | |
*** markus_z has joined #openstack-infra | 07:03 | |
*** mpavone has joined #openstack-infra | 07:06 | |
*** mpaolino has quit IRC | 07:08 | |
*** ildikov has joined #openstack-infra | 07:11 | |
*** mpavone has quit IRC | 07:11 | |
*** yamada-h has joined #openstack-infra | 07:12 | |
*** shardy has joined #openstack-infra | 07:13 | |
*** salv-orlando has joined #openstack-infra | 07:14 | |
*** mpavone has joined #openstack-infra | 07:15 | |
*** achanda has quit IRC | 07:15 | |
*** achanda has joined #openstack-infra | 07:16 | |
*** _nadya_ has joined #openstack-infra | 07:17 | |
*** mpaolino has joined #openstack-infra | 07:21 | |
openstackgerrit | Bharat Kumar Kobagana proposed openstack-infra/devstack-gate: Archive glusterfs logs and config https://review.openstack.org/171500 | 07:21 |
*** luqas has joined #openstack-infra | 07:23 | |
*** afazekas has joined #openstack-infra | 07:24 | |
*** luqas has quit IRC | 07:26 | |
*** vlaza has joined #openstack-infra | 07:26 | |
*** eharney has quit IRC | 07:27 | |
*** _nadya_ has quit IRC | 07:28 | |
*** arxcruz has joined #openstack-infra | 07:28 | |
GheRivero | morning | 07:29 |
*** jlibosva has joined #openstack-infra | 07:31 | |
*** luqas has joined #openstack-infra | 07:32 | |
*** [HeOS] has quit IRC | 07:34 | |
*** mpaolino has quit IRC | 07:35 | |
*** mpaolino has joined #openstack-infra | 07:35 | |
*** _nadya_ has joined #openstack-infra | 07:35 | |
*** achanda has quit IRC | 07:40 | |
*** arxcruz has quit IRC | 07:40 | |
*** otter768 has joined #openstack-infra | 07:41 | |
*** mrda is now known as mrda-away | 07:41 | |
*** e0ne has joined #openstack-infra | 07:41 | |
*** eharney has joined #openstack-infra | 07:42 | |
*** Hal has joined #openstack-infra | 07:43 | |
*** Hal is now known as Guest54342 | 07:43 | |
*** arxcruz has joined #openstack-infra | 07:44 | |
*** dtantsur|afk is now known as dtantsur | 07:44 | |
*** otter768 has quit IRC | 07:45 | |
*** ibiris_away is now known as ibiris | 07:47 | |
*** e0ne has quit IRC | 07:48 | |
*** amotoki has joined #openstack-infra | 07:50 | |
*** woodster_ has quit IRC | 07:50 | |
*** salv-orl_ has joined #openstack-infra | 07:50 | |
*** _nadya_ has quit IRC | 07:51 | |
*** sarob has quit IRC | 07:52 | |
*** e0ne has joined #openstack-infra | 07:52 | |
*** ildikov has quit IRC | 07:53 | |
*** salv-orlando has quit IRC | 07:55 | |
*** ddieterly has joined #openstack-infra | 07:55 | |
*** hashar has joined #openstack-infra | 07:56 | |
*** e0ne is now known as e0ne_ | 07:57 | |
*** e0ne_ is now known as e0ne | 08:00 | |
*** ddieterly has quit IRC | 08:00 | |
*** ibiris is now known as ibiris_away | 08:01 | |
*** sergsh has joined #openstack-infra | 08:01 | |
*** jistr has joined #openstack-infra | 08:02 | |
*** ildikov has joined #openstack-infra | 08:09 | |
*** e0ne has quit IRC | 08:10 | |
*** e0ne has joined #openstack-infra | 08:11 | |
*** YorikSar has quit IRC | 08:13 | |
*** e0ne has quit IRC | 08:13 | |
*** bradjones has quit IRC | 08:14 | |
*** YorikSar has joined #openstack-infra | 08:14 | |
*** e0ne has joined #openstack-infra | 08:17 | |
*** ibiris_away is now known as ibiris | 08:18 | |
*** ivar-lazzaro has joined #openstack-infra | 08:20 | |
*** bradjones has joined #openstack-infra | 08:20 | |
*** bradjones has quit IRC | 08:21 | |
*** bradjones has joined #openstack-infra | 08:21 | |
*** e0ne has quit IRC | 08:21 | |
*** mikal has quit IRC | 08:22 | |
*** mikal has joined #openstack-infra | 08:23 | |
*** e0ne has joined #openstack-infra | 08:24 | |
*** ihrachyshka has joined #openstack-infra | 08:25 | |
*** teran_ has quit IRC | 08:27 | |
*** dhritishikhar_ has quit IRC | 08:27 | |
*** dhritishikhar_ has joined #openstack-infra | 08:28 | |
*** MaxV has joined #openstack-infra | 08:29 | |
*** skolekonov has quit IRC | 08:31 | |
*** e0ne has quit IRC | 08:31 | |
*** ivar-lazzaro has quit IRC | 08:34 | |
*** dhritishikhar_ has quit IRC | 08:35 | |
*** dhritishikhar_ has joined #openstack-infra | 08:35 | |
*** oomichi has joined #openstack-infra | 08:37 | |
*** ildikov has quit IRC | 08:41 | |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Pull o_p::server invocation out of afs roles https://review.openstack.org/171369 | 08:42 |
*** salv-orl_ has quit IRC | 08:47 | |
*** yamada-h has quit IRC | 08:48 | |
openstackgerrit | Spencer Krum proposed openstack-infra/puppet-puppet: Fix linting issues https://review.openstack.org/171522 | 08:49 |
*** dizquierdo has joined #openstack-infra | 08:50 | |
*** [HeOS] has joined #openstack-infra | 08:50 | |
openstackgerrit | Spencer Krum proposed openstack-infra/puppet-puppet: Add .gitreview https://review.openstack.org/171344 | 08:52 |
openstackgerrit | Spencer Krum proposed openstack-infra/puppet-puppet: Module is puppet, not simpleproxy https://review.openstack.org/171345 | 08:52 |
*** pelix has joined #openstack-infra | 08:54 | |
*** _nadya_ has joined #openstack-infra | 08:55 | |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Manage hiera.yaml on all hosts https://review.openstack.org/164870 | 08:56 |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Setup hiera lookups to do common,group,fqdn https://review.openstack.org/164845 | 08:56 |
*** ddieterly has joined #openstack-infra | 08:56 | |
*** ildikov has joined #openstack-infra | 08:57 | |
openstackgerrit | yolanda.robla proposed openstack-infra/system-config: Allow configuring all lodgeit parameters on paste https://review.openstack.org/171526 | 08:59 |
*** luqas has quit IRC | 09:01 | |
*** ddieterly has quit IRC | 09:01 | |
nibalizer | yolanda: do you know why https://review.openstack.org/#/c/153819/ hasn't gone through yet? | 09:08 |
yolanda | wow, it has a lot of positive revies | 09:08 |
yolanda | no idea | 09:08 |
yolanda | topc | 09:08 |
yolanda | topic | 09:09 |
yolanda | let me add it | 09:09 |
yolanda | ah, i cannot | 09:09 |
nibalizer | hm? | 09:09 |
nibalizer | no i mean it has the workflow +1 so | 09:09 |
nibalizer | it should have | 09:09 |
yolanda | ah, lookinig now | 09:09 |
nibalizer | unless maybe zuul was derping when that came through | 09:09 |
yolanda | strange, yes | 09:09 |
nibalizer | maybe 'reverify' ? but i thought that went away | 09:09 |
yolanda | try another recheck? | 09:09 |
nibalizer | ok | 09:10 |
yolanda | it had a dependency, but it has been merged | 09:10 |
yolanda | so no idea on why it's blocked | 09:10 |
*** ociuhandu has quit IRC | 09:11 | |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Print the node definition before apply test https://review.openstack.org/167346 | 09:13 |
*** dhritishikhar_ has quit IRC | 09:14 | |
*** e0ne has joined #openstack-infra | 09:16 | |
*** _nadya_ has quit IRC | 09:18 | |
*** dims has joined #openstack-infra | 09:19 | |
*** hichihara has quit IRC | 09:20 | |
*** dhritishikhar___ has joined #openstack-infra | 09:20 | |
*** dims has quit IRC | 09:24 | |
*** eglamn3 has left #openstack-infra | 09:25 | |
*** nelsnelson has joined #openstack-infra | 09:28 | |
*** teran has joined #openstack-infra | 09:29 | |
*** hashar is now known as hasharLunch | 09:29 | |
*** luqas has joined #openstack-infra | 09:31 | |
*** johnchalekson has joined #openstack-infra | 09:32 | |
*** teran_ has joined #openstack-infra | 09:32 | |
*** teran has quit IRC | 09:34 | |
*** johnchalekson has quit IRC | 09:38 | |
*** johnchalekson has joined #openstack-infra | 09:39 | |
*** johnchalekson has joined #openstack-infra | 09:40 | |
*** johnchalekson has quit IRC | 09:40 | |
*** johnchalekson has joined #openstack-infra | 09:41 | |
*** johnchalekson has quit IRC | 09:41 | |
*** yamada-h has joined #openstack-infra | 09:41 | |
*** e0ne is now known as e0ne_ | 09:41 | |
openstackgerrit | yolanda.robla proposed openstack-infra/puppet-jeepyb: Add helpers to execute manage_projects https://review.openstack.org/171538 | 09:41 |
*** otter768 has joined #openstack-infra | 09:41 | |
*** johnchalekson has joined #openstack-infra | 09:42 | |
*** johnchalekson has joined #openstack-infra | 09:43 | |
*** johnchalekson has quit IRC | 09:43 | |
*** ZZelle has joined #openstack-infra | 09:43 | |
*** johnchalekson has joined #openstack-infra | 09:44 | |
*** johnchalekson has quit IRC | 09:44 | |
*** johnchalekson has joined #openstack-infra | 09:45 | |
*** johnchalekson has quit IRC | 09:45 | |
*** johnchalekson has joined #openstack-infra | 09:45 | |
*** johnchalekson has quit IRC | 09:45 | |
*** yamada-h has quit IRC | 09:46 | |
*** johnchalekson has joined #openstack-infra | 09:46 | |
*** johnchalekson has quit IRC | 09:46 | |
*** johnchalekson has joined #openstack-infra | 09:47 | |
*** otter768 has quit IRC | 09:47 | |
*** e0ne_ is now known as e0ne | 09:49 | |
*** tnovacik has quit IRC | 09:50 | |
*** zz_johnthetubagu is now known as johnthetubaguy | 09:52 | |
*** _nadya_ has joined #openstack-infra | 09:53 | |
*** dizquierdo has quit IRC | 09:56 | |
yolanda | nibalizer, that's faster review ever! | 09:56 |
*** ddieterly has joined #openstack-infra | 09:57 | |
nibalizer | :P | 09:57 |
*** mpaolino has quit IRC | 09:57 | |
*** yamamoto has quit IRC | 09:58 | |
*** ociuhandu has joined #openstack-infra | 10:00 | |
*** ddieterly has quit IRC | 10:01 | |
*** j^2 has quit IRC | 10:04 | |
*** Hunner has quit IRC | 10:04 | |
*** jlvillal has quit IRC | 10:04 | |
*** rm_work has quit IRC | 10:04 | |
*** macjack has joined #openstack-infra | 10:04 | |
*** jlvillal has joined #openstack-infra | 10:05 | |
*** rm_work has joined #openstack-infra | 10:06 | |
*** j^2 has joined #openstack-infra | 10:06 | |
*** Hunner has joined #openstack-infra | 10:06 | |
*** dims has joined #openstack-infra | 10:08 | |
*** salv-orlando has joined #openstack-infra | 10:08 | |
*** mpaolino has joined #openstack-infra | 10:10 | |
openstackgerrit | yolanda.robla proposed openstack-infra/puppet-jeepyb: Add helpers to execute manage_projects https://review.openstack.org/171538 | 10:10 |
openstackgerrit | yolanda.robla proposed openstack-infra/puppet-jeepyb: Add helpers to execute manage_projects https://review.openstack.org/171538 | 10:11 |
*** prmtl has quit IRC | 10:12 | |
openstackgerrit | Spencer Krum proposed openstack-infra/system-config: Bring in module to manage update-alternatives https://review.openstack.org/171556 | 10:14 |
*** prmtl has joined #openstack-infra | 10:16 | |
*** pc_m has joined #openstack-infra | 10:25 | |
*** wenlock_ has quit IRC | 10:27 | |
openstackgerrit | yolanda.robla proposed openstack-infra/puppet-gerrit: Move cronjob of manage projects to jeepyb https://review.openstack.org/161663 | 10:27 |
*** wznoinsk has quit IRC | 10:29 | |
openstackgerrit | Spencer Krum proposed openstack-infra/puppet-jenkins: Add dpkg architeture facts https://review.openstack.org/171560 | 10:30 |
yolanda | nibalizer, having an escape error with Warning: Unrecognised escape sequence '\%' in file /home/jenkins/workspace/gate-puppet-jeepyb-puppet-syntax/manifests/fetch_remotes.pp at line 27 | 10:30 |
yolanda | i havent' touched that, only added a double quote instead of single one | 10:30 |
yolanda | \% is not recognized by puppet? | 10:30 |
*** wznoinsk has joined #openstack-infra | 10:31 | |
openstackgerrit | yolanda.robla proposed openstack-infra/puppet-jeepyb: Add helpers to execute manage_projects https://review.openstack.org/171538 | 10:32 |
*** pblaho has joined #openstack-infra | 10:35 | |
nibalizer | yolanda: yea if you have that so that cron doesn't interpret the %? | 10:35 |
nibalizer | i've never figured out how to make it stop :P | 10:36 |
yolanda | but it throws a warning | 10:36 |
nibalizer | tomorrow maybe I can look into it deeper | 10:36 |
yolanda | so i shall leave the \% ? | 10:36 |
nibalizer | ya | 10:36 |
yolanda | ok | 10:36 |
openstackgerrit | yolanda.robla proposed openstack-infra/puppet-jeepyb: Add helpers to execute manage_projects https://review.openstack.org/171538 | 10:37 |
openstackgerrit | yolanda.robla proposed openstack-infra/system-config: Move manage_projects logic to puppet-jeepyb https://review.openstack.org/171565 | 10:46 |
*** claudiub has joined #openstack-infra | 10:51 | |
*** dizquierdo has joined #openstack-infra | 10:52 | |
*** yamamoto has joined #openstack-infra | 10:53 | |
*** annegentle has joined #openstack-infra | 10:53 | |
*** spredzy is now known as spredzy|afk | 10:54 | |
*** johnchalekson has quit IRC | 10:56 | |
*** johnchalekson has joined #openstack-infra | 10:57 | |
*** johnchalekson has quit IRC | 10:57 | |
*** ddieterly has joined #openstack-infra | 10:58 | |
*** annegentle has quit IRC | 10:58 | |
*** johnchalekson has joined #openstack-infra | 10:58 | |
*** johnchalekson has quit IRC | 10:59 | |
*** _nadya_ has quit IRC | 10:59 | |
*** doug-fish has joined #openstack-infra | 11:01 | |
*** ddieterly has quit IRC | 11:02 | |
*** johnchalekson has joined #openstack-infra | 11:04 | |
*** mwagner_lap has quit IRC | 11:05 | |
*** claudiub has quit IRC | 11:06 | |
*** johnchalekson has joined #openstack-infra | 11:08 | |
*** johnchalekson has joined #openstack-infra | 11:09 | |
*** johnchalekson has quit IRC | 11:09 | |
*** johnchalekson has joined #openstack-infra | 11:10 | |
*** johnchalekson has joined #openstack-infra | 11:11 | |
*** wenlock has joined #openstack-infra | 11:14 | |
*** johnchalekson has joined #openstack-infra | 11:14 | |
*** yamamoto has quit IRC | 11:14 | |
*** johnchalekson has joined #openstack-infra | 11:14 | |
*** coolsvap is now known as coolsvap|afk | 11:15 | |
*** johnchalekson has joined #openstack-infra | 11:16 | |
*** johnchalekson has joined #openstack-infra | 11:19 | |
*** johnchalekson has joined #openstack-infra | 11:21 | |
*** johnchalekson has joined #openstack-infra | 11:22 | |
*** sarob has joined #openstack-infra | 11:26 | |
*** johnchalekson has joined #openstack-infra | 11:27 | |
*** koolhead17 has joined #openstack-infra | 11:27 | |
*** dprince has joined #openstack-infra | 11:29 | |
*** wenlock has quit IRC | 11:29 | |
*** sarob has quit IRC | 11:30 | |
*** johnchalekson has joined #openstack-infra | 11:31 | |
*** johnchalekson has joined #openstack-infra | 11:35 | |
*** johnchalekson has joined #openstack-infra | 11:36 | |
*** deepakcs has quit IRC | 11:36 | |
*** johnchalekson has joined #openstack-infra | 11:37 | |
*** johnchalekson has joined #openstack-infra | 11:38 | |
*** mpaolino has quit IRC | 11:39 | |
*** pal has quit IRC | 11:41 | |
*** johnchalekson has joined #openstack-infra | 11:42 | |
*** johnchalekson has quit IRC | 11:42 | |
*** otter768 has joined #openstack-infra | 11:42 | |
*** johnchalekson has joined #openstack-infra | 11:43 | |
*** johnchalekson has quit IRC | 11:43 | |
*** yamada-h has joined #openstack-infra | 11:43 | |
*** ociuhandu has quit IRC | 11:43 | |
*** johnchalekson has joined #openstack-infra | 11:47 | |
*** ldnunes has joined #openstack-infra | 11:47 | |
*** AJaeger has joined #openstack-infra | 11:47 | |
*** otter768 has quit IRC | 11:47 | |
*** yamada-h has quit IRC | 11:47 | |
*** annegentle has joined #openstack-infra | 11:54 | |
openstackgerrit | Cedric Brandily proposed openstack-infra/project-config: Add test-results to check-neutron-dsvm-api job https://review.openstack.org/171587 | 11:55 |
*** ociuhandu has joined #openstack-infra | 11:57 | |
*** AJaeger has quit IRC | 11:58 | |
*** annegentle has quit IRC | 11:59 | |
openstackgerrit | Dmitry Tantsur proposed openstack/requirements: Add ironic-discoverd to projects.txt https://review.openstack.org/156270 | 12:00 |
dtantsur | hi infra! could someone have a look at ^^^? it's been around for some time already | 12:00 |
openstackgerrit | Jan Hruban proposed openstack-infra/jenkins-job-builder: Allow inclusion of multiple files https://review.openstack.org/171591 | 12:02 |
*** yamamoto has joined #openstack-infra | 12:02 | |
*** claudiub has joined #openstack-infra | 12:02 | |
*** marcusvrn has joined #openstack-infra | 12:04 | |
*** e0ne is now known as e0ne_ | 12:05 | |
*** AJaeger has joined #openstack-infra | 12:11 | |
*** AJaeger has quit IRC | 12:11 | |
*** mpaolino has joined #openstack-infra | 12:12 | |
*** rfolco has joined #openstack-infra | 12:12 | |
*** spredzy|afk is now known as spredzy | 12:12 | |
*** woodster_ has joined #openstack-infra | 12:14 | |
*** bswartz has quit IRC | 12:15 | |
*** e0ne_ has quit IRC | 12:15 | |
*** pc_m_ has joined #openstack-infra | 12:16 | |
*** tnovacik has joined #openstack-infra | 12:16 | |
*** bknudson1 has quit IRC | 12:16 | |
*** baoli has joined #openstack-infra | 12:17 | |
*** e0ne has joined #openstack-infra | 12:17 | |
*** dkranz has joined #openstack-infra | 12:20 | |
*** smccully has joined #openstack-infra | 12:20 | |
*** xnox has quit IRC | 12:21 | |
*** baoli has quit IRC | 12:22 | |
*** ociuhandu has quit IRC | 12:22 | |
*** boris-42 has joined #openstack-infra | 12:23 | |
*** MaxV has quit IRC | 12:25 | |
*** weshay has joined #openstack-infra | 12:25 | |
*** baoli has joined #openstack-infra | 12:25 | |
*** aysyd has joined #openstack-infra | 12:26 | |
*** MaxV has joined #openstack-infra | 12:27 | |
*** BharatK has quit IRC | 12:28 | |
*** koolhead17 has quit IRC | 12:28 | |
*** mugsie_ has joined #openstack-infra | 12:29 | |
*** mugsie has quit IRC | 12:29 | |
*** xnox has joined #openstack-infra | 12:29 | |
*** mugsie_ is now known as mugsie | 12:30 | |
*** baoli_ has joined #openstack-infra | 12:30 | |
*** dkranz has quit IRC | 12:30 | |
*** dkranz has joined #openstack-infra | 12:30 | |
mtreinish | clarkb: yeah that run looks like it was serial, although I'm not sure why. I thought they finally got a full parallel job working with pg not too long ago | 12:32 |
*** baoli has quit IRC | 12:33 | |
*** chandankumar has quit IRC | 12:34 | |
*** gordc has joined #openstack-infra | 12:36 | |
*** yamamoto has quit IRC | 12:37 | |
openstackgerrit | Marton Kiss proposed openstack-infra/system-config: Fix smartcn analyzer warnings on puppet-run https://review.openstack.org/171600 | 12:41 |
*** sarob has joined #openstack-infra | 12:41 | |
*** _nadya_ has joined #openstack-infra | 12:42 | |
*** rlandy has joined #openstack-infra | 12:43 | |
*** hasharLunch is now known as hashar | 12:43 | |
sdague | mtreinish: man, you are up early :) | 12:44 |
sdague | fungi: https://jenkins03.openstack.org/job/gate-oslo.messaging-pep8/479/console 502 proxy error? is that something on the jenkins side, or is that swift tanking? | 12:44 |
*** AJaeger has joined #openstack-infra | 12:45 | |
*** AJaeger has joined #openstack-infra | 12:45 | |
fungi | sdague: that's the uploader trying (and failing) to obtain the console log from the jenkins master | 12:45 |
sdague | ok | 12:46 |
fungi | sdague: it could imply that jenkins03 is in a sad state. i'll check | 12:46 |
*** sarob has quit IRC | 12:46 | |
mtreinish | sdague: just a bit :) | 12:47 |
sdague | oh look, python ironicclient released an incompatible thing | 12:48 |
sdague | <Released python-ironicclient 0.5.0 2015-04-06 14:56:20> | 12:48 |
mtreinish | oh, is release freeze over? (wants to push a new tempest lib) | 12:49 |
*** bswartz has joined #openstack-infra | 12:51 | |
*** mattfarina has joined #openstack-infra | 12:52 | |
fungi | jenkins03 looks like it might be starting to exhibit the thread leak we've been seeing, so i've put it into prepare for shutdown to limit further damage and will restart it once it's quiesced | 12:53 |
*** annegentle has joined #openstack-infra | 12:55 | |
*** mwagner_lap has joined #openstack-infra | 12:55 | |
*** johnchalekson has quit IRC | 12:55 | |
*** johnchalekson has joined #openstack-infra | 12:56 | |
*** erikmwilson_ is now known as erikmwilson | 12:57 | |
sdague | well, they shouldn't have released | 12:57 |
*** isviridov has joined #openstack-infra | 12:59 | |
*** ddieterly has joined #openstack-infra | 12:59 | |
*** pc_m_ has quit IRC | 12:59 | |
*** bknudson has joined #openstack-infra | 13:00 | |
*** adalbas has joined #openstack-infra | 13:00 | |
*** johnchalekson has joined #openstack-infra | 13:01 | |
*** johnchalekson has joined #openstack-infra | 13:02 | |
*** johnchalekson has quit IRC | 13:02 | |
*** johnchalekson has joined #openstack-infra | 13:03 | |
*** johnchalekson has joined #openstack-infra | 13:04 | |
*** ddieterly has quit IRC | 13:04 | |
*** macjack1 has joined #openstack-infra | 13:04 | |
*** macjack1 has quit IRC | 13:04 | |
*** johnchalekson has joined #openstack-infra | 13:05 | |
*** dkranz has quit IRC | 13:07 | |
*** johnchalekson has joined #openstack-infra | 13:08 | |
*** johnchalekson has quit IRC | 13:08 | |
*** johnchalekson has joined #openstack-infra | 13:09 | |
*** johnchalekson has quit IRC | 13:09 | |
*** asrangne has joined #openstack-infra | 13:09 | |
*** johnchalekson has joined #openstack-infra | 13:10 | |
*** johnchalekson has quit IRC | 13:10 | |
sdague | a lot of stable is going to be borked because of it | 13:10 |
*** julim has joined #openstack-infra | 13:11 | |
*** johnchalekson has joined #openstack-infra | 13:11 | |
*** johnchalekson has quit IRC | 13:11 | |
*** prmtl has quit IRC | 13:11 | |
*** aswadr has quit IRC | 13:12 | |
mtreinish | sdague: sure, but that's been the same old story almost every time a client has released the past few months. :( | 13:12 |
*** johnchalekson has joined #openstack-infra | 13:12 | |
*** johnchalekson has quit IRC | 13:12 | |
sdague | yeh, so this is arguably a devstack bug that was not anticipated by the gr capping | 13:12 |
*** johnchalekson has joined #openstack-infra | 13:13 | |
*** macjack has left #openstack-infra | 13:14 | |
*** bcourt has joined #openstack-infra | 13:15 | |
*** tiswanso has joined #openstack-infra | 13:15 | |
*** bhunter71 has joined #openstack-infra | 13:17 | |
*** yamahata has joined #openstack-infra | 13:18 | |
*** e0ne is now known as e0ne_ | 13:19 | |
*** stevemar has joined #openstack-infra | 13:19 | |
*** mriedem_away is now known as mriedem | 13:19 | |
*** dkranz has joined #openstack-infra | 13:19 | |
*** sergsh has quit IRC | 13:19 | |
*** mattfarina has quit IRC | 13:22 | |
*** zul has quit IRC | 13:22 | |
*** zul has joined #openstack-infra | 13:22 | |
*** dizquierdo has quit IRC | 13:23 | |
*** Longgeek has quit IRC | 13:23 | |
*** cdent has joined #openstack-infra | 13:24 | |
sdague | https://review.openstack.org/171620 might fix it | 13:24 |
*** ivar-lazzaro has joined #openstack-infra | 13:24 | |
*** ociuhandu has joined #openstack-infra | 13:24 | |
*** stevemar has quit IRC | 13:27 | |
*** ivar-laz_ has joined #openstack-infra | 13:28 | |
*** stevemar has joined #openstack-infra | 13:28 | |
*** e0ne_ has quit IRC | 13:28 | |
*** teran has joined #openstack-infra | 13:29 | |
*** ivar-lazzaro has quit IRC | 13:29 | |
*** ivar-laz_ has quit IRC | 13:30 | |
*** ivar-lazzaro has joined #openstack-infra | 13:30 | |
mtreinish | clarkb, flashgordon: per our discussion yesterday: https://review.openstack.org/#/c/171627/1 | 13:31 |
*** pc_m_ has joined #openstack-infra | 13:31 | |
mtreinish | sdague: oh you know, I thought I saw a patch which added the caps to stable devstack when things were manually pip installed | 13:31 |
*** teran_ has quit IRC | 13:32 | |
*** xyang1 has joined #openstack-infra | 13:32 | |
*** pc_m_ has quit IRC | 13:32 | |
dtroyer | mtreinish: are you thinking of https://review.openstack.org/#/c/171416/ ? | 13:33 |
rcarrillocruz | may i please get reviews for https://review.openstack.org/#/c/168572/3 ? easy to review, blocking us to deploy test infras with ansible | 13:33 |
mtreinish | dtroyer: yep | 13:33 |
sdague | I really don't want to maintain the version in devstack as well if it's in gr | 13:34 |
sdague | it seems better to pull from there | 13:34 |
sdague | https://review.openstack.org/#/c/171613/ is the master version | 13:34 |
openstackgerrit | Marton Kiss proposed openstack-infra/system-config: Fix smartcn analyzer warnings on puppet-run https://review.openstack.org/171600 | 13:34 |
dtroyer | ok, so this is what I get for totally losing touch with things for a few days… | 13:35 |
sdague | :) | 13:35 |
dtroyer | I read that as it wasn't in g-r for some stupid reason | 13:35 |
*** dizquierdo has joined #openstack-infra | 13:35 | |
sdague | no, it is, and we had a few add hoc uses of gr | 13:35 |
*** dustins has joined #openstack-infra | 13:35 | |
sdague | like https://review.openstack.org/#/c/171613/1/lib/tempest,cm | 13:36 |
dtroyer | I see the new function…great idea | 13:36 |
sdague | and https://review.openstack.org/#/c/171613/1/lib/horizon,cm | 13:36 |
sdague | but we should just default to using it, except when we need to do things like pass -e to pip_install | 13:36 |
mtreinish | sdague: well I +2'd the master version, when jenkins comes back I'll +2 the juno as well | 13:36 |
dtroyer | sdague: would it make sense to flip that as using -e is less common? | 13:37 |
sdague | dtroyer: it might | 13:37 |
sdague | though, I was trying not to introduce other bugs in the process :) | 13:37 |
sdague | I almost tried to just make pip_install do the right thing, but that started getting complicated | 13:38 |
dtroyer | right… this is good, it makes you choose that behaviour and we don't add a bunch of option handling | 13:38 |
sdague | the other thing is I've got the grenade refactor in volatile memory so I didn't want to loose that | 13:39 |
sdague | which, by the way, this is sort of the critical patch on this garden path - https://review.openstack.org/#/c/171375/ | 13:39 |
sdague | and I think we want general agreement that that is the right thing before moving forward | 13:40 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/system-config: Add a centos-6 node label https://review.openstack.org/171286 | 13:40 |
*** radez_g0n3 is now known as radez | 13:40 | |
openstackgerrit | Thanh Ha proposed openstack-infra/nodepool: Add prerequisites for nodepool on RHEL7 https://review.openstack.org/170700 | 13:42 |
dtroyer | sdague: I looked at part of that yesterday, it generally looks good. I don't have a grenade vm anymore so I can't run it yet though, so relaying on the gate here…I'll get back to it today, should finally have some time | 13:43 |
*** kgiusti has joined #openstack-infra | 13:43 | |
*** johnchalekson has quit IRC | 13:43 | |
*** otter768 has joined #openstack-infra | 13:43 | |
*** johnchalekson has joined #openstack-infra | 13:44 | |
*** sdake has joined #openstack-infra | 13:44 | |
*** johnchalekson has quit IRC | 13:44 | |
*** johnchalekson has joined #openstack-infra | 13:45 | |
*** pal has joined #openstack-infra | 13:45 | |
sdague | dtroyer: devstack-vagrant ftw :) | 13:46 |
openstackgerrit | Thanh Ha proposed openstack-infra/nodepool: Add prerequisites for nodepool on RHEL7 https://review.openstack.org/170700 | 13:46 |
*** e0ne has joined #openstack-infra | 13:46 | |
mtreinish | sdague: heh, when was the last commit pushed to that :) | 13:47 |
sdague | 11 days ago | 13:47 |
*** marcusvrn has quit IRC | 13:47 | |
rcarrillocruz | thx fungi for the review | 13:47 |
dtroyer | yeah, but it has that v-word in it. I borked my Ruby install some time ago and never got the energy to fix it. something harder than brew would fix from its command set | 13:47 |
sdague | https://github.com/openstack-dev/devstack-vagrant/commits/master | 13:47 |
*** dhritishikhar___ has quit IRC | 13:48 | |
sdague | dtroyer: ah | 13:48 |
*** jaypipes has joined #openstack-infra | 13:48 | |
sdague | yeh, on linux it's all package managed | 13:48 |
*** otter768 has quit IRC | 13:48 | |
dtroyer | I actually though getting dwarf going in vb would be more fun cause then we could use our own tools | 13:48 |
mtreinish | sdague: oh, look at that. I had assumed it was >1 yr ago | 13:48 |
sdague | no, people still propose patches from time to time, and I still merge them | 13:49 |
mtreinish | sdague: ok, then I should push up the patch moving that under the qa umbrella then. I was holding off because I thought it had no activity | 13:49 |
mtreinish | I guess I should have looked | 13:49 |
*** sabeen1 has joined #openstack-infra | 13:50 | |
sdague | dtroyer: amazingly enough, it looks like that all passes | 13:51 |
sdague | even the delete patch above it | 13:51 |
*** mrmartin has quit IRC | 13:52 | |
*** pal has quit IRC | 13:52 | |
sdague | we should probably take this to qa though, we seem to have taken over this channel | 13:52 |
*** ddieterly has joined #openstack-infra | 13:52 | |
*** dims has quit IRC | 13:52 | |
* dtroyer space-time-warps | 13:52 | |
fungi | invaders from the qa dimension | 13:53 |
*** amitgandhinz has joined #openstack-infra | 13:53 | |
*** dims has joined #openstack-infra | 13:53 | |
*** jcoufal has quit IRC | 13:53 | |
*** sdake_ has joined #openstack-infra | 13:53 | |
*** jistr has quit IRC | 13:54 | |
*** jistr has joined #openstack-infra | 13:54 | |
AJaeger | fungi, do you need help to fight them off? ;) | 13:54 |
*** koolhead17 has joined #openstack-infra | 13:54 | |
*** yamahata has quit IRC | 13:55 | |
AJaeger | or do you call it a friendly invasion? :) | 13:55 |
*** yamahata has joined #openstack-infra | 13:55 | |
fungi | more of a back-yard barbecue | 13:56 |
*** nelsnelson has quit IRC | 13:56 | |
AJaeger | with more guests than expected? | 13:56 |
*** sdake has quit IRC | 13:58 | |
*** dboik has joined #openstack-infra | 13:58 | |
*** chlong has quit IRC | 13:58 | |
fungi | nah, just very talkative neighbors | 13:59 |
*** chandankumar has joined #openstack-infra | 14:00 | |
*** MarkAtwood has joined #openstack-infra | 14:03 | |
*** oomichi has quit IRC | 14:05 | |
*** teran has quit IRC | 14:08 | |
*** ivar-lazzaro has quit IRC | 14:08 | |
*** teran has joined #openstack-infra | 14:08 | |
*** jistr has quit IRC | 14:10 | |
*** sigmavirus24_awa is now known as sigmavirus24 | 14:11 | |
*** ociuhandu has quit IRC | 14:11 | |
*** ociuhandu_ has joined #openstack-infra | 14:11 | |
*** salv-orlando has quit IRC | 14:12 | |
openstackgerrit | Fabien Boucher proposed openstack-infra/system-config: Move some hardcoded values as parameters for zuul manifests https://review.openstack.org/168330 | 14:12 |
*** jistr has joined #openstack-infra | 14:12 | |
*** zz_jgrimm is now known as jgrimm | 14:13 | |
*** marcusvrn has joined #openstack-infra | 14:17 | |
*** ddieterly has quit IRC | 14:18 | |
*** hashar is now known as hasharAway | 14:18 | |
*** ddieterly has joined #openstack-infra | 14:18 | |
*** _shaps_ has joined #openstack-infra | 14:19 | |
*** asrangne__ has joined #openstack-infra | 14:20 | |
*** mtanino has joined #openstack-infra | 14:20 | |
*** isviridov has quit IRC | 14:21 | |
*** spzala has joined #openstack-infra | 14:21 | |
*** asrangne has quit IRC | 14:22 | |
fungi | clarkb: jenkins03 exhibited a console log retrieval 5xx earlier, was sluggish via webui and accumulated ~50 offline nodes nodepool thought were gone. did you want to check anything on it before i restart it? | 14:22 |
clarkb | fungi ya go to melody and check thread count | 14:23 |
clarkb | then list threads and count the number of threads that matvh (case insensitive) forremoting | 14:23 |
clarkb | if thats >num_slaves then we are pretty sure its the thread leak | 14:24 |
*** Sukhdev has joined #openstack-infra | 14:24 | |
*** yamamoto has joined #openstack-infra | 14:26 | |
*** ivar-lazzaro has joined #openstack-infra | 14:27 | |
*** deepakcs has joined #openstack-infra | 14:27 | |
*** sarob has joined #openstack-infra | 14:27 | |
*** soren has quit IRC | 14:31 | |
*** yamamoto has quit IRC | 14:31 | |
fungi | oh yeah. i didn't count, but it's clearly one or two orders of magnitude more than the number of slaves | 14:31 |
*** sarob has quit IRC | 14:32 | |
fungi | it's the vast majority of the 6,670 current threads | 14:32 |
*** chandankumar has quit IRC | 14:33 | |
clarkb | yup thats the bug | 14:33 |
fungi | they seem to be blocked calling hudson.plugins.sshslaves.SSHLauncher.afterDisconnect() | 14:33 |
clarkb | ya thats the sychronized method | 14:34 |
clarkb | so one gets stuck there and all the rest pile up behind | 14:34 |
*** stevemar has quit IRC | 14:34 | |
fungi | does killing the stuck thread free it back up? have you tried? | 14:34 |
clarkb | ya I tried that and it didnt help. but I may have misidentified the stuck thread | 14:35 |
*** sergsh has joined #openstack-infra | 14:36 | |
*** wenlock has joined #openstack-infra | 14:37 | |
*** wenlock_ has joined #openstack-infra | 14:37 | |
*** ashleighfarnham has quit IRC | 14:41 | |
*** mattfarina has joined #openstack-infra | 14:42 | |
*** hdd has joined #openstack-infra | 14:44 | |
*** ihrachyshka has quit IRC | 14:44 | |
*** hdd has quit IRC | 14:44 | |
*** jistr has quit IRC | 14:45 | |
clarkb | last night I got the neutron dvr aiopcpu job down to 15 test failures | 14:45 |
clarkb | a chunk of those are ec2 related failures that https://review.openstack.org/#/c/168408/ will fix | 14:46 |
clarkb | sdague: ^ any chance you have time to review 168408? | 14:46 |
*** emagana has joined #openstack-infra | 14:46 | |
clarkb | I believe the remaining tests fail because tempest on controller can't ssh to floating IP of VM on the compute host. | 14:46 |
*** BharatK has joined #openstack-infra | 14:47 | |
clarkb | likely because br-ex does not have a port that goes anywhere on either host | 14:47 |
*** bcourt has quit IRC | 14:48 | |
*** emagana_ has joined #openstack-infra | 14:49 | |
*** emagana has quit IRC | 14:50 | |
sdague | clarkb: +A | 14:50 |
*** claudiub has quit IRC | 14:50 | |
clarkb | but I am also beginning to understand why neutron wants a different overlay network | 14:50 |
clarkb | and i just want to say its bonghits | 14:51 |
*** btully has joined #openstack-infra | 14:51 | |
clarkb | neutron will happily manage its own overlays for the internal VM traffic | 14:51 |
fungi | clarkb: yeah, i picked a few suspect threads and killed them, but didn't seem to make any difference | 14:51 |
clarkb | but for the public side of things you are on your own | 14:51 |
fungi | jenkins03 is cleaned up and back online now | 14:51 |
clarkb | I have no idea why we would hold a users hand in one case but not another | 14:51 |
*** jistr has joined #openstack-infra | 14:51 | |
*** ldnunes has quit IRC | 14:53 | |
clarkb | also I need to figure out where I need to document that q-fwaas and q-meta have to run on compute hosts in addition to q-l3 | 14:53 |
gordc | sdague: just wondering if you're patching this: https://bugs.launchpad.net/ceilometer/+bug/1441655 | 14:54 |
openstack | Launchpad bug 1441655 in Ceilometer "ceilometermiddleware not in global requirements" [Critical,Confirmed] | 14:54 |
*** bcourt has joined #openstack-infra | 14:54 | |
sdague | gordc: I am not | 14:54 |
sdague | I was bringing it up to ttx to figure out what we do | 14:55 |
sdague | as it seems like a pretty big release issue | 14:55 |
*** erlon has joined #openstack-infra | 14:55 | |
clarkb | though maybe the set up thing is a devstack lib/neutron-* thing? it would be nice if there was a way to say put $interface on br-ex when you make it | 14:55 |
openstackgerrit | Matt Riedemann proposed openstack-infra/devstack-gate: Archive ceph logs and config https://review.openstack.org/170900 | 14:55 |
clarkb | but I don't see that as a thing | 14:55 |
clarkb | sdague: ^ might be useful feedback for the lib/neutron rewrite | 14:55 |
gordc | sdague: cool cool. i'll post a patch... i was under impression it only needed to be there if a project had the lib in their requirements. | 14:56 |
fungi | clarkb: you've got me. i've never delved deeply into neutron nor devstack's handling of it | 14:56 |
sdague | gordc: yeh, the way ceilometer does code injection into other projects makes it a weird optional but not really optional thing | 14:57 |
ttx | sdague: I'd say we add it and sync the resulting req update | 14:57 |
gordc | sdague: kk | 14:58 |
sdague | clarkb: yeh, that's been one of the sticking points in making sense of the neutron devstack code. n-net needs an interface, and manages from there on, neutron needs a bunch of bootstrapping before it can do anything. | 14:58 |
sdague | hopefully the new neutron work will narrow that down | 14:59 |
sdague | and eventually get neutron to own that itself | 14:59 |
clarkb | sdague: that is excellent news | 15:00 |
openstackgerrit | gordon chung proposed openstack/requirements: add ceilometermiddleware to requirements https://review.openstack.org/171685 | 15:00 |
*** pal has joined #openstack-infra | 15:00 | |
sdague | if you think the devstack neutron code is confusing, look at the grenade side some time | 15:01 |
clarkb | hrm swami isn't here but I am beginning to think one way forward here would be to have a single function in d-g to create a single l2 overlay network optionally setting some IPs on it. Then nova net can create two overlays, one for flat_if the other for pub_if assigning IPs to pub_if | 15:01 |
clarkb | then neutron can create a single l2 overlay for br-ex assigning IPs to it | 15:01 |
clarkb | and likely use ovs since I don't think we can escape that with neutron | 15:02 |
clarkb | sdague: its less confusing and more "wow devstack really doesn't do much for me here" | 15:02 |
clarkb | sdague: so you end up needing to do it outside of devstack which feels weird to me. But likely that is the case because single node all in one installs don't really have this problem | 15:03 |
*** jaypipes has quit IRC | 15:03 | |
*** tonytan4ever has joined #openstack-infra | 15:04 | |
clarkb | unfortunately this means that we end up with two different overlay topologies which feels wrong, but at least its not two sets of code in d-g | 15:04 |
gordc | ttx, sdague: just fyi, the patch is ^^ | 15:04 |
*** wenlock__ has joined #openstack-infra | 15:04 | |
sdague | gordc: cool, thanks | 15:05 |
*** emagana_ has quit IRC | 15:05 | |
*** jaypipes has joined #openstack-infra | 15:05 | |
*** asselin has joined #openstack-infra | 15:05 | |
*** emagana has joined #openstack-infra | 15:06 | |
*** jaypipes has quit IRC | 15:06 | |
*** chandankumar has joined #openstack-infra | 15:06 | |
*** sabeen2 has joined #openstack-infra | 15:07 | |
*** ayoung has joined #openstack-infra | 15:08 | |
*** wenlock__ has quit IRC | 15:09 | |
*** e0ne is now known as e0ne_ | 15:10 | |
*** sabeen1 has quit IRC | 15:10 | |
*** jcoufal has joined #openstack-infra | 15:11 | |
*** pal has quit IRC | 15:11 | |
*** jogo has quit IRC | 15:11 | |
*** salv-orlando has joined #openstack-infra | 15:12 | |
openstackgerrit | Merged openstack-infra/storyboard-webclient: Renamed NPM commands for testing. https://review.openstack.org/171409 | 15:12 |
*** stevemar has joined #openstack-infra | 15:13 | |
*** jistr is now known as jistr|mtg | 15:16 | |
*** e0ne_ has quit IRC | 15:16 | |
*** pal has joined #openstack-infra | 15:17 | |
*** sputnik13 has joined #openstack-infra | 15:17 | |
annegentle | are we missing PTL positions? anteaya or pleia2 any idea? | 15:18 |
annegentle | mostly just curious and wondering if I should ask around | 15:18 |
*** mrunge is now known as mrunge_away | 15:22 | |
fungi | tristanC: ^ ? | 15:24 |
fungi | yeah, jogo and i can threaten to run for ptl of whatever doesn't have any nominees by the cut-off | 15:25 |
tristanC | annegentle: what do you mean ? | 15:25 |
*** sputnik13 has quit IRC | 15:25 | |
openstackgerrit | Merged openstack-infra/project-config: python-ironicclient: Make src job voting, drop pxe_ssh job https://review.openstack.org/171426 | 15:25 |
annegentle | tristanC: are there projects missing nominees? | 15:25 |
*** armax has joined #openstack-infra | 15:25 | |
tristanC | Trove is still missing a candidate | 15:25 |
annegentle | tristanC: ok | 15:26 |
SlickNik | tristanC: email coming out soon | 15:26 |
SlickNik | ^ annegentle: | 15:26 |
annegentle | cool SlickNik :) | 15:26 |
annegentle | tristanC: who's running for oslo ptl? | 15:27 |
fungi | dims | 15:27 |
waynr | pelix: yo, i saw your comment about using inspect to improve MissingAttributeError and InvalidAttributeError in JJB, I have implemented it and am working on unit tests to validate the exception behavior | 15:27 |
annegentle | cool | 15:27 |
*** jogo has joined #openstack-infra | 15:29 | |
annegentle | tristanC: is Flavio the only candidate for both zaqar and glance? (last q I promise) :) | 15:29 |
*** e0ne has joined #openstack-infra | 15:29 | |
*** dboik_ has joined #openstack-infra | 15:29 | |
tristanC | annegentle: he is indeed | 15:30 |
*** dprince has quit IRC | 15:30 | |
tristanC | all the information is reported on that wiki page: https://wiki.openstack.org/wiki/PTL_Elections_April_2015 | 15:30 |
*** jistr|mtg is now known as jistr | 15:30 | |
*** dprince has joined #openstack-infra | 15:30 | |
annegentle | thanks tristanC (heh I should've asked "where can I find this out for myself? First!) :) | 15:31 |
tristanC | annegentle: no worry, you're welcome :) | 15:31 |
*** hdd has joined #openstack-infra | 15:32 | |
anteaya | annegentle: tristanC and pleia2 are the election officials this round, they are both doing a great job | 15:32 |
annegentle | anteaya: I see that on the wiki page now! Thank you for your service. | 15:33 |
fungi | yep, and i'm looking forward to sending them the electorate rolls when i get up tomorrow morning | 15:33 |
anteaya | annegentle: :) | 15:33 |
*** dboik has quit IRC | 15:33 | |
*** ibiris is now known as ibiris_away | 15:33 | |
anteaya | fungi: you look forward to that for 6 months, I'm sure | 15:33 |
fungi | indeed. i need to find the time to make that self-serve | 15:34 |
*** thedodd has joined #openstack-infra | 15:34 | |
annegentle | fungi: so far no need for election with no more than one candidate? Or do I need to brush up on my governance rules? | 15:34 |
reed | fungi, there seem to be an issue with avatars on Ask https://bugs.launchpad.net/openstack-community/+bug/1441398, do you have a way to check the logs? maybe a permission issue? | 15:34 |
openstack | Launchpad bug 1441398 in OpenStack Community Project "ask.openstack profile photo is not functional" [Undecided,New] | 15:35 |
jogo | sdague: thanks for pushing new versions of https://review.openstack.org/#/c/171410/6 | 15:35 |
zaro | morning | 15:35 |
tristanC | annegentle: fungi: well if no position is challenged, then we won't run elections | 15:35 |
fungi | reed: it's possible. i'll compare the permissions on them against the old server too | 15:36 |
*** claudiub has joined #openstack-infra | 15:36 | |
jogo | sdague: find anything interesting? | 15:36 |
fungi | tristanC: annegentle: right. basically the election officials need to tell me tomorrow when i get up which elections are happening, if any. if none, then i'll just look forward to next week for tc elections | 15:36 |
zaro | fungi: would you be able to create a 'openstack/2.10.2' branch from https://gerrit.googlesource.com/gerrit/+/v2.10.2 | 15:37 |
pelix | waynr: oooh! nice, I was thinking of a subsequent patch, but if it appears in that one, I'm all for it | 15:37 |
sdague | jogo: nova takes nearly a minute to install all it's dependencies? | 15:37 |
jogo | sdague: wow so it does | 15:37 |
*** rwsu has joined #openstack-infra | 15:37 | |
*** tsg has joined #openstack-infra | 15:37 | |
fungi | zaro: sure, just a sec | 15:38 |
jogo | and that doesn't look like its from a straight pip install either | 15:38 |
*** vlaza has quit IRC | 15:38 | |
jogo | compared to swift | 15:38 |
sdague | pecl should go in the wheel cache | 15:39 |
jogo | sdague: we should just get greghaynes wheel mirror up | 15:41 |
jogo | last I heard it is one +2 away | 15:41 |
*** pkarikh has joined #openstack-infra | 15:41 | |
*** dizquierdo has quit IRC | 15:42 | |
sdague | jogo: url? | 15:42 |
jogo | sdague: AFAIK https://review.openstack.org/#/c/164927/ | 15:42 |
*** afazekas has quit IRC | 15:43 | |
*** sarob has joined #openstack-infra | 15:43 | |
*** kgiusti has quit IRC | 15:43 | |
*** ildikov has quit IRC | 15:44 | |
sdague | so https://review.openstack.org/#/c/165240/ needs to go first | 15:44 |
*** otter768 has joined #openstack-infra | 15:44 | |
jogo | looks like it | 15:45 |
*** sergsh has quit IRC | 15:45 | |
*** arxcruz has quit IRC | 15:46 | |
fungi | zaro: should we instead branch openstack/2.10 from upstream/stable-2.10 ? | 15:46 |
fungi | zaro: c7f58cc seems to be the branch tip there at the moment | 15:47 |
annegentle | ok who wants to get into a wayback machine with me to August 6th, 2014? Basically on that day all web stats for docs.openstack.org/developer/ dropped off by 1/3 to 1/2. | 15:48 |
annegentle | is there a way to see what was built on a particular date? | 15:48 |
*** otter768 has quit IRC | 15:48 | |
annegentle | there was a stable branch freeze Aug. 7th. | 15:49 |
annegentle | Did docs builds change? | 15:49 |
*** sdake has joined #openstack-infra | 15:50 | |
*** alex_xu has quit IRC | 15:50 | |
annegentle | specs.openstack went live Aug 4th ish | 15:50 |
annegentle | hm | 15:50 |
*** alex_xu has joined #openstack-infra | 15:50 | |
*** sarob has quit IRC | 15:51 | |
*** asselin has quit IRC | 15:51 | |
fungi | annegentle: is that when developer.openstack.org went live? | 15:52 |
*** thingee has joined #openstack-infra | 15:52 | |
*** spzala has quit IRC | 15:52 | |
annegentle | fungi: hm. I don't think so, I think that was before. | 15:52 |
*** dannywilson has joined #openstack-infra | 15:52 | |
* fungi racks his brains some more | 15:53 | |
*** sdake_ has quit IRC | 15:53 | |
*** doude has quit IRC | 15:53 | |
annegentle | fungi: here's what really weirds me out. The layout.html in oslosphinx doesn't contain the GA code at all. Yet nova and swift both have it in their output. | 15:53 |
annegentle | fungi: view-source:http://docs.openstack.org/developer/nova/devref/index.html has the code | 15:53 |
annegentle | and really, I was hoping for a time machine :) | 15:54 |
waynr | pelix: i'll try to have the tests finished by tonight or tomorrow morning sometime | 15:54 |
annegentle | fungi: oh is there a gerrit search that would help? | 15:54 |
*** chandankumar has quit IRC | 15:55 | |
annegentle | fungi: there's age. hm | 15:55 |
*** markus_z has quit IRC | 15:55 | |
*** jistr has quit IRC | 15:56 | |
fungi | i'll look back through the commit history in openstack-infra/system-config and openstack-infra/project-config for possible changes on or around that date | 15:56 |
*** patrickeast has joined #openstack-infra | 15:56 | |
annegentle | https://review.openstack.org/#/q/age:243d,n,z | 15:57 |
annegentle | there's my time machine! | 15:57 |
*** sarob has joined #openstack-infra | 15:57 | |
dhellmann | annegentle: it looks like nova extends the theme: http://git.openstack.org/cgit/openstack/nova/tree/doc/source/_ga/layout.html | 15:57 |
pleia2 | good morning | 15:57 |
annegentle | dhellmann: ok, there it is. did other projects not want tracking? (or is that just legacy) | 15:58 |
*** yamahata has quit IRC | 15:58 | |
dhellmann | annegentle: no idea | 15:58 |
annegentle | dhellmann: makes more sense to just patch oslosphinx and start tracking I think | 15:58 |
dhellmann | annegentle: that works for me - do we need a separate tracking id for each project? | 15:58 |
*** yamahata has joined #openstack-infra | 15:58 | |
*** jlibosva has quit IRC | 15:59 | |
fungi | reed: i'm wondering if something changed with the theme. i don't see any clues in the apache error log and the avatar files look like they have the permissions i would expect (including all parent directories). also i can see my avatar when i go to my profile, just not on question pages | 15:59 |
*** marun has joined #openstack-infra | 15:59 | |
annegentle | dhellmann: no what we'll need is to make a variable for project name, so tracking will be for developer/{projname} | 15:59 |
annegentle | dhellmann: I'd like to try if you'll review. Good python practice for me. | 15:59 |
dhellmann | annegentle: sure thing - I'm at pycon this week, so I may be slow to respond, but I'll definitely review when I get back next week | 16:00 |
reed | fungi, i'll ask Evgeny, thanks | 16:00 |
fungi | reed: also i vaguely recall seeing avatars displayed on monday when testing after the maintenance, so thinking this is unrelated to the server move | 16:01 |
annegentle | dhellmann: thanks I'll assign myself https://bugs.launchpad.net/oslosphinx/+bug/1441315 | 16:01 |
openstack | Launchpad bug 1441315 in oslosphinx "Web Analytics not being tracked in developer content" [Undecided,New] | 16:01 |
openstackgerrit | Merged openstack-infra/devstack-gate: Use gate64 cpu type during multinode testing https://review.openstack.org/168408 | 16:01 |
dhellmann | annegentle: ++ | 16:01 |
reed | fungi, http://git.openstack.org/cgit/openstack-infra/askbot-theme/ last commit was 4 months ago | 16:02 |
openstackgerrit | Stephanie Miller proposed openstack-infra/puppet-zanata: Add SMTP configuration options for Zanata https://review.openstack.org/168167 | 16:02 |
reed | fungi, i'll ask mrmartin and evgeny | 16:02 |
zaro | fungi: ohh yeah, that makes sense. do it from stable-2.10 is fine. | 16:02 |
*** ashleighfarnham has joined #openstack-infra | 16:03 | |
*** samueldmq has joined #openstack-infra | 16:03 | |
*** MaxV has quit IRC | 16:03 | |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: DO NOT MERGE testing overlay network options https://review.openstack.org/171714 | 16:03 |
*** dboik_ has quit IRC | 16:03 | |
*** ibiris_away is now known as ibiris | 16:04 | |
clarkb | fungi: ^ is one possible directon we can take with the overlay networking. But I would like to see that pass with nova net before I am sold using it with dvr | 16:04 |
*** dboik has joined #openstack-infra | 16:04 | |
fungi | zaro: okay, there's an openstack/2.10.2 branch cut from upstream/stable-2.10 | 16:05 |
*** esker has joined #openstack-infra | 16:05 | |
annegentle | fungi: is there a way to search for "project:openstack-infra/*" -- I tried ^ but it's not working | 16:06 |
fungi | zaro: there's also already an upstream/stable-2.11 there | 16:06 |
*** luqas has quit IRC | 16:06 | |
annegentle | fungi: "help" says "If PROJECT starts with ^ it matches project names by regular expression." | 16:06 |
*** YorikSar has quit IRC | 16:06 | |
*** luqas has joined #openstack-infra | 16:06 | |
annegentle | fungi: so where does ^ go? | 16:06 |
*** luqas has quit IRC | 16:06 | |
clarkb | annegentle: after the : | 16:07 |
*** ashleighfarnham has quit IRC | 16:07 | |
jeblair | annegentle: project:^openstack-infra/.* | 16:07 |
fungi | annegentle: annegentle project:^openstack-infra/.* | 16:07 |
*** ashleighfarnham has joined #openstack-infra | 16:07 | |
*** unicell has quit IRC | 16:08 | |
annegentle | dot! auuuugh :) | 16:08 |
* annegentle was trying every combo | 16:08 | |
*** chandankumar has joined #openstack-infra | 16:08 | |
openstackgerrit | Stephanie Miller proposed openstack-infra/system-config: Add infra setup for zanata https://review.openstack.org/169074 | 16:08 |
zaro | cool. thanks. | 16:09 |
*** hasharAway has quit IRC | 16:10 | |
fungi | reed: did something change again? i see my avatar now at, e.g., https://ask.openstack.org/question/64158 | 16:12 |
reed | fungi, I have not touched anything | 16:12 |
fungi | reed: i also see yours at https://ask.openstack.org/question/56720 | 16:13 |
fungi | i'm on a different machine now, so could be something about the browser i was using on the other machine | 16:13 |
fungi | firing it back up to compare | 16:13 |
*** julim has quit IRC | 16:14 | |
clarkb | jeblair: if you have time the discussion in openstack-meeting will likel interest you | 16:15 |
fungi | reed: hrm, yeah it seems to be broken for me on one machine but not another. maybe the working machine has stuff cached | 16:16 |
cinerama | pleia2: will you have time today to go over zanata stuff? it's been a bit lonely :) | 16:16 |
reed | fungi, evgeny says that probably django-avatar lib is not installed | 16:16 |
pleia2 | cinerama: yep, continuing on that now, do you want to take a stab at creating the translate_dev.pp so we have something for the dev server? | 16:16 |
fungi | reed: i'll check--thanks | 16:17 |
reed | fungi, he says that once we upgrade askbot the issue will go away | 16:17 |
*** tsg has quit IRC | 16:17 | |
pleia2 | cinerama: we'll need to add some secret stuff to heira too, so just reference that in the translate_dev.pp and we'll iterate over variable names and I'll make sure they get added | 16:17 |
cinerama | pleia2: is that like this: https://review.openstack.org/#/c/169074/ or different | 16:17 |
*** esker has quit IRC | 16:17 | |
pleia2 | cinerama: ah, that's the one, but it needs to be called translate_dev.pp (that's what threw me off) | 16:18 |
pleia2 | we don't name our servers based on software they're running, instead by function :) | 16:18 |
pleia2 | eventually we'll also have a translate.pp, but I want to get the _dev.pp sorted first and then we can copy it over, no sense in making fixes twice | 16:19 |
cinerama | pleia2: oh ok. sounds like i should rename the class | 16:19 |
fungi | reed: ahh, okay. though even after clearing my browser cache i see avatars from one machine but not the other, so not sure it's a missing module | 16:19 |
pleia2 | cinerama: yeah | 16:19 |
reed | fungi, ok, thanks | 16:20 |
*** gyee has joined #openstack-infra | 16:20 | |
fungi | reed: also strange, the apache error log timestamps seem to be running 5 hours behind the system time | 16:21 |
reed | that's bizzarre | 16:22 |
*** gaelL has quit IRC | 16:23 | |
fungi | agreed. an apache restart might fix it, but the machine was running for almost a month before we restarted apache for the migration so doesn't seem like a boot-time ntp race with other services starting up | 16:23 |
openstackgerrit | Stephanie Miller proposed openstack-infra/system-config: Add infra setup for zanata https://review.openstack.org/169074 | 16:24 |
*** Sukhdev has quit IRC | 16:24 | |
cinerama | well okay then | 16:24 |
*** Sukhdev has joined #openstack-infra | 16:25 | |
*** Longgeek has joined #openstack-infra | 16:25 | |
cinerama | pleia2: so i have a couple of questions that might be best addressed to the zanata devs - what's the best way of getting in touch with them? | 16:25 |
*** mpavone has quit IRC | 16:26 | |
*** davideagnello has joined #openstack-infra | 16:26 | |
openstackgerrit | Merged openstack-infra/system-config: Run yum update on Centos7 hosts https://review.openstack.org/171419 | 16:27 |
pleia2 | cinerama: I mentioned https://www.redhat.com/mailman/listinfo/zanata-users in the etherpad, emailing that and Cc:ing our contact Carlos Munoz <camunoz@redhat.com> may be the best bet | 16:27 |
*** asrangne__ has quit IRC | 16:28 | |
*** claudiub has quit IRC | 16:28 | |
pleia2 | Carlos has been super helpful, but it's best to bring out questions to the broader community now | 16:28 |
openstackgerrit | Merged openstack-infra/project-config: Add test-results to check-neutron-dsvm-api job https://review.openstack.org/171587 | 16:29 |
pleia2 | there's also a #zanata, but it's very quiet :) | 16:29 |
openstackgerrit | Merged openstack-infra/project-config: Add Application Catalog project into Stackforge https://review.openstack.org/169671 | 16:29 |
cinerama | that's a shame - might be easier to go through some of these issues interactively | 16:29 |
fungi | maybe if you ask in there, it will cease to be quiet? | 16:30 |
*** tqtran has joined #openstack-infra | 16:30 | |
pleia2 | cinerama: I hang out there anyway, there is discussion every few days | 16:30 |
*** ayoung has quit IRC | 16:30 | |
pleia2 | fungi: perhaps! ;) | 16:30 |
*** Longgeek has quit IRC | 16:30 | |
pleia2 | most folks are in the APAC time zone though | 16:30 |
cinerama | oh maybe i should stay up late then :) | 16:31 |
pleia2 | s/zone/zones | 16:31 |
*** pal has quit IRC | 16:31 | |
fungi | or get up really early! | 16:31 |
pleia2 | maybe, doesn't hurt to try there :) | 16:31 |
fungi | i manage to catch the apac night owls when i get up in the morning, but then again i have a several-hour headstart on you west-coasters | 16:32 |
openstackgerrit | Merged openstack-infra/bindep: Accept old dpkg-query errors https://review.openstack.org/170244 | 16:32 |
*** hdd has quit IRC | 16:32 | |
*** esker has joined #openstack-infra | 16:33 | |
fungi | mmm, a few more like ^ that and i can start contemplating tagging a bindep release | 16:34 |
*** gulic has quit IRC | 16:34 | |
cinerama | pleia2: anyway so i think our priorities at the moment are a) try to figure out if we can support non-openid logins (for stuff like the admin user, or jenkins for the client) | 16:34 |
cinerama | pleia2: b) figure out the actual translation process and get that working (on dev i guess) | 16:35 |
openstackgerrit | Merged openstack-infra/storyboard: Fix teams docs. https://review.openstack.org/170822 | 16:36 |
*** kgiusti has joined #openstack-infra | 16:36 | |
pleia2 | cinerama: 0) get translate-dev server up :) but yeayep, that sounds about right | 16:37 |
pleia2 | woo, emergency water shut off in my building | 16:37 |
pleia2 | never a dull moment | 16:38 |
*** gaelL has joined #openstack-infra | 16:38 | |
*** hdd has joined #openstack-infra | 16:38 | |
cinerama | pleia2: and if we're counting in hex that means there's quite a bit to do between 0 & a :) | 16:38 |
openstackgerrit | Merged openstack-infra/project-config: Don't run check-tempest-dsvm-full-ceph job on stable icehouse/juno https://review.openstack.org/170912 | 16:38 |
*** harlowja_at_home has joined #openstack-infra | 16:39 | |
pleia2 | cinerama: hah | 16:39 |
*** koolhead17 has quit IRC | 16:39 | |
cinerama | pleia2: which may well reflect Actual Reality(tm) | 16:39 |
*** dannywilson has quit IRC | 16:40 | |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: DO NOT MERGE testing overlay network options https://review.openstack.org/171714 | 16:40 |
*** _shaps_ has quit IRC | 16:41 | |
*** dannywilson has joined #openstack-infra | 16:41 | |
*** unicell has joined #openstack-infra | 16:42 | |
*** enikanorov_ has quit IRC | 16:42 | |
openstackgerrit | Merged openstack-infra/project-config: Run module-forge-upload jobs on pypi https://review.openstack.org/170982 | 16:42 |
openstackgerrit | Merged openstack-infra/system-config: Reduce the number servers on rh1 https://review.openstack.org/167969 | 16:42 |
*** ldnunes has joined #openstack-infra | 16:43 | |
*** harlowja_at_home has quit IRC | 16:45 | |
*** chandankumar has quit IRC | 16:46 | |
*** wenlock__ has joined #openstack-infra | 16:49 | |
*** radez is now known as radez_g0n3 | 16:50 | |
SpamapS | mordred: so os-client-config 0.7.0 may have actually made it impossible to turn on caching in shade now... maybe.. still looking into it | 16:50 |
pleia2 | all projects have confirmed ptl candidates now \o/ | 16:51 |
*** melwitt has joined #openstack-infra | 16:51 | |
SpamapS | pleia2: any elections? | 16:51 |
pleia2 | SpamapS: not yet :\ | 16:51 |
pleia2 | which is a bit troubling | 16:51 |
clarkb | flip214: you need a devstack plugin in its own git tree outside of devstack | 16:51 |
pleia2 | I mean, the candidates are great, but I do worry there's some kind of interest/vibrancy problem here | 16:51 |
clarkb | flip214: devstack is not taking changes to devstack itself for this | 16:51 |
clarkb | flip214: you can add this project to gerrit then we can test your cinder driver against that devstack plugin | 16:52 |
flip214 | clarkb: I've got lib/cinder_backends/drbd for devstack | 16:52 |
flip214 | is that the wrong thing? | 16:53 |
clarkb | flip214: yes, that needs to be pulled out into a devstack plugin | 16:53 |
flip214 | and that's a separate repository? | 16:53 |
clarkb | flip214: yes, let me get you an example or two | 16:53 |
clarkb | flip214: https://git.openstack.org/cgit/stackforge/devstack-plugin-glusterfs/ and https://git.openstack.org/cgit/stackforge/devstack-plugin-sheepdog/ | 16:54 |
flip214 | clarkb: one question from my ML post that is still unanswered is "how should packages be installed"? I'm talking about DRBD kernel module, DRBD userspace, and DRBDmanage .deb files. | 16:54 |
*** julim has joined #openstack-infra | 16:54 | |
flip214 | clarkb: I'll take a look | 16:54 |
clarkb | flip214: you have control of that via your plugin, however if you want to vote you should use packages available via the system package mirrors | 16:55 |
flip214 | clarkb: how would I get a stackforge repository? | 16:55 |
SpamapS | pleia2: the job isn't easy. I think it's often a case where by not running, the other candidates are endorsing this one and saying "lets not quibble about leadership" | 16:55 |
clarkb | we don't want t orely on ppas or other randomly hosted package repos when voting | 16:55 |
pleia2 | SpamapS: yeah | 16:55 |
flip214 | system package mirrors don't have DRBD9 yet, because it's not released yet. Only -rc's are available. | 16:55 |
clarkb | flip214: http://docs.openstack.org/infra/manual/creators.html | 16:55 |
flip214 | clarkb: fklr a | 16:55 |
flip214 | sorry. | 16:55 |
SpamapS | pleia2: also for thsoe stepping down, I think they often will find a replacement favorite before doing so. | 16:56 |
flip214 | for a pure-open-source driver like DRBD a separate repository sounds like a lot of overhead, for a 20 lines file. | 16:56 |
clarkb | flip214: I am showing you what devstack has asked drivers do, you can take that up with devstack | 16:56 |
clarkb | (I had no part in that and am merely showing you how ou can make things work) | 16:57 |
*** thingee has quit IRC | 16:57 | |
*** wenlock__ has quit IRC | 16:57 | |
*** dhritishikhar_ has joined #openstack-infra | 16:58 | |
flip214 | yeah, thanks. | 16:58 |
SpamapS | pleia2: we could, however, encourage "best leader" instead of "most excited" by having the nominations remain secret for some period. | 16:58 |
flip214 | I'm always astonished anew about the level of bureaucracy in openstack... | 16:58 |
*** mpaolino has quit IRC | 16:59 | |
SpamapS | pleia2: that way you need to self-nominate if you are at all willing to do the job, and then the election is the community choosing their favorite. | 16:59 |
pleia2 | SpamapS: that's an interesting proposal | 16:59 |
* pleia2 nods | 16:59 | |
SpamapS | but, I dislike secrecy more than less-perfect leadership selection. :) | 17:00 |
pleia2 | me too | 17:00 |
*** tnovacik has quit IRC | 17:01 | |
*** johnchalekson has quit IRC | 17:01 | |
mriedem | clarkb: those ceph logs you asked for http://logs.openstack.org/99/171199/3/check/check-tempest-dsvm-full-ceph/45125e6/logs/ | 17:01 |
*** [HeOS] has quit IRC | 17:01 | |
mriedem | clarkb: per https://review.openstack.org/#/c/170900/ | 17:01 |
clarkb | mriedem thanks | 17:01 |
mriedem | i think you'll be pleased :) | 17:01 |
*** spzala has joined #openstack-infra | 17:01 | |
flip214 | clarkb: "Set the “Bug supervisor” field to “<projectname>-bugs” (for example, “oslo-bugs”)." | 17:02 |
openstackgerrit | David Kranz proposed openstack-infra/elastic-recheck: Add query for bug 1441745 (no valid host was found) https://review.openstack.org/171744 | 17:02 |
openstack | bug 1441745 in OpenStack Compute (nova) "Lots of gate failures with "not enough hosts available"" [Undecided,New] https://launchpad.net/bugs/1441745 | 17:02 |
flip214 | would that be openstack-bugs, or (my new) drbd-devstack-bugs | 17:02 |
flip214 | ? | 17:02 |
*** Guest54342 has quit IRC | 17:02 | |
clarkb | flip214: thats up to you, you can also leave it open | 17:02 |
clarkb | flip214: I think more projects are moving to open bug settings | 17:03 |
*** spredzy is now known as spredzy|afk | 17:03 | |
clarkb | since doing so hasn't been a problem (yet) and enables others to triage and so on | 17:03 |
*** achanda has joined #openstack-infra | 17:04 | |
flip214 | clarkb: thanks, and "Set up Supervisors for your Project" should be openstack-administrators? | 17:04 |
*** Krinkle|detached is now known as Krinkle | 17:04 | |
*** hodos has joined #openstack-infra | 17:04 | |
*** imcsk8 is now known as imcsk8|afk | 17:05 | |
*** claudiub has joined #openstack-infra | 17:05 | |
clarkb | flip214: in this case I would just make it yourself | 17:05 |
clarkb | flip214: stackforge projects are given the freedom to self manage | 17:06 |
*** mrunge_away is now known as mrunge | 17:06 | |
flip214 | clarkb: cannot anymore ;/ "Unauthorized | 17:06 |
flip214 | (, 'owner', 'launchpad.Edit')" | 17:06 |
krotscheck | clarkb: Think you can take a quick look at https://review.openstack.org/#/c/170995/ | 17:06 |
*** luqas has joined #openstack-infra | 17:07 | |
*** dannywilson has quit IRC | 17:07 | |
clarkb | krotscheck: note that I think we don't install chromium (at least not yet) | 17:08 |
*** tiswanso has quit IRC | 17:08 | |
krotscheck | clarkb: There's a macro for that. 'chrome-install' | 17:09 |
*** tiswanso_ has joined #openstack-infra | 17:09 | |
flip214 | anybody here from launchpads openstack-admins group? I just lost ownership of my new project. | 17:09 |
clarkb | I might be in that group, what is the name of the new project and what use should I switch ownership to? | 17:10 |
krotscheck | Any other infra core able to look at https://review.openstack.org/#/c/170995/ ? fungi, SergeyLukjanov, jeblair, anteaya.... | 17:10 |
flip214 | clarkb: https://launchpad.net/drbd-devstack/+edit, I'm philipp-marek | 17:10 |
*** annegentle has quit IRC | 17:10 | |
flip214 | Is PyPI needed for devstack plugins? | 17:11 |
pleia2 | krotscheck: there you go | 17:11 |
krotscheck | pleia2: Yay, tahnks! | 17:11 |
krotscheck | pleia2: Didn't realize you were core :) | 17:11 |
*** YorikSar has joined #openstack-infra | 17:12 | |
*** luqas has quit IRC | 17:12 | |
pleia2 | krotscheck: yep, as of a few months ago | 17:12 |
krotscheck | pleia2: Neat! | 17:12 |
fungi | flip214: i've set the maintainer back to you | 17:12 |
krotscheck | pleia2: Expect to get pestered :) | 17:12 |
pleia2 | krotscheck: haha | 17:12 |
clarkb | flip214: no pypi is not necessary | 17:12 |
flip214 | fungi: thanks a lot! | 17:12 |
*** wenlock__ has joined #openstack-infra | 17:13 | |
fungi | flip214: as for bureaucracy i share your concerns. but imagine what a project has to do to cope with the sheer volume of being beset by hundreds of companies with thousands of developers. i think we can improve on simplifying a bit, but some level of bureaucracy is inevitable | 17:14 |
hodos | hi guys | 17:15 |
flip214 | fungi: while I can understand your concerns, it still feels drastically blown out. | 17:15 |
*** mmedvede has quit IRC | 17:15 | |
flip214 | the patchset openstack-infra/project-config is needed for a devstack plugin? | 17:15 |
hodos | did anyone have issues with g-api not starting | 17:15 |
hodos | on cloud ubuntu running devstack? | 17:15 |
hodos | googling didn't help much :( | 17:15 |
*** yamahata has quit IRC | 17:16 | |
melwitt | hello, we have a patch up to fix a bug in the regex for the nova cells v1 tempest job which needs one more +2: https://review.openstack.org/#/c/171414/ We're looking to merge the final two nova cells patches for RC1 and would like to run the fixed cells job on them, if anyone could please spare a few minutes to review it | 17:16 |
hodos | i think it's a tinmeout issue with my setup beign too slow | 17:16 |
fungi | flip214: yes, submitting a change to add the repository to project-config to define the services it will consume is what drives the creation/import of your repository, among other things | 17:17 |
flip214 | fungi: thanks, on it. | 17:17 |
*** ddieterly has quit IRC | 17:17 | |
*** sputnik13 has joined #openstack-infra | 17:18 | |
*** ddieterly has joined #openstack-infra | 17:18 | |
*** yamahata has joined #openstack-infra | 17:19 | |
*** amotoki has quit IRC | 17:20 | |
flip214 | should I do the "Add Basic Jenkins Jobs" section, too? I'm not really sure what I need to put there. | 17:20 |
melwitt | fungi: thank you! :) | 17:20 |
nibalizer | AJaeger: sorry, on my comment here I meant it wouldn't hit anything we didn't intend for it to hit https://review.openstack.org/#/c/170982/ haha typing to fast I guess | 17:20 |
clarkb | flip214: in your case your jenkins job would be a job to run devstack with your plugin | 17:20 |
*** rlucio has joined #openstack-infra | 17:20 | |
clarkb | flip214: if you look at the glusterfs job you should see what that looks like | 17:20 |
nibalizer | jeblair: that went in btw so we can try again to release puppet-httpd at your conveninece | 17:21 |
flip214 | clarkb: and I don't know know anything about all these things. | 17:21 |
*** harlowja_away is now known as harlowja | 17:21 | |
flip214 | sorry, it's really frustrating.... trying to provide a cinder driver means jumping to a whole lotta hoops. | 17:21 |
*** e0ne has quit IRC | 17:22 | |
*** dtantsur is now known as dtantsur|afk | 17:22 | |
fungi | flip214: yep, cinder wants all their officially supported drivers rigorously tested to confirm proposed changes won't stop them from working | 17:22 |
fungi | and adding a devstack-tempest job to your devstack plugin's repo ensures that changes to that plugin are self-tested so it doesn't break itself | 17:23 |
flip214 | fungi: yes, I can understand that wish - and I like automated testing, too. | 17:23 |
flip214 | my own project (in C) got 93% code coverage. | 17:23 |
flip214 | but that some open-source driver providers need to read, understand, ... all these requirements, while there could simply be some shell script for -infra that would "just do" all those things ... | 17:24 |
flip214 | ... feels misplaced. | 17:24 |
*** pelix has quit IRC | 17:24 | |
*** ildikov has joined #openstack-infra | 17:25 | |
*** wenlock__ has quit IRC | 17:25 | |
*** deepakcs has quit IRC | 17:26 | |
fungi | flip214: part of this is making sure that the necessary infrastructure is in place so that the integration testing for a particular driver can be maintained going forward by the people who wrote it, rather than being dumped on the already overworked people maintaining the core functionality in these projects | 17:26 |
*** vlaza has joined #openstack-infra | 17:26 | |
*** claudiub has quit IRC | 17:26 | |
*** Sukhdev has quit IRC | 17:26 | |
fungi | we've unfortunately had far too many parties think that they can just contribute a driver or test integration for the same and then walk away and expect someone else to care for it after that | 17:27 |
*** eharney has quit IRC | 17:27 | |
flip214 | fungi: yeah, right. but requiring all other people to understand 40 different workflows just to support lots of paperwork (sorry, it feels like that), is non-optimal too. | 17:27 |
flip214 | "with a little help from my friends" is what I try to get at. | 17:27 |
flip214 | I'd have hoped that there's some small script that does all that stuff. | 17:28 |
*** ddieterly has quit IRC | 17:28 | |
*** ddieterly has joined #openstack-infra | 17:28 | |
fungi | there's actually an extremely large script that does all this stuff, and what you're submitting is the configuration input to drive that script to do tasks specific to your repository | 17:28 |
*** armax has quit IRC | 17:29 | |
*** Guest39926 is now known as mgagne | 17:29 | |
*** mgagne has joined #openstack-infra | 17:29 | |
flip214 | what's "include a reference to the governance change", ie. which "Depends-On: <Gerrit Change-Id>" should I use? | 17:29 |
*** armax has joined #openstack-infra | 17:29 | |
fungi | flip214: for stackforge projects that's unnecessary | 17:29 |
fungi | that's only for repos which are being proposed to be governed under an official openstack project | 17:30 |
openstackgerrit | Merged openstack-infra/project-config: Added NPM executions for StoryBoard Tests. https://review.openstack.org/170995 | 17:30 |
flip214 | so, I'll just go on with "$ git review -t new-project | 17:30 |
fungi | yep | 17:30 |
*** sarob has quit IRC | 17:31 | |
*** jcoufal has quit IRC | 17:31 | |
openstackgerrit | Merged openstack-infra/project-config: Fix regex for excluding slow tests in Nova Cells V1 job https://review.openstack.org/171414 | 17:32 |
fungi | clarkb: did you see breakside's ipa came in 4th out of 116 american ipas in paste magazine's blind taste test? i remember liking it, but now i need to make sure it ends up on my oscon agenda | 17:32 |
flip214 | would that need a Change-Id (ie. the git commit hook) too? | 17:32 |
flip214 | I saw no reference about installing that. | 17:33 |
clarkb | I had not, but that doesn't surprise me. I think breakside is one of the better breweries in portland and the world | 17:33 |
fungi | flip214: git review should add it automagically | 17:33 |
flip214 | fungi: yes, right, "Your change was committed before the commit hook was installed. | 17:34 |
openstackgerrit | Ph. Marek proposed openstack-infra/project-config: A Devstack-plugin that installs a DRBD backend. https://review.openstack.org/171754 | 17:34 |
flip214 | here you go, no real understanding, just lots of copy+paste... | 17:34 |
flip214 | I'll be on my way to the train. | 17:34 |
flip214 | I'll be available in a bit, but would like to continue tomorrow morning ... I hope that there's someone awake in -infra. | 17:34 |
flip214 | thanks a lot! | 17:34 |
fungi | flip214: taking a look now, and you're welcome! there are usually people awake in here around the clock... no idea what morning is for you though | 17:35 |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: DO NOT MERGE testing overlay network options https://review.openstack.org/171714 | 17:36 |
openstackgerrit | Merged openstack-infra/devstack-gate: Reflect the fact that devstack takes 10-15 minutes now https://review.openstack.org/171367 | 17:36 |
*** tonytan4ever has quit IRC | 17:37 | |
*** MaxV has joined #openstack-infra | 17:38 | |
fungi | flip214: i left an inline comment on https://review.openstack.org/171754 pointing out where your yaml is malformed and will need correcting | 17:38 |
*** dizquierdo has joined #openstack-infra | 17:39 | |
harlowja | if u guys get a chance can u look over https://review.openstack.org/#/c/171393/ (i added tests so that this lib can be tested) | 17:39 |
*** tonytan4ever has joined #openstack-infra | 17:39 | |
*** yamahata has quit IRC | 17:39 | |
clarkb | harlowja: are you done adding patchsets :P | 17:39 |
harlowja | clarkb ya ;) | 17:39 |
harlowja | i'm adding followup ones with more tests... | 17:39 |
harlowja | now that i can stop that thread | 17:40 |
*** achanda has quit IRC | 17:40 | |
harlowja | *otherwise sorta hard to have tests that ever end, lol | 17:40 |
*** tonytan4ever has quit IRC | 17:41 | |
*** tonytan4ever has joined #openstack-infra | 17:41 | |
openstackgerrit | Edward Raigosa (wenlock) proposed openstack-infra/puppet-jenkins: add install method option for jenkins to pin https://review.openstack.org/171757 | 17:42 |
openstackgerrit | Edward Raigosa proposed openstack-infra/puppet-jenkins: add install method option for jenkins to pin https://review.openstack.org/171757 | 17:44 |
*** mmedvede has joined #openstack-infra | 17:44 | |
*** otter768 has joined #openstack-infra | 17:45 | |
openstackgerrit | Joshua Harlow proposed openstack-infra/gerritlib: Add basic state transition tests https://review.openstack.org/171758 | 17:46 |
*** tonytan4ever has quit IRC | 17:48 | |
*** tonytan4ever has joined #openstack-infra | 17:48 | |
*** edmondsw has joined #openstack-infra | 17:49 | |
*** otter768 has quit IRC | 17:49 | |
*** hdd has quit IRC | 17:50 | |
edmondsw | https://review.openstack.org/#/c/169442/ is failing in the gate for icehouse/juno, and as near as I can tell the problem is a ceilometerclient version issue | 17:51 |
edmondsw | that change isn't doing anything with the version... has something else landed recently that added that version check? | 17:51 |
fungi | edmondsw: yep, known issue. i believe one of the ceilo devs has that bug assigned and is working on a fix | 17:52 |
fungi | edmondsw: bug 1441655 | 17:52 |
openstack | bug 1441655 in Ceilometer "ceilometermiddleware not in global requirements" [Critical,In progress] https://launchpad.net/bugs/1441655 | 17:52 |
*** ddieterly has quit IRC | 17:52 | |
*** eharney has joined #openstack-infra | 17:52 | |
edmondsw | fungi, I looked on elastic-recheck and nothing jumped out at me... tx | 17:52 |
edmondsw | fungi, why wouldn't that bug show up there? | 17:53 |
*** _nadya_ has quit IRC | 17:53 | |
*** achanda has joined #openstack-infra | 17:53 | |
*** ddieterly has joined #openstack-infra | 17:53 | |
*** dboik_ has joined #openstack-infra | 17:53 | |
*** hdd has joined #openstack-infra | 17:53 | |
fungi | edmondsw: elastic-recheck is backed by a manually curated set of log matching patterns, so probably just hasn't been added yet | 17:54 |
fungi | gordc: sdague: does https://review.openstack.org/171685 also need a stable/juno backport? | 17:54 |
fungi | (and stable/icehouse?) | 17:55 |
gordc | fungi: hmm.. i'm not sure if ceilometerclient error is related to bug 1441655... i'm not sure ceilometermiddleware and ceilometerclient are related at all. | 17:55 |
openstack | bug 1441655 in Ceilometer "ceilometermiddleware not in global requirements" [Critical,In progress] https://launchpad.net/bugs/1441655 | 17:55 |
fungi | hrm, checking | 17:55 |
*** mrmartin has joined #openstack-infra | 17:55 | |
gordc | fungi: or there isn't any relation... unless i'm missing some random dependency. | 17:55 |
flip214 | fungi: thanks, looking. | 17:56 |
flip214 | what openstack needs is a few people advertising "will do devstack plugin setup for $xxx" | 17:56 |
*** dboik has quit IRC | 17:56 | |
gordc | edmondsw: the failure with juno gate seems to be related to this. https://ask.openstack.org/en/question/64130/getting-error-while-installing-devstack-juno-release-stacksh/ | 17:56 |
fungi | gordc: cool, i'm digging into the failure log now. maybe there was a new ceilometerclient release and it's not pinned in stable reqs? | 17:56 |
flip214 | and if these would be core maintainers quite a lot of time could be saved, because it'd be a standard job for them | 17:56 |
gordc | edmondsw: argh nevermind. wrong paste. | 17:57 |
*** bswartz has quit IRC | 17:57 | |
fungi | flip214: the infra core reviewers/root sysadmins used to manually perform all new project additions. it was time-consuming and is why we built self-service automation around it | 17:57 |
openstackgerrit | David Shrewsbury proposed openstack-infra/shade: Add get_subnet() method https://review.openstack.org/171760 | 17:58 |
gordc | fungi: not that i know of (i don't have release abilities but it seems like pypi hasn't been changed) | 17:58 |
jeblair | flip214: see also http://git.openstack.org/cgit/openstack-dev/cookiecutter/tree/ | 17:58 |
flip214 | fungi: yeah, but someone who knows what he's doing would need much less time - and there might not be a need to have another manual review, saving reviewer time ... | 17:58 |
flip214 | fungi: fixed, see | 17:59 |
openstackgerrit | Ph. Marek proposed openstack-infra/project-config: A Devstack-plugin that installs a DRBD backend. https://review.openstack.org/171754 | 17:59 |
*** yamahata has joined #openstack-infra | 17:59 | |
edmondsw | gordc, when did ceilometerclient 1.0.13 get released? | 17:59 |
jeblair | flip214: oh, sorry, see rather: http://git.openstack.org/cgit/openstack-dev/devstack-plugin-cookiecutter/ | 17:59 |
*** tsg_ has joined #openstack-infra | 17:59 | |
flip214 | jeblair: looking. | 17:59 |
gordc | edmondsw: end of february | 18:00 |
flip214 | jeblair: what's that? | 18:00 |
*** bswartz has joined #openstack-infra | 18:00 | |
fungi | edmondsw: "Client disconnected before sending all data to backend" http://logs.openstack.org/42/169442/3/check/gate-tempest-dsvm-neutron-src-python-ceilometerclient-juno/89d4a62/logs/devstacklog.txt.gz#_2015-04-08_13_37_20_848 | 18:00 |
flip214 | ah, a template for the new repository? thanks. | 18:00 |
rcarrillocruz | jeblair , clarkb: hiya, any chance you could approve https://review.openstack.org/#/c/168572/ ? we need it to automate dev infra deploys | 18:00 |
rcarrillocruz | pls :-) | 18:00 |
*** annegentle has joined #openstack-infra | 18:01 | |
jeblair | flip214: yeah. it's new, hasn't seen a lot of use yet, but may be helpful. | 18:01 |
*** sarob has joined #openstack-infra | 18:01 | |
edmondsw | fungi, yes, saw that too... wasn't sure if that was the problem or just a symptom | 18:01 |
*** teran has quit IRC | 18:01 | |
flip214 | so, IIUC, I'll ask about that new devstack plugin in ~12 hours, and then start to fill it, right? | 18:02 |
fungi | edmondsw: oh, actually looks like it's a swift issue. the traceback is at http://logs.openstack.org/42/169442/3/check/gate-tempest-dsvm-neutron-src-python-ceilometerclient-juno/89d4a62/logs/devstacklog.txt.gz#_2015-04-08_13_36_41_988 | 18:02 |
*** teran has joined #openstack-infra | 18:02 | |
edmondsw | fungi, right | 18:02 |
edmondsw | fungi, that's where I see the version complaint | 18:02 |
fungi | edmondsw: pkg_resources.ContextualVersionConflict: (python-ceilometerclient 1.0.13.post24 (/opt/stack/new/python-ceilometerclient), Requirement.parse('python-ceilometerclient<=1.0.12,>=1.0.6'), set(['ceilometer'])) | 18:02 |
edmondsw | fungi, exactly | 18:02 |
*** MarkAtwood has quit IRC | 18:02 | |
edmondsw | fungi, but why are we seeing this now? 1.0.13 has been out since feb | 18:03 |
fungi | edmondsw: so somehow we're dragging in python-ceilometerclient 1.0.13 when requirements pins <=1.0.12,>=1.0.6 | 18:03 |
fungi | edmondsw: oh... | 18:04 |
jeblair | flip214: the repo should exist about 30 minutes after the change to create it is approved | 18:04 |
fungi | edmondsw: so, we can't backwards-compat test changes to master of libs if we've got them pinned to earlier releases in stable branches | 18:04 |
fungi | dhellmann: if you're around, what was the solution to ^ that? do you recall? | 18:05 |
edmondsw | fungi, yeah... and yet we seem to be trying... is something not correctly preventing that, or should we not be pinning there (or both)? | 18:05 |
* dhellmann reads scrollback | 18:06 | |
Krinkle | That's one long job name :D gate-tempest-dsvm-neutron-src-python-ceilometerclient-juno | 18:06 |
flip214 | jeblair: okay, but it's 20:06 here, and I'm on my way to my family ... | 18:06 |
clarkb | fungi: any idea why http://logs.openstack.org/14/171714/3/experimental/check-tempest-dsvm-aiopcpu-full/6e27786/console.html#_2015-04-08_18_05_57_904 happens? | 18:06 |
*** teran has quit IRC | 18:06 | |
dhellmann | fungi: clients need to have stable branches cut so that we don't try to install them from master in stable-maint jobs | 18:06 |
jeblair | flip214: we operate asynchronously here. have a good evening. :) | 18:07 |
dhellmann | fungi: I'm not sure if that's exactly what's causing this case, but I know that's a common cause of similar issues | 18:07 |
*** sarob has quit IRC | 18:08 | |
*** sarob has joined #openstack-infra | 18:08 | |
fungi | clarkb: i've seen that before when trying to add a route which already exists without deleting the old one first. maybe something similar... does an interface named if_br_flat maybe already exist at the point where that's being called? | 18:09 |
yolanda | jeblair, did you have a chance to look at https://etherpad.openstack.org/p/Nodepool_benchmarks ? | 18:10 |
clarkb | fungi: no, I am able to reproduce on a node I have held without that link name | 18:10 |
* clarkb tried a random other name to see if consistent | 18:10 | |
clarkb | ya adding a clarkb-test link also fails | 18:10 |
fungi | capabilities? | 18:11 |
flip214 | jeblair: and in parallel, as I notice ;) | 18:11 |
jeblair | yolanda: what's your recommendation? | 18:12 |
edmondsw | gordc, see dhellman's response ^ | 18:12 |
clarkb | fungi: I don't think so, i think I need to add options to add a veth? | 18:12 |
edmondsw | gordc, know anything about that? | 18:12 |
yolanda | according to simulator and charts, best performance was on independent task managers and moving create/delete to new one | 18:12 |
clarkb | fungi: basically what I need there is an interface to add to the ovs bridge sothat nova net can use those interface | 18:12 |
fungi | clarkb: maybe needs a network namespace specified? | 18:13 |
clarkb | I wonder if nova net can just use the ovs bridge directly | 18:13 |
yolanda | but i think that a better implementation of that task manager than i did is needed | 18:13 |
dhellmann | edmondsw, gordc: http://specs.openstack.org/openstack/openstack-specs/specs/library-stable-branches.html | 18:13 |
*** j^2 has left #openstack-infra | 18:13 | |
clarkb | fungi: I am going to try using the bridge directly with nova | 18:14 |
fungi | clarkb: worth a shot | 18:14 |
*** mrmartin has quit IRC | 18:14 | |
yolanda | i liked priorityqueue for simplicity, but it's performing a bit worse | 18:15 |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: DO NOT MERGE testing overlay network options https://review.openstack.org/171714 | 18:15 |
fungi | clarkb: http://lists.openwall.net/netdev/2011/04/22/33 looks similar but doesn't seem like it should be the cause | 18:15 |
*** dboik_ has quit IRC | 18:16 | |
jeblair | yolanda: i'm fairly certain priority queue will starve us if we use it under real conditions | 18:16 |
jeblair | yolanda: so maybe fix up https://review.openstack.org/#/c/170788/2 | 18:17 |
jeblair | yolanda: seems like the way to go? | 18:17 |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: DO NOT MERGE testing overlay network options https://review.openstack.org/171714 | 18:17 |
clarkb | fungi: ya another option is to do a pair like that and add one side to bridge and have nova use the other | 18:17 |
openstackgerrit | Joshua Harlow proposed openstack-infra/gerritlib: Add test for reconnect attempts https://review.openstack.org/171763 | 18:17 |
clarkb | fungi: but I am trying to keep the network setup as simple as possible, so hopefully the bridge itself is useable by nova | 18:17 |
yolanda | jeblair, i'm concerned about rate calculations using that approach, what's your idea there? just double the rate on config as we have 2 queues? instead of 0.1 go with 0.2 ? | 18:18 |
*** chandankumar has joined #openstack-infra | 18:18 | |
jeblair | yolanda: and with 169540 you can test it out a little closer to reality | 18:18 |
jeblair | yolanda: that seems safe | 18:18 |
*** dannywilson has joined #openstack-infra | 18:19 | |
openstackgerrit | Joshua Harlow proposed openstack-infra/gerritlib: Add test for reconnect attempts https://review.openstack.org/171763 | 18:19 |
clarkb | jeblair: yolanda I agree that the priority is likely going to lead to starvation | 18:19 |
jeblair | yolanda: we may want to consider making the use of it a configuration option too -- we may not want to use it on rackspace (i'm not sure about that) | 18:19 |
yolanda | clarkb, yes, if we could add some extra checks to don't queue an already queued polling tasks, this will improve, but its adding more overhead | 18:19 |
jeblair | yolanda: the cache means that it's fine to enqueue multiple tasks, they only run once per 5 seconds. the problem is that hpcloud sometimes takes longer than that to return. we could increase the cache timeout, but the main point is that if polling ever takes longer than the cache interval, creation will stop until all servers are created | 18:21 |
*** SumitNaiksatam has joined #openstack-infra | 18:22 | |
yolanda | jeblair, i know yes, but i meant, to check queue, if there was a listservers task already queue, it makes no sense to queue another after that, as they are going to run nearly together | 18:22 |
*** spzala has quit IRC | 18:22 | |
yolanda | but it's adding more complexity | 18:22 |
jeblair | yolanda: are you proposing removing the cache? | 18:22 |
jeblair | yolanda: it certainly makes sense to enqueue multiple ones now -- the first one runs, the second one does not but uses the cache to return data to its thread | 18:23 |
jeblair | yolanda: if you didn't enqueue it, the thread would not get the information it needs | 18:23 |
yolanda | jeblair, just a thought if we moved to priority queue, then we could just enqueue items over a period | 18:23 |
jeblair | yolanda: in other words, there is zero cost to having more than one listservers task in the queue | 18:23 |
*** shashankhegde has joined #openstack-infra | 18:24 | |
gordc | dhellmann: i don't quite understand, it doesn't seem like there's a stable branch for any of the clients. | 18:24 |
yolanda | about independent task managers, i like the idea that Iain commented, to have a task manager with 2 queues, but as we are moving to shade, and using a taskmanager there, i don't like to move that logic, that's only for nodepool there | 18:24 |
yolanda | what are your thoughts about it? | 18:25 |
jeblair | yolanda: but then you would need a different way of moving the information to the thread. that's just moving the problem around. as long as you decide that listing servers has higher priority than creating, then you will always be listing servers rather than creating if listing servers takes longer than the amount of time you want to cache the results | 18:25 |
jeblair | (however you want to do that) | 18:25 |
*** _nadya_ has joined #openstack-infra | 18:25 | |
dhellmann | gordc: right, this is a new thing. Because we cap version, making breaking or dependency changes in master will now fail the stable-compat jobs because those will still install from master when the stable branch doesn't exist (that job tries to install stable/$SERIES and if that doesn't exist it uses master) | 18:25 |
jeblair | yolanda: agreed, let's stick with the current taskmanager api. we can hide the details within it. | 18:26 |
*** koolhead17 has joined #openstack-infra | 18:26 | |
yolanda | ok, so i'll go with that change, i'll give a deeper look to that, to review the weaknesses of it, as i just wanted to create a fast POC | 18:27 |
gordc | dhellmann: ah, i take it that's why novaclient gate is broken as well | 18:27 |
jeblair | yolanda: we can even do ianw's idea of having two running threads within one manager, but instead of changing the submit task api, we can just have the taskmanager decide which queue to put a task into based on type. | 18:27 |
ctlaugh | nibalizer: I was looking at your change to add dpkg arch to facter... I'm not proficient in gerrit... should I (or is it possible) to start a new version of my change and make it dependent on yours even though it hasn't been approved, or just wait? | 18:27 |
openstackgerrit | Merged openstack-infra/system-config: Expose puppetmaster_server param on openstack_project::puppetmaster https://review.openstack.org/168572 | 18:27 |
*** annegentle has quit IRC | 18:28 | |
*** boris-42 has quit IRC | 18:28 | |
yolanda | jeblair, but taskmanager is moved to shade, right? then we need that shade encapsulates that logic? | 18:28 |
jeblair | yolanda: but nodepool will pass in a taskmanager | 18:28 |
jeblair | yolanda: so if we had a taskmanager that sorted tasks into two queues based on task type, this would continue to work with shade | 18:29 |
yolanda | ah, that's better then. I looked at some code reviews and just saw some taskmanager directly in shade | 18:29 |
*** weshay is now known as weshay_mtg | 18:29 | |
yolanda | i like that approach | 18:29 |
jeblair | yolanda: so actually, that might be the best way to proceed so it's future-proof | 18:29 |
nibalizer | ctlaugh: it is possible to make them dependent | 18:29 |
dhellmann | gordc: probably, yes. I tried to publicize this issue but didn't have many people comment on the spec. I assumed we would sort it out when development ground to a halt. :-) | 18:29 |
nibalizer | what I would do is checkout my patch, then cherry pick yours on top | 18:29 |
jeblair | yolanda: we'd probably just need to change the task types when we switch to shade, but that would be easy | 18:29 |
yolanda | jeblair, ok, sounds like a plan | 18:29 |
nibalizer | then 'git review' and it will get set | 18:29 |
gordc | dhellmann: :) | 18:30 |
*** teran has joined #openstack-infra | 18:30 | |
jeblair | yolanda: cool! :) mordred ^ fyi | 18:30 |
yolanda | i'll give it a try tomorrow | 18:30 |
*** annegentle has joined #openstack-infra | 18:30 | |
*** johnthetubaguy is now known as zz_johnthetubagu | 18:30 | |
*** mrmartin has joined #openstack-infra | 18:30 | |
openstackgerrit | Edward Raigosa (wenlock) proposed openstack-infra/puppet-jenkins: add install method option for jenkins to pin https://review.openstack.org/171757 | 18:30 |
*** tnovacik has joined #openstack-infra | 18:32 | |
openstackgerrit | yolanda.robla proposed openstack-infra/system-config: Move manage_projects logic to puppet-jeepyb https://review.openstack.org/171565 | 18:34 |
*** _nadya_ has quit IRC | 18:34 | |
fungi | weird... `tox -e zuul` fail for anyone else in branch tip of project-config, complaining "Duplicate entry found: '{pipeline}-neutron-dsvm-api{branch-designator}' is already defined" ? | 18:34 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: A Devstack-plugin that installs a DRBD backend. https://review.openstack.org/171754 | 18:35 |
*** chandankumar has quit IRC | 18:36 | |
sdague | fungi: I believe ceilometermiddleware is new as of kilo | 18:36 |
fungi | sdague: got it. that was a red herring anyway. real issue is that master changes to ceiloclient are being backward-compat tested against stable branches which pin to an older version | 18:36 |
sdague | fungi: oh, nifty... | 18:37 |
sdague | fungi: is there a representative fail? | 18:37 |
fungi | sdague: http://logs.openstack.org/42/169442/3/check/gate-tempest-dsvm-neutron-src-python-ceilometerclient-juno/89d4a62/logs/devstacklog.txt.gz#_2015-04-08_13_36_41_988 | 18:38 |
sdague | gotcha | 18:39 |
*** ayoung has joined #openstack-infra | 18:39 | |
*** jcoufal has joined #openstack-infra | 18:39 | |
fungi | sdague: suspecting we shouldn't have a gate-tempest-dsvm-neutron-src-{name}-juno (or icehouse) on projects which are pinned in stable reqs, or limit those jobs to changes proposed against their respective stable branches if they have any | 18:39 |
*** dboik has joined #openstack-infra | 18:41 | |
*** dboik has quit IRC | 18:41 | |
*** e0ne has joined #openstack-infra | 18:41 | |
*** koolhead17 has quit IRC | 18:41 | |
clarkb | I am about to head to lunch then finish up taxes with accountant. So may not be back for a bit | 18:41 |
*** dboik has joined #openstack-infra | 18:42 | |
*** bswartz has quit IRC | 18:42 | |
TheJulia | win 7 | 18:42 |
* TheJulia clearly needs to just start using the alt key | 18:42 | |
fungi | it's all full of win here | 18:43 |
openstackgerrit | Clark Laughlin proposed openstack-infra/puppet-jenkins: Change installation of the JDK to use the architecture of the host https://review.openstack.org/168222 | 18:43 |
*** bswartz has joined #openstack-infra | 18:44 | |
jeblair | pleia2: oh cool! my gertty was sitting on my priority review page, and a new one just popped into it! thanks! :) | 18:46 |
*** ibiris is now known as ibiris_away | 18:47 | |
*** jcoufal has quit IRC | 18:47 | |
pleia2 | \o/ | 18:48 |
*** stevemar has quit IRC | 18:48 | |
ctlaugh | nibalizer: I resubmitted it -- looks like everything showing up correctly in gerrit | 18:48 |
nibalizer | yea looks good | 18:49 |
*** _nadya_ has joined #openstack-infra | 18:49 | |
nibalizer | so infra on arm huh ... any reason in particual? | 18:49 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/project-config: A Devstack-plugin that installs a DRBD backend. https://review.openstack.org/171754 | 18:50 |
ctlaugh | nibalizer: CI, validating everything on arm64 | 18:50 |
mrmartin | fungi: I have a fix for the smartcn warning on ask.o.o: https://review.openstack.org/171600 it was a bit tricky, and affects only sites where the /tmp dir was cleaned as a result of reboot. I did tests in vagrant, works well now. | 18:50 |
fungi | nibalizer: nodepool on arm so that you can build arm diskimages without needing to have a cross-build environment to do so from amd64 or something | 18:51 |
bknudson | looks like keystoneclient gate is failing due to ... ceilometer not being capped? | 18:51 |
fungi | nibalizer: at least that seems like one of the more useful reasons | 18:51 |
fungi | mrmartin: saw that earlier. reviewing now | 18:51 |
*** _nadya_ has quit IRC | 18:52 | |
mrmartin | and this requires some care too: https://review.openstack.org/171066 because adding new patches to askbot-theme can broke the ask.o.o site | 18:52 |
bknudson | looks like that issue is already being discussed so hopefully will get fixed. | 18:52 |
jeblair | i'm still looking for someone to implement the nodepool builder spec :) | 18:52 |
ctlaugh | nibalizer, fungi - yes, using as much from openstack-infra as possible, and the nodepool scripts have all of these puppet dependencies that are not fully arch-independent | 18:52 |
jeblair | that would really help with cross-platform testing | 18:52 |
mrmartin | and Evgeny like to work on that, and publish ask.o.o site redesign patches | 18:52 |
nibalizer | jeblair: my thoughts exactly | 18:53 |
*** annegentle has quit IRC | 18:53 | |
jeblair | ctlaugh: http://specs.openstack.org/openstack-infra/infra-specs/specs/nodepool-workers.html may be of interest to you | 18:53 |
*** sarob has quit IRC | 18:54 | |
openstackgerrit | Stephanie Miller proposed openstack-infra/system-config: Add infra setup for zanata https://review.openstack.org/169074 | 18:54 |
openstackgerrit | Merged openstack/requirements: add ceilometermiddleware to requirements https://review.openstack.org/171685 | 18:54 |
nibalizer | ctlaugh: sure. did you see my comment about using rubygems to install latest puppet? | 18:54 |
fungi | jeblair: agreed, being able to have an arm nodepool builder worker taking orders from an m68k^H^H^H^Hamd64 nodepoold would be awesome | 18:54 |
jeblair | hehe | 18:55 |
nibalizer | also using cfacter should speed up your puppet rubs a lot | 18:55 |
*** [HeOS] has joined #openstack-infra | 18:55 | |
*** gmurphy has left #openstack-infra | 18:55 | |
nibalizer | er, runs | 18:55 |
shashankhegde | Hi sdague | 18:56 |
shashankhegde | Looks like the https://github.com/openstack-dev/devstack/commit/60996b1b60c3efb1376b9f0d659acebd05c47f09 is causing devstack to fail | 18:56 |
shashankhegde | I was wondering if anyone has run into this | 18:56 |
sdague | shashankhegde: where is it causing it to fail? | 18:57 |
shashankhegde | While installing the database, the new code looks into the requirements file | 18:58 |
shashankhegde | But the requirements repo is downloaded after installing the database | 18:58 |
sdague | shashankhegde: requirements repo should be one of the first things that's pulled in | 18:58 |
shashankhegde | sdague: install_infra() on line 737 in stack.sh pulls the requirements repo, right? | 19:00 |
sdague | yes | 19:00 |
openstackgerrit | Eric Brown proposed openstack/requirements: Add Bandit as a global test requirement https://review.openstack.org/167126 | 19:00 |
sdague | so I wonder how this passed our upstream tests | 19:01 |
shashankhegde | The failure is due to install_database_python on line 724 | 19:01 |
sdague | shashankhegde: ok, so we need to move install_infra up further | 19:01 |
*** Ala has quit IRC | 19:01 | |
sdague | you want to provide the patch? | 19:01 |
shashankhegde | sdague: yep | 19:01 |
shashankhegde | Sure | 19:01 |
sdague | shashankhegde: I think it should go before extras pre-install | 19:02 |
sdague | though I'm seriously confused how it passed our tests :) | 19:03 |
shashankhegde | sdague: let me take a look at I'll push the patch | 19:03 |
shashankhegde | sdague: :) | 19:03 |
fungi | flip214: i applied some cosmetic fixes to your https://review.openstack.org/171754 which were causing it to fail consistency tests, and am now good with it. once it gets a second core reviewer's approval it should be set up shortly thereafter | 19:03 |
*** spzala has joined #openstack-infra | 19:03 | |
*** dboik_ has joined #openstack-infra | 19:05 | |
*** dboik has quit IRC | 19:05 | |
*** dizquierdo has quit IRC | 19:06 | |
*** hdd has quit IRC | 19:08 | |
*** luqas has joined #openstack-infra | 19:09 | |
*** ociuhandu_ has quit IRC | 19:10 | |
*** imcsk8|afk is now known as imcsk8 | 19:10 | |
*** cdent has quit IRC | 19:11 | |
*** hdd has joined #openstack-infra | 19:12 | |
*** hdd has quit IRC | 19:12 | |
*** wenlock__ has joined #openstack-infra | 19:14 | |
*** luqas has quit IRC | 19:14 | |
*** annegentle has joined #openstack-infra | 19:15 | |
*** mrmartin has quit IRC | 19:16 | |
openstackgerrit | Jeremy Stanley proposed openstack-dev/pbr: Don't override package when set in .coveragerc https://review.openstack.org/171331 | 19:17 |
*** wenlock__ has quit IRC | 19:18 | |
*** shashankhegde has quit IRC | 19:19 | |
*** ivar-lazzaro has quit IRC | 19:21 | |
*** ivar-lazzaro has joined #openstack-infra | 19:22 | |
*** bswartz has quit IRC | 19:26 | |
*** Krinkle is now known as Krinkle|detached | 19:26 | |
*** ayoung is now known as ayoung-mtg | 19:28 | |
*** mrmartin has joined #openstack-infra | 19:28 | |
fungi | ooh--the heat is on! we now have an election for nova ptl | 19:33 |
*** MaxV has quit IRC | 19:34 | |
*** ivar-lazzaro has quit IRC | 19:34 | |
mtreinish | fungi: yeah, only 1 election this time | 19:35 |
fungi | so far anyway | 19:35 |
mtreinish | I think mordred should go for trove ptl, that would make things more interesting | 19:35 |
mtreinish | fungi: when is the deadline, I though pretty soon | 19:36 |
openstackgerrit | James E. Blair proposed stackforge/gertty: Open internal URLs in commentlinks https://review.openstack.org/171382 | 19:36 |
openstackgerrit | James E. Blair proposed stackforge/gertty: Display file header in top line of diff https://review.openstack.org/171383 | 19:36 |
openstackgerrit | James E. Blair proposed stackforge/gertty: Add a key to return to the project list https://review.openstack.org/171380 | 19:36 |
openstackgerrit | James E. Blair proposed stackforge/gertty: Highlight own name on change screen https://review.openstack.org/171381 | 19:36 |
openstackgerrit | James E. Blair proposed stackforge/gertty: Don't enqueue full syncs when going offline https://review.openstack.org/171457 | 19:36 |
openstackgerrit | James E. Blair proposed stackforge/gertty: Fix crash on opening a change with missing commits https://review.openstack.org/171384 | 19:36 |
openstackgerrit | James E. Blair proposed stackforge/gertty: Fix error in double upload https://review.openstack.org/171385 | 19:36 |
*** achanda has quit IRC | 19:37 | |
fungi | mtreinish: "until April 9, 2015 05:59 UTC" according to tristanC's announcement | 19:37 |
*** thedodd has quit IRC | 19:37 | |
fungi | so a little over 10 hours remaining | 19:37 |
jeblair | does trove not have a candidate? | 19:37 |
*** BharatK has quit IRC | 19:37 | |
fungi | they do. SlickNik sent his nomination to the list a few hours ago | 19:38 |
mtreinish | jeblair: as of like an hour or 2 ago they do | 19:38 |
jeblair | oh ok | 19:38 |
jeblair | any projects ptl-less at this point? | 19:38 |
tristanC | jeblair: no more ptl-less project now | 19:38 |
mtreinish | jeblair: I don't think so | 19:38 |
fungi | all accounted for, but so far only one contested seat | 19:39 |
tristanC | mtreinish: fungi: that is correct, a candidate have "until April 9, 2015 05:59 UTC" to propose his candidacy | 19:40 |
sdague | fungi: well, all covered only because we have 1 person running for 2 ptl seats | 19:40 |
*** mtanino has quit IRC | 19:40 | |
mordred | sdague: I could try _Also_ running for both of those seats | 19:41 |
sdague | mordred: you should totally run for zaqar ptl | 19:41 |
fungi | sdague: this is a very good point. flaper87 needs a break | 19:41 |
*** Sukhdev has joined #openstack-infra | 19:41 | |
*** MaxV has joined #openstack-infra | 19:41 | |
mtreinish | sdague: or mordred as glance ptl also would have a simlar vibe :) | 19:41 |
mordred | except then I'd have to do something | 19:42 |
*** e0ne has quit IRC | 19:43 | |
*** bswartz has joined #openstack-infra | 19:44 | |
*** MaxV has quit IRC | 19:44 | |
*** tonytan4ever has quit IRC | 19:44 | |
openstackgerrit | Stephanie Miller proposed openstack-infra/system-config: Upgradewildflypuppet module https://review.openstack.org/171790 | 19:44 |
openstackgerrit | Stephanie Miller proposed openstack-infra/puppet-zanata: Upgrade wildfly puppet module https://review.openstack.org/171791 | 19:45 |
*** achanda has joined #openstack-infra | 19:46 | |
*** otter768 has joined #openstack-infra | 19:46 | |
jeblair | cinerama: are those tabs in the commit message of https://review.openstack.org/171790 ? | 19:46 |
*** samueldmq has quit IRC | 19:47 | |
cinerama | jeblair: that is so weird, right? i think the copypasta gods are punishing me | 19:47 |
openstackgerrit | Stephanie Miller proposed openstack-infra/system-config: Upgrade wildfly puppet module https://review.openstack.org/171790 | 19:47 |
*** e0ne has joined #openstack-infra | 19:47 | |
*** wznoinsk has quit IRC | 19:47 | |
jeblair | cinerama: well, i mean, i don't think we've ever had a bikeshed flamewar about tabs in commit message... you're blazing a trail! :) | 19:48 |
cinerama | jeblair: well, it's a quiet afternoon here... | 19:48 |
*** wenlock__ has joined #openstack-infra | 19:49 | |
*** wznoinsk has joined #openstack-infra | 19:49 | |
mordred | jeblair, yolanda: how do we add types to tasks? | 19:49 |
*** dkehn has quit IRC | 19:50 | |
mordred | jeblair: like, if we're going to have a smart task manager in nodepool that splits tasks based on type - where does the type come from? | 19:50 |
jeblair | mordred, yolanda: i'm imagining submittask does an 'isinstance(task, CreateServerTask)' | 19:50 |
openstackgerrit | Stephanie Miller proposed openstack-infra/puppet-zanata: Upgrade wildfly puppet module https://review.openstack.org/171791 | 19:50 |
mtreinish | jeblair: we totally should add a hacking rule to enforce only tabs no spaces in commit messages :) | 19:50 |
pleia2 | cinerama: ooh, did you test this latest version of the module? they did a big refactoring a couple weeks ago for version 0.2.0 and I haven't had a chance to give the new one a spin | 19:50 |
jeblair | mordred: this probably presupposes that tasks become part of the shade public api | 19:51 |
cinerama | pleia2: i tested it in the sense that i got a working install :) | 19:51 |
*** enikanorov has joined #openstack-infra | 19:51 | |
*** otter768 has quit IRC | 19:51 | |
jeblair | mordred: so then nodepool would do 'isinstance(task, shade.CreateServerTask)' | 19:51 |
pleia2 | cinerama: ok, great :) | 19:51 |
mordred | jeblair: yah - that was my concern - I'm fine with that overall, but we should think about it and stuff to make sure we like the names and whatnot | 19:51 |
*** ZZelle_ has joined #openstack-infra | 19:51 | |
jeblair | cinerama: it looks like https://review.openstack.org/171791 changes from https to http, is that intentional | 19:51 |
*** dkehn has joined #openstack-infra | 19:51 | |
mordred | or something | 19:51 |
jeblair | cinerama: ? | 19:52 |
cinerama | pleia2: there may be subtleties | 19:52 |
cinerama | jeblair: i literally just updated the commit message to explain that | 19:52 |
jeblair | cinerama: ha | 19:52 |
*** yamamoto has joined #openstack-infra | 19:52 | |
mordred | jeblair: any idea how granular we need to be? like, would it make sense to make 3 or 4 abstract base types that we can have nodepool look for? | 19:53 |
*** tonytan4ever has joined #openstack-infra | 19:53 | |
jeblair | cinerama: do you know why it's unhappy with the certs? | 19:53 |
mordred | jeblair: like "ListTask" or "ExpensiveTask" or "PolkaDottedTask" | 19:53 |
*** shashankhegde has joined #openstack-infra | 19:54 | |
jeblair | cinerama: (maybe puppet-wildfly should manage a special cert store just to download that?) | 19:54 |
jeblair | mordred: the problem is that there should be no expensive tasks -- there are tasks which are expensive in current hpcloud due to hpcloud bugs | 19:54 |
jeblair | mordred: and i don't think we want to bake "HPCloud1.1SlowTask" into the api | 19:54 |
*** sdake_ has joined #openstack-infra | 19:55 | |
mordred | jeblair: fair | 19:55 |
openstackgerrit | Matt Riedemann proposed openstack-infra/project-config: Add check-tempest-dsvm-f21 to experimental queue for openstack/nova https://review.openstack.org/171795 | 19:55 |
jeblair | mordred: so honestly, we (and nodepool) need to have pretty low-level knowledge to implement this | 19:55 |
mordred | yah. makes sense | 19:55 |
cinerama | jeblair, i did not poke at it too rigourously but "no certificate subject alternative name matches requested host name" | 19:55 |
mordred | then I think exposing the tasks as part of the API is fine | 19:56 |
jeblair | mordred: maybe the best approach is to make the tasks semi-public? i mean, i'm okay if nodepool has to change to keep up with changes in shade tasks | 19:56 |
*** Rockyg has joined #openstack-infra | 19:56 | |
jeblair | mordred: maybe it should be private and nodepool should just violate the layer separation? :) | 19:57 |
mordred | jeblair: I believe that it's ok to violate your own layers | 19:57 |
*** btully has quit IRC | 19:57 | |
jeblair | mordred: as long as shade+nodepool are buddies | 19:57 |
*** yamamoto has quit IRC | 19:57 | |
mordred | jeblair: I think the C++ term is "friends" | 19:57 |
*** wenlock__ has quit IRC | 19:57 | |
*** mattfarina has quit IRC | 19:58 | |
*** sdake has quit IRC | 19:58 | |
*** ddieterly has quit IRC | 19:58 | |
jeblair | mordred: it should be 'buddies' in rust | 19:58 |
*** soren has joined #openstack-infra | 19:58 | |
*** thedodd has joined #openstack-infra | 19:59 | |
mordred | jeblair: I think there are traits that buddies and friends and aquantainces all share that might be domain specific and have different implementations depending on the data | 19:59 |
*** dangers_away is now known as dangers | 20:00 | |
*** sabari has quit IRC | 20:04 | |
*** mattfarina has joined #openstack-infra | 20:04 | |
jeblair | cinerama: i wonder if the jboss folks need a new certificate that uses the san field? | 20:04 |
dougwig | hi infra. meetbot seems hosed in #openstack-meeting-alt | 20:04 |
fungi | dougwig: looking | 20:04 |
jeblair | pleia2, cinerama: maybe we can poke the redhat folks and suggest they look into that? | 20:04 |
pleia2 | jeblair, cinerama - yeah, I'll drop an email to carlos now | 20:04 |
*** e0ne has quit IRC | 20:04 | |
*** btully has joined #openstack-infra | 20:04 | |
*** ddieterly has joined #openstack-infra | 20:04 | |
*** sabari has joined #openstack-infra | 20:04 | |
cinerama | jeblair: the cert is basically for fungible-random-server.akamai.com | 20:05 |
*** achanda has quit IRC | 20:05 | |
fungi | dougwig: it looks like meetbot may be seeing some lag on the irc server it's connecting through | 20:05 |
dougwig | fungi: ok, thanks. | 20:05 |
cinerama | anyway i think for the moment my approach is sound as it might take A While for them to fix it and we're not gaining much if we're doing --no-check-certificate in the current wildfly module that "works" with https | 20:06 |
fungi | dougwig: nothing wrong with the bot that i can find, just possibly issues with one or more freenode servers | 20:06 |
*** ivar-lazzaro has joined #openstack-infra | 20:06 | |
jeblair | cinerama: what wget version are we using? | 20:07 |
jeblair | cinerama, pleia2: apparently support for SNI was added to wget in 1.14 | 20:07 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/shade: Refactor caching to allow per-method invalidate https://review.openstack.org/171456 | 20:08 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/shade: Add tests for caching https://review.openstack.org/171798 | 20:08 |
*** stevemar has joined #openstack-infra | 20:08 | |
anteaya | tristanC: his or her | 20:09 |
*** _nadya_ has joined #openstack-infra | 20:09 | |
pleia2 | I tried with wget 1.15 (on ubuntu 14.10) | 20:09 |
pleia2 | ah, carlos is on vacation through apr 26 | 20:10 |
fungi | popping out for a very late lunch, back soon | 20:10 |
jeblair | fungi: enjoy tea | 20:11 |
openstackgerrit | Merged openstack-infra/project-config: Don't run aiopcpu on stable branches https://review.openstack.org/169920 | 20:11 |
cinerama | 1.15 on both i tried | 20:11 |
*** bradjones_ has joined #openstack-infra | 20:11 | |
jeblair | so maybe something actually broken | 20:11 |
mtreinish | pleia2: I have 1.16.3 and I get the cert error too | 20:11 |
*** dkehn has quit IRC | 20:12 | |
*** _nadya_ has quit IRC | 20:12 | |
*** marcusvrn has quit IRC | 20:13 | |
*** bradjones has quit IRC | 20:13 | |
*** bradjones_ is now known as bradjones | 20:13 | |
*** bradjones has joined #openstack-infra | 20:13 | |
*** ivar-lazzaro has quit IRC | 20:14 | |
*** gmurphy has joined #openstack-infra | 20:14 | |
*** ivar-lazzaro has joined #openstack-infra | 20:14 | |
*** wenlock__ has joined #openstack-infra | 20:14 | |
anteaya | tristanC: 27 candidates only one woman so far, we don't want to discourage folks from considering themselves as ptl material | 20:15 |
*** ivar-lazzaro has quit IRC | 20:15 | |
*** ivar-lazzaro has joined #openstack-infra | 20:16 | |
asselin_ | is this test broken? gate-tempest-dsvm-neutron-src-python-cinderclient-juno https://review.openstack.org/#/c/167036/ | 20:17 |
*** annegentle has quit IRC | 20:17 | |
tristanC | anteaya: my bad, this was not intentional | 20:19 |
anteaya | tristanC: I know | 20:20 |
anteaya | ttx makes the same mistake | 20:20 |
anteaya | it is a French pronoun thing | 20:20 |
anteaya | tristanC: just wanted to ensure we had awareness, thanks for understanding | 20:20 |
*** bswartz has quit IRC | 20:20 | |
anteaya | btw the French really know how to pour a glass of wine | 20:21 |
anteaya | it is an art | 20:21 |
* anteaya loves Montreal | 20:21 | |
pleia2 | anteaya: ooh, at pycon? | 20:21 |
asselin_ | anteaya, I'm from Montreal. great city :) | 20:21 |
*** MaxV has joined #openstack-infra | 20:22 | |
anteaya | pleia2: yes | 20:22 |
anteaya | asselin_: are you, I didn't know that | 20:22 |
anteaya | asselin_: and yes, 'tis | 20:22 |
anteaya | love the churches | 20:22 |
*** annegentle has joined #openstack-infra | 20:23 | |
anteaya | you can't walk a block without being able to view a church | 20:23 |
anteaya | so beautiful | 20:23 |
asselin_ | anteaya, born there & went to undergrad there (mcgill) | 20:24 |
anteaya | nice! | 20:24 |
*** bswartz has joined #openstack-infra | 20:24 | |
anteaya | I went to Kingston, similar architechture | 20:24 |
anteaya | all that limestone | 20:24 |
*** wenlock__ has quit IRC | 20:25 | |
pleia2 | cinerama: woo, upstream puppet-wildfly commit \o/ | 20:25 |
pleia2 | lunch time | 20:25 |
*** tsg_ has quit IRC | 20:26 | |
cinerama | pleia2: well, a pull req anyway | 20:26 |
*** smccully has quit IRC | 20:26 | |
anteaya | cinerama: congratulations | 20:27 |
*** sdake_ has quit IRC | 20:28 | |
*** dkehn has joined #openstack-infra | 20:30 | |
*** crc32 has joined #openstack-infra | 20:30 | |
openstackgerrit | Davanum Srinivas (dims) proposed openstack-infra/project-config: Log heat-coe-templates to the openstack-containers channel https://review.openstack.org/171807 | 20:30 |
openstackgerrit | Armando Migliaccio proposed openstack-infra/devstack-gate: DO NOT MERGE https://review.openstack.org/171809 | 20:31 |
openstackgerrit | Hunter Haugen proposed openstack-infra/puppet-gerrit: Update license copyright line https://review.openstack.org/171811 | 20:31 |
*** mwagner_lap has quit IRC | 20:32 | |
*** mtanino has joined #openstack-infra | 20:32 | |
*** ayoung-mtg has quit IRC | 20:33 | |
*** mrmartin has quit IRC | 20:33 | |
*** stevemar has quit IRC | 20:34 | |
*** stevemar has joined #openstack-infra | 20:34 | |
*** kgiusti has quit IRC | 20:34 | |
*** dkranz has quit IRC | 20:35 | |
*** annegentle has quit IRC | 20:38 | |
*** annegentle has joined #openstack-infra | 20:39 | |
*** hodos has quit IRC | 20:39 | |
*** achanda has joined #openstack-infra | 20:39 | |
*** stevemar has quit IRC | 20:42 | |
*** stevemar has joined #openstack-infra | 20:42 | |
*** begal-sop__ has quit IRC | 20:42 | |
rcarrillocruz | pleia2: thx for approving the puppetmaster change | 20:43 |
*** begal-sop has joined #openstack-infra | 20:44 | |
*** annegentle has quit IRC | 20:45 | |
SpamapS | hrm.. my local flake8 is confused and not telling me when I have pep8 troubles | 20:47 |
shashankhegde | Hi sdague, I have submitted a patch (https://review.openstack.org/#/c/171814/) to clone the requirements repository before setting up the database | 20:50 |
shashankhegde | Could you please take a look? | 20:50 |
sdague | shashankhegde: ok, there is a parallel one that's gotten approved as it was breaking other folks as well | 20:50 |
shashankhegde | Oh | 20:51 |
*** dizquierdo has joined #openstack-infra | 20:51 | |
*** gulic has joined #openstack-infra | 20:51 | |
pleia2 | rcarrillocruz: sure thing :) | 20:52 |
*** ynasser has left #openstack-infra | 20:53 | |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/shade: Add tests for caching https://review.openstack.org/171798 | 20:53 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/shade: Refactor caching to allow per-method invalidate https://review.openstack.org/171456 | 20:53 |
*** dimtruck is now known as zz_dimtruck | 20:54 | |
zxiiro | in JJB how do I escape ${variable} in my bash script? JJB throws exception when I try to upload a script that has that | 20:55 |
clarkb | zxiiro: double up the {}s so it becomes ${{variable}} | 20:56 |
zxiiro | clarkb: works, thanks! | 20:56 |
*** dhritishikhar_ has quit IRC | 20:56 | |
asselin_ | zxiiro, that's only for jjb templates. For non-templates, you stick to single { | 20:57 |
*** tonytan4ever has quit IRC | 20:57 | |
*** zz_dimtruck is now known as dimtruck | 20:57 | |
zxiiro | asselin_: thanks, good to know | 20:57 |
*** tonytan4ever has joined #openstack-infra | 20:57 | |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: DO NOT MERGE testing overlay network options https://review.openstack.org/171714 | 20:58 |
*** bswartz has quit IRC | 21:00 | |
*** dkehn has quit IRC | 21:00 | |
*** dizquierdo has quit IRC | 21:00 | |
*** annegentle has joined #openstack-infra | 21:00 | |
openstackgerrit | Jaime Flynn proposed openstack-infra/jenkins-job-builder: added support for NodeLabel parameter in trigger-builds https://review.openstack.org/171818 | 21:02 |
*** ddieterly has quit IRC | 21:02 | |
*** ddieterly has joined #openstack-infra | 21:02 | |
vlaza | guys: thanks for figuring it out | 21:06 |
*** aysyd has quit IRC | 21:08 | |
*** annegentle has quit IRC | 21:09 | |
*** annegentle has joined #openstack-infra | 21:10 | |
*** mrunge has quit IRC | 21:10 | |
*** luqas has joined #openstack-infra | 21:10 | |
*** sputnik13 has quit IRC | 21:11 | |
*** sputnik13 has joined #openstack-infra | 21:12 | |
*** Rockyg has quit IRC | 21:14 | |
*** ldnunes has quit IRC | 21:15 | |
*** edmondsw has quit IRC | 21:15 | |
*** luqas has quit IRC | 21:15 | |
*** vlaza1 has joined #openstack-infra | 21:16 | |
*** vlaza has quit IRC | 21:16 | |
*** dizquierdo has joined #openstack-infra | 21:17 | |
*** AJaeger has quit IRC | 21:17 | |
*** vlaza1 is now known as vlaza | 21:17 | |
*** tiswanso_ has quit IRC | 21:18 | |
*** SumitNaiksatam has quit IRC | 21:21 | |
*** dkehn has joined #openstack-infra | 21:22 | |
*** dboik_ has quit IRC | 21:23 | |
*** dkehn has quit IRC | 21:25 | |
*** shashankhegde has quit IRC | 21:26 | |
*** tnovacik has quit IRC | 21:27 | |
*** pblaho has quit IRC | 21:27 | |
fungi | vlaza: what did the guys and/or girls in here figure out? | 21:27 |
vlaza | fungi: JJB how do I escape ${variable} my bash script for templates and non-templates | 21:28 |
fungi | oh, yes that's an important safety tip | 21:28 |
fungi | i trip over it semi-regularly | 21:28 |
*** ddieterly has quit IRC | 21:30 | |
*** AJaeger has joined #openstack-infra | 21:30 | |
*** AJaeger has joined #openstack-infra | 21:30 | |
*** dustins has quit IRC | 21:30 | |
*** dprince has quit IRC | 21:32 | |
*** esker has quit IRC | 21:33 | |
*** mwagner_lap has joined #openstack-infra | 21:33 | |
*** koolhead17 has joined #openstack-infra | 21:38 | |
SpamapS | mordred: I have some questions about shade.openstack_cloud .. | 21:39 |
SpamapS | mordred: notably, wondering why it doesn't take a config parameter, the way openstack_clouds does | 21:39 |
*** Sukhdev has quit IRC | 21:41 | |
*** mriedem is now known as mriedem_away | 21:42 | |
sigmavirus24 | So, who is going to/already at PyCon this weekend? | 21:44 |
*** vlaza has quit IRC | 21:44 | |
fungi | pleia2: did you also get a bounce from sean flanigan's e-mail address? | 21:47 |
*** otter768 has joined #openstack-infra | 21:47 | |
*** asselin has joined #openstack-infra | 21:47 | |
fungi | pleia2: oho, looks like carlos's vacation responder is configured to suggest the wrong e-mail address for sean | 21:48 |
*** mriedem_away has quit IRC | 21:48 | |
fungi | pleia2: i bet it's supposed to be sflaniga not slfaniga | 21:48 |
*** MaxV has quit IRC | 21:48 | |
*** tnovacik has joined #openstack-infra | 21:50 | |
fungi | sigmavirus24: a bunch of infra people are but i don't know the full list. at a minimum jeblair and anteaya are there | 21:51 |
*** asselin has quit IRC | 21:52 | |
*** otter768 has quit IRC | 21:52 | |
sigmavirus24 | Cool | 21:52 |
*** reed_ has joined #openstack-infra | 21:52 | |
fungi | and they probably know a more complete list than i do, given that i didn't go (hopefully next year i'll get my act together) | 21:52 |
sigmavirus24 | fungi: are you going to the summit in May? | 21:53 |
*** amotoki has joined #openstack-infra | 21:54 | |
fungi | sigmavirus24: yeah, they don't let me miss that | 21:56 |
fungi | sigmavirus24: that and oscon are next on my travel agenda | 21:56 |
clarkb | I think mordred is there too | 21:57 |
*** dkranz has joined #openstack-infra | 21:57 | |
* clarkb is currently keeping travel down | 21:57 | |
fungi | same here, though probably not for the same reasons. ;) i'm just not a huge fan of travelling so i try to keep it to no more than half a dozen conferences a year | 21:58 |
*** weshay_mtg has quit IRC | 21:58 | |
*** ayoung-mtg has joined #openstack-infra | 21:58 | |
*** bknudson has left #openstack-infra | 21:58 | |
*** sputnik13 has quit IRC | 21:58 | |
*** koolhead17 has quit IRC | 21:59 | |
sigmavirus24 | fungi: same here | 21:59 |
clarkb | doctors appointment on friday again :/ then another monday iirc | 21:59 |
sigmavirus24 | I made the poor life decision of submitting a talk this year though, and once they accepted it, I didn't have much choice | 21:59 |
*** chlong has joined #openstack-infra | 22:01 | |
*** tonytan4ever has quit IRC | 22:01 | |
clarkb | also pycon will be local the next two years so kinda easy to skip this year and just wait for it to come to me | 22:02 |
*** adalbas has quit IRC | 22:02 | |
*** dimtruck is now known as zz_dimtruck | 22:03 | |
fungi | montreal would have been closer for me than the west coast, but whatevs. a plane flight is a plane flight | 22:03 |
fungi | airports are my problem, airplanes much less so | 22:03 |
*** sandywalsh has quit IRC | 22:04 | |
*** sandywalsh has joined #openstack-infra | 22:05 | |
fungi | since i already needed to be in portland for oscon i figured this was the year to give a talk there and get it out of the way. next year i can put in something for pycon or linuxconf or lisa or fosdem or... | 22:05 |
clarkb | fungi: is it all things open that is localish for you? | 22:06 |
fungi | yep. thinmking i'll actually give a talk there since it's not too far and i get a couple days downtime between that and tokyo | 22:07 |
clarkb | mtreinish: mestery we really should look into making https://jenkins05.openstack.org/job/gate-tempest-dsvm-neutron-pg/2081/ that job run tempest in parallel | 22:08 |
fungi | though the thing that pleia2's doing in columbia sc sounds cool and is relatively near here. wish i'd realized it exists | 22:08 |
clarkb | the serial smoke tests take close to 2 hours | 22:08 |
*** sabari has quit IRC | 22:08 | |
clarkb | we should see how long that specific job takes (I am goibg by memory on the 2 hours value) | 22:09 |
mestery | clarkb: Looking | 22:09 |
*** annegentle has quit IRC | 22:09 | |
*** jamielennox is now known as jamielennox|away | 22:11 | |
*** sputnik13 has joined #openstack-infra | 22:12 | |
*** shashankhegde has joined #openstack-infra | 22:12 | |
zaro | fungi, clarkb : i ran a reindex on review.o.o data. i see a bunch of repository not found errors. These are probably due to renames/moves so i don't anticipate them to be problems for gerrit upgrade. Just wanted you to be aware: http://paste.openstack.org/show/200746 | 22:13 |
*** wenlock__ has joined #openstack-infra | 22:13 | |
fungi | zaro: yep, i/we see those every time we run that. i've never gotten around to figuring out what we need to delete to make them go away for good | 22:14 |
fungi | zaro: though if you happen to know, then we can see about adding it to the next maintenance as cleanup | 22:14 |
*** sabari has joined #openstack-infra | 22:19 | |
zaro | fungi: not sure, but i'm guessing the project refs are left in the 'git' folder. | 22:20 |
*** annegentle has joined #openstack-infra | 22:20 | |
*** mancdaz has quit IRC | 22:21 | |
*** mancdaz has joined #openstack-infra | 22:22 | |
*** dangers is now known as dangers_away | 22:23 | |
*** esker has joined #openstack-infra | 22:23 | |
*** sigmavirus24 is now known as sigmavirus24_awa | 22:24 | |
*** amitgandhinz has quit IRC | 22:25 | |
pleia2 | fungi: yeah, should be fun, apparently it's got a lot of overlap organizer-wise with all things open | 22:27 |
*** ivar-lazzaro has quit IRC | 22:27 | |
fungi | pleia2: awesome--i'll need to remember to put it on my agenda for next year | 22:27 |
*** wenlock__ has quit IRC | 22:27 | |
*** achanda has quit IRC | 22:28 | |
fungi | i'd just drive to that and get a hotel room for a few days | 22:28 |
* pleia2 nods | 22:29 | |
fungi | looks like ~6 hours in a car | 22:29 |
*** stevemar has quit IRC | 22:30 | |
fungi | which, given that i live nearly 2 hours from the nearest airport, is not worth bothering with a flight | 22:30 |
*** shashankhegde has quit IRC | 22:30 | |
pleia2 | I'm taking a flight from CLT to columbus, which is a bit funny (1.5 hrs by car) | 22:31 |
*** achanda has joined #openstack-infra | 22:31 | |
pleia2 | err colubmia | 22:31 |
pleia2 | tight connection too, but if I make it I get to go to the opening social, if I don't I get a later flight or just rent a car | 22:31 |
fungi | yeah, they're not far apart at all. columbia's almost a charlotte suburb | 22:31 |
*** soren has quit IRC | 22:33 | |
*** annegentle has quit IRC | 22:36 | |
openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard-webclient: Added bower:install to gruntfile. https://review.openstack.org/171849 | 22:38 |
*** dkranz has quit IRC | 22:38 | |
*** baoli_ has quit IRC | 22:39 | |
*** alexpilotti has quit IRC | 22:39 | |
*** baoli has joined #openstack-infra | 22:39 | |
krotscheck | clarkb: Oooh, pycon's in Portland next year? That's appealing. | 22:40 |
clarkb | krotscheck: yup and the year after | 22:40 |
krotscheck | clarkb: That's... convenient. | 22:40 |
krotscheck | clarkb: Did you mention in backscroll if you'd be coming to vancouver? | 22:40 |
krotscheck | clarkb: I'm currently debating something similar with Tokyo :/ | 22:41 |
clarkb | krotscheck: I have a train ticket and a flight back friday night. So we will see :) | 22:41 |
openstackgerrit | Merged openstack-infra/devstack-gate: Archive ceph logs and config https://review.openstack.org/170900 | 22:41 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/bindep: Add codename and release platform profiles https://review.openstack.org/157979 | 22:42 |
openstackgerrit | Jeremy Stanley proposed openstack-infra/bindep: Add platform support for Fedora https://review.openstack.org/171293 | 22:42 |
fungi | clarkb: see if that's what you had in mind for additional testing on 157979 | 22:42 |
*** thedodd has quit IRC | 22:42 | |
clarkb | krotscheck: its easier for me, its cheap to go to vancouver from here | 22:43 |
pleia2 | trains++ | 22:43 |
* krotscheck wants a train to japan. | 22:43 | |
fungi | i'm looking forward to catching the train from portland to vancouver | 22:43 |
fungi | it'll be fun | 22:44 |
fungi | just hoping usa customs doesn't make faces at me for leaving on a train and returning on a plane | 22:44 |
pleia2 | krotscheck: haha | 22:44 |
clarkb | fungi: I am doing that too | 22:44 |
fungi | er, s/customs/immigration/ | 22:44 |
fungi | customs could probably care less | 22:44 |
*** gordc has quit IRC | 22:45 | |
krotscheck | fungi: Oh, I don't think you'll have a problem. Getting into Canada won't be a problem, they're super chill. And what's TSA going to do on the way back, tell a citizen they can't come back? | 22:45 |
fungi | heck, they won't even be checking for cuban cigars any longer | 22:45 |
clarkb | fungi: actually they will | 22:47 |
clarkb | fungi: its only legal to bring them back direct from cuba | 22:47 |
*** salv-orlando has quit IRC | 22:47 | |
*** annegentle has joined #openstack-infra | 22:47 | |
fungi | what a bunch of jerks | 22:47 |
zaro | fungi, clarkb, pleia2 : i've verified that upgrading from gerrit 2.8 directly to 2.10 is pretty smooth. shall i just go ahead and upgrade review-dev.o.o to 2.10? | 22:47 |
fungi | not that i'm into cigars anyway, but still | 22:47 |
*** salv-orlando has joined #openstack-infra | 22:48 | |
fungi | zaro: i say go for it | 22:48 |
pleia2 | zaro: sounds good to me | 22:48 |
fungi | zaro: also what's the story with 2.11? i saw they already had a stable-2.11 branch upstream | 22:48 |
zaro | fungi: looks like they are close but blocked on a few issues still | 22:48 |
fungi | ahh, okay | 22:48 |
zaro | in any case, 2.11 doesn't support old screen. | 22:49 |
fungi | got it. no go for us for now | 22:49 |
krotscheck | clarkb: In work related news, that xvfb job I created works like a charm, I just had one of SB's tests pass | 22:49 |
clarkb | krotscheck: awesome | 22:49 |
fungi | though i'm about to the point where losing the old review screen doesn't matter to me anyway, thanks to gertty | 22:49 |
krotscheck | No more crazy scripts! | 22:50 |
krotscheck | woo! | 22:50 |
*** salv-orlando has quit IRC | 22:50 | |
krotscheck | Just pure, unadulterated Node.js. | 22:50 |
* krotscheck is expecting to get lynched for bringing node into OpenStack. | 22:50 | |
* krotscheck will die happy | 22:50 | |
fungi | krotscheck: it still seems strange to me to run x with a virtual framebuffer in a script. but neat that it works, nonetheless | 22:51 |
*** bswartz has joined #openstack-infra | 22:51 | |
clarkb | fungi: you can even take screenshots | 22:52 |
krotscheck | fungi: it's kindof neat | 22:52 |
fungi | wacky | 22:52 |
fungi | "screen"shots | 22:52 |
krotscheck | There was once an entire testing system based around pixel-comparing screenshots of an app to a tested app. | 22:52 |
krotscheck | It was a testing system designed by designers who wanted pixel-perfect adherence to their designs. | 22:53 |
*** baoli has quit IRC | 22:53 | |
pleia2 | did it work? | 22:53 |
pleia2 | not sure whether to be impressed or afraid :) | 22:53 |
fungi | sounds like the opening to a fairy tale | 22:53 |
krotscheck | pleia2: Until they tried testing it on anything other than IE, yes. | 22:53 |
SpamapS | Supposedly it outperforms kvm's emulated cirrus video. | 22:53 |
pleia2 | krotscheck: hah | 22:53 |
krotscheck | pleia2: anything other than "Browser they took the screenshots with". | 22:53 |
SpamapS | Plus having it all run w/o root is nice. | 22:54 |
pleia2 | yeah, I can see that | 22:54 |
fungi | and then they were eaten by a dragon, the end | 22:54 |
clarkb | so funny story about how suse tests their distros | 22:54 |
krotscheck | Turns out browsers have slightly different layout and flow rules, and some browsers do fun partial-pixel interpolation things. | 22:54 |
clarkb | they have basically selenium for desktops | 22:54 |
clarkb | and have fuzzy image matching test assertions | 22:54 |
SpamapS | IIRC Ubuntu does that too | 22:54 |
krotscheck | not to mention antialiased fonts. | 22:54 |
clarkb | also I am probably going to reinstall tumbleweed this weekend | 22:55 |
clarkb | must support CI driven rolling distros | 22:55 |
openstackgerrit | Clint 'SpamapS' Byrum proposed openstack-infra/shade: Allow passing config into shade.openstack_cloud https://review.openstack.org/171857 | 22:55 |
*** mancdaz has quit IRC | 22:57 | |
* krotscheck is pondering putting an announcement out to openstack-dev letting people know that npm-based builds are now available. | 22:58 | |
*** sarob has joined #openstack-infra | 22:58 | |
krotscheck | ....maybe polish the documentation a bit more first so it's easier to get started. | 22:58 |
*** bhunter71 has quit IRC | 22:59 | |
*** pc_m has quit IRC | 23:00 | |
*** tnovacik has quit IRC | 23:01 | |
*** rlandy has quit IRC | 23:02 | |
*** annegentle has quit IRC | 23:03 | |
*** annegentle has joined #openstack-infra | 23:05 | |
*** chlong has quit IRC | 23:05 | |
openstackgerrit | Clark Boylan proposed openstack-infra/devstack-gate: DO NOT MERGE testing overlay network options https://review.openstack.org/171714 | 23:05 |
*** dangers_away is now known as dangers | 23:07 | |
*** dizquierdo has quit IRC | 23:10 | |
*** jamielennox|away is now known as jamielennox | 23:12 | |
*** luqas has joined #openstack-infra | 23:12 | |
*** mancdaz has joined #openstack-infra | 23:14 | |
*** dangers is now known as dangers_away | 23:15 | |
*** sarob has quit IRC | 23:15 | |
*** dangers_away is now known as dangers | 23:15 | |
openstackgerrit | Joe Gordon proposed openstack-infra/elastic-recheck: Update query 1311066 for new warning https://review.openstack.org/171869 | 23:15 |
*** annegentle has quit IRC | 23:16 | |
*** spzala has quit IRC | 23:16 | |
*** dims has quit IRC | 23:16 | |
*** luqas has quit IRC | 23:16 | |
openstackgerrit | Merged openstack-infra/puppet-graphite: Ensure the 'headers' module is enabled https://review.openstack.org/170582 | 23:17 |
*** ZZelle_ has quit IRC | 23:20 | |
clarkb | fungi: yup 157979 looks good. | 23:21 |
*** mrda-away is now known as mrda | 23:21 | |
*** sarob has joined #openstack-infra | 23:22 | |
*** mattfarina has quit IRC | 23:22 | |
*** reed_ has quit IRC | 23:23 | |
*** emagana has quit IRC | 23:25 | |
clarkb | ok I think we made good progress on neutron dvr testing today. I completely neglected reviews though :( | 23:26 |
fungi | it happens | 23:26 |
clarkb | but we seem to have a general plan and know what is next | 23:26 |
clarkb | basically need a bit of help in devstack that armax is working on and hopefully that makes the test runs reliable | 23:26 |
* clarkb goes to update comments on swami's change to communicate all that we have learned | 23:26 | |
*** sarob has quit IRC | 23:26 | |
greghaynes | clarkb: yes, join us in the tumbleweeds | 23:27 |
clarkb | greghaynes: well my VM hasn't died yet so I think its stable enough | 23:27 |
clarkb | I say as I reboot it to pick up bootloader and other updates | 23:27 |
*** amitgandhinz has joined #openstack-infra | 23:28 | |
*** hichihara has joined #openstack-infra | 23:28 | |
openstackgerrit | Khai Do proposed openstack-infra/project-config: Run Gerrit unit tests https://review.openstack.org/171876 | 23:28 |
*** amotoki has quit IRC | 23:29 | |
*** yamamoto has joined #openstack-infra | 23:30 | |
*** yamamoto_ has joined #openstack-infra | 23:31 | |
*** yamamoto has quit IRC | 23:31 | |
*** baoli has joined #openstack-infra | 23:32 | |
*** wenlock has quit IRC | 23:33 | |
*** dims has joined #openstack-infra | 23:34 | |
*** wenlock_ has quit IRC | 23:34 | |
morganfainberg | so silly question | 23:36 |
morganfainberg | with keystonemiddleware being capped at <1.0.0 and <1.4.0 | 23:36 |
morganfainberg | and the current release being 1.5.0 | 23:36 |
morganfainberg | http://logs.openstack.org/38/166438/2/check/gate-tempest-dsvm-neutron-src-keystonemiddleware-juno/d298ed7/logs/devstacklog.txt.gz#_2015-04-08_22_45_39_712 | 23:36 |
morganfainberg | how do I resolve the juno tempest run? | 23:36 |
morganfainberg | mtreinish, jogo, sdague, ^ cc | 23:37 |
*** dboik_ has joined #openstack-infra | 23:37 | |
jogo | mtreinish: don't run srs keystonemiddleware on juno | 23:38 |
jogo | err morganfainberg | 23:38 |
morganfainberg | jogo, ok thats fine, wanted to check before proposing removal of that job. | 23:38 |
clarkb | jogo: no thats not right either | 23:38 |
clarkb | jogo: morganfainberg you run stable/juno keystonemiddleware src job against stable/juno everything else | 23:38 |
jogo | morganfainberg: since you are not trying to promise compatibility with juno for trunk keystonemiddleware | 23:38 |
morganfainberg | jogo, well... i'd like to but i realize that is futile | 23:39 |
jogo | clarkb: that assumes keystonemiddleware has a stable/juno branch | 23:39 |
clarkb | jogo: I thought everything was supposed to get one | 23:39 |
clarkb | isn't there a recent thread on ^ | 23:39 |
jogo | clarkb: for Kilo yeah | 23:39 |
morganfainberg | isn't client* (and middleware in this case) supposed to have a stable br.. | 23:39 |
morganfainberg | ah | 23:39 |
morganfainberg | just not juno | 23:39 |
clarkb | jogo: we should also do it for juno and icehouse | 23:39 |
clarkb | otherwise none of the stuff you want to do with kilo is going to be simpler | 23:39 |
clarkb | instead you will special case kilo everywhere and so on | 23:40 |
jogo | clarkb: if you want to retroactively create them awesome! | 23:40 |
*** sdake has joined #openstack-infra | 23:40 | |
clarkb | I don't want to, thats the responsibility of the release teams for those projects | 23:40 |
jogo | clarkb: well it will be less special cased when we hit M | 23:40 |
clarkb | I can help them for sure | 23:40 |
clarkb | jogo: lets not wait a year to do this properly | 23:40 |
morganfainberg | so. the question i have is: am I creating a stable branch here or not. /me doesn't care which way this goes. | 23:40 |
jogo | clarkb: as in, I don't think the effort of retroactively creating all those stable branches is worth it | 23:41 |
clarkb | jogo: its zero effort | 23:41 |
clarkb | jogo: make new branch called stable/juno based on tag that stab juno is pinned under | 23:41 |
clarkb | done | 23:41 |
jogo | if you think so I am all for creating stable branches for all the things | 23:41 |
jogo | clarkb: I am worried the devil is in the details (don't know what devil it will be but figured there is one) | 23:41 |
pleia2 | the arm patches from linaro just made my day <3 | 23:42 |
jogo | pleia2: link? | 23:42 |
jogo | sounds fun | 23:42 |
pleia2 | https://review.openstack.org/#/c/170776/2 is one of them | 23:42 |
*** sdake_ has joined #openstack-infra | 23:42 | |
clarkb | morganfainberg: so it depends on who you ask :) at the very least don't remove that job just prevent it from running against stable/juno and stable/icehouse | 23:42 |
morganfainberg | jogo, i'm happy for middleware to be the guinea pig | 23:42 |
clarkb | morganfainberg: this opens you up to breaking those stable branches with changes to middleware | 23:42 |
clarkb | morganfainberg: if you do what I suggest then you should be well covered and avoid those problems | 23:43 |
*** sabeen2 has quit IRC | 23:43 | |
jogo | clarkb: as it is stable branches have capped kmiddleware | 23:43 |
clarkb | pleia2: hrm that seems like a bug in ubuntu but ok | 23:43 |
jogo | so trunk kmiddleware vs stable/juno doesn't make sense | 23:43 |
clarkb | jogo: yes but that doesn't mean middlewhare won't backport a security patch that breaks the world | 23:43 |
clarkb | jogo: yes it does | 23:43 |
morganfainberg | jogo, i am all for saying 1.4.x release of KSM *is* juno and receives appropriate treatment | 23:43 |
clarkb | jogo: trunk is for master stable/juno is for being under the pin for juno | 23:44 |
jogo | pleia2: oh fun | 23:44 |
morganfainberg | clarkb, today we never backport security patches for KSM | 23:44 |
clarkb | morganfainberg: yes exactly | 23:44 |
morganfainberg | clarkb, or ksc | 23:44 |
clarkb | morganfainberg: you will have to | 23:44 |
morganfainberg | clarkb, i'm all for it! | 23:44 |
*** Sukhdev has joined #openstack-infra | 23:44 | |
clarkb | morganfainberg: with those pins in requirements its your only option (assuming the pin is there because nevermind backward compatibility) | 23:44 |
morganfainberg | clarkb, so... what dark magic must i invoke to get said branch created properly | 23:44 |
pleia2 | clarkb: yeah, the other-architectures stuff for ubuntu can be a bit odd because they don't always make things backwards compatible package-wise, so you end up with missing "dummy" packages | 23:45 |
jogo | clarkb morganfainberg: FWIW I think creating stable branches for juno and kilo is a good idea | 23:45 |
pleia2 | clarkb: but not much we can do about it, so workaround | 23:45 |
jogo | but I think we should bounce this off ttx first (maybe via that ML thread?) | 23:45 |
clarkb | pleia2: ya | 23:45 |
pleia2 | I'm just happy to see these kinds of patches going in, seeing this stuff on other arches are fun | 23:45 |
clarkb | morganfainberg: let me show you, give me a minute | 23:45 |
pleia2 | s/are/is | 23:45 |
pleia2 | grammar++ | 23:45 |
morganfainberg | jogo, fwiw, this *is* blocking the release for ksm that coincides with kilo | 23:45 |
*** sdake has quit IRC | 23:45 | |
morganfainberg | jogo, so as long as ML thread isn't going to be a long drawn out ... uh you know what i mean, happy to have it go any which-way. | 23:46 |
clarkb | morganfainberg: https://review.openstack.org/#/admin/projects/openstack/keystonemiddleware,branches you go there and add a branch called stable/juno with an initial revision of whatever the newest tag that is valid for juno according to openstack/requirements is | 23:46 |
jogo | morganfainberg: uhhhh, I just want to make sure everyone is on the same page on the way out of this one | 23:46 |
morganfainberg | jogo, yep. i just want to be sure we're not going to get a bikeshed icky thread started on this front. | 23:46 |
morganfainberg | clarkb, i do not have said magic access. | 23:47 |
*** otter768 has joined #openstack-infra | 23:48 | |
clarkb | morganfainberg: ok, its likely we need an openstack release manager to do it. So probably best to run it by ttx and make sure my crazy ideas don't ruin any of his plans | 23:48 |
jogo | just so I am clear what is the configuration of /gate-tempest-dsvm-neutron-src-keystonemiddleware-juno | 23:48 |
jogo | src-kystonemiddleware on juno tempest-dsvm-neutron? | 23:48 |
morganfainberg | clarkb, silly question on https://review.openstack.org/#/admin/projects/openstack/keystonemiddleware,access that will just get reverted to whatever we have in the .acl files right? because gerrit seems to want to let me edit those values *scary* | 23:49 |
clarkb | jogo: its use juno, if not juno then use master | 23:49 |
jogo | for keystonemiddleware source that is? | 23:49 |
clarkb | morganfainberg: correct, also if you update them it should propose a change that ou don't have merge perms for | 23:49 |
clarkb | jogo: for all sources | 23:49 |
morganfainberg | clarkb, works for me [i don't want to go and break everything right now, just was curious] | 23:50 |
clarkb | morganfainberg: if you click the edit button what new buttons pop up? | 23:50 |
clarkb | morganfainberg: do you have a "save changes" button or just "save for review" | 23:50 |
morganfainberg | save for review | 23:50 |
clarkb | perfect | 23:51 |
clarkb | then it is working as expected :) | 23:51 |
morganfainberg | cool. | 23:51 |
jogo | clarkb: makes sense. I still don't see how dropping that job from master keymiddleware is a risk. on stable/juno we already install from releases for everythign else | 23:51 |
* morganfainberg has not admin'd gerrit in a while | 23:51 | |
morganfainberg | you know since joining HP ;) | 23:51 |
clarkb | jogo: dropping it from master is a risk because then you cannot test backports | 23:51 |
clarkb | jogo: so the correct thing to do is add a juno branch for backports then that job will just work | 23:51 |
jogo | clarkb: and we cannot do backports at all right now anyway | 23:52 |
clarkb | jogo: you can, you would make a stable/juno branch | 23:52 |
clarkb | jogo: but if that job doesn't run then you lose | 23:52 |
jogo | clarkb: well the job would still need to move off of running source keymiddleware patches to master | 23:52 |
* morganfainberg will bug ttx tomorrow on this. | 23:52 | |
morganfainberg | and/or ML. | 23:52 |
*** otter768 has quit IRC | 23:53 | |
clarkb | jogo: yes it will need a pin to stable/juno when that branch is created | 23:53 |
clarkb | sometimes I think the simplest thing is to be better about backward compat | 23:53 |
jogo | clarkb: not sure I completely follow, not sure what we 'lose' that we currently have. But since we are waiting for ttx that is a mmot point anyway | 23:54 |
*** btully has quit IRC | 23:55 | |
clarkb | jogo: right now we know that we are broken | 23:55 |
jogo | clarkb: I wonder how g-r stable/juno syncs work with this. hopefully they just work | 23:55 |
clarkb | jogo: this is valuable information | 23:55 |
clarkb | jogo: if you stop running the test we lose that information | 23:55 |
jogo | clarkb: we know stable/juno doesn't work with master keystonemiddleware. but that isn't something we are trying to do at all anyay | 23:55 |
jogo | because keystonemiddleware>=1.0.0,<1.4.0 | 23:55 |
clarkb | its helpful in the "we need to backport this" sense | 23:56 |
clarkb | because it won't work against juno | 23:56 |
clarkb | we intentionally set up these jobs to catch exactly this problem | 23:56 |
clarkb | now I do not know why we are merging backward incompatible changes given that these tests were added specifically to prevent that | 23:56 |
jogo | back when we were trying to run master keystonemiddleware on stable/juno and not have it capped | 23:57 |
clarkb | we still want to do that imo if we don't have stable/juno branches | 23:57 |
jogo | clarkb: because we have given up on keeping stable branches working with newer library versions | 23:57 |
clarkb | because stable/juno branches is the only way to supoort stable juno in that model | 23:58 |
clarkb | its an either or, not a halfway thing | 23:58 |
clarkb | either you have a stable branch for stable releases or you have a backwards compatible master | 23:58 |
clarkb | in either case you want this test | 23:58 |
*** ashleighfarnham has quit IRC | 23:58 | |
jogo | anyway I was saying go half way for now to unblock this so its not a pressing issue. But I agree adding stable branches for juno and icehouse is a better solution | 23:59 |
*** patrickeast has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!