Saturday, 2016-01-09

*** aorourke_ has quit IRC00:00
asselinThelo, I don't know what went wrong...00:03
*** Swami has quit IRC00:03
asselinthis is weird too: BadHTTPException: Error communicating with server[http://localhost:8080/]00:04
asselincan you wget that url as nodepool user?00:04
Theloasselin: ok, thanks I will search more00:04
*** kzaitsev_mb has quit IRC00:04
Thelono permission denied00:06
*** thorst has joined #openstack-infra00:07
*** bharathm has quit IRC00:07
Thelopaste.openstack.org/show/483353/00:07
*** bharathm has joined #openstack-infra00:08
asselinwrong url00:08
asselinhttp://localhost:8080/00:08
*** nelsnelson has joined #openstack-infra00:11
Thelopaste.openstack.org/show/483354/00:12
Thelomy bad00:12
*** zz_dimtruck is now known as dimtruck00:13
asselinin /var/lib/jenkins grep for 2f541bcd-a553-4614-9d61-ddc7d121d4aa. do you know where that ID is coming from? any of your config files?00:14
*** thorst has quit IRC00:15
*** nelsnelson has quit IRC00:16
Thelo./nodes/d-p-c-local_01-11/config.xml:    <credentialsId>2f541bcd-a553-4614-9d61-ddc7d121d4aa</credentialsId>00:17
Thelofrom there00:17
Thelothats the node I am trying to ssh to00:17
openstackgerritRamy Asselin proposed openstack-infra/system-config: Update third party docs link to published docs.  https://review.openstack.org/26548100:18
*** ayoung has quit IRC00:19
asselinThelo, what do you mean by "node your trying to ssh to?00:19
asselincan you provide the full path to that file?00:19
Theloasselin: d-p-c-local... is the node jenkins fails to ssh00:19
asselinthe crendetials should be on the jenkins master, which is not the d-p-c-local node00:20
*** baoli_ has quit IRC00:20
Thelothe full path is /var/lib/jenkins/nodes/d-p-c-local_01-11/config.xml ( on the jenkins master)00:21
*** ybathia has quit IRC00:21
asselinok i see...this is not what I'm expecting00:21
asselinthere should be a credentials.xml file in /var/lib/jenkins00:22
Thelothere is, and I filled the common.yaml with the id specified in that file00:22
*** bharathm has quit IRC00:24
*** esker has joined #openstack-infra00:24
*** bharathm has joined #openstack-infra00:24
asselinrerun puppet to be sure everything is up-to-date with your configuration file00:25
*** esker has quit IRC00:28
openstackgerritRamy Asselin proposed openstack-infra/puppet-openstackci: Remove contrib/README.md  https://review.openstack.org/26548300:29
Thelopaste.openstack.org/show/483355/00:30
Theloasselin: Same issue: should I restart nodepool/jenkins?00:31
clarkblooking at fail rates on ovh and monasca, manilla, and ironic seem to fail the mostish00:32
asselinThelo, yes00:32
*** sabeen3 has quit IRC00:33
clarkbmtreinish: feature idea for the dashboard, compare pass/fail rates of specific jobs between clouds00:33
clarkbmtreinish: I do not know how difficult that would be to do, but that would tell you if the job is just unreliable everywhree or specific to a single cloud00:33
Theloasselin: do I need to start them as a particular user? or root is fine?00:33
asselinyou need to be root, but when started as a service, they start as the user specified in the /etc/init.d/ file00:34
clarkbhrm I guess if I click on a job I can sort of see that00:34
clarkbdoes anyone know if there are job log links in the health dashborad?00:35
clarkbsc68cal: mtreinish ^00:35
*** Sukhdev has quit IRC00:36
Theloasselin: cold it be because I created the node before changing the security things in jenkins?00:36
*** Ryan_Lane has joined #openstack-infra00:37
Ryan_Lane-_- I'm trying to add a plugin to bandit and seriously just can't figure out how00:38
clarkbRyan_Lane: I have little info on that other than to say its not flake800:38
Ryan_Laneusing setuptools and/or pbr is such a pain00:38
clarkbRyan_Lane: so the plugin system is different00:38
Ryan_Lanebasically it's telling me that I need to make a setup.py and install it via pip or something?00:38
asselinThelo, it could be...00:38
asselinThelo, out of curiosity, do you need security enabled?00:39
clarkbRyan_Lane: it may use entrypoints, if that is the case yes, you need to install it to the entrypoint so that it gets imported at runtime00:39
sc68calclarkb: not sure, but I don't think so00:39
clarkbRyan_Lane: you may be able to just copy pasta some code to the correctpath as a workaround00:39
*** Sukhdev has joined #openstack-infra00:39
Ryan_Lanethis assumes a pretty good understanding of python00:39
*** alkhodos has quit IRC00:39
Ryan_Lanemore than I have and I know python pretty well. it wouldn't hurt to have proper docs for this :(00:40
clarkbya readme confirms they use entrypoints00:40
Ryan_Laneyeah. I don't know how that works00:40
*** sputnik13 has quit IRC00:40
clarkbRyan_Lane: basically its creates an alias for modules, functions, or classes at some path00:40
Ryan_Laneit's like the least often used thing for any python dev. it's something you setup once for a project and never do again. seems like an odd choice as the default method of including plugins00:40
clarkbRyan_Lane: so ifyou have mybandit.plugin.foo you alias bandit.plugins.foo to that00:41
*** salv-orlando has quit IRC00:41
clarkbRyan_Lane: its sort of hte pythony way of doing plugins00:41
Theloasselin: no I dont00:41
mtreinishclarkb: job links are the next step: https://review.openstack.org/264440 and https://review.openstack.org/26438300:41
clarkbmtreinish: oh cool, maybe I iwll just look at this closer next week then :)00:41
*** salv-orlando has joined #openstack-infra00:42
mtreinishand doing the comparison is a good idea, the data is all there, but I don't know what the ui would look like or how to write it00:42
asselinThelo, I suggest you try setting it up first w/o security...especially given the issues you're having.00:42
clarkbRyan_Lane: https://pythonhosted.org/setuptools/setuptools.html#dynamic-discovery-of-services-and-plugins are the python/setuptools docs00:42
mtreinishI was doing similar things manually in the subunit2sql-graph tool, but that was all manual and static00:42
Theloasselin: so far I run a single node in node pool if I delete this slave in jenkins it will create a new one right?00:43
openstackgerritJames E. Blair proposed openstack-infra/grafyaml: Add support for interval template type  https://review.openstack.org/26548700:43
clarkbmtreinish: you have pass, fail, and percent columns, maybe add another colume for global fail percent00:43
asselinThelo, yes, that's what nodepool does, keeps nodes around according to your min and max set in your configuration00:43
Ryan_Laneclarkb: I'm writing a plugin. is there any way for me to just have a plugins directory with the python code and either pass in some config or a commandline arg to say "hey, look in this location"?00:44
Theloasselin: So if I go to global security manaement then uncheck enable security is it enough?00:44
Ryan_Laneor am I going to need to run some installer every time?00:44
jeblairpabelanger: https://review.openstack.org/265487 for your evening's interntainment as well :)  (that turned out to be a bit of a rabbit hole)00:44
asselinThelo, perhaps00:44
clarkbRyan_Lane: I think that you may have to run the installer each time, but I am not super familiar with the implementation and if there is a simpler way to work with it00:45
*** sridhar_ram has quit IRC00:45
asselinThelo, I never disabled it...but I usuaully just set it up w/o security00:45
clarkbRyan_Lane: dstufft and/or lifeless may know00:45
mtreinishclarkb: that'd probably be another query/rest call for each job but that actually shouldnt be too slow00:45
mtreinishgive me a min, I've had enough beer already to try some js00:45
*** sridhar_ram has joined #openstack-infra00:46
clarkbmtreinish: or even stdev from global00:46
Ryan_LaneI get why it works this way (so that you can just install python packages or pip), but without proper docs this is like a middle finger to devs00:47
clarkbRyan_Lane: you want more docs in bandit or setuptools?00:47
Ryan_Lanedo you folks miss my rants? been a while since I had a good one in openstack :)00:47
Ryan_Laneclarkb: bandit for how to do dev00:47
Ryan_Lanefor plugins00:47
Ryan_Laneif it's going to use setuptools, that's fine, but linking to setuptool's docs isn't helpful00:47
Ryan_Lanebecause it's like a book00:48
clarkbah well, bandit tends to ignore any of my advice so maybe I can't help much there, but dstufft and lifeless and Nakato seem pretty receptive to making setuptools easier to work with00:48
Ryan_Laneseems bandit uses pbr00:48
clarkbRyan_Lane: pbr is unrelated to this (mostly)00:49
clarkbits an upstream setuptools and pkg_resources utility that pbr happens to support00:49
Ryan_Lanewell, I'm trying to use bandit itself as an example00:49
Ryan_Lanesince it adds the entrypoints I need00:49
clarkbyour plugins do not need to use pbr, they can setup entry points with a vanilla setup.py00:49
jeblairRyan_Lane: sigmavirus24_awa may also be helpful.  i mean, when he's not "awa".  :)00:49
*** mtanino has quit IRC00:51
*** ZZelle has quit IRC00:53
jeblairRyan_Lane: but i _think_ what you would do is something like this in vanilla setup.py: http://paste.openstack.org/show/483356/00:54
Ryan_Lanethen I do a pip install . ?00:55
jeblairRyan_Lane: yep00:55
clarkbit is possible that bandit may need to be preinstalled or be a dep00:56
clarkbnot sure if entrypoints will write to a path that doens't already exist00:56
jeblairi also don't know the answer to that00:56
*** tzn has joined #openstack-infra00:57
jeblairRyan_Lane: oops, i truncated a line: http://paste.openstack.org/show/483357/00:57
* Ryan_Lane nods00:57
jeblairRyan_Lane: it's supposed to have a function name on the end00:57
*** rguillebert has joined #openstack-infra00:58
*** markvoelker has quit IRC01:02
openstackgerritJames E. Blair proposed openstack-infra/grafyaml: Add support for interval template type  https://review.openstack.org/26548701:02
*** eil397 has quit IRC01:03
Ryan_Lanewell, finally got that01:03
*** sridhar_ram has quit IRC01:04
*** ujuc has joined #openstack-infra01:07
*** ujuc has quit IRC01:07
*** thorst has joined #openstack-infra01:12
*** otter768 has joined #openstack-infra01:16
*** hdd has quit IRC01:17
*** FallenPegasus has joined #openstack-infra01:18
*** ddieterly has quit IRC01:18
*** thorst has quit IRC01:20
*** otter768 has quit IRC01:21
*** mriedem has joined #openstack-infra01:29
*** jerryz has quit IRC01:33
*** tzn has quit IRC01:33
*** mriedem is now known as mriedem_away01:36
*** dims_ has quit IRC01:36
*** dims has joined #openstack-infra01:36
*** esker has joined #openstack-infra01:38
*** markvoelker has joined #openstack-infra01:40
*** esker has quit IRC01:42
*** bpokorny has quit IRC01:44
mtreinishclarkb: you can test this out locally: https://review.openstack.org/#/c/26549401:44
mtreinishbut it'll be too slow in practice the extra api calls add too slow01:45
*** Sukhdev has quit IRC01:45
mtreinishI'll have to come up with a non-braindead way to get the data01:45
*** arxcruz has quit IRC01:45
*** dimtruck is now known as zz_dimtruck01:47
*** EricGonc_ has quit IRC01:48
*** sabeen1 has joined #openstack-infra01:51
*** hdd has joined #openstack-infra02:00
*** harlowja_at_home has quit IRC02:00
*** pickle_ has joined #openstack-infra02:03
*** pickle_ has left #openstack-infra02:03
*** daemontool has quit IRC02:04
*** daemontool has joined #openstack-infra02:05
*** asselin has quit IRC02:06
*** daemontool has quit IRC02:07
*** daemontool has joined #openstack-infra02:09
*** zz_dimtruck is now known as dimtruck02:09
*** daemontool has quit IRC02:11
*** daemontool has joined #openstack-infra02:12
*** esker has joined #openstack-infra02:14
*** daemontool has quit IRC02:16
*** thorst has joined #openstack-infra02:17
*** daemontool has joined #openstack-infra02:17
*** esker has quit IRC02:18
*** ddieterly has joined #openstack-infra02:19
*** rossella_s has quit IRC02:22
*** rossella_s has joined #openstack-infra02:22
*** FallenPegasus has quit IRC02:22
*** ddieterly has quit IRC02:24
*** thorst has quit IRC02:25
*** dims has quit IRC02:37
*** FallenPegasus has joined #openstack-infra02:37
*** unicell has quit IRC02:41
*** tzn has joined #openstack-infra02:49
lifelessRyan_Lane: if the plugin system you are using is entry points based, you have to have the metadata it consults on disk in the python path (and that metadata is egg info / dist info files)02:52
lifelessjeblair: clarkb: ^02:52
lifelessRyan_Lane: since those files are created by setup.py, or included in wheels, you need to use your build system to create them, yes.02:52
*** daemontool has quit IRC02:54
*** daemontool has joined #openstack-infra02:55
*** daemontool has quit IRC02:56
*** daemontool has joined #openstack-infra02:57
*** daemontool has quit IRC03:00
*** daemontool has joined #openstack-infra03:01
*** bharathm has quit IRC03:02
*** cburgess_ has joined #openstack-infra03:07
*** notmyname_ has joined #openstack-infra03:09
*** adreznec_ has joined #openstack-infra03:10
*** tzn has quit IRC03:11
*** rhe00 has quit IRC03:11
*** odlD2 has quit IRC03:11
*** dstanek has quit IRC03:11
*** notmyname has quit IRC03:11
*** changbl has quit IRC03:11
*** lxsli has quit IRC03:11
*** ajmiller has quit IRC03:11
*** julim has quit IRC03:11
*** masayukig has quit IRC03:11
*** alex_xu has quit IRC03:11
*** adreznec has quit IRC03:11
*** persia has quit IRC03:11
*** cburgess has quit IRC03:11
*** Swanson has quit IRC03:11
*** tonyb has quit IRC03:11
*** mikal has quit IRC03:11
*** nijaba has quit IRC03:11
*** hrubi has quit IRC03:11
*** crinkle has quit IRC03:11
*** _fortis has quit IRC03:11
*** dangers_away has quit IRC03:11
*** mika has quit IRC03:11
*** mkoderer has quit IRC03:11
*** sgordon has quit IRC03:11
*** flaper87 has quit IRC03:11
*** beisner has quit IRC03:11
*** andrearosa has quit IRC03:11
*** dulek has quit IRC03:11
*** tcammann_ has quit IRC03:11
*** notmyname_ is now known as notmyname03:11
*** nelsnelson has joined #openstack-infra03:12
*** rhallisey has quit IRC03:16
*** otter768 has joined #openstack-infra03:17
*** ajmiller has joined #openstack-infra03:19
*** ddieterly has joined #openstack-infra03:20
*** dstanek has joined #openstack-infra03:22
*** jerryz has joined #openstack-infra03:22
*** tzn has joined #openstack-infra03:22
*** rhe00 has joined #openstack-infra03:22
*** odlD2 has joined #openstack-infra03:22
*** andrearosa has joined #openstack-infra03:22
*** changbl has joined #openstack-infra03:22
*** lxsli has joined #openstack-infra03:22
*** julim has joined #openstack-infra03:22
*** masayukig has joined #openstack-infra03:22
*** alex_xu has joined #openstack-infra03:22
*** Swanson has joined #openstack-infra03:22
*** mikal has joined #openstack-infra03:22
*** nijaba has joined #openstack-infra03:22
*** hrubi has joined #openstack-infra03:22
*** crinkle has joined #openstack-infra03:22
*** _fortis has joined #openstack-infra03:22
*** dangers_away has joined #openstack-infra03:22
*** mika has joined #openstack-infra03:22
*** mkoderer has joined #openstack-infra03:22
*** sgordon has joined #openstack-infra03:22
*** flaper87 has joined #openstack-infra03:22
*** beisner has joined #openstack-infra03:22
*** dulek has joined #openstack-infra03:22
*** tcammann_ has joined #openstack-infra03:22
*** tzn has quit IRC03:22
*** otter768 has quit IRC03:22
*** persia has joined #openstack-infra03:22
*** thorst has joined #openstack-infra03:22
*** ddieterly has quit IRC03:25
*** tonyb has joined #openstack-infra03:25
*** ddieterly has joined #openstack-infra03:26
*** esker has joined #openstack-infra03:26
*** yamahata_ has quit IRC03:29
*** thorst has quit IRC03:30
*** esker has quit IRC03:30
*** baoli has joined #openstack-infra03:34
*** rguillebert has quit IRC03:37
*** EricGonczer_ has joined #openstack-infra03:42
*** mudassirlatif has quit IRC03:42
*** kashyap has quit IRC03:42
*** sabeen1 has quit IRC03:46
*** markvoelker has quit IRC03:47
*** sabeen1 has joined #openstack-infra03:47
*** EricGonczer_ has quit IRC03:47
*** Qiming has quit IRC03:55
*** FallenPegasus has quit IRC04:01
*** dimtruck is now known as zz_dimtruck04:07
*** salv-orl_ has joined #openstack-infra04:09
*** salv-orlando has quit IRC04:12
*** tzn has joined #openstack-infra04:19
openstackgerritMerged openstack/requirements: Updated from generate-constraints  https://review.openstack.org/26359204:22
*** daemontool_ has joined #openstack-infra04:28
*** daemontool has quit IRC04:28
*** thorst has joined #openstack-infra04:30
*** baoli has quit IRC04:32
*** thorst has quit IRC04:34
*** gyee has quit IRC04:45
*** markvoelker has joined #openstack-infra04:47
*** tzn has quit IRC04:52
*** markvoelker has quit IRC04:53
*** ddieterly has quit IRC04:54
*** fawadkhaliq has joined #openstack-infra04:57
openstackgerritMatthew Treinish proposed openstack-infra/subunit2sql: Add DB API method to get failure rate for jobs by run_metadata  https://review.openstack.org/26550705:03
*** Keedya has joined #openstack-infra05:11
*** Keedya has quit IRC05:13
*** otter768 has joined #openstack-infra05:18
*** otter768 has quit IRC05:22
*** thorst has joined #openstack-infra05:32
*** daemontool_ has quit IRC05:38
*** daemontool has joined #openstack-infra05:39
*** thorst has quit IRC05:39
*** daemontool has quit IRC05:40
*** daemontool has joined #openstack-infra05:40
*** salv-orl_ has quit IRC05:41
*** salv-orlando has joined #openstack-infra05:42
*** FallenPegasus has joined #openstack-infra05:44
openstackgerritMerged openstack/requirements: Add kosmos to projects.txt  https://review.openstack.org/26331805:51
*** unicell has joined #openstack-infra05:55
*** [1]Thelo has joined #openstack-infra05:55
*** ddieterly has joined #openstack-infra05:57
*** Thelo has quit IRC05:57
*** [1]Thelo is now known as Thelo05:57
*** tzn has joined #openstack-infra05:58
*** ddieterly has quit IRC06:02
*** bharathm has joined #openstack-infra06:03
*** aopincar has joined #openstack-infra06:04
*** bharathm has quit IRC06:07
*** markvoelker has joined #openstack-infra06:14
*** aopincar has quit IRC06:16
*** markvoelker has quit IRC06:18
*** piet has joined #openstack-infra06:19
*** rossella_s has quit IRC06:22
*** rossella_s has joined #openstack-infra06:22
*** tobiash has quit IRC06:25
*** vgridnev has joined #openstack-infra06:26
*** tobiash has joined #openstack-infra06:27
*** aopincar has joined #openstack-infra06:28
*** mudassirlatif has joined #openstack-infra06:30
*** FallenPegasus has quit IRC06:31
*** FallenPegasus has joined #openstack-infra06:32
*** tzn has quit IRC06:32
*** piet has quit IRC06:36
*** thorst has joined #openstack-infra06:37
*** mudassirlatif has quit IRC06:39
*** yamahata_ has joined #openstack-infra06:40
*** toabctl has quit IRC06:43
*** aopincar has quit IRC06:43
*** jerryz has quit IRC06:44
*** toabctl has joined #openstack-infra06:44
*** thorst has quit IRC06:45
*** mudassirlatif has joined #openstack-infra06:46
*** yamahata_ has quit IRC06:49
openstackgerritOpenStack Proposal Bot proposed openstack/requirements: Updated from generate-constraints  https://review.openstack.org/26551606:53
*** daemontool has quit IRC06:55
*** ddieterly has joined #openstack-infra06:58
*** ddieterly has quit IRC07:03
*** _nadya_ has joined #openstack-infra07:13
*** yamahata has joined #openstack-infra07:14
*** FallenPegasus has quit IRC07:17
*** e0ne has joined #openstack-infra07:17
*** _nadya_ has quit IRC07:18
*** _nadya_ has joined #openstack-infra07:24
*** e0ne has quit IRC07:24
*** grassass has quit IRC07:27
*** mrmartin has joined #openstack-infra07:37
*** thorst has joined #openstack-infra07:42
*** tzn has joined #openstack-infra07:49
*** thorst has quit IRC07:50
*** tzn has quit IRC07:53
*** ddieterly has joined #openstack-infra07:59
*** fawadkhaliq has quit IRC08:01
*** mudassirlatif has quit IRC08:02
*** ddieterly has quit IRC08:03
*** kdas_ has quit IRC08:04
*** aopincar has joined #openstack-infra08:05
*** _nadya_ has quit IRC08:05
*** hdd has quit IRC08:06
*** mrmartin has quit IRC08:09
*** markvoelker has joined #openstack-infra08:14
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Fix setup_commit_message for proposal bot  https://review.openstack.org/26551708:15
*** AJaeger has joined #openstack-infra08:15
*** sabeen1 has quit IRC08:16
*** mrmartin has joined #openstack-infra08:16
*** mrmartin has quit IRC08:18
*** markvoelker has quit IRC08:19
AJaegerFYI, today's translation import failed in some cases, should be fixed by 265517 ^08:19
*** aopincar has quit IRC08:29
*** aopincar has joined #openstack-infra08:33
*** AJaeger has quit IRC08:39
*** aopincar has quit IRC08:42
*** thorst has joined #openstack-infra08:47
*** thorst has quit IRC08:55
*** yamahata has quit IRC08:56
*** tzn has joined #openstack-infra08:57
*** ddieterly has joined #openstack-infra08:59
*** tzn has quit IRC09:02
*** ddieterly has quit IRC09:04
*** fawadkhaliq has joined #openstack-infra09:10
*** otter768 has joined #openstack-infra09:20
*** otter768 has quit IRC09:24
*** mrmartin has joined #openstack-infra09:32
*** uberjay has quit IRC09:47
*** uberjay has joined #openstack-infra09:47
*** thorst has joined #openstack-infra09:52
*** tzn has joined #openstack-infra09:58
*** thorst has quit IRC10:00
*** ddieterly has joined #openstack-infra10:00
*** tzn has quit IRC10:03
*** ddieterly has quit IRC10:05
*** mrmartin has quit IRC10:06
*** kdas_ has joined #openstack-infra10:06
*** salv-orl_ has joined #openstack-infra10:09
*** salv-orlando has quit IRC10:12
*** kdas_ has quit IRC10:12
*** Daisy has joined #openstack-infra10:14
*** markvoelker has joined #openstack-infra10:15
*** mrmartin has joined #openstack-infra10:17
*** esker has joined #openstack-infra10:18
*** markvoelker has quit IRC10:20
*** esker has quit IRC10:23
*** boris-42 has quit IRC10:23
*** Daisy has quit IRC10:30
*** Daisy has joined #openstack-infra10:30
*** e0ne has joined #openstack-infra10:34
*** Daisy has quit IRC10:35
*** vgridnev has quit IRC10:36
*** thorst has joined #openstack-infra10:57
*** tzn has joined #openstack-infra10:58
*** ddieterly has joined #openstack-infra11:01
*** Qiming has joined #openstack-infra11:02
*** tzn has quit IRC11:02
*** thorst has quit IRC11:05
*** ddieterly has quit IRC11:07
*** Vivek has quit IRC11:09
*** Vivek has joined #openstack-infra11:09
*** Vivek is now known as Guest9132011:10
*** dims has joined #openstack-infra11:12
*** dims has quit IRC11:13
*** otter768 has joined #openstack-infra11:20
*** otter768 has quit IRC11:25
*** esker has joined #openstack-infra11:40
*** dims has joined #openstack-infra11:46
*** markvoelker has joined #openstack-infra12:01
*** thorst has joined #openstack-infra12:02
*** ddieterly has joined #openstack-infra12:03
*** markvoelker has quit IRC12:06
*** ddieterly has quit IRC12:08
*** thorst has quit IRC12:10
*** mrmartin has quit IRC12:16
*** tzn has joined #openstack-infra12:24
*** esker has quit IRC12:32
*** e0ne has quit IRC12:42
*** markvoelker has joined #openstack-infra13:02
*** ddieterly has joined #openstack-infra13:04
*** markvoelker has quit IRC13:06
*** thorst has joined #openstack-infra13:07
*** dims has quit IRC13:08
*** ddieterly has quit IRC13:09
*** esker has joined #openstack-infra13:10
*** dims has joined #openstack-infra13:10
*** moravec has quit IRC13:12
*** thorst has quit IRC13:14
*** esker has quit IRC13:16
*** baoli has joined #openstack-infra13:19
*** otter768 has joined #openstack-infra13:21
*** otter768 has quit IRC13:26
*** rguillebert has joined #openstack-infra13:44
*** esker has joined #openstack-infra13:48
*** treaki_ has joined #openstack-infra13:53
*** ddieterly has joined #openstack-infra14:02
*** baoli has quit IRC14:06
*** thorst has joined #openstack-infra14:12
openstackgerritMerged openstack-infra/project-config: Fix setup_commit_message for proposal bot  https://review.openstack.org/26551714:15
*** AJaeger has joined #openstack-infra14:16
AJaegerthanks, fungi!14:16
fungian example of how a mistyped depends-on can go wrong... https://review.openstack.org/25485314:18
fungiit merged while the patch it claimed to depend on still hasn't14:19
*** kaisers has quit IRC14:19
*** thorst has quit IRC14:19
*** kaisers has joined #openstack-infra14:20
*** mrmartin has joined #openstack-infra14:20
fungimordred: https://review.openstack.org/166821 added openstack-infra/ansible-build-image to governance back in march/april without any details, and that repo doesn't seem to exist. should we delete that?14:21
AJaegergood catch, fungi.14:22
AJaegercatches I mean...14:22
*** fawadkhaliq has quit IRC14:23
fungiAJaeger: there's plenty more. my replacement atc listing script warns about repos in governance missing from gerrit, so i'm going back through git history and submitting cleanup/corrections14:23
AJaegerAh, that's how you spot them ;)14:23
fungii've already submitted a couple obvious ones to the governance repo with a topic of "corrections" but have plenty more to dig through as i get time this weekend14:25
AJaegerfungi, for modred's change: https://review.openstack.org/#/c/166547/14:25
fungithanks AJaeger!14:26
fungii probably should have done a gerrit search for that repo name in commit messages. i'll do that on any others i turn up14:26
AJaegerfor For 254853, the project-config change just needs some review love...14:27
*** dims has quit IRC14:29
*** krtaylor has quit IRC14:35
*** tzn has quit IRC14:35
*** zeih has joined #openstack-infra14:36
openstackgerritSam Yaple proposed openstack-infra/project-config: Add check-requirements for ekko  https://review.openstack.org/26555314:43
openstackgerritSam Yaple proposed openstack/requirements: Add ekko to projects.txt  https://review.openstack.org/26555414:44
*** krtaylor has joined #openstack-infra14:47
*** EricGonczer_ has joined #openstack-infra14:57
*** markvoelker has joined #openstack-infra15:02
*** tzn has joined #openstack-infra15:05
*** lascii has quit IRC15:07
*** dims has joined #openstack-infra15:07
*** markvoelker has quit IRC15:08
*** weshay has quit IRC15:11
*** piet has joined #openstack-infra15:13
*** tristanC_ is now known as tristanC15:14
*** markvoelker has joined #openstack-infra15:15
*** thorst has joined #openstack-infra15:17
*** otter768 has joined #openstack-infra15:22
*** hdd has joined #openstack-infra15:22
*** thorst has quit IRC15:24
openstackgerritSam Yaple proposed openstack-infra/project-config: Add python3-jobs to ekko  https://review.openstack.org/26555715:26
*** otter768 has quit IRC15:27
*** thorst has joined #openstack-infra15:28
*** hdd has quit IRC15:32
*** piet has quit IRC15:33
*** dslevin_ has quit IRC15:34
*** weshay has joined #openstack-infra15:38
*** mrmartin has quit IRC15:38
*** otter768 has joined #openstack-infra15:41
*** hdd has joined #openstack-infra15:44
*** dims has quit IRC15:47
*** zeih has quit IRC15:48
openstackgerritAndreas Jaeger proposed openstack-infra/project-config: Make translation scripts more robust  https://review.openstack.org/26556015:50
*** tzn has quit IRC15:52
*** dims has joined #openstack-infra15:52
openstackgerritAndreas Jaeger proposed openstack-infra/infra-specs: [WIP] Improve translation setup  https://review.openstack.org/26254515:55
*** [1]Thelo has joined #openstack-infra15:56
*** otter768 has quit IRC15:56
*** Thelo has quit IRC15:58
*** [1]Thelo is now known as Thelo15:58
*** dims has quit IRC16:02
openstackgerritMerged openstack-infra/grafyaml: Add support for seriesOverrides  https://review.openstack.org/26545816:04
pabelangerjeblair: Hmm, I thought setting valueName = current would help with that for sparklines, but never dug deeper.16:05
pabelangerjeblair: will checkout the custom query in a bit, looked a little lastnight was scared :)16:06
*** mrmartin has joined #openstack-infra16:08
*** salv-orlando has joined #openstack-infra16:09
*** EricGonczer_ has quit IRC16:10
*** dkranz has joined #openstack-infra16:10
*** otter768 has joined #openstack-infra16:11
openstackgerritAndreas Jaeger proposed openstack-infra/infra-specs: [WIP] Improve translation setup  https://review.openstack.org/26254516:11
*** salv-orl_ has quit IRC16:12
*** baoli has joined #openstack-infra16:18
*** sshnaidm has joined #openstack-infra16:19
*** baoli has quit IRC16:23
*** Qiming has quit IRC16:26
*** ddieterly has quit IRC16:29
*** hurgleburgler has joined #openstack-infra16:32
*** yamahata has joined #openstack-infra16:32
*** dslev has joined #openstack-infra16:37
*** otter768 has quit IRC16:38
hurgleburglerDo the groups listed in the gerrit/acls/openstack/ config files need to map to a Launchpad group?16:39
AJaegerhurgleburgler: not at all16:42
AJaegerhurgleburgler: those are only for gerrit16:42
hurgleburglerHere's a goofy question then :)  How do I find out who is in one those gerrit groups and how to get people added?16:43
*** mudassirlatif has joined #openstack-infra16:44
AJaegerhurgleburgler: find out: Go to review.openstack.org, login,16:44
AJaegerclick on projects, List - this will get you to https://review.openstack.org/#/admin/projects/16:44
AJaegerfilter for the project you want16:44
AJaegerlike https://review.openstack.org/#/admin/projects/openstack-infra/project-config16:45
hurgleburglerk16:45
AJaegerand then click on Access16:45
AJaegerand click on project-config-core - will get you to https://review.openstack.org/#/admin/groups/459,members16:45
hurgleburglerAh hah16:45
AJaegerAdministration: infra adds the first person and that person can use the above link to add/remove others16:45
hurgleburglerHow can I get the first person added to : https://review.openstack.org/#/admin/groups/1233,members16:46
hurgleburglerIs there a ticket I need to open or just ask in here?16:46
*** otter768 has joined #openstack-infra16:46
AJaegerlet me dig a bit for the creation fo that repo...16:46
hurgleburglerit was here: https://review.openstack.org/#/c/259239/8/gerrit/acls/openstack/openstack-ux.config16:47
AJaegeryep16:47
openstackgerritMerged openstack-infra/project-config: Grafana: Add max server line to node graph  https://review.openstack.org/26545916:47
AJaegerand here's what our manual says: http://docs.openstack.org/infra/manual/creators.html#verify-the-gerrit-review-permissions and http://docs.openstack.org/infra/manual/creators.html#update-the-gerrit-group-members16:48
AJaegerYou can either ask here - just leave a notice and hope that one of the infra admins will read it or send an email to openstack-infra. State the review that added the group (259239) as well as your name and email address16:49
AJaegerhurgleburgler: I'm not an admin, so can't help with that step16:49
hurgleburglergotcha :)  thank you AJaeger!16:50
*** tzn has joined #openstack-infra16:53
*** mudassirlatif has quit IRC17:01
*** mrmartin has quit IRC17:02
*** otter768 has quit IRC17:02
*** edmondsw has joined #openstack-infra17:06
openstackgerritJames E. Blair proposed openstack-infra/grafyaml: Add support for interval template type  https://review.openstack.org/26548717:08
openstackgerritJames E. Blair proposed openstack-infra/grafyaml: Add support for template query  https://review.openstack.org/25089317:08
jeblairpabelanger: ^ rebased to dodge the filename conflict17:09
jeblair(whee! i just multi-reviewed both of those changes with that comment :)17:10
fungione of my friends' daughters is in college and needs somewhere to run a demo of something she wrote as a student project (apparently the university she attends doesn't have any complimentary iaas/paas for them to use). anybody know if there are any public clouds who offer comped low-quota accounts or discounted rates for students? seems like it would be a thing...17:12
fungifor bonus story points, it's written in python/flask/sqlite (maybe i can convince her to apply for an openstack outreachy or gsoc slot!)17:15
*** markvoelker has quit IRC17:15
jeblairfungi: i know a place that will run any code you upload for a short amount of time... does she need it to run more than 120 minutes?  ;)17:15
fungiheh17:15
fungijust keep hitting recheck and write a devstack plugin to update dyndns17:16
jeblairfungi: https://www.pythonanywhere.com/ ?17:17
jeblairdunno about sql there17:17
*** Daisy has joined #openstack-infra17:17
jeblair(never used it)17:17
fungiinteresting idea. i'll pass it along17:17
jeblairthere's 512MB of 'private file storage' so maybe17:18
*** mrmartin has joined #openstack-infra17:19
jeblairfungi: also https://www.reddit.com/r/flask/comments/2321oc/easiest_and_fastest_way_to_host_flask_python/17:19
jeblairoh look, openshift is on that list :)17:20
fungijeblair: cool, thanks!17:20
*** yamahata has quit IRC17:21
*** Daisy has quit IRC17:21
fungiis openshift openstack these days or is it still rh doing their own thing17:22
*** niska has quit IRC17:22
*** ddieterly has joined #openstack-infra17:22
*** ddieterl_ has joined #openstack-infra17:23
*** ddieterly has quit IRC17:23
jeblairno idea, but this exists: https://github.com/redhat-openstack/openshift-on-openstack17:27
*** tzn has quit IRC17:27
*** ddieterly has joined #openstack-infra17:28
clarkbfor the longest time the public offering was hosted on aws using a selinuxy container mechanism17:29
clarkbI am not sure if that has changed for the public service17:30
*** ddieterl_ has quit IRC17:31
clarkbfungi nibalizer may have some ideas as he still works closely with psu17:32
*** niska has joined #openstack-infra17:32
*** fawadkhaliq has joined #openstack-infra17:36
*** mrmartin has quit IRC17:37
docaedoAJaeger: is the first patch associated with https://review.openstack.org/#/c/261858/ working nicely? I'm hopeful you can remove the WIP from it soon :)17:37
*** tzn has joined #openstack-infra17:38
*** mrmartin has joined #openstack-infra17:38
*** baoli has joined #openstack-infra17:39
*** edmondsw has quit IRC17:42
*** baoli has quit IRC17:44
*** piet has joined #openstack-infra17:47
*** mrmartin has quit IRC17:53
*** dkranz has quit IRC17:53
*** tzn has quit IRC17:54
*** dkranz has joined #openstack-infra17:56
*** piet has quit IRC17:58
*** piet has joined #openstack-infra17:59
*** ccowleyunix has joined #openstack-infra18:05
*** ccowleyunix has quit IRC18:07
AJaegerdocaedo: the patch merged yesterday, I needed to fix something and expect to remove the WIP from it tomorrow ;)18:11
docaedoAJaeger: cool, thanks! Also thanks for the refactor on that18:12
AJaegerdocaedo: I noticed you put your patch on top of that, will take care that your one goes in smoothly...18:13
*** e0ne has joined #openstack-infra18:13
*** dims has joined #openstack-infra18:13
docaedoAJaeger: ok thanks, and if I can do anything to help just let me know18:13
AJaegerdocaedo: will do, thanks18:14
docaedoAJaeger: np18:14
*** markvoelker has joined #openstack-infra18:16
*** rguillebert has quit IRC18:17
*** mrmartin has joined #openstack-infra18:17
*** markvoelker has quit IRC18:21
*** rossella_s has quit IRC18:22
*** rossella_s has joined #openstack-infra18:22
*** e0ne has quit IRC18:22
*** rfolco has joined #openstack-infra18:23
*** dims has quit IRC18:26
openstackgerritJames E. Blair proposed openstack-infra/grafyaml: Add support for interval template type  https://review.openstack.org/26548718:27
openstackgerritJames E. Blair proposed openstack-infra/grafyaml: Add support for template query  https://review.openstack.org/25089318:27
*** e0ne has joined #openstack-infra18:28
*** rfolco has quit IRC18:29
*** e0ne has quit IRC18:32
nibalizerfungi: if you apply for github education discount, then you also get $50 in digital ocean credit18:32
nibalizerim realizing now we should probably poke at least one openstack cloud to match18:33
*** bpokorny has joined #openstack-infra18:36
*** tzn has joined #openstack-infra18:38
*** bpokorny has quit IRC18:39
*** tzn has quit IRC18:43
mordrednibalizer: if only we worked for a company that had one of those18:45
*** rfolco has joined #openstack-infra18:49
*** mrmartin has quit IRC18:52
*** piet has quit IRC18:54
*** rfolco has quit IRC18:58
*** fawadkhaliq has quit IRC18:59
*** bpokorny has joined #openstack-infra19:03
*** otter768 has joined #openstack-infra19:03
*** kzaitsev_mb has joined #openstack-infra19:06
*** otter768 has quit IRC19:08
*** piet has joined #openstack-infra19:11
*** dkranz has quit IRC19:18
funginibalizer: thanks, passing it along19:23
fungipublic service announcement: free (even if tiny) accounts for students means you've indoctrinated new customers in just a few years19:24
*** piet has quit IRC19:25
*** piet has joined #openstack-infra19:30
*** thorst has quit IRC19:30
*** kzaitsev_mb has quit IRC19:32
*** armax has quit IRC19:33
*** bpokorny has quit IRC19:33
*** tzn has joined #openstack-infra19:40
mroddenqq, where does http://status.openstack.org//openstack-health/#/ get all the data from, and is it something i could access / mine ?19:42
*** armax has joined #openstack-infra19:42
clarkbmrodden: from a subunit2sql database, it is publicly availabel via logstash.openstack.org on port 330619:43
mroddenclarkb: sweet thanks19:44
clarkbit is mydwl19:44
clarkber mysql19:44
mroddenlol, for a second i was worried it was some mysql fork19:45
mrodden"mydwl"19:45
*** mrmartin has joined #openstack-infra19:45
*** EricGonczer_ has joined #openstack-infra19:45
clarkbjust phone typing fail19:46
*** mrmartin has quit IRC19:46
*** piet has quit IRC19:46
*** armax_ has joined #openstack-infra19:47
*** armax has quit IRC19:49
*** armax_ is now known as armax19:49
*** piet has joined #openstack-infra19:51
*** EricGonczer_ has quit IRC19:54
*** jerryz has joined #openstack-infra20:01
*** piet has quit IRC20:07
*** ddieterly has quit IRC20:08
*** _nadya_ has joined #openstack-infra20:09
*** tzn has quit IRC20:12
*** markvoelker has joined #openstack-infra20:17
*** markvoelker has quit IRC20:21
*** moravec has joined #openstack-infra20:23
*** yolanda has quit IRC20:23
*** yolanda has joined #openstack-infra20:23
*** thorst has joined #openstack-infra20:27
*** hdd has quit IRC20:29
*** maishsk has joined #openstack-infra20:37
*** kzaitsev_mb has joined #openstack-infra20:39
*** kzaitsev_mb has quit IRC20:44
*** Sukhdev has joined #openstack-infra20:48
*** maishsk has quit IRC20:51
*** maishsk_ has joined #openstack-infra20:51
*** thorst has quit IRC20:51
*** zz_dimtruck is now known as dimtruck21:00
*** _nadya_ has quit IRC21:00
*** maishsk_ has quit IRC21:01
*** Sukhdev has quit IRC21:04
*** otter768 has joined #openstack-infra21:04
mroddenholy crap you guys have a lot of data...21:08
*** jerryz has quit IRC21:08
*** otter768 has quit IRC21:08
*** dims has joined #openstack-infra21:09
*** ddieterly has joined #openstack-infra21:09
*** maishsk has joined #openstack-infra21:13
*** ddieterly has quit IRC21:14
*** kzaitsev_mb has joined #openstack-infra21:18
*** armax has quit IRC21:29
*** armax has joined #openstack-infra21:29
*** tzn has joined #openstack-infra21:31
*** dims has quit IRC21:31
*** nelsnelson has quit IRC21:33
*** nelsnelson has joined #openstack-infra21:34
*** dimtruck is now known as zz_dimtruck21:37
fungimrodden: and that's a fairly time-limited dataset too. though mtreinish is still working on better ways to expire that stuff21:51
mroddentime-limited?21:52
fungisomething like 3 or 6 months retention on the raw per-test statistics. i don't remember exactly21:52
*** eharney has quit IRC21:52
mroddenoh k21:52
mroddenits not actually the full set of "jobs" that i was looking for either21:52
mroddenmust be a subset of voting21:53
*** piet has joined #openstack-infra21:53
fungiif you want job-level granularity instead of test-level, then graphite.openstack.org may be more what you need21:53
mroddengraphite just does metrics though21:53
fungiand you can ask graphite for json dumps of raw data too21:54
fungiyeah, not sure what you're seeking exactly21:54
mroddenbasically any and all jobs that get reported into Gerrit...21:54
mroddeni'm less interested in 3rd party at the moment21:54
mroddeni might have to firehose the gerrit stream21:55
*** nelsnels_ has joined #openstack-infra21:55
fungigraphite should have pass/fail and duration on all jobs, i think21:55
fungizuul is continuously reporting into statsd for that stuff21:55
mroddeni would like to get the artifacts though21:55
mroddenwell a link to them21:56
mroddenlike subunit2sql captures21:56
mroddenthats a big part for drill down21:56
*** nelsnelson has quit IRC21:56
mroddendoes Zuul have an event stream?21:56
mroddenactually i have an idea...21:59
clarkbgerrit has an event stresm21:59
*** maishsk has quit IRC21:59
mroddenyeah21:59
clarkbwe do already index all the logs for 10 days above debug level22:00
mroddenits scary when you hook up to it though22:00
clarkbyes, "all jobs and artifacts" is quitr a bit number22:00
clarkbI think its ~18TB of compressed artifacts per year22:00
mroddeni'm gonna need a bigger.... file server22:01
mroddenor something22:01
clarkband a 10 day index eats about 3TB22:01
clarkband thats not including debug22:01
mroddenelasticsearch numbers?22:01
clarkbya thats elasticsearch22:02
mroddenah, that thing has about a 30-50% overhead on the base data22:02
mroddenlucene indexes....22:02
fungiwe're going to need a bigger boat22:02
mroddenit r fast though22:02
clarkball this to say, we do quite a bit of hosting of this stuff already, would be happy to do more I am sure22:03
clarkbrather than having you buy a bigger fileserver22:03
mroddenlol22:03
mroddenif anything i'd just start stashing it in an object store somewhere while i work on it22:04
mroddenthats cheap22:04
*** tzn has quit IRC22:04
fungiopenstack infra... let us be your fileserver22:04
clarkbI mean we already have to host it...22:04
clarkbthe data is public22:04
mroddenyeah i'm going to store only the excess that i need22:04
mroddenwhich should help22:04
*** piet has quit IRC22:04
mroddeni don't really need the logs22:04
mroddeni'm not interested in full text search22:05
fungido you just need better indexing to the raw artifacts we have?22:05
clarkbmrodden: what are you trying to do?22:05
mroddenwell22:05
mroddenbuilding a seachable graph that will allow people to match up tests and changes and patches in better ways and search it22:05
fungithat sounds like a better dashboard to our stored logs22:06
mroddenexactly22:06
clarkbamd possibly already being addressed in the heslth dashboard22:06
fungiwhich i think there are at least two designs already partly done for and somewhat stagnating22:06
clarkbmtreinish: had linked a couple changes for indexing back to logs22:06
fungior, yeah, the health dashboard was heading in that direction too22:06
mroddenyeah its sort of me taking my internal thing and dropping it into openstack proper now22:07
clarkbbasically go from test to log rather than change to log22:07
mroddenthere are other things too, like who is testing, did results differ22:08
*** eharney has joined #openstack-infra22:08
clarkbbut the dataset it addresses is limiyed because we need a bigger computer22:09
*** piet has joined #openstack-infra22:09
clarkb(and maybe not mysql, not sure if that discussion went anywhere)22:09
*** salv-orl_ has joined #openstack-infra22:09
mroddenwhat other than mysql22:09
mroddenthats sort of almost maximally efficient when it comes to searching...22:10
mroddenstructured data22:10
clarkbya I think there us somr disagreement on whethet or not a relational db is the best fit22:10
*** ddieterly has joined #openstack-infra22:10
clarkbbut right now the biggest mysql we can run has 500gb of disk22:11
mroddeni used ES + mongodb in my first iteration22:11
*** maishsk has joined #openstack-infra22:11
mroddeni would drop mongo22:11
mroddenit is garbage.22:11
mroddenwas looking at the json stuff in postgres, since they posted impressive numbers22:12
mroddenbut the heavy lifting is done by ES still22:12
clarkbES is nice because it scales horizontally well but does have some relatively high overhead22:12
mroddenits not too bad if you control what you index22:12
*** salv-orlando has quit IRC22:12
mroddenit also has upper limits22:12
mroddeni have seen them.22:12
clarkbwell its a huge jvm22:12
mroddenlol you mean, in memory store huge JVM22:13
clarkbits not an in memory store22:13
mroddentrue it puts them on disk, but it gets it performance by being mostly in memory22:13
mroddenjust like mysql gets those numbers with query caching22:14
clarkbsure on the rwad side more memory helps22:14
mroddenthe tuning guide for ES was prett eye opening22:15
mroddenvm.swappiness = 0 is kind of scary22:15
clarkbI think the total memory difference between ES and subunit2mysql right now is 350GB or so22:15
*** ddieterly has quit IRC22:15
*** e0ne has joined #openstack-infra22:15
mroddenmeaning, the entire ES cluster vs the mysql server?22:16
clarkbyes22:16
mroddenmakes sense22:16
mroddeni mean, b-tree indexes are fully optimized for disc access22:17
*** markvoelker has joined #openstack-infra22:18
mroddenotherwise binary trees are best if you can do everything in memory22:18
mroddenlucene indexes are optimized for text search, but i'm pretty sure they benefit from being in memory vs disc22:18
mroddenmysql indexes default to btree still i believe...22:19
clarkbthey do, each field is fully loaded into memory to do a query iirc22:19
mroddenyeah22:19
mroddenmysql does tricks for its speedups22:20
mroddenjust like ES22:20
mroddenbut ES more relies on them for its performance22:20
*** maishsk has quit IRC22:20
mroddens/them/memory/22:20
mroddenanyway22:20
mroddenboth are faster than mongo in practice i've found...22:21
mrodden:)22:21
clarkbwhich is one part of scaling es, any individual field across any indexes you search must fit in memory22:21
clarkbfor us timestamps are killer, and are the current limiting factor to 10days22:21
*** piet has quit IRC22:22
*** rossella_s has quit IRC22:22
*** rossella_s has joined #openstack-infra22:22
mroddeneverything has a timestamp and it would be many different values, so yeah22:22
mroddenmake sense22:22
clarkbya and oslo just bumoed resolution22:22
*** markvoelker has quit IRC22:22
clarkbso far more uniqur values, I actually meant to ask them to bump it back down because microsecond resolutjon with python seems sillu22:23
mroddenyeah lol22:23
clarkb(it was millisecond)22:23
mroddenmaybe to standardize with other ISO format?22:23
clarkbmaybe, I havent tracked the change down22:24
mroddenpretty sure you can safely drop anything after a second though22:24
mroddenis the ES api for logstash open somewhere?22:26
mroddenwanted to look at the indexes22:26
clarkbyes, http://logstash.openstack.org/elasticsearch22:26
*** maishsk has joined #openstack-infra22:26
mroddenerm... 404?22:27
clarkbthe proxy limits it to a set of read only operations22:27
mroddenoh k22:27
clarkbthats the root22:27
mroddengot it22:29
clarkbcluster health, index listing, and queries should all work22:29
*** dfflanders has joined #openstack-infra22:29
clarkbwe point kibana at it and that works as does elastic-recheck22:30
*** thorst has joined #openstack-infra22:32
mroddenhttp://logstash.openstack.org/elasticsearch/logstash-2015.01.07/_mappings :(22:32
*** dfflanders has quit IRC22:33
mroddenwhat do you use for index listing?22:33
clarkb_cat/indices ?22:34
mroddenthought i tried that...22:34
mrodden40422:35
clarkbI tend to hit it via complete api so it is possible we are just missing some things22:35
mroddenyeah22:35
mroddeni can search and cluster health22:35
clarkbthe joys of software that dont support authentication22:35
mroddeninorite...22:35
mroddeni think i just drop everything that isn't a GET unless you HTTP auth on my other one22:35
*** e0ne has quit IRC22:35
clarkbI can make a note to punch more holes next week22:35
*** thorst has quit IRC22:36
*** thorst has joined #openstack-infra22:36
*** thorst has quit IRC22:41
*** zz_dimtruck is now known as dimtruck22:42
*** dimtruck is now known as zz_dimtruck22:43
*** EricGonczer_ has joined #openstack-infra22:48
*** ozamiatin has quit IRC22:48
crinkleclarkb: it turns out the mysql_grant type just has an 'options' parameter that can take ['GRANT'] that does what we want22:57
crinkleit's not part of the 'privileges' param like i assumed22:57
crinkleso we probably don't need to resort to the exec22:57
clarkbcrinkle gotcha we only need to add ut tothat one if block if you want to update thr change22:58
clarkbI dont think it merged22:58
crinkleclarkb: only that one if block? the other grants don't need all + grant?22:59
clarkbno, because those grants are db specific, its the differemce betweem getting a login and getting root essentially22:59
clarkbyou only need the extra perms when getting rootified22:59
crinkleclarkb: got it, i'll go ahead and fix up that patch if that's okay with you?23:00
clarkbya thats fine23:01
openstackgerritColleen Murphy proposed openstack-infra/system-config: Allow openstack_citest 'grant option' privilege  https://review.openstack.org/26534823:04
*** dims has joined #openstack-infra23:05
*** ddieterly has joined #openstack-infra23:11
*** dims has quit IRC23:14
*** ddieterly has quit IRC23:17
*** yolanda has quit IRC23:18
*** yolanda has joined #openstack-infra23:19
*** tzn has joined #openstack-infra23:22
*** flepied has quit IRC23:24
*** markvoelker has joined #openstack-infra23:33
*** markvoelker has quit IRC23:38
*** flepied has joined #openstack-infra23:42
*** EricGonczer_ has quit IRC23:49
*** tzn has quit IRC23:55
*** ozamiatin has joined #openstack-infra23:58

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