*** bobh_ has joined #openstack-mistral | 00:00 | |
*** bobh has quit IRC | 00:03 | |
*** bobh_ has quit IRC | 00:17 | |
*** bobh has joined #openstack-mistral | 00:21 | |
*** achanda has quit IRC | 00:41 | |
*** gyee has quit IRC | 00:49 | |
*** achanda has joined #openstack-mistral | 01:11 | |
*** tonytan4ever has quit IRC | 01:13 | |
*** hparekh has joined #openstack-mistral | 02:52 | |
openstackgerrit | hardik proposed openstack/mistral: Workflow definition updated, when workbook is created https://review.openstack.org/225559 | 03:08 |
---|---|---|
*** bobh has quit IRC | 03:27 | |
*** achanda has quit IRC | 04:17 | |
*** achanda has joined #openstack-mistral | 04:48 | |
*** sergmelikyan has joined #openstack-mistral | 05:13 | |
*** sergmelikyan has quit IRC | 05:17 | |
*** sergmelikyan has joined #openstack-mistral | 06:50 | |
*** serg_melikyan has joined #openstack-mistral | 06:51 | |
*** sergmelikyan has quit IRC | 06:54 | |
*** serg_melikyan has quit IRC | 06:54 | |
*** achanda has quit IRC | 07:14 | |
openstackgerrit | Nikolay Mahotkin proposed openstack/mistral: Fixing std.create_instance workflow https://review.openstack.org/226649 | 08:29 |
openstackgerrit | Nikolay Mahotkin proposed openstack/mistral: Fixing std.create_instance workflow https://review.openstack.org/226649 | 08:30 |
*** hparekh has quit IRC | 08:59 | |
*** ddeja has joined #openstack-mistral | 09:00 | |
*** hparekh has joined #openstack-mistral | 09:12 | |
*** sergmelikyan has joined #openstack-mistral | 09:25 | |
*** sergmelikyan has quit IRC | 09:30 | |
rakhmerov | xylan_kong: here? | 09:41 |
rakhmerov | can you please review https://review.openstack.org/#/c/224714/? | 09:42 |
openstackgerrit | hardik proposed openstack/mistral: Workflow definition updated, when workbook is created https://review.openstack.org/225559 | 10:17 |
openstackgerrit | Anastasia Kuznetsova proposed openstack/mistral: Fix more tests in python34 gate https://review.openstack.org/226696 | 11:01 |
openstackgerrit | Anastasia Kuznetsova proposed openstack/mistral: Fix more tests in python34 gate https://review.openstack.org/226696 | 11:02 |
openstackgerrit | Merged openstack/python-mistralclient: Adding pagination support to mistral python client https://review.openstack.org/224498 | 11:02 |
ddeja | Hi, I'm testing mistral on devstack and tried to add new action based on http://mistral.readthedocs.org/en/latest/developer/writing_a_plugin_action.html - so far it seems that I need to rerun stack.sh to see my new action on action-list, or is there some faster way? | 11:30 |
nmakhotkin | hi ddeja! | 11:38 |
nmakhotkin | yes, I can run mistral-db-manage --config-file <cfg-file-path> populate | 11:38 |
nmakhotkin | you* | 11:38 |
nmakhotkin | It makes mistral to fill actions again | 11:39 |
*** nmakhotkin has quit IRC | 11:40 | |
*** nmakhotkin has joined #openstack-mistral | 11:40 | |
ddeja | sadly this does not help. at first I got 'Duplicate entry for WorkflowDefinition' error; After deleting all workflows mistral-db-manage ended succesfully, but still my action is not seen both in mistral action-list and in database | 11:51 |
nmakhotkin | Could you describe the steps you did? | 11:59 |
*** sergmelikyan has joined #openstack-mistral | 12:02 | |
*** achanda has joined #openstack-mistral | 12:03 | |
ddeja | At first I have created new python class that inherits from base.Action and put in in directory thats under PYTHONPATH. Then I have added new line under [entry_point] section in setup.cfg. After that I run mistral-db-manage --config-file /etc/mistral/mistral.conf populate, which gave me 'Duplicate entry' error. So I deletet all workflows (using mistral workflow-delete) and rerun mistral-db-manage. | 12:07 |
ddeja | This time it ended with no errors, but still I can't see my new action | 12:07 |
nmakhotkin | hmm that's very strange | 12:14 |
nmakhotkin | ddeja: try to run tools/sync_db.sh | 12:16 |
*** achanda has quit IRC | 12:18 | |
openstackgerrit | Nikolay Mahotkin proposed openstack/mistral: Fixing run action when error occurs https://review.openstack.org/226742 | 12:24 |
*** zhenguo has quit IRC | 12:24 | |
ddeja | nmakhotkin: Thanks a lot, this one get the job done :) Except the fact, that first run gave me 'Duplicate Entry' error again and I needed to delete workflows | 12:26 |
nmakhotkin | that's very strange :) | 12:27 |
nmakhotkin | because in fact, synd_db.sh is doing pretty the same thing as mistral-db-manage populate | 12:27 |
openstackgerrit | Nikolay Mahotkin proposed openstack/mistral: Fixing run action when error occurs https://review.openstack.org/226742 | 12:36 |
openstackgerrit | Anastasia Kuznetsova proposed openstack/mistral: Fix more tests in python34 gate https://review.openstack.org/226696 | 12:46 |
*** bobh has joined #openstack-mistral | 13:10 | |
*** bradjones has quit IRC | 13:35 | |
*** bobh has quit IRC | 13:53 | |
openstackgerrit | Yaroslav Lobankov proposed openstack/mistral: Fix more tests in python34 gate https://review.openstack.org/226696 | 14:22 |
*** bobh has joined #openstack-mistral | 14:22 | |
*** tonytan4ever has joined #openstack-mistral | 14:28 | |
*** sergmelikyan has quit IRC | 14:33 | |
*** sergmelikyan has joined #openstack-mistral | 14:33 | |
*** sergmelikyan has quit IRC | 14:38 | |
*** Piet has quit IRC | 15:06 | |
*** tonytan4ever has quit IRC | 15:26 | |
*** tonytan4ever has joined #openstack-mistral | 15:28 | |
*** Piet has joined #openstack-mistral | 15:34 | |
*** tonytan4ever has quit IRC | 15:38 | |
openstackgerrit | Merged openstack/mistral: Add semantics validation of direct workflow 'join' tasks https://review.openstack.org/224714 | 15:49 |
openstackgerrit | Lingxian Kong proposed openstack/mistral: Using six.iteritems() to avoid some python3 tests failure https://review.openstack.org/226139 | 15:56 |
xylan_kong | rakhmerov: done | 15:56 |
xylan_kong | rakhmerov: sorry for not here recently, i'm still on business travelling, until this Friday. | 15:57 |
rakhmerov | xylan_kong: thanks | 15:58 |
xylan_kong | rakhmerov: ooh, you're still here | 15:59 |
xylan_kong | rakhmerov: how's it going these days? | 15:59 |
rakhmerov | very busy | 16:00 |
xylan_kong | rakhmerov: for what? | 16:00 |
rakhmerov | not with development unfortunately | 16:00 |
xylan_kong | yeah, i understand | 16:00 |
rakhmerov | lots of other stuff (planning, marketing etc.) | 16:00 |
rakhmerov | all around Mistral though ) | 16:00 |
rakhmerov | which is good | 16:00 |
xylan_kong | i'm the same with you | 16:01 |
xylan_kong | huawei published our public cloud | 16:01 |
xylan_kong | so many things around openstack | 16:01 |
openstackgerrit | Merged openstack/mistral: Fixing run action when error occurs https://review.openstack.org/226742 | 16:20 |
*** gyee has joined #openstack-mistral | 16:29 | |
*** tonytan4ever has joined #openstack-mistral | 16:55 | |
*** tonytan_brb has joined #openstack-mistral | 16:56 | |
*** tonytan4ever has quit IRC | 16:59 | |
*** tonytan_brb has quit IRC | 17:01 | |
*** achanda has joined #openstack-mistral | 17:10 | |
*** achanda has quit IRC | 18:26 | |
*** achanda has joined #openstack-mistral | 18:30 | |
*** Piet has quit IRC | 19:08 | |
*** tonytan4ever has joined #openstack-mistral | 19:22 | |
*** achanda has quit IRC | 19:41 | |
*** Piet has joined #openstack-mistral | 19:48 | |
*** achanda has joined #openstack-mistral | 20:42 | |
*** achanda has quit IRC | 20:47 | |
*** achanda has joined #openstack-mistral | 20:49 | |
*** achanda has quit IRC | 20:55 | |
*** achanda has joined #openstack-mistral | 20:55 | |
*** achanda has quit IRC | 21:32 | |
*** achanda has joined #openstack-mistral | 21:36 | |
*** achanda has quit IRC | 21:57 | |
*** achanda has joined #openstack-mistral | 22:00 | |
*** bobh has quit IRC | 22:03 | |
*** openstackgerrit has quit IRC | 22:16 | |
*** openstackgerrit has joined #openstack-mistral | 22:16 | |
*** tonytan4ever has quit IRC | 23:09 | |
*** achanda has quit IRC | 23:33 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!