openstackgerrit | Merged openstack/ara master: Add version string to top navbar https://review.openstack.org/432796 | 00:05 |
---|---|---|
dmsimard | I got what I want in for this release. Will be tagging/releasing 0.11 tomorrow. | 00:10 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Add the Ansible version to the top navbar https://review.openstack.org/432799 | 00:43 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Add the Ansible version to the top navbar https://review.openstack.org/432799 | 00:55 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Show the Ansible version the playbook was run with https://review.openstack.org/432801 | 01:09 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Record and show the Ansible version the playbook was run with https://review.openstack.org/432801 | 01:13 |
openstackgerrit | Merged openstack/ara master: Add the Ansible version to the top navbar https://review.openstack.org/432799 | 01:17 |
openstackgerrit | Merged openstack/ara master: Record and show the Ansible version the playbook was run with https://review.openstack.org/432801 | 01:23 |
*** ChatSharp has joined #ara | 03:05 | |
*** ChatSharp has quit IRC | 03:06 | |
*** wdfwefewvfgew has joined #ara | 03:15 | |
*** wdfwefewvfgew has left #ara | 03:15 | |
*** openstackgerrit has quit IRC | 04:32 | |
*** jrist has joined #ara | 06:04 | |
*** karimb has joined #ara | 10:39 | |
*** ChatSharp has joined #ara | 12:31 | |
*** ChatSharp has left #ara | 12:35 | |
*** karimb has quit IRC | 12:56 | |
*** dotplus_ has joined #ara | 13:30 | |
*** dotplus_ has joined #ara | 13:30 | |
*** dotplus has quit IRC | 13:32 | |
*** openstackgerrit has joined #ara | 13:32 | |
openstackgerrit | Andy McCrae proposed openstack/ara master: Prepare ara for Ansible 2.3+ https://review.openstack.org/433055 | 13:32 |
openstackgerrit | Andy McCrae proposed openstack/ara master: Resolve istmppath in ara for Ansible 2.3 use https://review.openstack.org/433055 | 13:32 |
*** andymccr has joined #ara | 13:39 | |
*** karimb has joined #ara | 13:53 | |
dmsimard | andymccr: that oddly rings me a bell and for some reason I thought I had addressed that already, must've dreamed about it | 13:59 |
andymccr | dmsimard: hahaha would've been a great dream :) | 14:00 |
dmsimard | OH, I know | 14:00 |
dmsimard | andymccr: It was something about no longer supporting 2.0.x I think. Anyway, I'm okay with your patch but I wonder if we should check against the Ansible version instead of catching an exception | 14:02 |
dmsimard | like if ansible version >= do x, otherwise do y | 14:03 |
andymccr | dmsimard: works for me i'll look at testing a fix for that | 14:03 |
dmsimard | I'm fairly okay with either approaches, trying to think how we should handle that kind of thing in general as ARA will support different versions of Ansible and this is likely going to become a thing | 14:03 |
dmsimard | I already implemented a switch to test some 2.2.x specific stuff that doesn't exist in 2.1.x | 14:04 |
hughsaunders | dmsimard: just wired junit output into jenkins, it works :) | 14:05 |
dmsimard | hughsaunders: oh do you have a screenshot or something | 14:05 |
*** themurph has joined #ara | 14:05 | |
hughsaunders | dmsimard: not a very exciting playbook, but you get the idea https://snag.gy/qtzT4A.jpg | 14:06 |
dmsimard | that's neat | 14:07 |
dmsimard | I didn't find a very good way to view junit files outside of a jenkins context.. found this nodejs thing I'm less than happy about | 14:07 |
dmsimard | andymccr: you know, let's just merge that and figure out a better way later | 14:09 |
dmsimard | I want to cut a release today and I'd love to have that in | 14:09 |
andymccr | dmsimard: up to you! if you're already doing a version check - I'm happy to change to that approach | 14:09 |
andymccr | trying to find where that is happening though | 14:10 |
dmsimard | andymccr: ah, in integration tests | 14:10 |
andymccr | ahh ok i see that shouldnt be too hard to imp | 14:10 |
dmsimard | andymccr: just saying in general we might need a logic to toggle some things for specific versions | 14:10 |
andymccr | ahh yeah | 14:10 |
dmsimard | https://github.com/openstack/ara/blob/master/run_tests.sh#L18-L26 | 14:10 |
andymccr | that'd be a more generic approach | 14:10 |
dmsimard | https://github.com/openstack/ara/blob/master/run_tests.sh#L90-L94 | 14:10 |
andymccr | this would work too: https://github.com/openstack/ara/blob/master/ara/tests/unit/fakes.py#L20 and then differentiate on that i guess | 14:11 |
andymccr | although it'd have to do smarter version comparison using distutils.version or something | 14:15 |
dmsimard | andymccr: yeah, you can try something similar to my first run_test.sh link | 14:19 |
*** dotplus_ is now known as dotplus | 14:27 | |
dmsimard | andymccr: another thing is I guess 2.3 hasn't been tagged yet (i.e, devel branch) so in reality the version is something like 2.2.3~dev or whatever | 14:28 |
andymccr | dmsimard: it looks like it deploys as 2.3.0 so im playing around a bit with that to try get it to work on a version dep | 14:29 |
dmsimard | ah, running off of devel says 2.3 ? what is this python thing not using PBR :P | 14:29 |
andymccr | # ansible --versionansible 2.3.0 | 14:32 |
andymccr | line break that didnt copy :P but yes | 14:32 |
andymccr | although my comparison is including the wrong var so i have done something wrong here. | 14:33 |
*** karimb_ has joined #ara | 14:44 | |
*** karimb has quit IRC | 14:48 | |
*** myoung|pto is now known as myoung | 14:56 | |
*** tbielawa has joined #ara | 15:34 | |
tbielawa | dmsimard: thanks for the protips about ara_record | 15:35 |
dmsimard | tbielawa: makes sense ? | 15:35 |
tbielawa | dmsimard: yup. about what I figured. nothing groud breaking but more functionality and easier than a debug :) | 15:35 |
tbielawa | also cool & really nice to know somebody on the project took the time to email me personally about it | 15:36 |
dmsimard | tbielawa: yeah it's just a flexible way of logging data -- i.e, someone asked about a way for ARA to log the git version of running playbooks so I came up with a generic use case instead | 15:36 |
tbielawa | totally handy for automated systems. ensuring that information is captured/displayed | 15:37 |
openstackgerrit | Merged openstack/ara master: Resolve istmppath in ara for Ansible 2.3 use https://review.openstack.org/433055 | 15:41 |
-openstackstatus- NOTICE: We are currently investigating an issue with our AFS mirrors which is causing some projects jobs to fail. We are working to correct the issue. | 15:48 | |
*** dmsimard 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.11.0: https://dmsimard.com/2017/02/13/announcing-the-ara-0.11-release/ | This channel is logged: http://eavesdrop.openstack.org/irclogs/%23ara/" | 16:10 | |
dmsimard | 0.11 is out, changelog and comments on the release: https://dmsimard.com/2017/02/13/announcing-the-ara-0.11-release/ | 16:10 |
andymccr | \o/ | 16:13 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Update documentation for the ara generate html command https://review.openstack.org/433169 | 16:32 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Add docs on generate junit command https://review.openstack.org/433170 | 16:32 |
dmsimard | hughsaunders: ^ realize we missed some minimal docs about the command | 16:32 |
hughsaunders | dmsimard: ahh yes, docs on deps but not on usage of the command | 16:33 |
hughsaunders | wwoot for release btw | 16:34 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Update documentation for the ara generate html command https://review.openstack.org/433169 | 16:36 |
-openstackstatus- NOTICE: AFS replication issue has been addressed. Mirrors are currently re-syncing and coming back online. | 17:17 | |
*** karimb_ has quit IRC | 17:32 | |
openstackgerrit | Merged openstack/ara master: Update documentation for the ara generate html command https://review.openstack.org/433169 | 17:35 |
*** tbielawa is now known as tbielawa|lunch | 18:19 | |
*** tbielawa|lunch is now known as tbielawa | 18:23 | |
*** tbielawa is now known as tbielawa|lunch | 18:23 | |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Add docs on generate junit command https://review.openstack.org/433170 | 18:46 |
openstackgerrit | Merged openstack/ara master: Add docs on generate junit command https://review.openstack.org/433170 | 18:57 |
*** tbielawa|lunch is now known as tbielawa | 19:32 | |
*** themurph has quit IRC | 20:57 | |
*** themurph has joined #ara | 21:18 | |
*** tbielawa has quit IRC | 22:20 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!