*** bobh has quit IRC | 00:04 | |
*** bobh has joined #tacker | 00:12 | |
*** gongysh has joined #tacker | 00:35 | |
*** daidv has quit IRC | 00:39 | |
*** daidv has joined #tacker | 00:39 | |
*** openstackgerrit has joined #tacker | 00:44 | |
openstackgerrit | gongysh proposed openstack/python-tackerclient master: Complete VIM osc commands https://review.openstack.org/536032 | 00:44 |
---|---|---|
*** dkushwaha has quit IRC | 00:52 | |
*** dkushwaha has joined #tacker | 00:54 | |
*** Dinesh_Bhor has joined #tacker | 00:58 | |
*** Dinesh_Bhor has quit IRC | 00:59 | |
*** bobh has quit IRC | 01:21 | |
*** gongysh has quit IRC | 01:21 | |
*** Dinesh_Bhor has joined #tacker | 01:23 | |
*** bobh has joined #tacker | 01:42 | |
openstackgerrit | LongKB proposed openstack/python-tackerclient master: Adding --vim-az as a new argument that supports availability-zone option in VNF creation operation https://review.openstack.org/532949 | 01:58 |
*** gongysh has joined #tacker | 02:15 | |
*** gongysh has quit IRC | 03:18 | |
*** gongysh has joined #tacker | 03:24 | |
*** daidv has quit IRC | 03:30 | |
*** daidv has joined #tacker | 03:44 | |
*** gongysh has quit IRC | 03:55 | |
*** links has joined #tacker | 04:02 | |
*** links has quit IRC | 04:07 | |
*** diga has joined #tacker | 04:11 | |
*** links has joined #tacker | 04:19 | |
*** bobh has quit IRC | 04:21 | |
*** gongysh has joined #tacker | 04:24 | |
*** daidv has quit IRC | 04:28 | |
*** daidv has joined #tacker | 04:28 | |
*** Hyunsik has joined #tacker | 04:37 | |
*** Hyunsik has quit IRC | 04:39 | |
*** gongysh has quit IRC | 04:47 | |
*** links has quit IRC | 05:06 | |
*** links has joined #tacker | 05:08 | |
*** trinaths has joined #tacker | 05:25 | |
*** gongysh has joined #tacker | 05:40 | |
*** diga has quit IRC | 06:05 | |
*** Dinesh_Bhor has quit IRC | 06:06 | |
*** Dinesh_Bhor has joined #tacker | 06:06 | |
*** janki has joined #tacker | 06:13 | |
*** trinaths has left #tacker | 06:29 | |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Add document and release note for containerised vnf feature https://review.openstack.org/536143 | 06:43 |
*** trinaths has joined #tacker | 07:03 | |
*** egonzalez has joined #tacker | 07:13 | |
openstackgerrit | Merged openstack/python-tackerclient master: Complete VIM osc commands https://review.openstack.org/536032 | 07:26 |
openstackgerrit | Merged openstack/tacker-specs master: [Trivial] No command like tacker vim-create, removing it. https://review.openstack.org/536557 | 07:28 |
*** paramite has joined #tacker | 08:06 | |
openstackgerrit | LongKB proposed openstack/python-tackerclient master: Implement Tacker Client to support VNF cluster features https://review.openstack.org/526364 | 08:16 |
openstackgerrit | LongKB proposed openstack/tacker master: Implement Tacker Server to support VNF cluster features https://review.openstack.org/529808 | 08:23 |
openstackgerrit | dharmendra kushwaha proposed openstack/tacker master: replace the class path uuid based stack names with vnf names https://review.openstack.org/532802 | 08:35 |
*** daidv has quit IRC | 08:38 | |
*** daidv has joined #tacker | 08:38 | |
*** paramite has quit IRC | 08:51 | |
*** paramite has joined #tacker | 08:55 | |
mardim | gongysh, Hello May I ask you something | 09:29 |
mardim | ? | 09:29 |
mardim | gongysh, I am reading your comment about symmetrical in this patch https://review.openstack.org/#/c/513720 | 09:29 |
mardim | You are proposing to just add a comment in the code that symmetrical is not supported now in vnffg-update | 09:30 |
mardim | gongysh, What will happen if the user use the ssymetric parameter in the tackerclient side when he runs the tacker vnffg-update command? | 09:31 |
mardim | Are we gonna just ignore the symmetric parameter in the tacker server side ? | 09:31 |
mardim | what are you having in mind | 09:31 |
mardim | ? | 09:31 |
mardim | gongysh, ^ | 09:31 |
gongysh | mardim, you can change the argument into None, and tell if it is changed, if it is passed in, raise an exception. or just add a note in code. | 09:32 |
openstackgerrit | dharmendra kushwaha proposed openstack/tacker master: Update the ns's description processing in ns_db.NSPluginDb.create_ns(). https://review.openstack.org/491658 | 09:33 |
mardim | gongysh, ok I think I understand what you are proposing thanks | 09:34 |
*** Dinesh_Bhor has quit IRC | 09:48 | |
*** Dinesh_Bhor has joined #tacker | 09:49 | |
*** Dinesh_Bhor has quit IRC | 09:49 | |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: Implement the vnf-mapping update functionality https://review.openstack.org/513720 | 09:53 |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: Add names to classifiers in the vnffgd template https://review.openstack.org/532203 | 10:28 |
mardim | gongysh, I ve checked the tackeclient side and I observed that symmetrical has default value False | 10:58 |
mardim | gongysh, Which means that we cannot understand if the user set it in | 10:58 |
mardim | gongysh, because will always gonna arive as key value in the tacker server side | 10:58 |
openstackgerrit | LongKB proposed openstack/python-tackerclient master: Adding --vim-az that supports availability-zone option in VNF creation https://review.openstack.org/532949 | 10:58 |
mardim | gongysh, https://github.com/openstack/python-tackerclient/blob/e026ae17e53461cf66c987f5b7776f6153cb9374/tackerclient/tacker/v1_0/nfvo/vnffg.py#L179 | 10:58 |
gongysh | mardim, remove that default value | 11:11 |
mardim | gongysh, You mean remove it when it arrives to the tacker server side ? | 11:13 |
mardim | gongysh, or create a patch in tackerclient project | 11:13 |
mardim | ? | 11:13 |
openstackgerrit | dharmendra kushwaha proposed openstack/tacker master: Update the ns's description processing in ns_db.NSPluginDb.create_ns(). https://review.openstack.org/491658 | 11:24 |
*** gongysh has quit IRC | 11:36 | |
*** paramite has quit IRC | 11:39 | |
*** trinaths has left #tacker | 11:43 | |
*** paramite has joined #tacker | 11:57 | |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: Implement the vnf-mapping update functionality https://review.openstack.org/513720 | 12:26 |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: Add names to classifiers in the vnffgd template https://review.openstack.org/532203 | 12:29 |
openstackgerrit | Ghanshyam Mann proposed openstack/tacker master: Remove use of unsupported TEMPEST_SERVICES variable https://review.openstack.org/536814 | 13:31 |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: Implement the vnf-mapping update functionality https://review.openstack.org/513720 | 13:50 |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: Add names to classifiers in the vnffgd template https://review.openstack.org/532203 | 13:52 |
*** links has quit IRC | 14:05 | |
*** janki has quit IRC | 15:14 | |
*** bobh has joined #tacker | 15:16 | |
*** links has joined #tacker | 15:20 | |
*** paramite has quit IRC | 15:41 | |
*** openstackgerrit has quit IRC | 16:03 | |
*** janki has joined #tacker | 16:05 | |
*** egonzalez has quit IRC | 16:08 | |
*** openstackgerrit has joined #tacker | 18:06 | |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Implementation containerized VNF in Kubernetes type https://review.openstack.org/529116 | 18:06 |
*** janki has left #tacker | 18:08 | |
*** janki has joined #tacker | 18:08 | |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Implementation containerized VNF in Kubernetes type https://review.openstack.org/529116 | 18:13 |
*** janki has quit IRC | 18:26 | |
*** links has quit IRC | 18:26 | |
*** links has joined #tacker | 18:39 | |
*** bobh has quit IRC | 19:02 | |
*** bobh has joined #tacker | 19:10 | |
*** links has quit IRC | 19:19 | |
*** bobh has quit IRC | 19:55 | |
*** Jeffrey4l has quit IRC | 20:25 | |
*** Jeffrey4l has joined #tacker | 20:25 | |
*** bobh has joined #tacker | 20:26 | |
*** bobh has quit IRC | 20:31 | |
*** bobh has joined #tacker | 21:03 | |
*** bobh has quit IRC | 23:51 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!