Monday, 2017-02-13

openstackgerritMerged openstack/ara master: Add version string to top navbar  https://review.openstack.org/43279600:05
dmsimardI got what I want in for this release. Will be tagging/releasing 0.11 tomorrow.00:10
openstackgerritDavid Moreau Simard proposed openstack/ara master: Add the Ansible version to the top navbar  https://review.openstack.org/43279900:43
openstackgerritDavid Moreau Simard proposed openstack/ara master: Add the Ansible version to the top navbar  https://review.openstack.org/43279900:55
openstackgerritDavid Moreau Simard proposed openstack/ara master: Show the Ansible version the playbook was run with  https://review.openstack.org/43280101:09
openstackgerritDavid Moreau Simard proposed openstack/ara master: Record and show the Ansible version the playbook was run with  https://review.openstack.org/43280101:13
openstackgerritMerged openstack/ara master: Add the Ansible version to the top navbar  https://review.openstack.org/43279901:17
openstackgerritMerged openstack/ara master: Record and show the Ansible version the playbook was run with  https://review.openstack.org/43280101:23
*** ChatSharp has joined #ara03:05
*** ChatSharp has quit IRC03:06
*** wdfwefewvfgew has joined #ara03:15
*** wdfwefewvfgew has left #ara03:15
*** openstackgerrit has quit IRC04:32
*** jrist has joined #ara06:04
*** karimb has joined #ara10:39
*** ChatSharp has joined #ara12:31
*** ChatSharp has left #ara12:35
*** karimb has quit IRC12:56
*** dotplus_ has joined #ara13:30
*** dotplus_ has joined #ara13:30
*** dotplus has quit IRC13:32
*** openstackgerrit has joined #ara13:32
openstackgerritAndy McCrae proposed openstack/ara master: Prepare ara for Ansible 2.3+  https://review.openstack.org/43305513:32
openstackgerritAndy McCrae proposed openstack/ara master: Resolve istmppath in ara for Ansible 2.3 use  https://review.openstack.org/43305513:32
*** andymccr has joined #ara13:39
*** karimb has joined #ara13:53
dmsimardandymccr: that oddly rings me a bell and for some reason I thought I had addressed that already, must've dreamed about it13:59
andymccrdmsimard: hahaha would've been a great dream :)14:00
dmsimardOH, I know14:00
dmsimardandymccr: 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 exception14:02
dmsimardlike if ansible version >= do x, otherwise do y14:03
andymccrdmsimard: works for me i'll look at testing a fix for that14:03
dmsimardI'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 thing14:03
dmsimardI already implemented a switch to test some 2.2.x specific stuff that doesn't exist in 2.1.x14:04
hughsaundersdmsimard: just wired junit output into jenkins, it works :)14:05
dmsimardhughsaunders: oh do you have a screenshot or something14:05
*** themurph has joined #ara14:05
hughsaundersdmsimard: not a very exciting playbook, but you get the idea https://snag.gy/qtzT4A.jpg14:06
dmsimardthat's neat14:07
dmsimardI 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 about14:07
dmsimardandymccr: you know, let's just merge that and figure out a better way later14:09
dmsimardI want to cut a release today and I'd love to have that in14:09
andymccrdmsimard: up to you! if you're already doing a version check - I'm happy to change to that approach14:09
andymccrtrying to find where that is happening though14:10
dmsimardandymccr: ah, in integration tests14:10
andymccrahh ok i see that shouldnt be too hard to imp14:10
dmsimardandymccr: just saying in general we might need a logic to toggle some things for specific versions14:10
andymccrahh yeah14:10
dmsimardhttps://github.com/openstack/ara/blob/master/run_tests.sh#L18-L2614:10
andymccrthat'd be a more generic approach14:10
dmsimardhttps://github.com/openstack/ara/blob/master/run_tests.sh#L90-L9414:10
andymccrthis would work too: https://github.com/openstack/ara/blob/master/ara/tests/unit/fakes.py#L20 and then differentiate on that i guess14:11
andymccralthough it'd have to do smarter version comparison using distutils.version or something14:15
dmsimardandymccr: yeah, you can try something similar to my first run_test.sh link14:19
*** dotplus_ is now known as dotplus14:27
dmsimardandymccr: 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 whatever14:28
andymccrdmsimard: 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 dep14:29
dmsimardah, running off of devel says 2.3 ? what is this python thing not using PBR :P14:29
andymccr# ansible --versionansible 2.3.014:32
andymccrline break that didnt copy :P but yes14:32
andymccralthough my comparison is including the wrong var so i have done something wrong here.14:33
*** karimb_ has joined #ara14:44
*** karimb has quit IRC14:48
*** myoung|pto is now known as myoung14:56
*** tbielawa has joined #ara15:34
tbielawadmsimard: thanks for the protips about ara_record15:35
dmsimardtbielawa: makes sense ?15:35
tbielawadmsimard: yup. about what I figured. nothing groud breaking but more functionality and easier than a debug :)15:35
tbielawaalso cool & really nice to know somebody on the project took the time to email me personally about it15:36
dmsimardtbielawa: 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 instead15:36
tbielawatotally handy for automated systems. ensuring that information is captured/displayed15:37
openstackgerritMerged openstack/ara master: Resolve istmppath in ara for Ansible 2.3 use  https://review.openstack.org/43305515: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
dmsimard0.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
openstackgerritDavid Moreau Simard proposed openstack/ara master: Update documentation for the ara generate html command  https://review.openstack.org/43316916:32
openstackgerritDavid Moreau Simard proposed openstack/ara master: Add docs on generate junit command  https://review.openstack.org/43317016:32
dmsimardhughsaunders: ^ realize we missed some minimal docs about the command16:32
hughsaundersdmsimard: ahh yes, docs on deps but not on usage of the command16:33
hughsaunderswwoot for release btw16:34
openstackgerritDavid Moreau Simard proposed openstack/ara master: Update documentation for the ara generate html command  https://review.openstack.org/43316916:36
-openstackstatus- NOTICE: AFS replication issue has been addressed. Mirrors are currently re-syncing and coming back online.17:17
*** karimb_ has quit IRC17:32
openstackgerritMerged openstack/ara master: Update documentation for the ara generate html command  https://review.openstack.org/43316917:35
*** tbielawa is now known as tbielawa|lunch18:19
*** tbielawa|lunch is now known as tbielawa18:23
*** tbielawa is now known as tbielawa|lunch18:23
openstackgerritDavid Moreau Simard proposed openstack/ara master: Add docs on generate junit command  https://review.openstack.org/43317018:46
openstackgerritMerged openstack/ara master: Add docs on generate junit command  https://review.openstack.org/43317018:57
*** tbielawa|lunch is now known as tbielawa19:32
*** themurph has quit IRC20:57
*** themurph has joined #ara21:18
*** tbielawa has quit IRC22:20

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