Sunday, 2015-11-15

*** tej has joined #openstack-mistral00:30
*** tej has quit IRC00:37
*** tej has joined #openstack-mistral01:04
*** tej has quit IRC01:22
openstackgerritLingxian Kong proposed openstack/mistral: Adding releasenotes management to Mistral  https://review.openstack.org/24504505:38
openstackgerritLingxian Kong proposed openstack/mistral: Adding releasenotes management to Mistral  https://review.openstack.org/24504505:52
*** LiatFried has joined #openstack-mistral06:04
*** LimorStotland has joined #openstack-mistral06:48
*** LimorStotland has quit IRC06:56
*** tshtilma has joined #openstack-mistral06:59
openstackgerritMerged openstack/python-mistralclient: Adding --insecure flag  https://review.openstack.org/24509908:21
openstackgerritMerged openstack/mistral: Removing wait() when initializing notification listener  https://review.openstack.org/24314608:22
*** nitzikow has joined #openstack-mistral08:31
*** nitziko__ has joined #openstack-mistral09:00
*** nitzikow has quit IRC09:02
*** nitziko__ has quit IRC09:08
*** nitzikow has joined #openstack-mistral09:10
*** LiatFried has quit IRC09:15
*** nitzikow has quit IRC09:16
*** nitzikow has joined #openstack-mistral09:18
*** nitzikow has quit IRC09:30
*** nitzikow has joined #openstack-mistral09:31
*** sergmelikyan has joined #openstack-mistral09:52
*** sergmelikyan has quit IRC09:56
*** sergmelikyan has joined #openstack-mistral10:01
*** nitzikow has quit IRC10:02
*** sergmelikyan has quit IRC10:04
^Gal^anyone's arround?10:05
openstackgerritLingxian Kong proposed openstack/mistral: Add db model for resource sharing  https://review.openstack.org/24403010:12
openstackgerritLingxian Kong proposed openstack/mistral: Add db operations for resource members  https://review.openstack.org/24415410:12
openstackgerritLingxian Kong proposed openstack/mistral: [WIP] Support workflow sharing  https://review.openstack.org/24415510:12
xylan_kong^Gal^: i'm here for a few minutes10:12
*** LiatFried_ has joined #openstack-mistral10:13
^Gal^xylan_kong: Hi :)10:13
^Gal^I have some questions regarding execution logic10:14
^Gal^I'm currently implementing a UI blueprint in which should have table action buttons to pass an execution state to "ERROR" "PAUSED" etc.10:15
*** sergmelikyan has joined #openstack-mistral10:15
^Gal^When trying such logic, in either python client or CLI, it doesn't work10:15
^Gal^also, I'm keen to learn why shouldn't execution received both description change and change, in one request10:16
^Gal^description change and state change**10:17
xylan_kong^Gal^: hi, the behavior is based on the consideration of implementation10:21
xylan_kongif you only update description, all mistral does is update the database in API layer.10:22
xylan_kongand if you update the status, the request needs go through RPC, and processed by mistral engine10:23
^Gal^sounds good10:23
^Gal^legit :)10:23
xylan_kongif we update description and status at the same time10:23
xylan_kongthings may become complex10:23
xylan_kong^Gal^ :-)10:23
^Gal^any idea regarding the state request which pass alright, an 200 http put, but state doesn't change?10:24
*** sergmelikyan has quit IRC10:25
xylan_kong^Gal^: i'm not sure what you mean, could you provide more details?10:26
^Gal^sure I'10:26
^Gal^sure I'll copy paste my request10:27
xylan_kong^Gal^: ok, code talks everything :-)10:27
^Gal^mistral execution-update -s RUNNING 8f906697-4ca0-4d0c-9322-fc8d3392e34210:27
^Gal^state does not chaned, same for "ERROR"10:27
^Gal^"PAUSED" does yields an error10:28
xylan_kongwhat's the original state of the exeuction?10:28
^Gal^SUCCESS10:29
xylan_kong^Gal^: if you update an successful execution to running, nothing will happen10:30
^Gal^sounds legit, I should probably update the blueprint10:31
xylan_kong^Gal^: which documentation are you refering to?10:31
^Gal^https://blueprints.launchpad.net/mistral/+spec/mistral-dashboard-executions-screen10:32
xylan_kong^Gal^: actually, it's the lack of description about execution update feature, IMO10:33
^Gal^yep10:33
xylan_kongyou can make some additions to mistral official doc10:33
xylan_kongto make it a littble bit improved10:34
^Gal^will do10:34
^Gal^I'm off to lunch, have a great weekend. I'll have a conversation with the guys10:34
^Gal^thanks! appreciate10:34
xylan_kong^Gal^:  np10:35
openstackgerritLingxian Kong proposed openstack/mistral: Add db model for resource sharing  https://review.openstack.org/24403011:43
*** LiatFried__ has joined #openstack-mistral12:13
*** LiatFried_ has quit IRC12:16
openstackgerritLingxian Kong proposed openstack/mistral: Add db operations for resource members  https://review.openstack.org/24415412:16
openstackgerritLingxian Kong proposed openstack/mistral: [WIP] Support workflow sharing  https://review.openstack.org/24415512:16
*** nitzikow has joined #openstack-mistral12:31
*** LiatFried has joined #openstack-mistral12:45
*** LiatFried__ has quit IRC12:45
*** nitzikow has quit IRC12:49
*** LiatFried__ has joined #openstack-mistral13:15
*** LiatFried has quit IRC13:15
*** LiatFried_ has joined #openstack-mistral13:46
*** LiatFried__ has quit IRC13:46
*** LiatFried_ has quit IRC14:38
openstackgerritShuquan Huang proposed openstack/mistral: OpenStack typo  https://review.openstack.org/24554014:57
*** LiatFried has joined #openstack-mistral14:58
*** LiatFried has quit IRC15:05
*** tshtilma has quit IRC15:16
*** nitzikow has joined #openstack-mistral15:25
*** nitzikow_ has joined #openstack-mistral15:36
*** nitzikow has quit IRC15:40
*** nitzikow_ has quit IRC15:41
*** tshtilma has joined #openstack-mistral16:14
*** tshtilma has quit IRC16:29
openstackgerritvenkatamahesh proposed openstack/mistral: Move the default directories into settings file  https://review.openstack.org/24557017:44
*** LiatFried_ has joined #openstack-mistral18:08
*** LiatFried_ has quit IRC18:13
*** LiatFried has joined #openstack-mistral18:13
openstackgerritvenkatamahesh proposed openstack/mistral: Add the CONTRIBUTING.rst file  https://review.openstack.org/24557718:24
*** tej has joined #openstack-mistral18:42
*** tej has quit IRC18:51
*** LiatFried has quit IRC18:58
openstackgerritBertrand Lallau proposed openstack/mistral: Remove kombu as a dependency for Mistral  https://review.openstack.org/24560121:31
*** bobh has joined #openstack-mistral22:10
*** bobh has quit IRC22:47
*** tej has joined #openstack-mistral22:56
*** tej has quit IRC22:56

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