Friday, 2016-02-05

*** x00350071_ has joined #murano00:35
*** sergmeli_ has joined #murano00:36
*** kzaitsev_mb has quit IRC00:36
*** x00350071 has quit IRC00:40
*** sergmelikyan has quit IRC00:40
*** dfflanders has quit IRC00:41
*** dfflanders has joined #murano00:41
*** x00350071_ has quit IRC01:01
*** ducttape_ has joined #murano01:01
*** x00350071 has joined #murano01:02
*** ducttape_ has quit IRC01:24
openstackgerritMerged openstack/python-muranoclient: Fix first argument of murano env-template-add-app usage  https://review.openstack.org/27550301:55
*** ducttape_ has joined #murano02:03
*** jasonsb has joined #murano02:10
*** jasonsb has quit IRC02:12
*** jasonsb has joined #murano02:13
*** yamamoto_ has joined #murano02:21
*** kzaitsev_mb has joined #murano02:31
*** zhurong has joined #murano02:35
*** osoriano_ has joined #murano03:05
*** osoriano has quit IRC03:08
*** sergmeli_ has quit IRC03:32
*** ducttape_ has quit IRC03:35
*** ducttape_ has joined #murano03:37
*** kzaitsev_mb has quit IRC03:55
*** vgridnev has joined #murano04:04
*** zhurong has quit IRC04:08
*** ducttape_ has quit IRC04:08
*** kzaitsev_mb has joined #murano04:11
*** kzaitsev_mb has quit IRC04:16
*** tlashchova has quit IRC04:36
*** Marga_ has quit IRC05:19
*** Marga_ has joined #murano05:50
*** Marga_ has quit IRC05:53
*** Marga_ has joined #murano05:54
*** ruchika has joined #murano06:01
*** gs has joined #murano06:01
*** akulshin has joined #murano06:07
*** yamamoto_ has quit IRC06:09
akulshinhi everyone! is there any documentation about autoconfiguring murano-agent using cloud-init?06:17
*** gs has quit IRC06:25
*** ruchika has quit IRC06:40
*** yamamoto_ has joined #murano06:44
*** vahidh has quit IRC07:32
*** vahidh has joined #murano07:33
*** vahidh has quit IRC07:33
*** vahidh has joined #murano07:33
*** vahidh has quit IRC07:36
*** vgridnev has quit IRC07:54
*** kzaitsev_mb has joined #murano08:18
*** dgonzalez has quit IRC08:19
*** dgonzalez has joined #murano08:28
*** samuelBartel has joined #murano08:29
*** dfflanders has quit IRC08:46
*** vgridnev has joined #murano08:58
openstackgerritOlga Gusarenko proposed openstack/murano: [Admin Guide] Deploy murano  https://review.openstack.org/27515709:07
*** kzaitsev_mb has quit IRC09:13
*** openstackgerrit has quit IRC09:17
*** openstackgerrit has joined #murano09:17
*** akulshin has quit IRC09:21
*** akulshin has joined #murano09:30
*** akulshin has quit IRC09:43
*** akulshin has joined #murano09:55
*** naresht has joined #murano09:57
*** hidekazu has quit IRC10:03
*** gangadhar has joined #murano10:07
*** yamamoto_ has quit IRC10:15
*** yamamoto_ has joined #murano10:17
*** kzaitsev_mb has joined #murano10:30
gangadharHi everyone. I got below error while invoked an action in K8S app:10:33
gangadhar2016-02-05 09:47:57 — [yaql.exceptions.YaqlExecutionException]: Unable to run #operator_and10:33
ddovbiigangadhar, hi10:34
ddovbiiplease show the code of this action10:34
gangadharHere is the murano-engine log: http://paste.openstack.org/show/486064/10:34
ddovbiior at least line with error10:35
gangadharHere is the class file: http://paste.openstack.org/show/486062/10:35
ddovbiiI don't see initialization of variables: enableAutoCreationGCE or enableExistingNodes10:38
gangadharOh no, how did i miss that? Thanks ddovbii.10:40
ddovbiigangadhar, no problem :)11:02
nareshtHi all, services running on https in MOS 7.0 when comes to devstack services are running on http. Is there any thing to check on which method it is working in MOS?11:03
*** vahidh has joined #murano11:06
*** vahidh has quit IRC11:10
*** ruhe has quit IRC11:11
*** katyafervent_awa has quit IRC11:12
*** pashkin_ has quit IRC11:12
*** zhurong has joined #murano11:13
*** ruhe has joined #murano11:16
*** zhurong has quit IRC11:17
*** pashkin has joined #murano11:18
*** yamamoto_ has quit IRC11:18
*** zhurong has joined #murano11:19
nareshtHi all, services running on https in MOS 7.0 when comes to devstack services are running on http. Is there any thing to check on which method it is working in MOS?11:19
*** katyafervent_awa has joined #murano11:20
*** zhurong has quit IRC11:22
*** akulshin has quit IRC11:27
*** enthurohini has joined #murano11:52
*** raildo-afk is now known as raildo11:58
gangadharI have a string variable `existingNodes` contains value: "10.20.0.30,10.20.0.31,10.20.0.32"12:15
gangadharI want split this `existingNodes` value based on "," So I tried instruction: existingNodesArray: $.hybridCloudConfiguration.existingNodes.split(",")12:16
gangadharBut `existingNodesArray` doesn't contain value  ["10.20.0.30","10.20.0.31","10.20.0.32"] instead it has value '$.hybridCloudConfiguration.existingNodes.split(",")'12:18
*** yamamoto has joined #murano12:19
gangadharHow to split string based on delimiter in Kilo?12:19
gangadharslagun ddovbbi ^^12:19
gangadharslan_lagun ^^12:19
*** akulshin has joined #murano12:23
*** yamamoto has quit IRC12:25
*** vgridnev has quit IRC12:32
*** vgridnev has joined #murano12:36
*** stan_lagun has quit IRC12:38
openstackgerritMerged openstack/murano: [Murano Docs] Extend Contract section  https://review.openstack.org/25753512:40
ddovbiigangadhar, try to use single quotes12:41
ddovbii$.hybridCloudConfiguration.existingNodes.split(',')12:41
gangadharok. So in Kilo it never support double quotes?12:41
ddovbiiI'm not sure, but looks like neverr12:42
gangadharddovbii: I have changed it to single quotes and tried. This time getting below error:12:56
gangadharNoFunctionRegisteredException: No function called 'split' is registered which has 2 arguments12:56
ddovbiiplease show your code12:56
ddovbiionly this line12:56
gangadharddovbbii: existingNodesArray: $.hybridCloudConfiguration.existingNodes.split(',')12:57
*** tlashchova has joined #murano12:58
gangadharddovbii: ^^12:58
*** ducttape_ has joined #murano12:58
ddovbiisorry, show it please with context )12:59
*** krotscheck has joined #murano13:01
gangadharddovbii: Here is the chunk of code: http://paste.openstack.org/show/486084/13:01
ddovbiigangadhar, I'm not sure, but maybe we can't use it here in UI13:03
ddovbiicould you move splitting to workflow of class?13:03
gangadharOkay. Let me  try13:04
*** sergmelikyan has joined #murano13:06
*** StanLagun has joined #murano13:07
*** ducttape_ has quit IRC13:16
*** gangadhar has quit IRC13:41
*** yamamoto has joined #murano14:24
*** raildo is now known as raildo-afk14:25
*** vahidh has joined #murano14:42
*** vahidh has quit IRC14:47
*** ducttape_ has joined #murano14:58
*** yamamoto has quit IRC15:01
*** naresht has quit IRC15:09
openstackgerritLin Yang proposed openstack/murano: Fix incorrect result of listing private template  https://review.openstack.org/27678215:26
*** yamamoto has joined #murano15:29
*** yamamoto has quit IRC15:31
*** yamamoto has joined #murano15:32
openstackgerritLin Yang proposed openstack/murano: Fix incorrect result of listing private template  https://review.openstack.org/27678215:36
*** yamamoto has quit IRC15:37
*** x00350071 has quit IRC15:39
*** x00350071 has joined #murano15:40
*** yamamoto has joined #murano15:42
*** yamamoto has quit IRC15:44
*** mragupat has joined #murano15:48
*** vahidh has joined #murano16:02
*** lgreg1 has joined #murano16:04
*** lgreg has quit IRC16:14
*** vgridnev has quit IRC16:19
*** ducttape_ has quit IRC16:25
*** raildo-afk is now known as raildo16:27
*** mragupat has quit IRC16:34
*** mragupat has joined #murano16:34
*** yamamoto has joined #murano16:45
*** samuelBartel has quit IRC16:46
*** ducttape_ has joined #murano16:49
*** yamamoto has quit IRC16:51
*** akulshin has quit IRC16:53
enthurohinikzaitsev_mb, there?17:02
kzaitsev_mbyep, how were your exams? =)17:03
enthurohininice17:03
kzaitsev_mbgood to hear )17:03
enthurohinikzaitsev_mb, i have a doubt. actually i am sticking to trace complete execution path. hence having problems to debug errors properly.17:04
kzaitsev_mbI don't reqlly get what you just said )17:05
enthurohinikzaitsev_mb, i am explaining. 2 min17:05
kzaitsev_mbsure )17:05
enthurohinikzaitsev_mb, to implement command for openstack-client, i write class and class has two methods, 1. "get_parser" and 2. is "take_action". 1st method reurns arguments and second method returns data (which is expected through command). the data returned by take_action method is raw_data means it is in the form of tuples not in proper tables that we show to the user. means this take_action method is get called somewhere. i am unabme17:11
enthurohiniexample: https://review.openstack.org/#/c/270103/4/muranoclient/osc/v1/environment.py17:12
enthurohinikzaitsev_mb, for python-muranoclient, i think "https://github.com/openstack/python-muranoclient/blob/master/muranoclient/v1/shell.py" is responsible for formatting data17:17
kzaitsev_mbenthurohini: well, 1st you probably have a bit outdated client )17:18
kzaitsev_mbit's not tuples anymore17:19
kzaitsev_mb2d — you can probably take a look at how we print the tables17:19
kzaitsev_mbthat might help.17:19
kzaitsev_mbI promise to look further into your links later today and see if there is a workaround for that17:20
kzaitsev_mbbut it's likely, that you'll have to duplicate some code from muranoclient/v1/shell.py17:20
kzaitsev_mbit's ok to do so. If everything goes well — at some point we would deprecate CLI capabilities in muranoclient and would only use OSC17:21
*** vahidh has quit IRC17:22
enthurohinikzaitsev_mb, ok. and yes you are right, API calls do not return tuples, but the methods i am using at the point of returning data in take_acion method returns tules17:22
enthurohiniand kzaitsev_mb, and if i duplicate the code from shells.py, cyclic reference error gets generated, means at some point shells.py gets executed17:25
enthurohinikzaitsev_mb, it wil be better if we will discuss the complete flow from command issue to result of the command (whenever you will be free). it will help me alot17:27
kzaitsev_mbenthurohini: ok. I'll make myself familiar with your code. Not sure if I'll be able to discuss that today, but definitelly would do that by Monday )17:30
*** vgridnev has joined #murano17:31
enthurohinikzaitsev_mb, ok then we will discuss it on monday. thanks in advance. till that i will ty to debug more. Actually i am getting data properly but not able to format data properly.17:33
enthurohinithatswhy want to go through the complete execution flow17:35
*** vahidh has joined #murano17:42
*** sergmelikyan has quit IRC17:55
kzaitsev_mbenthurohini: is your latest code on review, btw?17:55
enthurohinikzaitsev_mb, i have added code for one more command at my local syatem17:56
enthurohinikzaitsev_mb. should i push? but that is incomplete, cz its not working17:59
enthurohiniyou can try with the code that is on review17:59
kzaitsev_mbenthurohini: yep, I think it's better to push. at least for me to have the bigger picture )17:59
kzaitsev_mbwell, actually18:00
kzaitsev_mbif you say that I can reproduce everything with code already on review — than it's probably OK18:00
enthurohiniok, let me push. but please remember, code is not in working condition.18:01
enthurohinii think new code will also help you to have clear scene.18:02
*** sergmelikyan has joined #murano18:04
*** vgridnev has quit IRC18:07
*** kzaitsev_mb has quit IRC18:18
*** ducttape_ has quit IRC18:21
openstackgerritRohini Choudhary proposed openstack/python-muranoclient: Add Environment support for openstack CLI  https://review.openstack.org/27010318:24
*** ducttape_ has joined #murano18:34
*** vgridnev has joined #murano18:55
*** vgridnev has quit IRC19:06
*** enthurohini has quit IRC19:13
*** ducttape_ has quit IRC19:21
*** ducttape_ has joined #murano19:36
*** vgridnev has joined #murano19:39
*** krotscheck is now known as krotscheck_dcm19:39
*** Sumanth has joined #murano19:53
*** vgridnev has quit IRC20:03
*** Marga_ has quit IRC20:04
*** dfflanders has joined #murano20:20
*** raildo is now known as raildo-afk21:01
*** Marga_ has joined #murano21:28
*** sergmelikyan has quit IRC21:40
*** mragupat has quit IRC21:40
*** mragupat has joined #murano21:41
*** Marga_ has quit IRC21:43
*** Marga_ has joined #murano21:49
*** Marga_ has quit IRC21:49
*** Marga_ has joined #murano21:49
*** Marga_ has quit IRC21:49
*** Marga_ has joined #murano21:50
*** sergmelikyan has joined #murano22:25
*** kzaitsev_mb has joined #murano22:29
*** ducttape_ has quit IRC22:41
*** mragupat has quit IRC23:08
*** ducttape_ has joined #murano23:58

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