| *** jkilpatr has quit IRC | 00:12 | |
| *** bobh has joined #openstack-mistral | 00:20 | |
| *** zhurong has joined #openstack-mistral | 00:34 | |
| *** bobh has quit IRC | 01:10 | |
| *** zhurong has quit IRC | 01:30 | |
| *** zhurong has joined #openstack-mistral | 01:49 | |
| *** chlong has quit IRC | 03:12 | |
| *** mattybrennan has quit IRC | 03:30 | |
| *** mattybrennan has joined #openstack-mistral | 03:35 | |
| *** jaosorior_away is now known as jaosorior | 03:53 | |
| *** gkadam has joined #openstack-mistral | 03:55 | |
| *** zhurong has quit IRC | 04:25 | |
| *** zhurong has joined #openstack-mistral | 04:30 | |
| *** gkadam is now known as gkadam-brb | 04:46 | |
| *** gkadam-brb is now known as gkadam | 05:20 | |
| *** amoralej|off is now known as amoralej | 07:01 | |
| *** jtomasek has joined #openstack-mistral | 07:10 | |
| *** shardy has joined #openstack-mistral | 07:32 | |
| *** dtantsur|afk is now known as dtantsur | 07:49 | |
| *** jpich has joined #openstack-mistral | 07:50 | |
| openstackgerrit | Adriano Petrich proposed openstack/mistral master: Last fixes to use mistral-lib in mistral https://review.openstack.org/474895 | 08:24 |
|---|---|---|
| openstackgerrit | Adriano Petrich proposed openstack/mistral master: Last fixes to use mistral-lib in mistral https://review.openstack.org/474895 | 08:26 |
| *** sharatss has joined #openstack-mistral | 08:37 | |
| *** zhurong has quit IRC | 08:37 | |
| *** zhurong has joined #openstack-mistral | 08:45 | |
| rakhmerov | sharatss: hi | 09:11 |
| sharatss | rakhmerov, hi | 09:11 |
| rakhmerov | sharatss: already asked what I wanted ) | 09:18 |
| rakhmerov | thanks | 09:18 |
| openstackgerrit | Merged openstack/mistral master: Updated from global requirements https://review.openstack.org/474655 | 09:56 |
| *** zhurong has quit IRC | 09:59 | |
| openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Add pagination options for workflows and actions https://review.openstack.org/458515 | 10:14 |
| *** gkadam has quit IRC | 10:40 | |
| *** jkilpatr has joined #openstack-mistral | 10:59 | |
| *** fultonj has quit IRC | 11:09 | |
| openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Add pagination options for workflows and actions https://review.openstack.org/458515 | 11:13 |
| *** fultonj has joined #openstack-mistral | 12:09 | |
| *** dprince has joined #openstack-mistral | 12:20 | |
| openstackgerrit | Sharat Sharma proposed openstack/python-mistralclient master: Add pagination options for workflows and actions https://review.openstack.org/458515 | 12:20 |
| fultonj | flaper87: i've been testing your patch to ansible.py for temp-dir i worked around 2 issues but i am stuck on another issue. do you have any time today to discuss? | 12:51 |
| fultonj | https://review.openstack.org/#/c/473586/2/tripleo_common/actions/ansible.py | 12:51 |
| flaper87 | hey, yeah! I can now if you want | 12:51 |
| flaper87 | thanks for the comments on the patch | 12:51 |
| fultonj | cool, let's do it | 12:51 |
| fultonj | happy to (glad to have this patch) | 12:52 |
| fultonj | stderr: u"ERROR! the playbook: <open file u'/usr/share/ceph-ansible/site.yml.sample', mode 'r' at 0x681f8a0> could not be found\n": ProcessExecutionError: Unexpected error while running command. | 12:52 |
| *** sharatss has quit IRC | 12:52 | |
| fultonj | ^ is the issue i'm having | 12:52 |
| flaper87 | fultonj is the file readable by the mistral user? I'd assume this happens only with my patches, right ? | 12:53 |
| fultonj | i conjecture that the changes in the def playbook() method case which returns a file if it exists needs to be updated for the new feature | 12:53 |
| fultonj | flaper87: yes it only happens with your patches | 12:53 |
| fultonj | if i revert it works fine | 12:53 |
| fultonj | 644 | 12:53 |
| fultonj | /usr/share/ceph-ansible/site.yml.sample | 12:54 |
| *** catintheroof has joined #openstack-mistral | 12:54 | |
| fultonj | flaper87: i could tweak lin 241 to print before returning | 12:54 |
| fultonj | to see if python can get its hands on it | 12:54 |
| flaper87 | ok ok, let me go through the patch again and try to see if I can spot why this is happening | 12:55 |
| flaper87 | 2s | 12:55 |
| flaper87 | fultonj: could you paste the full traceback ? | 12:59 |
| flaper87 | or is that all you've got ? | 12:59 |
| fultonj | flaper87: yes | 13:00 |
| fultonj | full traceback in one sec | 13:00 |
| fultonj | http://paste.openstack.org/raw/612750/ | 13:00 |
| flaper87 | fultonj: oh yeah, that was dumb from my side. I'm not passing a path so I didn't hit that | 13:01 |
| flaper87 | you need to change `open()` there and just return the playbook | 13:02 |
| flaper87 | lemme fix all that | 13:02 |
| fultonj | flaper87: cool | 13:02 |
| flaper87 | fultonj: new PS is up | 13:05 |
| fultonj | flaper87: thanks. i will test now | 13:06 |
| openstackgerrit | Adriano Petrich proposed openstack/mistral master: Last fixes to use mistral-lib in mistral https://review.openstack.org/474895 | 13:07 |
| fultonj | flaper87: getting private key warnings now | 13:23 |
| fultonj | logs to come... | 13:23 |
| flaper87 | coolio | 13:23 |
| fultonj | It is required that your private key files are NOT accessible by others.\ | 13:23 |
| flaper87 | fultonj: yup, I'll send a follow-up patch to fix that issue | 13:24 |
| *** dtantsur is now known as dtantsur|brb | 13:25 | |
| fultonj | http://paste.openstack.org/raw/612857/ | 13:26 |
| fultonj | ^ flaper87 if you want to see the logs | 13:26 |
| flaper87 | yeah, we need to set the perms after the key is written on disk | 13:26 |
| fultonj | Permissions 0644 for \'/tmp/ansible-mistral-actionQjYkSu/ssh_private_key\' are too open. | 13:26 |
| fultonj | chmod 0600 | 13:26 |
| flaper87 | yup yup, writing patch now | 13:27 |
| flaper87 | :D | 13:27 |
| *** amoralej is now known as amoralej|lunch | 13:30 | |
| flaper87 | fultonj: https://review.openstack.org/474976 | 13:40 |
| fultonj | flaper87: ack | 13:41 |
| fultonj | flaper87: i think you got it | 13:44 |
| fultonj | flaper87: my playbook is now running | 13:44 |
| fultonj | flaper87: so i am testing https://review.openstack.org/#/c/473586/ + review.openstack.org/#/c/474976/ and they are good | 13:49 |
| flaper87 | YEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEES! | 13:49 |
| fultonj | thanks! | 13:49 |
| fultonj | let me try the change from https://review.openstack.org/#/c/473587/ | 13:49 |
| *** shardy is now known as shardy_afk | 13:51 | |
| *** dtantsur|brb is now known as dtantsur | 14:01 | |
| *** shardy_afk is now known as shardy | 14:09 | |
| fultonj | flaper87: all good. thank you. I +1'd the 3 of them | 14:09 |
| fultonj | flaper87++ | 14:11 |
| *** chlong has joined #openstack-mistral | 14:14 | |
| *** bobh has joined #openstack-mistral | 14:17 | |
| *** bobh has quit IRC | 14:23 | |
| *** amoralej|lunch is now known as amoralej | 14:26 | |
| *** jaosorior has quit IRC | 14:37 | |
| *** rakhmerov has quit IRC | 15:29 | |
| *** rakhmerov has joined #openstack-mistral | 15:31 | |
| *** jpich has quit IRC | 16:01 | |
| *** dtantsur is now known as dtantsur|afk | 16:03 | |
| *** shardy has quit IRC | 16:44 | |
| *** fultonj has quit IRC | 16:58 | |
| *** jamielennox has quit IRC | 17:03 | |
| *** jamielennox has joined #openstack-mistral | 17:03 | |
| *** jtomasek has quit IRC | 17:14 | |
| *** dprince has quit IRC | 17:18 | |
| *** catintheroof has quit IRC | 17:37 | |
| *** dprince has joined #openstack-mistral | 18:01 | |
| *** jtomasek has joined #openstack-mistral | 19:10 | |
| *** jtomasek has quit IRC | 19:16 | |
| *** bobh has joined #openstack-mistral | 19:21 | |
| *** amoralej is now known as amoralej|off | 19:25 | |
| *** bobh has quit IRC | 19:43 | |
| *** bobh has joined #openstack-mistral | 19:44 | |
| *** bobh has quit IRC | 19:45 | |
| *** jtomasek has joined #openstack-mistral | 20:22 | |
| *** dprince has quit IRC | 21:08 | |
| *** Dinesh_Bhor has quit IRC | 21:16 | |
| *** Dinesh_Bhor has joined #openstack-mistral | 21:17 | |
| *** chlong has quit IRC | 21:30 | |
| *** jtomasek has quit IRC | 21:31 | |
| *** jkilpatr has quit IRC | 21:31 | |
| *** bobh has joined #openstack-mistral | 21:50 | |
| *** apetrich has quit IRC | 22:48 | |
| *** bobh has quit IRC | 22:50 | |
| *** therve_ has joined #openstack-mistral | 23:24 | |
| *** therve has quit IRC | 23:26 | |
| *** FL1SK has quit IRC | 23:26 | |
| *** dougshelley66 has quit IRC | 23:26 | |
| *** xavierhardy has quit IRC | 23:26 | |
| *** weshay has quit IRC | 23:26 | |
| *** bradjones has quit IRC | 23:26 | |
| *** xavierhardy has joined #openstack-mistral | 23:29 | |
| *** weshay has joined #openstack-mistral | 23:31 | |
| *** bradjones has joined #openstack-mistral | 23:31 | |
| *** weshay has quit IRC | 23:31 | |
| *** weshay has joined #openstack-mistral | 23:31 | |
| *** bradjones has quit IRC | 23:32 | |
| *** bradjones has joined #openstack-mistral | 23:32 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!