Tuesday, 2015-12-29

*** StanLagun has quit IRC00:17
*** StanLagun has joined #murano00:19
*** vahidh has joined #murano00:46
*** vahidh has quit IRC00:47
*** StanLagun has quit IRC01:16
*** StanLagun has joined #murano01:17
*** vkmc is now known as vkmc_afk01:25
*** jasonsb has quit IRC01:29
*** xxxxxx has joined #murano01:54
*** xxxxxx has quit IRC01:54
*** xxxxxx has joined #murano01:56
*** xiangxinyong has joined #murano01:56
*** zhurong has joined #murano02:06
*** vahidh has joined #murano02:42
*** lin_yang has joined #murano02:45
*** vahidh has quit IRC02:57
*** zhurong has quit IRC02:59
*** zhurong has joined #murano02:59
*** zhurong has quit IRC03:10
*** zhurong has joined #murano03:10
*** jasonsb has joined #murano03:25
*** zhurong has quit IRC03:31
*** zhurong has joined #murano03:31
*** zhurong has quit IRC04:14
*** ashishb has joined #murano04:15
*** zhurong has joined #murano04:15
*** xiangxinyong has quit IRC04:49
*** kzaitsev_mb has joined #murano04:58
*** xxxxxx has quit IRC05:09
*** zhurong has quit IRC05:20
*** zhurong has joined #murano05:21
*** vahidh has joined #murano05:26
*** vahidh_ has joined #murano05:26
*** vahidh has quit IRC05:31
*** ashishb has quit IRC05:45
*** xiangxinyong has joined #murano05:46
*** xxxxxx has joined #murano05:47
*** vahidh_ has quit IRC06:12
*** vahidh has joined #murano06:13
*** vahidh has quit IRC06:18
*** jasonsb has quit IRC06:18
*** jasonsb has joined #murano06:19
openstackgerritOpenStack Proposal Bot proposed openstack/murano: Imported Translations from Zanata  https://review.openstack.org/26179706:33
*** Nikolay_St has quit IRC06:34
*** xiangxinyong has quit IRC06:55
*** xiangxinyong has joined #murano07:10
*** vahidh has joined #murano07:30
*** Nikolay_St has joined #murano07:35
*** kzaitsev_mb has quit IRC07:42
*** vahidh has quit IRC07:57
*** vahidh has joined #murano07:59
*** kzaitsev_mb has joined #murano08:10
*** vahidh has quit IRC08:23
*** vahidh has joined #murano08:23
*** vahidh has quit IRC08:28
*** kzaitsev_mb has quit IRC08:28
*** kzaitsev_mb has joined #murano08:37
*** xxxxxx has quit IRC08:43
*** xxxxxx has joined #murano08:47
*** tshtilma has joined #murano08:55
*** zhurong has quit IRC09:03
*** vgridnev has joined #murano09:10
*** kzaitsev_mb has quit IRC09:10
*** kzaitsev_mb has joined #murano09:12
*** xiangxinyong has quit IRC09:21
*** kzaitsev_mb has quit IRC09:26
*** kzaitsev_mb has joined #murano09:28
*** kzaitsev_mb has quit IRC09:34
*** enthurohini has joined #murano09:36
*** kzaitsev_mb has joined #murano09:38
*** kzaitsev_mb has quit IRC09:47
*** kzaitsev_mb has joined #murano09:47
*** kzaitsev_mb has quit IRC09:52
*** kzaitsev_mb has joined #murano09:57
*** kzaitsev_mb has quit IRC10:03
*** kzaitsev_mb has joined #murano10:08
*** kzaitsev_mb has quit IRC10:14
*** kzaitsev_mb has joined #murano10:19
*** slagun has joined #murano10:22
*** StanLagun has quit IRC10:25
*** kzaitsev_mb has quit IRC10:25
*** kzaitsev_mb has joined #murano10:26
*** kzaitsev_mb has quit IRC10:35
*** rsjethani has joined #murano10:51
*** zhurong has joined #murano10:55
*** xiangxinyong has joined #murano10:56
*** xiangxinyong has quit IRC10:57
*** tshtilma has quit IRC10:58
*** kzaitsev_mb has joined #murano11:03
*** kzaitsev_mb has quit IRC11:08
*** tshtilma has joined #murano11:24
*** Liuqing has joined #murano11:27
*** kzaitsev_mb has joined #murano11:30
*** kzaitsev_mb has quit IRC11:47
*** kzaitsev_mb has joined #murano11:52
*** zhurong has quit IRC12:01
*** Liuqing has quit IRC12:01
*** zhurong has joined #murano12:05
openstackgerritRavi Shekhar Jethani proposed openstack/murano-agent: Replace unicode with six.text_type  https://review.openstack.org/26220012:17
*** zhurong has quit IRC12:29
*** zhurong has joined #murano12:30
*** vkmc_afk is now known as vkmc12:34
*** Liuqing has joined #murano12:49
evgenylativelkov: hi, it's me again :) is there a way to do python-like range selection in yaql? For example [1,2,3,4][1:] => [2,3,4], I was looking at range, but it does different things, $.list[0] doesn't accept multiple arguments, for `take` I haven't found a way to specify the beginning.12:49
evgenylativelkov: ok, looks like I can use `skip(from).take(to - from)`12:57
ativelkovevgenyl: right. Most of the queries work on sequences and not the lists, so the index-based functionality is limited12:58
ativelkovIn general, you may look at the queries module - it contains most of the functions of interest12:59
ativelkovhttps://github.com/openstack/yaql/blob/master/yaql/standard_library/queries.py12:59
ativelkovThe tests have some examples: https://github.com/openstack/yaql/blob/master/yaql/tests/test_queries.py13:00
evgenylativelkov: yeah, I'm using testing file to learn how it can be done.13:01
*** zhurong has quit IRC13:01
ativelkovbtw, there is a slice function13:02
*** zhurong has joined #murano13:02
ativelkovwhich is actually implemented on top of itertools islice13:02
ativelkovit's slightly different from regular ranges, but may do the trick in some cases13:05
enthurohinihello kzaitsev_mb13:42
kzaitsev_mbhi13:44
*** kzaitsev1ws is now known as kzaitsev_ws13:45
enthurohinikzaitsev_mb, as now i completed almost https://blueprints.launchpad.net/murano/+spec/tag-murano-heat-stacks this BP, and now want to move on another. I am interested in this BP https://blueprints.launchpad.net/python-muranoclient/+spec/openstack-client-plugin-support now13:46
enthurohiniAnd to understand its implementation, i am reading this doc http://docs.openstack.org/developer/python-openstackclient/plugins.html. is it ok?13:47
kzaitsev_mbenthurohini: that's be awesome =) I'm going to write a short letter about you finishing the task and switching to a new one, but generally it's fine and I asked around vkmc and others and they seem to agree13:48
kzaitsev_mbyep, you're on the right track13:48
* vkmc waves13:48
enthurohinikzaitsev_mb, as muranoclient is totally new for me, it will take some time to understand it13:49
kzaitsev_mbsure, that's ok =)13:51
enthurohinikzaitsev_mb, i am also looking into another projects like heat and zaqar to understand its implementation. what can i do else?13:51
kzaitsev_mbOne thing i've discussed with the OSC guys back on summit is that we should not use 'murano' as osc commands prefix, but I think you'll get there at some point13:52
enthurohinikzaitsev_mb, what i read yet, osc commands start with openstack only13:53
kzaitsev_mbenthurohini: nah, you didn't get me =) murano commands should *not* be openstack murano something =) but you'll get there13:54
kzaitsev_mbI'm not sure if I can give you any more advice — you're on the right track. see, hot the packages are implemented, read the docs. It should be enough.13:54
enthurohinikzaitsev_mb, ok. :) i will try to understand ot thoroughly, and will ask in case of doubts13:56
enthurohini*it13:57
enthurohiniand kzaitsev_mb, can i ask why we should not use 'murano' as osc commands prefix?13:58
*** rsjethani has quit IRC14:00
*** sergmelikyan has joined #murano14:21
Nikolay_Stkzaitsev_mb: how can I remove all tags from my murano installation?14:22
Nikolay_Stis the only way to drop db table?14:22
kzaitsev_mbhm.14:23
kzaitsev_mbI think you're right14:24
kzaitsev_mbthere is no way to delete a tag14:24
kzaitsev_mbneither from gui nor from CLI =/14:24
Nikolay_Stkzaitsev_mb: okay :(14:28
Nikolay_Stkzaitsev_mb: we don't have any tag-relate functionality in CLI14:28
kzaitsev_mbNikolay_St: I doubt we have API for that =(14:29
kzaitsev_mbprobably we do..14:29
kzaitsev_mbbut I'm not 100% sure14:29
*** zhurong has quit IRC14:34
Nikolay_Stkzaitsev_mb: I think I can check it in last 2 days of the year :)14:36
*** ducttape_ has joined #murano14:39
*** Liuqing has quit IRC14:43
Nikolay_Stkzaitsev_mb: is it okay that I can remove package using FQN?14:46
kzaitsev_mbmore or less14:47
kzaitsev_mbit was even documented at some point14:47
kzaitsev_mbwe didn't remove this functionality from API afai remember14:47
*** enthurohini has quit IRC14:51
*** ducttape_ has quit IRC14:52
openstackgerritNikolay Starodubtsev proposed openstack/murano: Update _get_tags function to prevent raise condition  https://review.openstack.org/25785815:02
*** Liuqing has joined #murano15:02
*** Nikolay_St has quit IRC15:11
*** vgridnev has quit IRC15:11
*** kzaitsev_mb has quit IRC15:17
*** vgridnev has joined #murano15:32
*** sergmelikyan has quit IRC15:45
*** alejandrito has joined #murano15:45
*** sergmelikyan has joined #murano15:50
*** sergmelikyan has quit IRC16:06
*** vgridnev has quit IRC16:12
*** Liuqing has quit IRC16:48
*** Nikolay_St has joined #murano17:46
*** tshtilma has quit IRC17:49
*** slagun has quit IRC18:11
*** alejandrito has quit IRC18:24
*** kzaitsev_mb has joined #murano18:58
*** ducttape_ has joined #murano19:55
*** kzaitsev_mb has quit IRC20:00
*** ducttape_ has quit IRC20:01
*** alejandrito has joined #murano20:16
*** kzaitsev_mb has joined #murano20:29
*** kzaitsev_mb has quit IRC20:34
*** kzaitsev_mb has joined #murano20:40
*** kzaitsev_mb has quit IRC20:47
*** openstackgerrit has quit IRC21:17
*** openstackgerrit has joined #murano21:17
*** jasonsb has quit IRC21:20
*** sergmelikyan has joined #murano21:29
*** kzaitsev_mb has joined #murano21:32
*** sergmelikyan has quit IRC21:39
*** kzaitsev_mb has quit IRC21:40
*** alejandrito has quit IRC21:41
*** kzaitsev_mb has joined #murano21:45
*** kzaitsev_mb has quit IRC21:51
*** ducttape_ has joined #murano21:52
*** kzaitsev_mb has joined #murano22:03
*** kzaitsev_mb has quit IRC22:14
*** kzaitsev_mb has joined #murano22:16
*** kzaitsev_mb has quit IRC22:22
*** kzaitsev_mb has joined #murano22:34
*** vkmc is now known as vkmc_afk22:47
*** kzaitsev_mb has quit IRC22:56
*** kzaitsev_mb has joined #murano23:09
*** jfluhmann has joined #murano23:37
*** jfluhmann has quit IRC23:38
*** kzaitsev_mb has quit IRC23:38
*** kzaitsev_mb has joined #murano23:48

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