dmsimard | dw: wait, you're the dw from mitogen ? | 00:40 |
---|---|---|
dw | dmsimard: that's me | 00:50 |
dmsimard | dw: cool work, I believe the folks in openstack-infra are trying it out right now :D | 00:54 |
dmsimard | oh, it hasn't landed just yet https://review.openstack.org/#/c/597297/ | 00:55 |
dw | yes, its blocked at least on the next stable release.. lots of fixes specifically due to OSA | 00:55 |
dw | i've made it a holy quest to have a 100% reliable CI before cutting another release, and keep it that way, and finding lots of reasons to not release yet ;) | 00:56 |
dmsimard | ARA collaborated with OSA as well, they were one of the very important early adopters and helped iron out a lot of scalability issues :D | 00:56 |
dmsimard | are you coming to ansiblefest ? | 00:57 |
dmsimard | odyssey4me, hwoarang, mnaser: you guys are adding mitogen to OSA ? how's that working out ? | 01:00 |
dmsimard | asking for a friend | 01:00 |
dmsimard | :p | 01:00 |
mnaser | dmsimard: yep. Well kinda still working | 01:02 |
dw | dmsimard: i'd considered it but the timing was wrong | 01:02 |
dw | mnaser: i think i saw something somewhere suggesting you weren't getting a big saving.. something like 20 minutes | 01:03 |
dw | pilour mentioned numbers in a linuxfr blog post | 01:03 |
dw | *Pilou | 01:03 |
dmsimard | 20 minutes out of how much ? | 01:11 |
dmsimard | I mean 20 minutes is nothing to sneeze at if we're running hundreds of jobs every day | 01:11 |
dw | got an email last week from a guy with a team getting 25x :) it really depends on connection layer being the limiting factor, lots of OSA's runtime is sunk in controller-side bottlenecks | 01:15 |
dmsimard | I'll need to have you help on ara performance one day then :p | 01:17 |
dw | dmsimard: that's one of the things i was kicking the tires of.. at least in default standalone config, ARA doesn't seem overly slow. didn't spend much time profiling, just ran it a few times through the project's integration tests | 01:17 |
dmsimard | dw: don't spend too much time on the current 0.x releases, I've been working for a long time on 1.0 (comes with an API and other things) | 01:18 |
dmsimard | https://github.com/openstack/ara-server it's rough around the edge but it works | 01:22 |
dw | can it still produce static html? | 01:22 |
dmsimard | dw: This is the backend, models and API -- there's two other projects: ara-clients (clients to push and retrieve data from ara) and ara-plugins (drivers to push data from ansible to ara) | 01:25 |
dmsimard | there's no frontend component yet :D | 01:25 |
dmsimard | So no static html, but this was done "for free" by flask-frozen -- we've switched to django now. We can do static html, might need some legwork. | 01:26 |
tristanC | dmsimard: would be nice to have a static frontend that can load and render a sqlite database directly in browser | 01:26 |
dmsimard | tristanC: yes that's what gvincent wanted to start | 01:28 |
dmsimard | he tried to show me and I suck at javascript lol | 01:28 |
dmsimard | https://review.openstack.org/#/q/project:openstack/ara-web | 01:28 |
tristanC | dmsimard: could version1 export a sqlite dump? | 01:29 |
dmsimard | tristanC: export how ? the middleware already makes the database file available in v1 | 01:49 |
dw | dmsimard: django most certainly has some equivalent, so it shouldn't be a difficult target | 01:51 |
dmsimard | dw: http://38.145.33.178:8000/api/v1/ | 01:52 |
dmsimard | tristanC: https://github.com/openstack-infra/puppet-openstackci/blob/master/templates/logs.vhost.erb#L98-L103 is what I mean | 01:54 |
*** dbpiv_ has joined #ara | 02:49 | |
*** dbpiv has quit IRC | 02:52 | |
*** dbpiv_ has quit IRC | 02:53 | |
tristanC | dmsimard: i meant, instead of having middleware, would be nice if we could ara.html?dbfile=https://logs.openstack.org/.../ansible.sqlite and everything happens client side. | 02:59 |
*** dbpiv has joined #ara | 03:05 | |
*** dbpiv has quit IRC | 03:16 | |
dmsimard | tristanC: I think everything is possible, just need to do it | 03:28 |
dmsimard | could have an API endpoint that returns the database file | 03:28 |
dmsimard | going to sleep for real now, night :p | 03:28 |
*** dbpiv has joined #ara | 04:54 | |
*** dbpiv has quit IRC | 04:59 | |
*** bcoca has quit IRC | 05:05 | |
*** gvincent_ has joined #ara | 05:37 | |
*** gvincent has quit IRC | 05:39 | |
gvincent_ | dmsimard, I have more time now, I can do the frontend | 05:51 |
*** gvincent_ has quit IRC | 05:51 | |
*** gvincent has joined #ara | 05:51 | |
*** dbpiv has joined #ara | 09:53 | |
*** dbpiv has quit IRC | 09:58 | |
*** dbpiv has joined #ara | 12:00 | |
*** gnupyx2 has joined #ara | 12:06 | |
*** tbielawa has joined #ara | 12:28 | |
*** dbpiv has quit IRC | 12:34 | |
*** dbpiv has joined #ara | 12:35 | |
*** dbpiv has quit IRC | 12:39 | |
dmsimard | gvincent: really? :D | 12:56 |
gvincent | :) | 12:56 |
gvincent | yes really | 12:56 |
dmsimard | gvincent: I think most of the big changes in the API have landed now | 12:57 |
gvincent | \o/ | 12:57 |
gvincent | I will work on it tomorrow | 12:57 |
dmsimard | neat, we can sync a bit before if you'd like | 12:59 |
gvincent | if you have 15min today yes | 13:01 |
dmsimard | sure | 13:06 |
openstackgerrit | David Moreau Simard proposed openstack/ara-clients master: Add first iteration of http client https://review.openstack.org/602024 | 13:10 |
*** dbpiv has joined #ara | 13:12 | |
*** dbpiv has quit IRC | 13:13 | |
openstackgerrit | David Moreau Simard proposed openstack/ara-clients master: Move django import and initialization inside the offline client class https://review.openstack.org/602028 | 13:15 |
openstackgerrit | David Moreau Simard proposed openstack/ara-server master: Add support for giving names to playbooks https://review.openstack.org/600834 | 13:17 |
openstackgerrit | Merged openstack/ara-server master: Add Stats model and API https://review.openstack.org/600062 | 13:21 |
*** bcoca has joined #ara | 13:24 | |
*** bcoca has joined #ara | 13:24 | |
*** bcoca has quit IRC | 13:29 | |
*** bcoca has joined #ara | 13:30 | |
*** bcoca has joined #ara | 13:30 | |
*** bcoca has quit IRC | 13:30 | |
*** bcoca has joined #ara | 13:32 | |
*** bcoca has joined #ara | 13:32 | |
*** themurph has joined #ara | 13:34 | |
openstackgerrit | David Moreau Simard proposed openstack/ara-clients master: Add first iteration of http client https://review.openstack.org/602024 | 14:09 |
openstackgerrit | David Moreau Simard proposed openstack/ara-clients master: Move django import and initialization inside the offline client class https://review.openstack.org/602028 | 14:09 |
openstackgerrit | Merged openstack/ara-server master: Add support for giving names to playbooks https://review.openstack.org/600834 | 14:12 |
openstackgerrit | David Moreau Simard proposed openstack/ara-server master: Update ansible-integration tests https://review.openstack.org/602049 | 14:34 |
*** sshnaidm|afk has quit IRC | 14:40 | |
openstackgerrit | David Moreau Simard proposed openstack/ara-clients master: Add first iteration of http client https://review.openstack.org/602024 | 14:46 |
openstackgerrit | David Moreau Simard proposed openstack/ara-clients master: Move django import and initialization inside the offline client class https://review.openstack.org/602028 | 14:46 |
*** sshnaidm|afk has joined #ara | 14:46 | |
openstackgerrit | Merged openstack/ara-server master: Update ansible-integration tests https://review.openstack.org/602049 | 14:57 |
*** jrist has joined #ara | 15:23 | |
*** sshnaidm|afk is now known as sshnaidm|ptg | 16:23 | |
*** dbpiv has joined #ara | 17:08 | |
*** jrist has quit IRC | 17:57 | |
*** sshnaidm|ptg has quit IRC | 17:58 | |
*** tbielawa is now known as tbielawa|mtg | 18:56 | |
openstackgerrit | Merged openstack/ara-clients master: Add first iteration of http client https://review.openstack.org/602024 | 19:10 |
openstackgerrit | Merged openstack/ara-clients master: Move django import and initialization inside the offline client class https://review.openstack.org/602028 | 19:11 |
*** dbpiv has quit IRC | 19:23 | |
*** sshnaidm|ptg has joined #ara | 19:33 | |
*** jrist has joined #ara | 19:39 | |
*** tbielawa|mtg is now known as tbielawa | 20:13 | |
*** tbielawa is now known as tbielawa|g0n3 | 20:18 | |
*** jrist has quit IRC | 20:46 | |
*** jrist has joined #ara | 20:52 | |
*** jlozadad has joined #ara | 22:19 | |
*** jrist has quit IRC | 23:03 | |
*** sshnaidm|ptg has quit IRC | 23:48 | |
*** sshnaidm|ptg has joined #ara | 23:51 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!