*** sshnaidm|afk has quit IRC | 00:04 | |
*** sshnaidm has joined #ara | 00:06 | |
*** zbr_ has quit IRC | 06:05 | |
*** gvincent has quit IRC | 06:16 | |
*** gvincent has joined #ara | 08:43 | |
gvincent | hello | 08:55 |
---|---|---|
gvincent | https://api.demo.recordsansible.org/ | 08:55 |
gvincent | https://api.demo.recordsansible.org/ is down | 08:55 |
gvincent | local version tox -e runserver returns ModuleNotFoundError: No module named 'whitenoise' | 08:58 |
gvincent | all the documentation speaks about https://github.com/openstack/xxx that are redirects links | 09:00 |
gvincent | tox -e ansible-integration requires virtualenv installed locally | 09:01 |
gvincent | "Could not get output from /usr/local/bin/virtualenv --help: Traceback (most recent call last):\n File \"/usr/local/bin/virtualenv | 09:02 |
gvincent | We could probably use default venv module from python 3 directly | 09:02 |
gvincent | those are the first feedback I got when trying to work on ara | 09:03 |
openstackgerrit | Guillaume Vincent proposed recordsansible/ara-web master: [WIP] Update ara-web patternfly modules to use the released version https://review.opendev.org/660312 | 09:06 |
openstackgerrit | Guillaume Vincent proposed recordsansible/ara-web master: [WIP] Update ara-web patternfly modules to use the released version https://review.opendev.org/660312 | 09:08 |
openstackgerrit | Guillaume Vincent proposed recordsansible/ara-web master: [WIP] Update ara-web patternfly modules to use the released version https://review.opendev.org/660312 | 09:13 |
*** openstackstatus has quit IRC | 09:13 | |
*** openstackstatus has joined #ara | 09:14 | |
*** ChanServ sets mode: +v openstackstatus | 09:14 | |
dmsimard | gvincent: thanks, was bank holiday yesterday, I'll catch up in a few | 13:07 |
gvincent | dmsimard, the most useful for me to work on 660312 is https://api.demo.recordsansible.org/ down | 13:08 |
gvincent | :) | 13:08 |
openstackgerrit | David Moreau Simard proposed recordsansible/ara feature/1.0: Add support for specifying playbook labels as Ansible variables https://review.opendev.org/659835 | 13:15 |
dmsimard | gvincent: server that hosts the demos and the website crashed for some reason, it's rebooting now | 13:16 |
gvincent | thanks | 13:17 |
dmsimard | gvincent: it's up | 13:27 |
gvincent | thanks | 13:27 |
dmsimard | gvincent: note -- it has a database (and code) from https://review.opendev.org/#/c/659835/ | 13:28 |
dmsimard | be back in a bit | 13:28 |
gvincent | dmsimard, did you remove the CORS for localhost? | 13:35 |
*** spiette_ has joined #ara | 13:59 | |
*** krion_ has joined #ara | 14:01 | |
*** Jmainguy has quit IRC | 14:06 | |
*** krion has quit IRC | 14:06 | |
*** sshnaidm has quit IRC | 14:06 | |
*** spiette has quit IRC | 14:06 | |
*** harlowja has quit IRC | 14:06 | |
*** sshnaidm has joined #ara | 14:12 | |
*** harlowja has joined #ara | 14:14 | |
*** krion_ is now known as krion | 14:19 | |
dmsimard | gvincent: I have not but it's possibly related to an update in django-cors-headers | 14:32 |
dmsimard | gvincent: see https://github.com/ansible-community/ara/commit/7bfe2ccfbcff91a6d1ed2457a4a01af9d57d7702 | 14:33 |
*** ara-slack has joined #ara | 14:34 | |
*** ChanServ sets mode: +v ara-slack | 14:34 | |
dmsimard | gvincent: 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/29658965 | 14:38 |
dmsimard | works for searching one label, not sure how to search a list of labels | 14:39 |
dmsimard | had 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 them | 14:41 |
dmsimard | apollo13: 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/45 | 14:45 |
openstackgerrit | Merged recordsansible/ara feature/1.0: Add support for specifying playbook labels as Ansible variables https://review.opendev.org/659835 | 14:45 |
dmsimard | right now we have USE_TZ=False and TIME_ZONE=None: https://github.com/ansible-community/ara/blob/0b9c17132e1b56f67bf3ff197e1b34f97d77e3bf/ara/server/settings.py#L169-L174 | 14:46 |
dmsimard | It feels wrong to leave the default chicago timezone | 14:46 |
openstackgerrit | David 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/660414 | 14:53 |
openstackgerrit | David Moreau Simard proposed recordsansible/ara feature/1.0: roles: use virtualenv_command instead of virtualenv_python https://review.opendev.org/660420 | 15:05 |
openstackgerrit | David Moreau Simard proposed recordsansible/ara feature/1.0: Move github references from openstack/ara to ansible-community/ara https://review.opendev.org/660421 | 15:09 |
dmsimard | gvincent: ^ fixed github references, thanks | 15:10 |
dmsimard | gvincent: tox -e runserver works for me here, might have been an outdated checkout or tox env ? | 15:10 |
dmsimard | apollo13: setting TIME_ZONE to 'UTC' and USE_TZ to False and it still changes the logging timestamps to UTC midway T_T | 15: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 |
dmsimard | So TIME_ZONE actually /can't/ be None | 15:16 |
openstackgerrit | Merged recordsansible/ara feature/1.0: ara_api role: use ansible_user_id instead of ansible_user for gunicorn https://review.opendev.org/660414 | 15:41 |
openstackgerrit | David Moreau Simard proposed recordsansible/ara feature/1.0: CI: Disable extra pip wheels mirror https://review.opendev.org/660445 | 16:16 |
openstackgerrit | David Moreau Simard proposed recordsansible/ara feature/1.0: roles: use virtualenv_command instead of virtualenv_python https://review.opendev.org/660420 | 16:16 |
openstackgerrit | David Moreau Simard proposed recordsansible/ara feature/1.0: roles: use virtualenv_command instead of virtualenv_python https://review.opendev.org/660420 | 16:39 |
openstackgerrit | David Moreau Simard proposed recordsansible/ara feature/1.0: roles: use virtualenv_command instead of virtualenv_python https://review.opendev.org/660420 | 17:38 |
openstackgerrit | Merged recordsansible/ara feature/1.0: Move github references from openstack/ara to ansible-community/ara https://review.opendev.org/660421 | 18:18 |
openstackgerrit | Merged recordsansible/ara feature/1.0: CI: Disable extra pip wheels mirror https://review.opendev.org/660445 | 18:23 |
openstackgerrit | Merged recordsansible/ara feature/1.0: roles: use virtualenv_command instead of virtualenv_python https://review.opendev.org/660420 | 18:23 |
*** sshnaidm is now known as sshnaidm|afk | 18:56 | |
*** logan- has quit IRC | 19:55 | |
openstackgerrit | David Moreau Simard proposed recordsansible/ara feature/1.0: Enable timezone settings and stop logging from settings.py https://review.opendev.org/660519 | 20:48 |
openstackgerrit | David Moreau Simard proposed recordsansible/ara feature/1.0: Enable timezone settings and stop logging from settings.py https://review.opendev.org/660519 | 20:49 |
openstackgerrit | David Moreau Simard proposed recordsansible/ara feature/1.0: Enable timezone settings and stop logging from settings.py https://review.opendev.org/660519 | 20:49 |
openstackgerrit | David Moreau Simard proposed recordsansible/ara feature/1.0: Make manage.py executable https://review.opendev.org/660523 | 20:57 |
openstackgerrit | David Moreau Simard proposed recordsansible/ara feature/1.0: Stop creating STATIC_ROOT needlessly, filter whitenoise warning instead https://review.opendev.org/660524 | 21:02 |
*** etienne has quit IRC | 21:04 | |
*** etienne has joined #ara | 21:05 | |
ara-slack | abcde0: @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 pypi | 21:11 |
dmsimard | https://pypi.org/project/ara/#history | 21:12 |
openstackgerrit | Merged recordsansible/ara feature/1.0: Make manage.py executable https://review.opendev.org/660523 | 21:26 |
*** logan- has joined #ara | 21:27 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!