Thursday, 2016-03-17

*** lhcheng has quit IRC00:10
*** uck has quit IRC00:14
*** sridhar_ram has quit IRC00:16
*** vishwanathj has joined #tacker00:34
*** trozet has joined #tacker00:48
*** sripriya has quit IRC01:02
*** mannidi has joined #tacker01:53
*** mannidi has quit IRC02:01
*** mannidi has joined #tacker02:01
*** s3wong has quit IRC02:03
*** gubouvier has quit IRC02:19
*** gubouvier has joined #tacker02:25
*** sripriya has joined #tacker02:48
*** lhcheng has joined #tacker03:07
*** lhcheng has quit IRC03:18
*** sripriya_ has joined #tacker03:24
*** sripriya has quit IRC03:28
*** tbh has joined #tacker03:32
*** lhcheng has joined #tacker03:36
*** lhcheng_ has joined #tacker03:37
*** lhcheng has quit IRC03:40
*** trozet has quit IRC03:47
*** tbh has quit IRC04:32
*** Ravikiran_K has left #tacker04:37
*** mannidi has quit IRC05:05
*** lhcheng has joined #tacker05:29
*** lhcheng_ has quit IRC05:29
*** lhcheng has quit IRC05:43
*** vishwanathj is now known as vishwanathj_zzz06:12
*** deepakcs has joined #tacker06:17
*** Ravikiran_K has joined #tacker06:18
*** mannidi has joined #tacker06:34
*** vishnoianil has quit IRC06:46
*** vishnoianil has joined #tacker07:20
*** sridhar_ram has joined #tacker07:23
*** zeih has joined #tacker07:29
*** gongysh has joined #tacker07:31
openstackgerritdharmendra kushwaha proposed openstack/tacker: py3: use function next() instead of next() method on iterator objects  https://review.openstack.org/29386408:07
*** zeih has quit IRC08:15
*** sridhar_ram1 has joined #tacker08:17
*** zeih has joined #tacker08:18
*** sridhar_ram has quit IRC08:19
*** mbound has joined #tacker08:19
openstackgerritdharmendra kushwaha proposed openstack/tacker: Fixing assignment-from-no-return issue.  https://review.openstack.org/29369508:38
*** mbound has quit IRC08:57
*** mbound has joined #tacker09:04
openstackgerritdharmendra kushwaha proposed openstack/tacker: Avoid using built-in function name  https://review.openstack.org/29357609:19
*** vishwanathj_ has joined #tacker09:31
*** vishwanathj_ has left #tacker09:32
openstackgerritdharmendra kushwaha proposed openstack/tacker: py3.x: Use six.text_type() instead of unicode()  https://review.openstack.org/29390509:37
*** sridhar_ram1 has quit IRC09:46
*** deepakcs has quit IRC10:25
*** mannidi has quit IRC10:29
*** Ravikiran_K has quit IRC10:48
*** zeih has quit IRC11:01
*** mannidi has joined #tacker11:05
*** gongysh has quit IRC11:23
*** openstackgerrit has quit IRC11:48
*** openstackgerrit has joined #tacker11:49
*** zeih has joined #tacker11:51
*** amotoki has joined #tacker12:57
*** mannidi has quit IRC12:59
*** mannidi has joined #tacker12:59
openstackgerritdharmendra kushwaha proposed openstack/tacker: py3: use function next() instead of next() method on iterator objects  https://review.openstack.org/29386413:34
openstackgerritdharmendra kushwaha proposed openstack/tacker: py3: use function next() instead of next() method on iterator objects  https://review.openstack.org/29386413:44
*** bobh has joined #tacker14:01
*** mbound has quit IRC14:02
*** bobh has quit IRC14:05
*** bobh has joined #tacker14:05
*** Ravikiran_K has joined #tacker14:16
*** gongysh has joined #tacker14:27
*** vishwanathj_ has joined #tacker14:30
*** vishwanathj_ has left #tacker14:31
*** gongysh has quit IRC14:32
*** gongysh has joined #tacker14:35
*** gongysh has quit IRC14:38
*** gongysh has joined #tacker14:39
*** gongysh has quit IRC14:50
*** dkushwaha_ has joined #tacker15:09
*** gongysh has joined #tacker15:09
*** mannidi has quit IRC15:14
*** gongysh has quit IRC15:16
vishwanathj_zzzbobh hi15:17
bobhvishwanathj_zzz: good morning15:17
*** vishwanathj_zzz is now known as vishwanathj15:17
vishwanathjbobh good morning to you as well......I am running into an error with the Tosca Parser with my current data types...would appreciate your help15:19
vishwanathjbobh I think there could be an issue with the way my datatypes in tacker_defs.yaml are defined15:20
bobhvishwanathj: sure15:20
vishwanathjbobh the tacker_nfv_defs.yaml declares nfv_compute to be of type 'tosca.datatype.compute_properties' .....15:26
vishwanathjthe tosca.datatype.compute_properties includes the tosca.datatypes.cpu_settings as a property....is there anything that needs to me modified in the definition or declarion of compute_properties in tacker_defs.yaml or tacker_nfv_defs.yaml15:28
bobhdo you have a link I can look at?15:32
bobhcompute_properties and cpu_properties are both defined in the Simple Profile spec?15:33
*** Ravikiran_K has left #tacker15:33
vishwanathjno, they are datatypes defined in the tacker_defs.yaml....do you want the link to the yaml file that I am attempting to parse OR link to the patchset that has the defs.yaml?15:35
bobhboth?15:35
vishwanathjhttps://review.openstack.org/#/c/269295/15:38
vishwanathjhttp://paste.openstack.org/show/490932/15:39
bobhYou don't need to do your own imports - the code will automatically pull in the tacker_defs.yaml file because you are using a TOSCA file15:44
bobhalso note that you are importing the tacker_nfv_defs.yaml but not using the template version for nfv - the version needs to be specific to NFV if you are using NFV constructs15:44
*** dkushwaha_ has quit IRC15:44
bobhlet me find the version for nfv....15:44
bobhoops - never mind15:45
bobhyou are using the right version - I was looking at the wrong window15:45
bobhI'm wondering if the imports are confusing it since the code will add the same imports and they will be imported twice15:46
bobhmaybe my import code should be more flexible15:46
bobhI don't want to assume that the user has to know the full path to the imports on the server, which could be installed anywhere15:47
vishwanathjbobh I think your code handles not providing the full path15:47
bobhvishwanathj: my code blindly appends the imports to the existing imports, using the full path to the files in the server installation15:48
*** sridhar_ram has joined #tacker15:49
vishwanathjsomehow the tosca parser does not like another child datatype that is included within a parent datatype15:50
vishwanathjnot sure where the error in defining either the parent or child datatype is15:50
bobhit should be fine - what happens if you run tosca-parser from the command line on the file?15:50
*** dkushwaha_ has joined #tacker15:51
vishwanathjlet me try15:52
*** uck has joined #tacker15:55
vishwanathjbobh the output is at http://paste.openstack.org/show/490934/15:57
bobhvishwanathj: useful, isnt it?15:58
vishwanathj:)15:58
bobhI don;t see anything in the review that modifies tacker_nfv_defs.yaml with the compute_properties/cpu_properties from tacker_defs.yaml?15:59
vishwanathjbobh the changes in tacker_nfv_defs.yaml has been made by tbh ... my patchset is dependent on his....my changes are only in tacker_defs.yaml16:01
bobhvishwanathj: ok16:01
*** zeih has quit IRC16:06
*** zeih has joined #tacker16:10
*** zeih has quit IRC16:15
*** mbound has joined #tacker16:19
*** sripriya_ has quit IRC17:06
*** lhcheng has joined #tacker17:14
*** Ravikiran_K has joined #tacker17:17
*** trozet has joined #tacker17:20
*** trozet has quit IRC17:22
*** trozet has joined #tacker17:23
*** zeih has joined #tacker17:25
*** vishwana_ has joined #tacker17:51
*** trozet has quit IRC17:54
*** vishwanathj has quit IRC17:54
*** dkushwaha_ has quit IRC17:57
*** tbh has joined #tacker17:57
*** lhcheng_ has joined #tacker18:05
*** vishnoianil has quit IRC18:06
*** lhcheng has quit IRC18:08
*** s3wong has joined #tacker18:19
*** vishnoianil has joined #tacker18:21
*** sridhar_ram has quit IRC18:31
*** trozet has joined #tacker18:43
*** tbh has quit IRC18:46
*** sridhar_ram has joined #tacker18:59
*** zeih has quit IRC19:39
*** sripriya has joined #tacker19:53
*** vishwanathj has joined #tacker20:23
*** vishwana_ has quit IRC20:25
*** mbound has quit IRC20:34
*** prashantD has joined #tacker20:53
*** amotoki has quit IRC21:29
*** lhcheng has joined #tacker21:30
*** bobh has quit IRC21:30
*** lhcheng_ has quit IRC21:33
vishwanathjsridhar_ram Hi21:39
vishwanathjsridhar_ram with respect to the mitaka milestone tomorrow, is it expected to have all code patchsets reviewed and merged?21:40
*** trozet has quit IRC21:49
*** uck has quit IRC21:55
*** amotoki has joined #tacker22:00
*** uck has joined #tacker22:01
openstackgerritSridhar Ramaswamy proposed openstack/tacker: Switch to use tackerclient from pypi pkg  https://review.openstack.org/29430722:08
sridhar_ramvishwanathj: I'm looking to merge python-tackerclient code first... and multisite looks quite close. I was hoping to get atleast bobh's patchset in by tomorrow22:11
vishwanathjsridhar_ram I see....tbh and I have a dependency on bobh patchset being stable and ready to merge22:12
sridhar_ramvishwanathj: understood.. beyond that how does it look for EVP itself ? are the tacker_nfv_defs syntax gelling well ?22:14
sridhar_rams3wong: sripriya: please review https://review.openstack.org/294307 .. this is required for tacker 0.2.1 release22:14
vishwanathjhe definition for cpu_allocations and numa_nodes do not seem at this time to agree with the tosca parser....bobh thinks it could be definitions issue and will be looking at it later tonite...meanwhile I am coding on plan B22:15
vishwanathjs/he/the22:15
*** amotoki has quit IRC22:17
sridhar_ramvishwanathj: I see.. do you know the specific syntax that is erroring out ?22:22
vishwanathjlook at line L43 and L47 https://review.openstack.org/#/c/269295/10/tacker/vm/tosca/lib/tacker_defs.yaml, when it is being processed the error thrown is http://paste.openstack.org/show/490934/22:25
*** mbound has joined #tacker22:26
*** sridhar_ram1 has joined #tacker23:01
*** sridhar_ram has quit IRC23:01
*** mbound has quit IRC23:02
*** prashantD has quit IRC23:03

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