*** tbielawa has quit IRC | 00:42 | |
*** tbielawa has joined #ara | 00:58 | |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Adjust app creation in the CLI bootstrap process https://review.openstack.org/447552 | 01:03 |
---|---|---|
openstackgerrit | David Moreau Simard proposed openstack/ara master: Filter empty generation warnings by default https://review.openstack.org/447553 | 01:16 |
*** tbielawa has quit IRC | 01:19 | |
*** jparrill has joined #ara | 01:58 | |
*** jparrill has quit IRC | 01:58 | |
openstackgerrit | David Moreau Simard proposed openstack/ara master: No-op: lint/consistency/cleanup https://review.openstack.org/447769 | 02:55 |
openstackgerrit | Merged openstack/ara master: Unit tests: properly dispose/teardown flask app context https://review.openstack.org/447551 | 02:59 |
openstackgerrit | Merged openstack/ara master: Adjust app creation in the CLI bootstrap process https://review.openstack.org/447552 | 03:00 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Filter empty generation warnings by default https://review.openstack.org/447553 | 03:00 |
openstackgerrit | Merged openstack/ara master: Filter empty generation warnings by default https://review.openstack.org/447553 | 03:10 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: No-op: lint/consistency/cleanup https://review.openstack.org/447769 | 03:17 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Stop gathering facts in incomplete playbook https://review.openstack.org/447776 | 03:20 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Adjust wording for incomplete playbook notification https://review.openstack.org/447778 | 03:22 |
openstackgerrit | Merged openstack/ara master: No-op: lint/consistency/cleanup https://review.openstack.org/447769 | 03:25 |
*** themurph has joined #ara | 03:29 | |
openstackgerrit | Merged openstack/ara master: Stop gathering facts in incomplete playbook https://review.openstack.org/447776 | 03:31 |
openstackgerrit | Merged openstack/ara master: Adjust wording for incomplete playbook notification https://review.openstack.org/447778 | 03:34 |
*** themurph_ has joined #ara | 06:48 | |
*** themurph has quit IRC | 06:50 | |
*** jparrill has joined #ara | 07:22 | |
-openstackstatus- NOTICE: Wiki is broken with database problems, we are working to resolve it | 08:28 | |
*** ChanServ changes topic to "Wiki is broken with database problems, we are working to resolve it" | 08:28 | |
*** ChanServ changes topic to "ARA - Ansible Run Analysis: Making playbook runs easier to visualize, understand and troubleshoot | Git: https://github.com/openstack/ara - Docs: https://ara.readthedocs.io/en/latest/ - Latest version: 0.12.3: https://dmsimard.com/2017/03/12/an-even-better-ansible-reporting-interface-with-ara-0-12 | This channel is logged: http://eavesdrop.openstack.org/irclogs/%23ara/" | 08:37 | |
-openstackstatus- NOTICE: Wiki problems have been fixed, it's up and running | 08:37 | |
*** openstackgerrit has quit IRC | 09:03 | |
*** karimb has joined #ara | 09:37 | |
*** jparrill has quit IRC | 10:01 | |
*** jparrill has joined #ara | 10:27 | |
*** karimb has quit IRC | 12:46 | |
*** karimb has joined #ara | 13:24 | |
*** mikenl has joined #ara | 13:28 | |
mikenl | hi all, looking into ara for reporting | 13:29 |
mikenl | is there a way to install it on a server separate from the server running Ansible | 13:29 |
mikenl | ? | 13:29 |
mikenl | So for instance just have the plugins and callbacks on our Ansible control machine then have the ara webapp and db on a separate server? | 13:39 |
dmsimard | mikenl: hi ! | 13:39 |
dmsimard | So ARA comes with everything "bundled" right now, the callback, the webapp, the CLI and so on. | 13:40 |
dmsimard | So you'll have to do a "pip install ara" wherever you'll need one of the components | 13:40 |
mikenl | yip saw that from the installation | 13:40 |
dmsimard | That said, it is possible to have ansible+ara on, say, your laptop | 13:40 |
dmsimard | And then the web application running elsewhere, on a server | 13:40 |
mikenl | ok then the callbacks would send to the database running on...? | 13:41 |
dmsimard | This would typically be done with something like MySQL, so on your laptop, you'll need to define the database configuration accordingly -- i.e: http://ara.readthedocs.io/en/latest/configuration.html#ara-database | 13:41 |
dmsimard | the mysql server can be anywhere, on the webapp server or on another server -- so long as the web app has the same database configuration so it can read from it | 13:41 |
dmsimard | if you run the web app under wsgi, this means you'd need a "database = pymysql+mysql://..." line in your ansible.cfg .. there's a bit more details about it here http://ara.readthedocs.io/en/latest/webserver.html | 13:42 |
dmsimard | I should really do a FAQ for this, it's a question that comes up often :) | 13:43 |
mikenl | ah right with you now, so the variable is set in my ansible.cfg for the database. So technically I could copy the callbacks to the ansible server and then set the database pointing to the relevant mysql db on my ara server :)? | 13:45 |
dmsimard | yeah, so the callback with the mysql database configuration will send data there | 13:46 |
dmsimard | and the web app with the mysql database configuration will read data from there | 13:46 |
dmsimard | you could run ansible from your laptop, have a mysql server and have another server for the web app -- it doesn't matter as long as everyone agrees where the data is | 13:47 |
*** openstackgerrit has joined #ara | 13:47 | |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Send datatables alerts to the background in javascript console https://review.openstack.org/448105 | 13:47 |
mikenl | ok understand the architecture better now, better for scaling. Thanks very much | 13:48 |
dmsimard | mikenl: Yup! I mean, technically, you can send data to the mysql server from as many ansible "nodes" (running ansible playbooks) as you want and could even load balancer your web application :p | 13:49 |
*** tbielawa has joined #ara | 14:05 | |
openstackgerrit | Merged openstack/ara master: Send datatables alerts to the background in javascript console https://review.openstack.org/448105 | 14:26 |
leifmadsen | balance it with traefik :) | 14:45 |
*** tbielawa is now known as tbielawa|mtg | 14:59 | |
*** karimb has quit IRC | 15:00 | |
*** karimb has joined #ara | 15:12 | |
*** jparrill has quit IRC | 15:16 | |
*** karimb has quit IRC | 15:21 | |
*** karimb has joined #ara | 15:32 | |
*** jrist has quit IRC | 15:33 | |
*** jrist has joined #ara | 15:40 | |
*** mikenl has quit IRC | 15:40 | |
*** tbielawa|mtg is now known as tbielawa | 15:52 | |
*** karimb has quit IRC | 15:52 | |
*** karimb has joined #ara | 15:52 | |
*** karimb has quit IRC | 15:58 | |
*** karimb has joined #ara | 16:07 | |
*** tbielawa is now known as tbielawa|brb | 16:19 | |
*** karimb has quit IRC | 16:22 | |
*** karimb has joined #ara | 16:34 | |
*** tbielawa|brb is now known as tbielawa | 16:39 | |
*** tbielawa is now known as tbielawa|mtg | 17:57 | |
*** karimb has quit IRC | 18:06 | |
*** tbielawa|mtg is now known as tbielawa | 18:11 | |
*** tbielawa is now known as tbielawa|coffee | 18:19 | |
*** tbielawa|coffee is now known as tbielawa|lunch | 18:19 | |
dmsimard | tbielawa|lunch: what do you think about the comments in https://review.openstack.org/#/c/446709/4/doc/source/manifesto.rst ? | 18:42 |
tbielawa|lunch | dmsimard: yeah. those suggestions for the weird sentence are much better :) | 18:47 |
tbielawa|lunch | the second one | 18:47 |
tbielawa|lunch | and the one about recording runs is a good suggestion too from leifmadsen | 18:48 |
leifmadsen | I debated on using "machines" for "systems" in case someone misread it as "sysadmins" | 18:49 |
tbielawa|lunch | lol | 18:49 |
leifmadsen | because that's totally what my brain would do | 18:49 |
tbielawa|lunch | lol | 18:50 |
*** karimb has joined #ara | 18:56 | |
*** karimb has quit IRC | 19:16 | |
*** tbielawa|lunch is now known as tbielawa | 19:21 | |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Update frequently asked questions documentation https://review.openstack.org/448247 | 19:25 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Add a project manifesto https://review.openstack.org/446709 | 19:30 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Add a project manifesto https://review.openstack.org/446709 | 19:32 |
*** karimb has joined #ara | 20:11 | |
*** tbielawa has quit IRC | 21:02 | |
*** karimb has quit IRC | 21:04 | |
*** karimb has joined #ara | 21:56 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!