*** trinaths has joined #tacker | 00:09 | |
*** daidv has quit IRC | 00:43 | |
*** daidv has joined #tacker | 00:43 | |
*** gongysh has joined #tacker | 01:43 | |
*** trinaths has quit IRC | 01:50 | |
*** openstackgerrit has joined #tacker | 02:14 | |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: [WIP] Add reusing feature when creating VNFFG. https://review.openstack.org/540209 | 02:14 |
---|---|---|
*** gongysh has quit IRC | 02:43 | |
*** gongysh has joined #tacker | 02:44 | |
*** derekjhyang has joined #tacker | 02:50 | |
*** janki has joined #tacker | 03:38 | |
*** gongysh has quit IRC | 04:06 | |
*** trinaths has joined #tacker | 04:44 | |
openstackgerrit | dharmendra kushwaha proposed openstack/python-tackerclient master: Complete VNFD osc commands https://review.openstack.org/540000 | 04:54 |
*** janki has quit IRC | 05:14 | |
*** links has joined #tacker | 05:15 | |
*** gongysh has joined #tacker | 05:15 | |
*** derekjhyang has quit IRC | 05:23 | |
*** derekjhyang has joined #tacker | 05:23 | |
*** gongysh has quit IRC | 05:35 | |
*** janki has joined #tacker | 05:43 | |
*** gongysh has joined #tacker | 05:54 | |
*** phuoc has quit IRC | 06:03 | |
*** phuoc has joined #tacker | 06:06 | |
*** gongysh has quit IRC | 06:10 | |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker-specs master: Implement containerized VNF in Kubernetes VIM https://review.openstack.org/511991 | 06:43 |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Add document and release note for containerised vnf feature https://review.openstack.org/536143 | 06:58 |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Add document and release note for containerised vnf feature https://review.openstack.org/536143 | 07:02 |
*** egonzalez has joined #tacker | 07:07 | |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Implementation containerized VNF in Kubernetes type https://review.openstack.org/529116 | 07:43 |
openstackgerrit | lvxianguo proposed openstack/tacker-specs master: fix error url https://review.openstack.org/540307 | 08:05 |
openstackgerrit | lvxianguo proposed openstack/tacker-specs master: fix error url https://review.openstack.org/540307 | 08:11 |
openstackgerrit | Trinh Nguyen proposed openstack/tacker master: Add dnsmasq service support for OpenWRT VNFM management driver https://review.openstack.org/540310 | 08:15 |
mardim | dkushwaha, hello can I ask you something? | 08:23 |
mardim | dkushwaha, after you pushed that patch https://github.com/openstack/tacker/commit/073407ff2737165f1b0ef04456f689cbbc5b466d | 08:23 |
mardim | dkushwaha, the unit test are failing locally but not on the CI and I cannot understnd why | 08:23 |
mardim | dkushwaha, the error is this File "/home/mardim/openstack-dev/mardim-tacker/tacker/tacker/tests/unit/nfvo/test_nfvo_plugin.py", line 464, in _insert_dummy_vnffg | 08:24 |
mardim | 'VNF3': '7168062e-9fa1-4203-8cb7-f5c99ff3ee1b'}) | 08:24 |
mardim | TypeError: object() takes no parameters | 08:24 |
mardim | dkushwaha, Do you know why is this happening | 08:24 |
mardim | ? | 08:24 |
dkushwaha | mardim, i had checked locally that time, and it was no issue, but ok i will check it again | 08:43 |
mardim | dkushwaha, something weird is going on with database | 08:45 |
mardim | dkushwaha, if I comment out your code | 08:45 |
mardim | dkushwaha, the tests are passing | 08:46 |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: Implement update VNFFG functionality https://review.openstack.org/531817 | 09:43 |
masaito | I add some comments on the cluster patch. I hope it would be a help. | 10:26 |
masaito | Changing the subject, does anyone know about the design meeting for 'R' release? | 10:27 |
longkb1 | Thank you, masaito :) It's nice to work with you :) | 10:57 |
*** daidv has quit IRC | 10:58 | |
*** egonzalez has quit IRC | 11:19 | |
*** trinaths has quit IRC | 11:54 | |
*** janki has quit IRC | 13:15 | |
*** bobmel_ has joined #tacker | 13:49 | |
*** bobmel__ has joined #tacker | 13:50 | |
*** bobmel has quit IRC | 13:52 | |
*** bobmel_ has quit IRC | 13:53 | |
*** bobmel has joined #tacker | 14:22 | |
*** bobmel__ has quit IRC | 14:26 | |
mardim | phuoc, hello here / | 14:28 |
mardim | ? | 14:28 |
phuoc | mardim, hi | 14:28 |
mardim | phuoc, how are you ? | 14:29 |
phuoc | I am checking your patch :-) | 14:29 |
mardim | phuoc, great :) thanks | 14:29 |
mardim | phuoc, I noticed that you create the --vnffg-template parameter in tacker client | 14:29 |
phuoc | It is more complicated than the old patches | 14:30 |
mardim | phuoc, But you didn't created the param-file parameter for the update vnffg command are you planning to do so or ? | 14:30 |
mardim | Yes I know but is working like a charm | 14:30 |
phuoc | mardim, yes | 14:30 |
phuoc | I missed it | 14:30 |
*** links has quit IRC | 14:30 | |
phuoc | mardim, why you use: set(vnf_members_new) == set(vnf_members_old) | 14:31 |
mardim | Because I want to see if the existing vnf-mapping is the same with the old one | 14:32 |
phuoc | I think vnf_members_new == vnf_members_old is enough (I'm not sure but I will check) | 14:33 |
mardim | no it is not | 14:34 |
mardim | because the one that you proposed | 14:34 |
mardim | it will return true if the lists are like that [one,two]==[one,two] | 14:35 |
mardim | but it will return false if you have this [one,two] ,[two,one] | 14:35 |
mardim | but set will return true for the second case too :) | 14:36 |
phuoc | I got it :-) | 14:36 |
mardim | :) | 14:37 |
*** bobh has joined #tacker | 15:01 | |
*** bobmel has quit IRC | 15:16 | |
*** bobmel has joined #tacker | 15:17 | |
*** bobmel_ has joined #tacker | 15:23 | |
*** bobmel has quit IRC | 15:26 | |
openstackgerrit | Trinh Nguyen proposed openstack/tacker-specs master: WIP - Prometheus plugin for Application and Container Monitoring in Tacke VNF Manager https://review.openstack.org/540416 | 15:29 |
*** links has joined #tacker | 16:17 | |
openstackgerrit | LongKB proposed openstack/python-tackerclient master: Implement Tacker Client to support VNF cluster features https://review.openstack.org/526364 | 17:27 |
*** bobmel has joined #tacker | 18:03 | |
*** bobmel_ has quit IRC | 18:05 | |
*** links has quit IRC | 18:41 | |
*** bobmel_ has joined #tacker | 20:20 | |
*** bobmel has quit IRC | 20:23 | |
*** bobh has quit IRC | 23:22 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!