*** Bakey has quit IRC | 00:50 | |
*** bcoca has quit IRC | 02:57 | |
*** hwoarang has quit IRC | 03:37 | |
*** hwoarang has joined #ara | 03:43 | |
*** evrardjp has quit IRC | 04:15 | |
*** evrardjp has joined #ara | 05:21 | |
*** sshnaidm|off is now known as sshnaidm | 07:14 | |
ssbarnea | dmsimard: out of curiosity, what would you think about moving issue tracker of ara from storyboard to github? just wondering because it would make development much easier. | 08:45 |
---|---|---|
ssbarnea | dmsimard: could you please review/merge https://review.openstack.org/563712 ? -- i want to enable ara on first production job without having to add the ugly PYTHONPATH workaround in the job definition. | 09:57 |
*** resmo has joined #ara | 10:00 | |
*** bcoca has joined #ara | 13:04 | |
*** bcoca has joined #ara | 13:04 | |
*** tbielawa has joined #ara | 13:41 | |
*** Bakey has joined #ara | 14:36 | |
*** sparky_005 has quit IRC | 14:48 | |
*** sparky_005 has joined #ara | 14:48 | |
*** grumpyowl has joined #ara | 15:09 | |
grumpyowl | hello | 15:09 |
grumpyowl | I have installed latest ara stuff (0.14.7.dev23 / ansible 2.5.1 / python 2.7) and I'm executing a playbook using ansible 2.4.2.0 | 15:15 |
grumpyowl | when the execution is interrupted, I get server error 500 from webUI and the following message in ~/.ara/ara.log: | 15:16 |
grumpyowl | DEBUG ara.models: NoResultFound for the file of playbook 0b21c5e6-6d1b-4e90-99f2-9c2deab89514 | 15:16 |
grumpyowl | I would greatly appreciate any help | 15:17 |
*** ZUNbado has joined #ara | 15:38 | |
ZUNbado | hi there, is any documentation up to date? if i execute "python -m ara.setup.callback_plugins" i receive this error "/usr/bin/python: No module named setup", thanks | 15:39 |
*** tbielawa is now known as tbielawa|brb | 15:40 | |
*** resmo has quit IRC | 15:46 | |
*** tbielawa|brb is now known as tbielawa | 15:54 | |
openstackgerrit | Paul Belanger proposed openstack/ara feature/1.0: Switch to debian-stable (stretch) nodeset https://review.openstack.org/564019 | 16:13 |
dmsimard | ZUNbado: hi, sorry this is because the new setup module is not released yet. I will fix the readme but in the meantime please refer to http://ara.readthedocs.io/en/stable/configuration.html | 16:44 |
dmsimard | grumpyowl: this sounds like an issue that is fixed in the upcoming release: https://github.com/openstack/ara/commit/b85df540af6df608e833d78a7d6e0e16f8deb71b | 16:45 |
dmsimard | ssbarnea: yes, I'll review it today. Sorry, a bit underwater. | 16:46 |
ssbarnea | @dmsimard: thanks, i am also under my own stuff. luckly I was able to sort most of issues that prevented ARA from loading under jenkins, I will make a blogpost once I have the confirmation. | 16:48 |
hiroki | dmsimard: no problem. Are there any things I can try out for the first issue ? (ARA under a subdir behind a reverse proxy -> https://hostname.domain.tld:444/ara being reverse proxied to http://127.0.0.1:9191) | 16:48 |
dmsimard | ssbarnea: regarding issue tracking, all OpenStack community projects are moving to storyboard (from launchpad). It's not perfect but it's what we've got right now. To my knowledge, none of the OpenStack projects use GitHub issues (or pull requests) so we're in a bit of an uncharted territory if we want to move to something else. | 16:49 |
dmsimard | I'll be in Vancouver next month for the summit, I can bring it up. | 16:49 |
ssbarnea | there is only one more thing that prevented me: the missing index.html on the iframes. i was hopping that you will know more about that. | 16:50 |
dmsimard | hiroki: I should have time for that today. Sorry about the delay and thanks for sticking around. | 16:50 |
ssbarnea | dmsimard: lets forget about issue tracker for the moment (sure that is good to ask next month). | 16:50 |
hiroki | dmsimard: sure, no problem, thanks ! :) | 16:51 |
dmsimard | ssbarnea: is https://review.openstack.org/#/c/563561/ still relevant with https://review.openstack.org/#/c/563712/ ? | 17:37 |
ssbarnea | yep, unrelated. | 17:38 |
dmsimard | ssbarnea: I'm not sure I understand the use case for https://review.openstack.org/#/c/563561/, can you give an example ? | 17:38 |
ssbarnea | dmsimard: try to do "pip install --user ara" on a machine that does not have ara installed. after this, try to run ara. | 17:39 |
ssbarnea | you will likely get a "ara command not found" | 17:39 |
ssbarnea | because when you install python packages using user, you don't get the CLI tools. | 17:40 |
ssbarnea | still, people can access the modules, python -c "import ara", would work. | 17:40 |
ssbarnea | this allows user to install packages outiside virtualenv but without root access. | 17:40 |
dmsimard | ok, I'll take a look. Thanks. | 17:41 |
ssbarnea | and this is once of the main reasons why tools like pylint, tox, ... can also be called using "python -m foo" | 17:41 |
ssbarnea | also this is very useful when you have multiple python interpreters. | 17:41 |
dmsimard | yup. | 17:43 |
ssbarnea | is not a new features, neither a deprecated one. sadly is not very well documented so not everyone knows about it. | 17:43 |
*** tbielawa is now known as tbielawa|brb | 18:02 | |
dmsimard | ssbarnea: https://review.openstack.org/#/c/563712/ lgtm, just minor things before we can land it | 18:18 |
ssbarnea | addressing them now | 18:19 |
ssbarnea | dmsimard: not sure what to do about the main README part. without using source, instructions would be incomplete. | 18:22 |
ssbarnea | some users will miss to use the full setup part and they will likely hit the bug, sometimes later. | 18:22 |
ssbarnea | this is what it happened to me | 18:23 |
ssbarnea | it worked locally but when I put it inside a job it failed. | 18:23 |
*** sshnaidm has quit IRC | 18:32 | |
openstackgerrit | Sorin Sbarnea proposed openstack/ara master: Fix virtualenv ARA setup helper to work with system Ansible https://review.openstack.org/563712 | 18:48 |
*** tbielawa|brb has quit IRC | 19:03 | |
*** tbielawa|brb has joined #ara | 19:05 | |
*** tbielawa has joined #ara | 19:05 | |
*** sshnaidm has joined #ara | 19:16 | |
openstackgerrit | Merged openstack/ara feature/1.0: Switch to debian-stable (stretch) nodeset https://review.openstack.org/564019 | 19:44 |
*** tbielawa is now known as tbielawa|brb | 20:00 | |
*** tbielawa|brb has quit IRC | 20:05 | |
*** weshay has quit IRC | 20:05 | |
*** weshay has joined #ara | 20:07 | |
*** sshnaidm is now known as sshnaidm|off | 20:52 | |
*** gvincent has quit IRC | 21:03 | |
openstackgerrit | David Moreau Simard proposed openstack/ara-plugins master: Bootstrap ara-plugins https://review.openstack.org/564063 | 21:09 |
openstackgerrit | David Moreau Simard proposed openstack/ara-plugins master: Bootstrap ara-plugins https://review.openstack.org/564063 | 21:37 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!