Wednesday, 2017-07-26

*** jrist has quit IRC00:07
*** jrist has joined #ara00:21
*** harlowja has quit IRC01:29
*** myoung has joined #ara01:57
*** myoung has quit IRC03:42
*** myoung has joined #ara03:51
*** harlowja has joined #ara04:40
*** harlowja has quit IRC05:39
*** Asjas has joined #ara07:39
AsjasHi07:43
AsjasI installed ara and ansible both from pip. And used the installation instructions from the website. I'm getting 3 errors when running ara-manage07:43
AsjasFile "/usr/bin/ara-manage", line 6, in <module>     from ara.manage import main07:44
AsjasFile "/usr/lib/python2.7/site-packages/ara/manage.py", line 23, in <module>     from ara.webapp import create_app07:44
AsjasFile "/usr/lib/python2.7/site-packages/ara/webapp.py", line 15, in <module>     import ara.config07:44
AsjasDid i miss something during the installation?07:44
AsjasThis is after installing ansible and ara from pip which installs the latest version07:52
*** iceyao has joined #ara09:32
*** sshnaidm|afk is now known as sshnaidm09:38
*** iceyao has quit IRC10:00
*** iceyao has joined #ara10:17
*** iceyao has quit IRC10:21
*** iceyao has joined #ara10:28
*** iceyao has quit IRC10:33
*** iceyao has joined #ara10:55
*** iceyao has quit IRC11:00
*** iceyao has joined #ara11:15
*** iceyao has quit IRC12:32
*** sshnaidm is now known as sshnaidm|afk12:36
dmsimardAsjas: hey, sorry I was asleep. Did you figure this out ?12:42
AsjasNo I'm still furiously trying to figure out why its not seeing these packages12:53
AsjasI am running this on Centos 7.3. Don't have another type of system to test it on12:54
*** iceyao has joined #ara13:01
*** iceyao has quit IRC13:06
*** sshnaidm|afk is now known as sshnaidm13:06
*** tbielawa has joined #ara13:20
*** iceyao has joined #ara13:24
dmsimardAsjas: it should work out of the box, I'm definitely using it extensively on CentOS environments13:29
dmsimardAsjas: so let's take a step back, and start from the beginning. Did you install the dependencies listed here? http://ara.readthedocs.io/en/latest/installation.html#rhel-centos-fedora-packages13:31
AsjasYes those are installed.]13:31
dmsimardAsjas: okay, then you did a pip install of ara and ansible ? or just ara ?13:33
AsjasBoth ara and ansible13:33
dmsimardAsjas: okay, can you do a pip freeze and pastebin what you get ?13:34
Asjashere you are13:35
Asjashttps://pastebin.com/ug5LyJZp13:35
dmsimardAsjas: ok, so that shows that you installed Ansible and ARA from git -- ARA doesn't work with Ansible 2.4 yet13:36
dmsimardAsjas: can you flush that and re-install with the stable releases and see what happens ?13:36
AsjasYeah that works....thanks a bunch13:40
dmsimardAsjas: yay13:41
dmsimardAsjas: So Ansible 2.4 (currently in development) has some major changes under the hood, ARA will work with it when it's out but things are still too much in flux to develop against it13:42
AsjasOkay I see. It must have seen me installing ansible some time ago from git. I forgot and then I used pip to install both ara and ansible but it never overwrote ansible13:44
dmsimardok! For what it's worth, there will be a new release of ara soon so stay tuned :)13:45
AsjasOkay will do thanks13:48
*** Asjas has quit IRC14:04
*** myoung has quit IRC14:07
*** sshnaidm is now known as sshnaidm|mtg14:26
*** myoung has joined #ara14:29
*** sshnaidm|mtg is now known as sshnaidm15:33
*** iceyao has quit IRC15:39
*** iceyao has joined #ara15:58
*** tbielawa has quit IRC16:02
*** iceyao has quit IRC16:02
*** tbielawa has joined #ara16:05
*** harlowja has joined #ara16:15
*** tbielawa has quit IRC16:24
*** tbielawa has joined #ara16:26
*** tbielawa has quit IRC16:48
*** myoung|remote has joined #ara16:58
*** tbielawa has joined #ara16:58
*** myoung has quit IRC17:01
weshaydmsimard, sshnaidm can ara read from something other than stdout/stderr?17:14
dmsimardweshay: like from where, a file ?17:15
sshnaidmdmsimard, actually the question is - could we feed ara with all outputs but not print them to console? maybe decrease verbosity in ansible..?17:15
dmsimardsshnaidm: well actually openstack-ansible did exactly that, I think they were running "ansible-playbook -vv" and once they were happy with ARA they turned off all verbosity17:16
sshnaidmweshay, need to try -v or without it at all..17:17
weshaysshnaidm, we're not running w/ -v though17:17
sshnaidmweshay, we run with -vv17:18
weshaysrsly?17:18
sshnaidmweshay, sure, the default output is much less verbose17:18
dmsimardtry and see if without -vv you get what you need17:19
weshaysshnaidm, I think you are incorrect17:20
dmsimardweshay: give me a link to a job 617:20
weshaysshnaidm, http://logs.openstack.org/37/482237/5/check/gate-tripleo-ci-centos-7-scenario004-multinode-oooq-puppet/1d433ef/console.html#_2017-07-25_20_07_20_43495317:20
dmsimard?17:20
dmsimardweshay: because https://ci.centos.org/job/tripleo-quickstart-promote-master-current-tripleo-delorean-minimal/237/consoleFull runs with ansible-playbook -vv17:21
sshnaidmweshay, http://logs.openstack.org/37/482237/5/check/gate-tripleo-ci-centos-7-scenario004-multinode-oooq-puppet/1d433ef/console.html#_2017-07-25_20_09_02_56261817:21
dmsimardweshay: what you linked has '-vv' too http://logs.openstack.org/37/482237/5/check/gate-tripleo-ci-centos-7-scenario004-multinode-oooq-puppet/1d433ef/console.html#_2017-07-25_20_09_02_56261817:21
sshnaidmweshay, not quickstart, but *ansible*17:21
dmsimardah sshnaidm beat me to it17:22
dmsimardyeah ansible-playbook -vv is pretty verbose17:22
weshayah ya.. I see17:22
weshay-vv17:22
weshayya.. -1 on -vv17:22
weshayit's qs default17:23
weshayif [ "$OPT_DEBUG_ANSIBLE" = 1 ]; then17:23
weshay    VERBOSITY=vvvv17:23
weshayelse17:23
weshay    VERBOSITY=vv17:23
weshayfi17:23
weshaywe should just override that in ci17:23
weshaysshnaidm, I'll update my review w/ ara and see what that looks like17:24
sshnaidmweshay, great17:24
weshaydmsimard, working on https://review.openstack.org/#/c/482237/17:24
dmsimardweshay: yeah I saw that's awesome17:25
dmsimardweshay: you're even now logging things that you weren't logging before17:25
weshayyes17:25
dmsimardso improvements all across the board :D17:25
weshaydmsimard, there are concerns about the console now though17:25
dmsimardweshay: too verbose ?17:26
weshayverbose and unformatted17:26
weshayI suspect we would have problems if we used two logging plugins17:26
weshayara + something for the console.. like humanreadable17:26
dmsimardweshay: ara has no impact on what gets printed to console17:26
weshayor what ever it's called human something17:26
dmsimardweshay: human_log helps if you're using -vv (or more), it won't do anything if you take verbose out17:27
dmsimardbecause what human_log does is pretty print the json verbose result17:27
dmsimardweshay: anyway, human_log and ara can be used simultaneously if need be and it'll work, they have nothing to do with each other17:28
weshayok.. good to know17:28
weshaythanks17:28
dmsimardweshay: btw I came across something in openshift-ansible recently I found pretty nice.. let me get you a link17:28
dmsimardweshay: https://bugzilla.redhat.com/show_bug.cgi?id=1340524#c717:29
openstackbugzilla.redhat.com bug 1340524 in openstack-tripleo-validations "[RFE] Add sanity checks before starting overcloud deployment" [Low,Assigned] - Assigned to flfuchs17:29
dmsimardThey do that with a combination of custom ansible module and custom callback17:29
*** harlowja has quit IRC17:46
*** sshnaidm is now known as sshnaidm|mtg17:52
*** sshnaidm|mtg is now known as sshnaidm|afk17:52
*** myoung has joined #ara18:29
*** myoung has quit IRC18:29
*** myoung has joined #ara18:29
*** myoung|remote has quit IRC18:31
*** harlowja has joined #ara19:21
*** harlowja has quit IRC19:25
*** myoung has quit IRC19:45
*** abutcher has joined #ara20:12
abutcherdmsimard: is there a way to automagically prune old runs?20:12
dmsimardabutcher: not automatically, no20:13
dmsimardabutcher: I mean, other than doing a cron, for example20:13
abutcherright right20:13
dmsimardabutcher: a user came up with something to automatically purge things, let me find it20:13
dmsimardabutcher: https://github.com/BonnyCI/hoist/commit/8d7822c75202bcb931020329146f418af512f2e120:14
abutcherdmsimard: ty ty20:17
dmsimardabutcher: adding something to delete stuff faster and automatically is definitely something we should do :)20:17
abutcherfor sure, we were just talking about what we would need to get rolling to have CI recording for us20:19
dmsimardabutcher: neat, let me know if I can help20:22
abutcherwill do20:23
*** abutcher has quit IRC20:42
*** myoung has joined #ara20:42
*** tbielawa has quit IRC21:19
*** phash has joined #ara21:47
*** harlowja has joined #ara22:00
*** phash has quit IRC22:07
*** phash has joined #ara22:07
*** myoung has quit IRC23:15

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