Tuesday, 2019-05-21

*** sshnaidm|afk has quit IRC00:04
*** sshnaidm has joined #ara00:06
*** zbr_ has quit IRC06:05
*** gvincent has quit IRC06:16
*** gvincent has joined #ara08:43
gvincenthello08:55
gvincenthttps://api.demo.recordsansible.org/08:55
gvincenthttps://api.demo.recordsansible.org/ is down08:55
gvincentlocal version tox -e runserver returns ModuleNotFoundError: No module named 'whitenoise'08:58
gvincentall the documentation speaks about https://github.com/openstack/xxx that are redirects links09:00
gvincenttox -e ansible-integration requires virtualenv installed locally09:01
gvincent"Could not get output from /usr/local/bin/virtualenv --help: Traceback (most recent call last):\n  File \"/usr/local/bin/virtualenv09:02
gvincentWe could probably use default venv module from python 3 directly09:02
gvincentthose are the first feedback I got when trying to work on ara09:03
openstackgerritGuillaume Vincent proposed recordsansible/ara-web master: [WIP] Update ara-web patternfly modules to use the released version  https://review.opendev.org/66031209:06
openstackgerritGuillaume Vincent proposed recordsansible/ara-web master: [WIP] Update ara-web patternfly modules to use the released version  https://review.opendev.org/66031209:08
openstackgerritGuillaume Vincent proposed recordsansible/ara-web master: [WIP] Update ara-web patternfly modules to use the released version  https://review.opendev.org/66031209:13
*** openstackstatus has quit IRC09:13
*** openstackstatus has joined #ara09:14
*** ChanServ sets mode: +v openstackstatus09:14
dmsimardgvincent: thanks, was bank holiday yesterday, I'll catch up in a few13:07
gvincentdmsimard, the most useful for me to work on 660312 is https://api.demo.recordsansible.org/ down13:08
gvincent:)13:08
openstackgerritDavid Moreau Simard proposed recordsansible/ara feature/1.0: Add support for specifying playbook labels as Ansible variables  https://review.opendev.org/65983513:15
dmsimardgvincent: server that hosts the demos and the website crashed for some reason, it's rebooting now13:16
gvincentthanks13:17
dmsimardgvincent: it's up13:27
gvincentthanks13:27
dmsimardgvincent: note -- it has a database (and code) from https://review.opendev.org/#/c/659835/13:28
dmsimardbe back in a bit13:28
gvincentdmsimard, did you remove the CORS for localhost?13:35
*** spiette_ has joined #ara13:59
*** krion_ has joined #ara14:01
*** Jmainguy has quit IRC14:06
*** krion has quit IRC14:06
*** sshnaidm has quit IRC14:06
*** spiette has quit IRC14:06
*** harlowja has quit IRC14:06
*** sshnaidm has joined #ara14:12
*** harlowja has joined #ara14:14
*** krion_ is now known as krion14:19
dmsimardgvincent: I have not but it's possibly related to an update in django-cors-headers14:32
dmsimardgvincent: see https://github.com/ansible-community/ara/commit/7bfe2ccfbcff91a6d1ed2457a4a01af9d57d770214:33
*** ara-slack has joined #ara14:34
*** ChanServ sets mode: +v ara-slack14:34
dmsimardgvincent: also, I managed to make labels searchable for playbooks by adding "labels__name" (notice two underscores) to the filter fields but I think we need something like this: https://stackoverflow.com/a/2965896514:38
dmsimardworks for searching one label, not sure how to search a list of labels14:39
dmsimardhad something like this that worked (the href link is a placeholder though): https://gist.github.com/dmsimard/aec125ebc575593b08930a939a440b54 not sure how we want to display them14:41
dmsimardapollo13: so what should we do for the timezone stuff ? I saw this exception as well but haven't had the time to circle back to it https://github.com/ansible-community/ara/issues/4514:45
openstackgerritMerged recordsansible/ara feature/1.0: Add support for specifying playbook labels as Ansible variables  https://review.opendev.org/65983514:45
dmsimardright now we have USE_TZ=False and TIME_ZONE=None: https://github.com/ansible-community/ara/blob/0b9c17132e1b56f67bf3ff197e1b34f97d77e3bf/ara/server/settings.py#L169-L17414:46
dmsimardIt feels wrong to leave the default chicago timezone14:46
openstackgerritDavid Moreau Simard proposed recordsansible/ara feature/1.0: ara_api role: use ansible_user_id instead of ansible_user for gunicorn  https://review.opendev.org/66041414:53
openstackgerritDavid Moreau Simard proposed recordsansible/ara feature/1.0: roles: use virtualenv_command instead of virtualenv_python  https://review.opendev.org/66042015:05
openstackgerritDavid Moreau Simard proposed recordsansible/ara feature/1.0: Move github references from openstack/ara to ansible-community/ara  https://review.opendev.org/66042115:09
dmsimardgvincent: ^ fixed github references, thanks15:10
dmsimardgvincent: tox -e runserver works for me here, might have been an outdated checkout or tox env ?15:10
dmsimardapollo13: setting TIME_ZONE to 'UTC' and USE_TZ to False and it still changes the logging timestamps to UTC midway T_T15:14
dmsimard"When USE_TZ is False, this is the time zone in which Django will store all datetimes. When USE_TZ is True, this is the default time zone that Django will use to display datetimes in templates and to interpret datetimes entered in forms."15:15
dmsimardSo TIME_ZONE actually /can't/ be None15:16
openstackgerritMerged recordsansible/ara feature/1.0: ara_api role: use ansible_user_id instead of ansible_user for gunicorn  https://review.opendev.org/66041415:41
openstackgerritDavid Moreau Simard proposed recordsansible/ara feature/1.0: CI: Disable extra pip wheels mirror  https://review.opendev.org/66044516:16
openstackgerritDavid Moreau Simard proposed recordsansible/ara feature/1.0: roles: use virtualenv_command instead of virtualenv_python  https://review.opendev.org/66042016:16
openstackgerritDavid Moreau Simard proposed recordsansible/ara feature/1.0: roles: use virtualenv_command instead of virtualenv_python  https://review.opendev.org/66042016:39
openstackgerritDavid Moreau Simard proposed recordsansible/ara feature/1.0: roles: use virtualenv_command instead of virtualenv_python  https://review.opendev.org/66042017:38
openstackgerritMerged recordsansible/ara feature/1.0: Move github references from openstack/ara to ansible-community/ara  https://review.opendev.org/66042118:18
openstackgerritMerged recordsansible/ara feature/1.0: CI: Disable extra pip wheels mirror  https://review.opendev.org/66044518:23
openstackgerritMerged recordsansible/ara feature/1.0: roles: use virtualenv_command instead of virtualenv_python  https://review.opendev.org/66042018:23
*** sshnaidm is now known as sshnaidm|afk18:56
*** logan- has quit IRC19:55
openstackgerritDavid Moreau Simard proposed recordsansible/ara feature/1.0: Enable timezone settings and stop logging from settings.py  https://review.opendev.org/66051920:48
openstackgerritDavid Moreau Simard proposed recordsansible/ara feature/1.0: Enable timezone settings and stop logging from settings.py  https://review.opendev.org/66051920:49
openstackgerritDavid Moreau Simard proposed recordsansible/ara feature/1.0: Enable timezone settings and stop logging from settings.py  https://review.opendev.org/66051920:49
openstackgerritDavid Moreau Simard proposed recordsansible/ara feature/1.0: Make manage.py executable  https://review.opendev.org/66052320:57
openstackgerritDavid Moreau Simard proposed recordsansible/ara feature/1.0: Stop creating STATIC_ROOT needlessly, filter whitenoise warning instead  https://review.opendev.org/66052421:02
*** etienne has quit IRC21:04
*** etienne has joined #ara21:05
ara-slackabcde0: @dmsimard hello, how do i get a hold of the ancient ARA you mentioned that might support ansible 2.0?21:11
dmsimard@abcde0: they're all on pypi21:11
dmsimardhttps://pypi.org/project/ara/#history21:12
openstackgerritMerged recordsansible/ara feature/1.0: Make manage.py executable  https://review.opendev.org/66052321:26
*** logan- has joined #ara21:27

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