*** sridhar_ram has joined #tacker | 00:28 | |
sridhar_ram | s3wong: we have an urgent patchset to review / merge .. https://review.openstack.org/#/c/296111 | 00:31 |
---|---|---|
sridhar_ram | s3wong: going to push a client release.. better to get this in | 00:32 |
sridhar_ram | s3wong: can you please take a look ? | 00:32 |
vishwanathj | sripriya hi | 00:34 |
s3wong | sridhar_ram: sure | 00:36 |
vishwanathj | sripriya I was wondering if the tacker/tests/unit/base.py that is part of your Multi-Site code is independent enough that it can be committed and merged separately, I was hoping to reuse the code functionality in that file | 00:37 |
*** sripriya has quit IRC | 00:40 | |
openstackgerrit | Merged openstack/python-tackerclient: Fix attr for vim update https://review.openstack.org/296111 | 00:41 |
*** sridhar_ram has quit IRC | 01:03 | |
*** lhcheng has quit IRC | 01:04 | |
*** bobh has joined #tacker | 01:31 | |
*** bobh has quit IRC | 01:32 | |
*** bobh has joined #tacker | 01:37 | |
*** prashantD__ has quit IRC | 01:43 | |
*** bobh has quit IRC | 01:52 | |
*** s3wong has quit IRC | 01:59 | |
*** bobh has joined #tacker | 02:04 | |
*** lhcheng has joined #tacker | 02:29 | |
openstackgerrit | Bob Haddleton proposed openstack/tacker: Implement tosca-parser/heat-translator integration https://review.openstack.org/278121 | 03:08 |
*** bobh has quit IRC | 03:09 | |
*** lhcheng has quit IRC | 03:42 | |
*** prashantD has joined #tacker | 04:02 | |
*** sripriya has joined #tacker | 04:05 | |
*** sripriya_ has joined #tacker | 04:07 | |
*** sripriya has quit IRC | 04:09 | |
openstackgerrit | vishwanath jayaraman proposed openstack/tacker: Implements the Enhanced VNF placement blueprint https://review.openstack.org/269295 | 04:10 |
*** lhcheng_ has joined #tacker | 04:21 | |
*** tbh has joined #tacker | 04:27 | |
vishwanathj | tbh Hi...when you get a chance review my comments to bobh patchset https://review.openstack.org/#/c/278121/16/tacker/tests/unit/vm/infra_drivers/heat/test_heat.py | 04:32 |
tbh | vishwanathj, done | 04:38 |
*** lhcheng has joined #tacker | 04:39 | |
*** lhcheng_ has quit IRC | 04:39 | |
vishwanathj | tbh what do you mean by getting rid of multiple variable declarations? | 04:40 |
tbh | vishwanathj, https://review.openstack.org/#/c/290751/17/tacker/tests/unit/vm/infra_drivers/heat/test_heat.py L60 - L73 | 04:41 |
tbh | vishwanathj, https://review.openstack.org/#/c/269295/21/tacker/tests/unit/vm/infra_drivers/heat/test_heat.py L74 -L97 | 04:42 |
tbh | vishwanathj, I was worrying about this | 04:42 |
vishwanathj | tbh yes, that would be beneficial if we dont want to do that...good suggestion...if you can also give a pointer to bobh on what needs to be one, it would be good and he can have a turnaround patch in short time | 04:42 |
tbh | vishwanathj, sure | 04:43 |
vishwanathj | tbh does he need to modify the _get_expected_fields_tosca() method to take template as a parameter? | 04:44 |
tbh | vishwanathj, in the current bobh patchset, that method is not accepting any extra param | 04:47 |
vishwanathj | correct | 04:48 |
vishwanathj | I see the hard coding in L210 https://review.openstack.org/#/c/278121/16/tacker/tests/unit/vm/infra_drivers/heat/test_heat.py | 04:49 |
vishwanathj | I mean its not hard coding from his perspective, since we are leveraging his function, we want the template passed as a parameter | 04:50 |
tbh | vishwanathj, yes, that's true | 04:52 |
vishwanathj | tbh please review my latest patchset as well, thanks | 04:57 |
tbh | vishwanathj, sure, I am doing that | 05:03 |
*** sridhar_ram has joined #tacker | 05:16 | |
sridhar_ram | gongysh: ping | 05:22 |
sridhar_ram | tbh: vishwanathj: ping | 05:32 |
tbh | sridhar_ram, pong | 05:32 |
* vishwanathj hopefully tbh is around to take sridhar_ram query | 05:33 | |
sridhar_ram | folks - I'm looking at https://review.openstack.org/#/c/278121... | 05:33 |
sridhar_ram | and see your -1s | 05:33 |
sridhar_ram | are these issues flagged are blockers ? | 05:34 |
sridhar_ram | If there are areas of code that we could make it perfect, let's use follow-on patchsets to do that. We really need to wrap this one fast / ASAP | 05:34 |
tbh | sridhar_ram, not exactly. but it will be nice if we have generic methods in unit tests | 05:34 |
sridhar_ram | We really need few days *after this patch merge* to handle any major integration issues. Otherwise we risk releasing a buggy Mitaka release. | 05:35 |
*** prashantD has quit IRC | 05:35 | |
sridhar_ram | tbh: I see. Is this something we can handle in a follow on patchset ? | 05:35 |
vishwanathj | sridhar_ram, its a minor code change that impacts bobh, tbh and my tests... | 05:35 |
tbh | sridhar_ram, it will be couple of line change | 05:35 |
vishwanathj | if its handled at bobh patchset, we do not risk braking bobh patchset or future enhancements/additions | 05:36 |
sridhar_ram | vishwanathj: I understand. I'm trying to differentiate between MUST HAVE and NICE TO HAVE... if it is later lets use follow-on patchsets please | 05:37 |
*** lhcheng has quit IRC | 05:39 | |
sridhar_ram | so it is just a matter of dropping "tosca_" and use it in the actual file name ? | 05:39 |
vishwanathj | sridhar_ram, understand your concern given the situation....I would border it around MUST HAVE, if bobh does not make the change, one of tbh or I have to make the change | 05:39 |
tbh | sridhar_ram, that's true, we can do that in a follow on patchset | 05:40 |
sridhar_ram | vishwanathj: I would still vote to have you / tbh take care if possible... | 05:40 |
tbh | vishwanathj, yes that will be fine. instead I will make those changes in my patchset. what do you say sridhar_ram ? | 05:40 |
sridhar_ram | tbh: that will be great.. do flag it in bobh's patchset .. I kinda feel bad to push it like this... | 05:41 |
tbh | sridhar_ram, sure, I will add those changes | 05:41 |
vishwanathj | tbh let me have a word with bobh tomorrow, because I took the liberty of asking him to make the change, dont want to cause confusion | 05:41 |
sridhar_ram | vishwanathj: fair enough.. either case, I'll wait for tbh and your's +1 to start working towards landing it | 05:42 |
vishwanathj | ok | 05:43 |
sridhar_ram | my guidance is - punt non-critical things off to later bug fix.. | 05:43 |
sridhar_ram | we have a generous post-mitaka cycle to do bug fixing .. | 05:43 |
sridhar_ram | tbh: vishwanathj: thanks for your understanding... ! I'm quite glad you both took care of doing this detailed review of this whole tosca-parser track.. | 05:44 |
sridhar_ram | appreciate it guys :) | 05:44 |
sridhar_ram | gongysh: are you there ? | 05:47 |
tbh | sridhar_ram, :) | 05:55 |
tbh | sridhar_ram, I will just just add few comments on what we thought, and will remove -1 | 05:55 |
sridhar_ram | tbh: thanks! | 05:56 |
*** lhcheng has joined #tacker | 06:29 | |
openstackgerrit | Santosh Kodicherla proposed openstack/tacker: Adding vnf create/delete testcase with VIM id Closes-Bug: #1560812 https://review.openstack.org/296207 | 06:46 |
openstack | bug 1560812 in tacker "Automate vnf creation with VIM ID" [Undecided,New] https://launchpad.net/bugs/1560812 | 06:46 |
*** sridhar_ram has quit IRC | 06:46 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Implements auto flavor creation https://review.openstack.org/290751 | 06:46 |
openstackgerrit | Santosh Kodicherla proposed openstack/tacker: Adding vnf create/delete testcase with VIM id Closes-Bug: #1560812 https://review.openstack.org/296207 | 06:49 |
openstack | bug 1560812 in tacker "Automate vnf creation with VIM ID" [Undecided,In progress] https://launchpad.net/bugs/1560812 - Assigned to Santosh (ksantosh-cs) | 06:49 |
*** vishnoianil has quit IRC | 07:05 | |
*** vishwanathj is now known as vishwanathj_away | 07:12 | |
*** sridhar_ram has joined #tacker | 07:19 | |
*** sridhar_ram has quit IRC | 07:19 | |
*** vishnoianil has joined #tacker | 07:32 | |
*** lhcheng has quit IRC | 07:39 | |
*** lhcheng has joined #tacker | 07:51 | |
*** zeih has joined #tacker | 07:55 | |
*** tbh has quit IRC | 08:31 | |
*** mbound has joined #tacker | 08:34 | |
*** DaveJ__ has joined #tacker | 08:38 | |
DaveJ__ | Hi Guys, is there any example VNFD for tacker that describe a complex VNF i.e. one with multiple VMs | 08:38 |
*** lhcheng has quit IRC | 08:39 | |
*** tbh has joined #tacker | 08:43 | |
*** openstackgerrit has quit IRC | 09:03 | |
*** openstackgerrit has joined #tacker | 09:04 | |
*** zeih_ has joined #tacker | 09:13 | |
*** zeih has quit IRC | 09:13 | |
*** lhcheng has joined #tacker | 10:28 | |
*** lhcheng has quit IRC | 10:33 | |
*** zeih_ has quit IRC | 10:58 | |
*** zeih has joined #tacker | 11:57 | |
*** janki91 has joined #tacker | 12:19 | |
*** tbh has quit IRC | 12:48 | |
*** mbound has quit IRC | 12:49 | |
*** zeih has quit IRC | 12:58 | |
*** zeih has joined #tacker | 13:19 | |
*** mbound has joined #tacker | 13:20 | |
*** trozet_ has joined #tacker | 13:26 | |
*** bobh has joined #tacker | 13:55 | |
*** bobh has quit IRC | 13:55 | |
*** bobh has joined #tacker | 13:55 | |
vishwanathj_away | DaveJ__ find a sample at link https://github.com/openstack/tacker/blob/master/devstack/samples/sample-vnfd-multi-vdu.yaml that tacker team had uploaded as part of Liberty release | 13:57 |
vishwanathj_away | bobh good morning | 13:57 |
DaveJ__ | Excellent, thanks | 13:57 |
*** openstack has joined #tacker | 14:24 | |
*** zeih has quit IRC | 14:50 | |
*** janki91 has quit IRC | 14:51 | |
*** janki91 has joined #tacker | 14:51 | |
bobh | vishwanathj_away: hello | 14:54 |
vishwanathj_away | bobh please ignore tbh and my comments to https://review.openstack.org/#/c/278121/16/tacker/tests/unit/vm/infra_drivers/heat/test_heat.py | 14:58 |
vishwanathj_away | bobh are there going to be anymore patchset uploads from you? | 14:59 |
bobh | vishwanathj_away: I think it's pretty much done - there are always more things to do but this is probably a good place to stop for now | 15:05 |
*** sripriya_ has quit IRC | 15:06 | |
*** vishwanathj_ has joined #tacker | 15:26 | |
*** vishwanathj_ has left #tacker | 15:27 | |
*** vishwanathj_ has joined #tacker | 15:29 | |
vishwanathj_ | bobh did the complex data types work for you? | 15:30 |
bobh | It appears to be using the monitoring type successfully | 15:32 |
vishwanathj_ | bobh did you have to make any definition changes to make it work? | 15:36 |
bobh | vishwanathj_: not that I can remember | 15:36 |
vishwanathj_ | Ok | 15:36 |
*** zeih has joined #tacker | 15:47 | |
*** sridhar_ram has joined #tacker | 15:50 | |
*** prashantD has joined #tacker | 15:56 | |
*** sridhar_ram1 has joined #tacker | 15:57 | |
*** zeih has quit IRC | 16:10 | |
*** zeih has joined #tacker | 16:13 | |
sridhar_ram1 | bobh: hi there.. I'm catching up the irclogs... | 16:18 |
sridhar_ram1 | bobh: looks like you wrapped up https://review.openstack.org/#/c/278121/ for this round ? | 16:18 |
sridhar_ram1 | I was "encouraging" tbh and vishwanathj_away to consider taking up further tune up in follow on fixes... | 16:19 |
*** bobh has quit IRC | 16:20 | |
janki91 | please review my patch | 16:23 |
janki91 | https://review.openstack.org/#/c/294573/ | 16:23 |
*** prashantD_ has joined #tacker | 16:32 | |
*** prashantD has quit IRC | 16:35 | |
*** lhcheng has joined #tacker | 16:35 | |
*** zeih has quit IRC | 16:37 | |
*** vishwanathj_away is now known as vishwanathj | 16:39 | |
*** sripriya has joined #tacker | 17:02 | |
*** zeih has joined #tacker | 17:06 | |
*** vishnoianil has quit IRC | 17:08 | |
*** zeih has quit IRC | 17:10 | |
*** zeih has joined #tacker | 17:10 | |
*** prashantD_ has quit IRC | 17:24 | |
*** prashantD has joined #tacker | 17:32 | |
*** mbound has quit IRC | 17:36 | |
*** mbound has joined #tacker | 17:38 | |
*** vishnoianil has joined #tacker | 17:40 | |
*** s3wong has joined #tacker | 17:45 | |
*** mbound has quit IRC | 17:51 | |
*** vishwanathj_ has quit IRC | 17:54 | |
*** zeih has quit IRC | 18:00 | |
*** zeih has joined #tacker | 18:01 | |
*** sridhar_ram has quit IRC | 18:04 | |
*** prashantD has quit IRC | 18:06 | |
*** janki91 has quit IRC | 18:12 | |
*** prashantD has joined #tacker | 18:18 | |
*** tbh1 has joined #tacker | 18:20 | |
*** zeih has quit IRC | 18:24 | |
*** sridhar_ram1 is now known as sridhar_ram | 18:37 | |
*** openstack has joined #tacker | 19:24 | |
*** tbh1 has quit IRC | 19:44 | |
sripriya | s3wong: ping | 19:46 |
s3wong | sripriya: pong | 19:46 |
sripriya | s3wong: can you please help review multisite server patch at https://review.openstack.org/#/c/285096/ | 19:47 |
sripriya | s3wong: hoping to wrap it up soon if things look good | 19:47 |
s3wong | sripriya: OK... also need to review trozet_'s patch | 19:48 |
sripriya | s3wong: sure thanks | 19:48 |
s3wong | sripriya: yours look like a big patch | 19:48 |
s3wong | :-) | 19:48 |
s3wong | +1607... | 19:48 |
*** zeih_ has joined #tacker | 19:49 | |
sripriya | s3wong: :) we can also look at it as just 1607 lines! ;) | 19:49 |
s3wong | sripriya: :-) | 19:49 |
*** zeih_ has quit IRC | 19:54 | |
sridhar_ram | s3wong: didn't mean to say sfc is not important but multisite is for mitaka which is wrapping in few days. you may want to help that one first! | 19:59 |
s3wong | sridhar_ram: sure | 19:59 |
*** zeih_ has joined #tacker | 20:07 | |
*** openstack has joined #tacker | 20:34 | |
*** trozet_ is now known as trozet | 20:39 | |
openstackgerrit | Santosh Kodicherla proposed openstack/tacker: Adding vnf create/delete testcase with VIM id https://review.openstack.org/296207 | 20:52 |
openstackgerrit | Santosh Kodicherla proposed openstack/tacker: Adding vnf create/delete testcase with VIM id https://review.openstack.org/296207 | 20:54 |
openstackgerrit | Santosh Kodicherla proposed openstack/tacker: Adding vnf create/delete testcase with VIM id https://review.openstack.org/296207 | 20:55 |
openstackgerrit | Santosh Kodicherla proposed openstack/tacker: Adding testcase for create and delete of VIM. https://review.openstack.org/296696 | 21:02 |
*** sridhar_ram_ has joined #tacker | 21:09 | |
*** zeih has quit IRC | 21:09 | |
*** zeih_ has quit IRC | 21:52 | |
*** vishnoianil has quit IRC | 21:56 | |
*** zeih has joined #tacker | 21:59 | |
*** mannidi_ has joined #tacker | 22:04 | |
*** bobh has joined #tacker | 22:06 | |
*** mannidi__ has quit IRC | 22:07 | |
*** mannidi_ has quit IRC | 22:11 | |
*** lhcheng_ has joined #tacker | 22:16 | |
*** zeih has quit IRC | 22:18 | |
*** lhcheng_ has quit IRC | 22:19 | |
*** lhcheng__ has joined #tacker | 22:19 | |
*** lhcheng has quit IRC | 22:20 | |
vishwanathj | bobh hi | 22:26 |
vishwanathj | bobh with your current patchset uploaded, the only nit I see is an extra tab that is highlighted at L64 in file https://review.openstack.org/#/c/278121/16/tacker/vm/tosca/lib/tacker_defs.yaml ... from my side, I am ready to give a +1 | 22:28 |
sripriya | lhcheng__: ping | 22:34 |
lhcheng__ | hi sripriya | 22:34 |
sripriya | lhcheng__: can you please help review horizon patch at: https://review.openstack.org/#/c/289614/ | 22:35 |
lhcheng__ | sure | 22:35 |
sripriya | lhcheng__: thank you | 22:35 |
lhcheng__ | sripriya: would be nice to have real tests on that patch | 22:41 |
lhcheng__ | sripriya: I haven't got the change to write test for one panel.. I don't have much time on openstack right now, I got re-assigned to do non-openstack work :( | 22:42 |
sripriya | lhcheng__: sure i understand, i need to take a look at horizon unit tests to be familiar with the fixtures and unit test framework to write unit tests for tacker horizon code | 22:50 |
lhcheng__ | sripriya: I will try to write one test when I get the chance, what the simplest panel? | 22:51 |
sripriya | lhcheng__: vnfcatalog | 22:51 |
sripriya | lhcheng__: i can surely follow up with a RFE for the vim panel unit tests | 22:52 |
*** DaveJ__ has quit IRC | 23:09 | |
*** zeih has joined #tacker | 23:12 | |
*** sridhar_ram_ has quit IRC | 23:14 | |
*** zeih has quit IRC | 23:18 | |
*** sripriya has quit IRC | 23:19 | |
*** openstack has joined #tacker | 23:25 | |
*** sridhar_ram has quit IRC | 23:27 | |
*** santoshk has quit IRC | 23:31 | |
*** sridhar_ram has joined #tacker | 23:53 | |
*** sridhar_ram has quit IRC | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!