*** bobh has joined #openstack-heat-translator | 00:11 | |
*** uck has quit IRC | 00:18 | |
*** uck has joined #openstack-heat-translator | 00:18 | |
*** bobh has quit IRC | 00:25 | |
*** bobh has joined #openstack-heat-translator | 00:53 | |
*** bobh has quit IRC | 00:57 | |
*** uck has quit IRC | 01:20 | |
*** uck has joined #openstack-heat-translator | 02:12 | |
*** uck has quit IRC | 02:17 | |
*** spzala has quit IRC | 02:39 | |
*** spzala has joined #openstack-heat-translator | 02:40 | |
*** spzala has quit IRC | 02:44 | |
*** bobh has joined #openstack-heat-translator | 02:53 | |
*** spzala has joined #openstack-heat-translator | 03:00 | |
*** spzala has quit IRC | 03:05 | |
*** bobh has quit IRC | 03:07 | |
*** spzala has joined #openstack-heat-translator | 04:01 | |
*** spzala has quit IRC | 04:07 | |
*** spzala has joined #openstack-heat-translator | 06:56 | |
*** spzala has quit IRC | 07:00 | |
*** spzala has joined #openstack-heat-translator | 07:56 | |
*** spzala has quit IRC | 08:03 | |
openstackgerrit | Mathieu Velten proposed openstack/heat-translator: Handle interfaces directly defined on a TOSCA Compute node. https://review.openstack.org/321501 | 09:06 |
---|---|---|
*** spzala has joined #openstack-heat-translator | 10:00 | |
*** spzala has quit IRC | 10:05 | |
openstackgerrit | Mathieu Velten proposed openstack/heat-translator: Fully implements the semantic of get_* operations : - handle optional capability/requirement parameter - handle optional nested property / index https://review.openstack.org/321502 | 10:09 |
*** shangxdy has joined #openstack-heat-translator | 10:28 | |
*** shangxdy has quit IRC | 10:33 | |
*** spzala has joined #openstack-heat-translator | 11:01 | |
*** spzala has quit IRC | 11:06 | |
*** spzala has joined #openstack-heat-translator | 12:02 | |
*** spzala has quit IRC | 12:07 | |
*** vishwanathj has joined #openstack-heat-translator | 12:17 | |
openstackgerrit | Mathieu Velten proposed openstack/heat-translator: Fully implements the semantic of get_* functions : - handle optional capability/requirement parameter - handle optional nested property / index https://review.openstack.org/321502 | 12:23 |
openstackgerrit | Mathieu Velten proposed openstack/heat-translator: Implements get_operation_output function. https://review.openstack.org/321503 | 12:55 |
*** spzala has joined #openstack-heat-translator | 13:04 | |
*** spzala has quit IRC | 13:08 | |
*** spzala has joined #openstack-heat-translator | 13:10 | |
*** spzala has quit IRC | 13:10 | |
*** spzala has joined #openstack-heat-translator | 13:10 | |
*** spzala has quit IRC | 13:14 | |
openstackgerrit | Mathieu Velten proposed openstack/heat-translator: Implements concat function translation. https://review.openstack.org/336037 | 13:59 |
*** aasmith has joined #openstack-heat-translator | 14:06 | |
*** aloga_ has joined #openstack-heat-translator | 14:11 | |
*** uck has joined #openstack-heat-translator | 14:12 | |
*** aloga_ has quit IRC | 14:28 | |
*** spzala has joined #openstack-heat-translator | 14:34 | |
*** bobh has joined #openstack-heat-translator | 15:35 | |
*** uck has quit IRC | 15:39 | |
*** tbh has joined #openstack-heat-translator | 15:46 | |
spzala | Hi all | 16:00 |
spzala | bobh: tbh: topol: | 16:00 |
tbh | spzala, Hi | 16:00 |
spzala | Hey Bharath | 16:00 |
spzala | bobh: around? | 16:00 |
topol | o/ | 16:01 |
spzala | topol: o/ | 16:02 |
bobh | o/ | 16:02 |
spzala | not sure if shangxdy is joining | 16:02 |
spzala | bobh: o/ | 16:02 |
spzala | the only two topics we have for today besides open discussion are heat translator reviews and design related | 16:03 |
spzala | first there are good number of patch on heat translator so please review :-) | 16:03 |
bobh | spzala: will do | 16:04 |
tbh | spzala, sure | 16:04 |
spzala | thanks bobh: tbh: | 16:04 |
spzala | second specifically this one, https://review.openstack.org/#/c/332685/ | 16:05 |
spzala | There is a good discussion in comments and the Alvaro and I had some offiline discussion, I will add that as comment to patch for everyone to look at it | 16:05 |
bobh | spzala: I can see both sides on that one - not an easy decision | 16:06 |
spzala | yup, agree but good thing both sides has more pros than cons | 16:07 |
spzala | this is summary of what we concludes: we will move using clients (from REST apis) as it allows easy authentication (there is a use case that requires custom auth) and absolutely client handles needed complexities of api call | 16:08 |
spzala | the disadvantage is this will create dependency on client, but considering the need and advantage it sounds fair to move to clients | 16:09 |
*** shangxdy has joined #openstack-heat-translator | 16:09 | |
spzala | Second, we will continue using shell.py | 16:10 |
bobh | spzala: I agree - maintaining the API calls manually is too hard | 16:10 |
spzala | shell.py will allow deployment as well as of today, if such an option is specified openstack client code will be invoked underneath | 16:10 |
shangxdy | Hi,spzala and bob. | 16:11 |
spzala | bobh: yes, the main advantage was not to have dependency but we can assume safely that folks interested in deploying into openstack cloud will have them | 16:11 |
spzala | or willing to have them | 16:11 |
spzala | shangxdy: Hi | 16:11 |
bobh | spzala: definitely for heat_translator - not much sense in translating without openstack | 16:11 |
spzala | bobh: yup | 16:12 |
bobh | spzala: the only issue would be if anyone wants to do offline translation they would still need the clients, but that should not be a big deal | 16:12 |
spzala | bobh: though there are cases where people may want to translate for later usage or just to play without a proper environment | 16:12 |
spzala | bobh: so we will continue shell usage which is already there and legacy | 16:12 |
shangxdy | Disccuss about translation online? | 16:14 |
spzala | bobh: that's what honestly I was worries but it seems as long as we don't hit code requiring dependency it should let offline translation | 16:14 |
spzala | shangxdy: hi we discussing this patch https://review.openstack.org/#/c/332685/ | 16:14 |
spzala | bobh: and that's what I would expect as Alvaro and I on the same page that we will continue usage of shell.py which can be run with or without openstack clients.. the use of OpenStackClient will require openstack env | 16:15 |
shangxdy | Ok,i take a look firstly. | 16:16 |
spzala | shangxdy: :) ok | 16:16 |
bobh | spzala: sounds good to me | 16:16 |
spzala | bobh: cool, thanks .. but as part of review if you can think some more or double check the translation without openstack clients can work with the patch, I will appreciate it. | 16:17 |
bobh | spzala: no problem | 16:18 |
spzala | tbh: you too please have that consideration as you review patch that shell.py can be run without openstack clients in env | 16:18 |
spzala | shangxdy: as you look at the patch and have comments please update as review comments | 16:19 |
tbh | spzala, these discussion will be more helpful for this | 16:19 |
spzala | tbh: sure | 16:19 |
spzala | moving on | 16:19 |
spzala | shangxdy: any update on substitute mapping work? | 16:20 |
shangxdy | sure. | 16:20 |
spzala | shangxdy: thanks | 16:20 |
*** aloga_ has joined #openstack-heat-translator | 16:20 | |
spzala | aloga_: Hi, we were just having team discussion about patch https://review.openstack.org/#/c/332685/ | 16:21 |
shangxdy | about substitute mapping, i'am in the progree of implementation in tosca-parser. | 16:22 |
spzala | shangxdy: cool, thx. are you targeting patches anytime soon? | 16:22 |
shangxdy | I am debuging the code and find some bugs. | 16:23 |
spzala | shangxdy: OK, cool | 16:24 |
shangxdy | after the bugs have been soleved, i'll uploade the code. | 16:25 |
spzala | shangxdy: OK, great, thanks! Please let me know if you run into anything, substitute mapping support is important. | 16:25 |
spzala | well that's all we had, and can move to open discussion now :) | 16:26 |
shangxdy | The last weeks i'v prepared for opnfv summit, so delayed some time. | 16:26 |
spzala | anyone has anything to discuss or update with team | 16:26 |
spzala | shangxdy: ah, nice and np at all. when's the summit? | 16:27 |
spzala | or is it already done? | 16:27 |
shangxdy | It's already done last weekend:) | 16:28 |
spzala | shangxdy: :) nice, I guess the one in Germany? I hope it went well for you. | 16:28 |
shangxdy | I'am now in trouble that in substitution mappings, whether the system shall import the definitions of subsystem? | 16:29 |
spzala | shangxdy: I need to look but I guess so that it should | 16:30 |
spzala | shangxdy: we have one example of it under tests | 16:30 |
shangxdy | Yes, it's a great days in berlin except the time difference:) | 16:31 |
spzala | shangxdy: test template of substitute mapping with subsystem def is in tests under topology_template | 16:32 |
spzala | shangxdy: hehe, cool and yes time diff is always a challenge for short stay | 16:32 |
shangxdy | The example do not import the subsystem, and now i add import statement in subsystem in implementatation | 16:33 |
spzala | shangxdy: please look at it and we can discuss more offline on IRC or via email | 16:33 |
shangxdy | you are right, i am justing the time diff:) | 16:35 |
spzala | shangxdy: we can continue that discussion and give other folks time back :) if that sounds good | 16:35 |
spzala | shangxdy: lol :) | 16:35 |
spzala | bobh: tbh: anything else from you? | 16:35 |
shangxdy | ok, i wish i can upload the code next week. | 16:36 |
bobh | spzala: no - I'm good | 16:36 |
tbh | spzala, that's all from my side :) | 16:36 |
spzala | shangxdy: that would be perfect, Monday is US holiday (Independence Day) just fyi | 16:36 |
spzala | bobh: tbh: :) cool, thanks! | 16:36 |
spzala | We can call this a meeting then | 16:37 |
shangxdy | o, happy holidy! | 16:37 |
spzala | shangxdy: thanks! | 16:37 |
spzala | shangxdy: we can continue chat if you want | 16:37 |
shangxdy | great. | 16:38 |
spzala | alright, end of meeting then. Thanks much everyone for joining!! | 16:39 |
shangxdy | I'll send email when it's necessary. | 16:41 |
spzala | shangxdy: sure that sounds good | 16:42 |
spzala | shangxdy: or pl ping me on IRC | 16:43 |
shangxdy | ok | 16:43 |
shangxdy | That's all from my side. | 16:44 |
*** aloga_ has quit IRC | 16:45 | |
spzala | shangxdy: ok, cool | 16:49 |
spzala | shangxdy: good night, bye | 16:49 |
shangxdy | by spzala, i'am adding patchs about policytype definition. | 16:52 |
*** uck has joined #openstack-heat-translator | 17:02 | |
*** tbh has quit IRC | 17:05 | |
*** shangxdy has quit IRC | 17:16 | |
*** bobh has quit IRC | 17:36 | |
*** bobh has joined #openstack-heat-translator | 18:48 | |
*** aloga_ has joined #openstack-heat-translator | 19:39 | |
*** aloga_ has quit IRC | 19:48 | |
*** spzala has quit IRC | 20:25 | |
*** uck has quit IRC | 20:31 | |
*** uck has joined #openstack-heat-translator | 20:31 | |
*** aloga_ has joined #openstack-heat-translator | 20:36 | |
*** trozet has quit IRC | 21:11 | |
*** vishwanathj has quit IRC | 21:22 | |
*** trozet has joined #openstack-heat-translator | 21:26 | |
*** uck has quit IRC | 21:37 | |
*** bobh has quit IRC | 21:45 | |
*** uck has joined #openstack-heat-translator | 21:46 | |
*** trozet has quit IRC | 22:41 | |
*** aloga_ has quit IRC | 22:49 | |
*** trozet has joined #openstack-heat-translator | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!