*** cweeks has quit IRC | 00:11 | |
*** cweeks has joined #ara | 00:59 | |
*** sshnaidm|off is now known as sshnaidm|afk | 05:25 | |
*** gvincent has joined #ara | 07:10 | |
*** apollo13 has quit IRC | 08:39 | |
*** apollo13 has joined #ara | 08:42 | |
*** sshnaidm|afk is now known as sshnaidm|rover | 09:18 | |
*** vijay42 has joined #ara | 09:57 | |
vijay42 | Hi | 09:57 |
---|---|---|
vijay42 | Is there any way that I can customize the ara database to use addition custom field ? | 09:59 |
vijay42 | for example a 'job id' which could differentiate each run I did in ansible | 09:59 |
ara-slack | vijay.kannan: @vijay.kannan has joined the channel | 10:03 |
dmsimard | @vijay.kannan that's what the ara_record module is for | 13:07 |
dmsimard | https://ara.readthedocs.io/en/latest/ara-record.html | 13:07 |
*** dbpiv has joined #ara | 13:32 | |
ara-slack | vijay.kannan: @dmsimard Which table will it record? The reason why I may need that is , to refer the tasks & results only based on the job_id | 13:34 |
ara-slack | vijay.kannan: @dmsimard right now ara groups all executions based on playbook | 13:35 |
dmsimard | @vijay.kannan what do you mean by table ? | 13:40 |
dmsimard | @vijay.kannan the records are in a section called "records" | 13:41 |
dmsimard | inside each playbook report | 13:41 |
ara-slack | vijay.kannan: ok | 13:41 |
ara-slack | vijay.kannan: got it | 13:41 |
dmsimard | @vijay.kannan you might also be interested in setting names or labels for playbooks https://ara.readthedocs.io/en/latest/playbook-names-and-labels.html | 13:58 |
dmsimard | oops, just spotted a typo in the docs | 13:58 |
*** vijay42 has quit IRC | 14:34 | |
*** recheck has joined #ara | 14:55 | |
*** weshay is now known as weshay_passport | 15:05 | |
*** recheck has quit IRC | 15:11 | |
*** recheck has joined #ara | 15:11 | |
recheck | [so-ara] How to Use Ansible Report Analysis (ARA) while executing from a Jenkins Job → https://j.mp/2AfrXfI | 15:41 |
recheck | [so-ara] How to convert longblob to readable format → https://j.mp/2AfrY3g | 15:41 |
recheck | [so-ara] Unable to start ara → https://j.mp/2Aej2eM | 15:41 |
*** stduolc1 has quit IRC | 15:43 | |
*** stduolc1 has joined #ara | 15:46 | |
dmsimard | zbr: ^ that's yours ? | 15:48 |
zbr | dmsimard: yeah. you should not see more spam. | 15:49 |
dmsimard | zbr: looks useful, how does it work ? | 15:49 |
*** stduolc1 has quit IRC | 15:49 | |
*** stduolc1 has joined #ara | 15:50 | |
dmsimard | larsks: thanks for replying to https://stackoverflow.com/questions/56021501/how-to-convert-longblob-to-readable-format :D | 15:52 |
zbr | dmsimard: see https://github.com/ssbarnea/harem/blob/master/apps/rss-bot/config.yaml#L126-L128 -- that is for you. i will run it. | 16:09 |
zbr | if you need changes ping me or make a PR. | 16:09 |
zbr | i am trying to integrate stackoverflow better with few projects I care about. | 16:10 |
zbr | but i need to be careful because people do not usually like bots | 16:11 |
dmsimard | zbr: it's okay for now, thanks for your contribution :) | 16:12 |
dmsimard | I'll let you know if it ever gets too noisy | 16:12 |
dmsimard | btw if anyone is going to Ansiblefest and would like to chat, feel free to reach out | 16:32 |
*** recheck has quit IRC | 16:42 | |
*** recheck has joined #ara | 16:43 | |
openstackgerrit | Jean-Philippe Evrard proposed recordsansible/ara master: Make env setup allow use of other plugins https://review.opendev.org/679281 | 16:51 |
*** weshay_passport is now known as weshay | 16:57 | |
larsks | dmsimard: no problem :) | 17:07 |
*** gvincent has quit IRC | 17:18 | |
*** gvincent has joined #ara | 17:54 | |
openstackgerrit | David Moreau Simard proposed recordsansible/ara master: Docs: Fix typo for ara_playbook_name and ara_playbook_labels https://review.opendev.org/681861 | 18:02 |
openstackgerrit | David Moreau Simard proposed recordsansible/ara master: Docs: Add double quotes in installation docs for [server] https://review.opendev.org/681862 | 18:02 |
openstackgerrit | Merged recordsansible/ara master: Make env setup allow use of other plugins https://review.opendev.org/679281 | 18:18 |
openstackgerrit | David Moreau Simard proposed recordsansible/ara stable/0.x: Make env setup allow use of other plugins https://review.opendev.org/681871 | 18:27 |
dmsimard | evrardjp: backport ^ | 18:28 |
evrardjp | can you stop being amazing? :) | 18:28 |
evrardjp | thanks for doing that :) | 18:28 |
dmsimard | I need to double check the patch on master | 18:28 |
dmsimard | +W'd a bit too quickly, I think the missing append is an issue | 18:29 |
* dmsimard checks | 18:29 | |
evrardjp | oh shiiiit | 18:29 |
evrardjp | what's the problem? | 18:29 |
dmsimard | yeah, going to need to fix that | 18:30 |
dmsimard | evrardjp: the removal of python_paths.append(lib) | 18:31 |
dmsimard | makes it so the PYTHONPATH can be empty if the lib is not in PYTHONPATH | 18:31 |
evrardjp | oh yeah I see | 18:32 |
evrardjp | indenting | 18:32 |
dmsimard | evrardjp: see http://paste.openstack.org/show/775438/ | 18:33 |
evrardjp | I broke it I will fix it | 18:33 |
dmsimard | sure | 18:33 |
dmsimard | the backport is clean already | 18:33 |
dmsimard | thanks :) | 18:34 |
openstackgerrit | Jean-Philippe Evrard proposed recordsansible/ara master: Always export PYTHONPATH https://review.opendev.org/681873 | 18:36 |
evrardjp | where was my brain when I wrote this? | 18:36 |
dmsimard | evrardjp: no hard feelings, it happens :p | 18:37 |
evrardjp | WTF is that commit message title | 18:38 |
evrardjp | I am too cooked | 18:39 |
evrardjp | :p | 18:39 |
openstackgerrit | Jean-Philippe Evrard proposed recordsansible/ara master: Make sure the exported PYTHONPATH contains at least a lib path https://review.opendev.org/681873 | 18:40 |
evrardjp | sorry for that again | 18:40 |
evrardjp | heading to bed now | 18:40 |
dmsimard | good night :p | 18:41 |
openstackgerrit | Merged recordsansible/ara master: Removed unneeded autoescape. https://review.opendev.org/680644 | 18:56 |
openstackgerrit | Merged recordsansible/ara master: Docs: Fix typo for ara_playbook_name and ara_playbook_labels https://review.opendev.org/681861 | 18:56 |
openstackgerrit | Merged recordsansible/ara master: Docs: Add double quotes in installation docs for [server] https://review.opendev.org/681862 | 18:56 |
openstackgerrit | Merged recordsansible/ara master: Make sure the exported PYTHONPATH contains at least a lib path https://review.opendev.org/681873 | 20:29 |
*** gvincent has quit IRC | 20:46 | |
openstackgerrit | Merged recordsansible/ara stable/0.x: Make env setup allow use of other plugins https://review.opendev.org/681871 | 20:49 |
*** dbpiv has quit IRC | 21:49 | |
*** dbpiv has joined #ara | 21:50 | |
*** dbpiv has quit IRC | 21:54 | |
*** weshay is now known as weshay|ruck | 22:04 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!