Wednesday, 2018-02-14

*** BlessJah has quit IRC00:09
*** BlessJah has joined #ara00:22
*** jlozadad has joined #ara01:35
*** myoung|bbl is now known as myoung02:46
*** harlowja has quit IRC03:30
*** harlowja has joined #ara04:12
*** harlowja has quit IRC04:30
*** bcoca has quit IRC04:52
*** harlowja has joined #ara05:14
*** harlowja has quit IRC06:24
*** ara-slack has joined #ara06:28
*** ara-slack has joined #ara06:28
*** ChanServ sets mode: +v ara-slack06:28
*** ara-slack1 has quit IRC06:29
*** rvgate__ has quit IRC07:21
*** rvgate__ has joined #ara07:21
*** sshnaidm|off is now known as sshnaidm|ruck08:27
*** andyG has joined #ara08:36
andyGmorning, where can i raise a bug or request for ara?   in the web gui my tasks pane is timing out, i think its due to the high number of tasks running.08:38
*** andyG has quit IRC09:34
*** sshnaidm|ruck has quit IRC11:46
*** sshnaidm|ruck has joined #ara12:20
*** weshay_PTO is now known as weshay13:01
*** sshnaidm has joined #ara13:19
*** sshnaidm|ruck has quit IRC13:22
*** tbielawa has joined #ara14:02
-openstackstatus- NOTICE: Due to a race in stable/queens branch creation and some job removals, Zuul has reported syntax errors for the past hour; if you saw a syntax error reported for "Job tripleo-ci-centos-7-ovb-containers-oooq not defined" you can safely recheck now15:03
*** sshnaidm is now known as sshnaidm|ruck15:04
*** bcoca has joined #ara15:17
*** bcoca has joined #ara15:17
ara-slack<john> Hi Andy -- looks like the docs discuss how to submit bug reports: https://ara.readthedocs.io/en/latest/contributing.html#filing-issues-and-bugs15:21
ara-slack<dmsimard> @john he quit before I could reply to him :(15:21
ara-slack<dmsimard> Sometimes I sleep15:21
ara-slack<john> No way! ;)15:22
ara-slack<dmsimard> I know right15:23
ara-slack<dmsimard> The hard life of waking up and people have already been awake and working for 6+hrs15:23
ara-slack<dmsimard> I wake up and I already have like 10 pings on IRC :)15:24
ara-slack<john> Dang!15:25
ara-slack<john> Does no-one use Slack?15:26
ara-slack<dmsimard> The OpenStack community is mostly on IRC15:26
ara-slack<dmsimard> My usage of slack is very limited :slightly_smiling_face:15:26
ara-slack<john> Ahh.  I probably need a better IRC client then.  Just uses a web client when I login occassionally.  No real history to see or search.  I see that the openstack projects were archiving the IRC history via and "eavesdrop" URL up until sometime last year, but seems like it stopped.  I like slack because of the searching.15:27
ara-slack<john> Guess what: I got ARA working with OSA mostly. Couple of caveats: by default after install, ara CLI has to be run from within the OSA venv to work. I've only been able to get the browser to work with the ara built-in browser. The apache brower says no plays have been recorded with the various configurations I've tried (including setting the ARA_WSGI_USE_VIRTUALENV and VIRUTALENV_PATH vars in apache vhost site conf)15:28
ara-slack<john> Maybe by the weekend I can write up a little summary of how I did it.15:28
ara-slack<dmsimard> @john nope, eavesdrop is still going -- including #ara :slightly_smiling_face: http://eavesdrop.openstack.org/irclogs/15:28
ara-slack<dmsimard> and yeah, I mean.. I have an IRC bouncer and I grep when I want to look at things.. my setup is based on this: https://hveem.no/a-modern-IRC-experience15:29
ara-slack<john> Oh -- cool.  I'll check it out.15:29
ara-slack<dmsimard> @john the WSGI setup is a bit awkward, I hope we can make it better for 1.015:29
ara-slack<john> Very cool.  ARA is super helpful software for these really long plays.  Thanks a lot for making this.15:30
ara-slack<dmsimard> The most important thing to remember, is that "everyone" needs at least read access to the same database15:30
ara-slack<john> ok15:31
ara-slack<dmsimard> So Apache needs to know where the database is (i.e, ansible.cfg location with SetEnv ANSIBLE_CONFIG and then the right config in that file) and then have access to where the database is15:31
ara-slack<dmsimard> To give you an idea, the Fedora packaging for ARA puts the database in /var/lib/ara/ and the config in /etc/ara/ansible.cfg15:32
ara-slack<dmsimard> If Apache isn't looking at the right place for the config or the database, you probably have a .ara directory in its home directory (ex: /var/www/.ara)15:33
ara-slack<john> will check...  (brb)15:35
ara-slack<john> From the docs for the non-advanced Apache setup (http://ara.readthedocs.io/en/latest/webserver.html#id2), seems like a directive is missing to tell it where to look?  For example, in the Advanced use cases doc (https://ara.readthedocs.io/en/latest/advanced.html#using-wsgi-sqlite-with-apache-s-mod-wsgi) there is a "SetEnv ARA_WSGI_DATABASE_DIRECTORY ara-report" line that isn't in the first doc link for the regular use case.  Should that be there?15:38
ara-slack<john> The first link descibes where the ansible.cfg is, but nothing is said about db location (unless I'm missing it).15:40
ara-slack<dmsimard> hmm, hang on15:41
ara-slack<dmsimard> oh, the advanced one is... advanced15:42
ara-slack<dmsimard> in the basic setup you have a SetEnv ANSIBLE_CONFIG here: http://ara.readthedocs.io/en/latest/webserver.html#id415:42
ara-slack<john> You're right -- my bad.15:43
ara-slack<john> I need to change that path, or move the db to it.15:43
ara-slack<john> (in that ansible.cfg file)15:43
ara-slack<dmsimard> The advanced one is for a very specific use case to dynamically load "logged" sqlite databases15:43
ara-slack<dmsimard> For example in OpenStack CI, we can't generate static reports for every job -- the static reports are small but they're a lot of small files15:43
ara-slack<dmsimard> So it's a middleware to dynamically load databases instead15:44
ara-slack<dmsimard> Ironically I still haven't landed full support for that in openstack infra.. need to finish that15:44
ara-slack<john> Ok, well I should get fixed up with that info.  Thanks very much for the assistance.15:45
ara-slack<john> If I write up a brief series of commands during the OSA install to integrate ARA for the end user, I can post or send a copy if that would be helpful.15:46
ara-slack<dmsimard> A blog post would be awesome! I'd share something like that :slightly_smiling_face:15:48
ara-slack<john> Ok sounds good.  I'll get it written up hopefully by end of the weekend and then share.  I don't have an active blog, so may just share the output with you in what will hopefully be a readily usable manner with minimal work on your part.15:49
ara-slack<dmsimard> I have a blog, happy to post it on your behalf give credit and all :)15:51
ara-slack<john> Cool, thanks!15:51
ara-slack<dmsimard> You've done all the work, I didn't do anything -- so thank *you* :slightly_smiling_face:15:52
ara-slack<john> Welcome!  I had incentive so I could use this great product ;)15:53
*** spiette_ has joined #ara16:06
*** tbielawa is now known as tbielawa|lunch16:48
openstackgerritMerged openstack/ara feature/1.0: Stop running non-voting jobs in gate  https://review.openstack.org/54348717:29
openstackgerritMerged openstack/ara feature/1.0: Zuul: Remove project name  https://review.openstack.org/54412317:29
*** jlozadad has quit IRC17:49
*** jlozadad has joined #ara17:52
*** jlozadad has quit IRC18:01
*** tbielawa|lunch is now known as tbielawa18:18
*** openstackgerrit has quit IRC18:33
*** sshnaidm|ruck is now known as sshnaidm|off19:03
*** harlowja has joined #ara19:21
*** jlozadad has joined #ara21:48
*** larsks has quit IRC23:51

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