*** gongysh has joined #tacker | 00:37 | |
*** gongysh has quit IRC | 00:52 | |
*** hanwei has joined #tacker | 01:11 | |
*** amotoki has joined #tacker | 01:15 | |
*** bobh has joined #tacker | 01:39 | |
*** gongysh has joined #tacker | 02:11 | |
*** s3wong has quit IRC | 02:19 | |
openstackgerrit | Tuan Luong-Anh proposed openstack/tacker: Replace yaml.load() with yaml.safe_load() https://review.openstack.org/421687 | 02:22 |
---|---|---|
*** diga has joined #tacker | 02:45 | |
*** links has joined #tacker | 02:53 | |
*** bobh has quit IRC | 03:32 | |
*** amotoki has quit IRC | 03:49 | |
*** janki has joined #tacker | 03:53 | |
*** KanagarajM has joined #tacker | 04:07 | |
janki | sridhar_ram, ping | 04:07 |
*** links has quit IRC | 04:16 | |
*** bobh has joined #tacker | 04:16 | |
*** links has joined #tacker | 04:18 | |
*** amotoki has joined #tacker | 04:19 | |
*** amotoki_ has joined #tacker | 04:25 | |
*** bobh has quit IRC | 04:26 | |
*** amotoki has quit IRC | 04:27 | |
gongysh | sridhar_ram, hi | 04:35 |
gongysh | https://review.openstack.org/#/c/414602/ | 04:35 |
gongysh | help to review this, janki needs your input on my comments. | 04:35 |
sridhar_ram | gongysh: will do | 04:50 |
sridhar_ram | gongysh: what is wrong in putting optional word in the help text ? Is your concern is consistency? | 04:52 |
sridhar_ram | gongysh: never mind | 04:54 |
sridhar_ram | gongysh: I see vnfd id/name/template are in a mutually exclusive group... I agree it make sense to remove | 04:55 |
*** trinaths has joined #tacker | 05:07 | |
janki | sridhar_ram, still there? | 05:11 |
gongysh | janki, you can make change according to my comments since sridhar_arm agreed. | 05:34 |
gongysh | thanks | 05:34 |
janki | gongysh, will do. Please review the server patch. Its a fresh patch | 05:34 |
*** trinaths has quit IRC | 05:37 | |
openstackgerrit | Yan Xing an proposed openstack/tacker: _80_nfv.py file is moved to enabled folder in tacker_horizon folder https://review.openstack.org/423044 | 05:40 |
openstackgerrit | dharmendra kushwaha proposed openstack/tacker: Implement NSD Support part 2 https://review.openstack.org/414937 | 05:40 |
janki | Hi. I am looking for Yan Xing an but donot know IRC nickname. Does anyone know? | 05:42 |
*** trinaths has joined #tacker | 05:43 | |
*** trinaths has left #tacker | 05:51 | |
*** saju_m has joined #tacker | 06:09 | |
gongysh | janki, make the change, I can +2 on your client patch | 06:13 |
gongysh | janki, for the server side patch, we need some more change. | 06:13 |
janki | gongysh, will make changes in some time. thanks for reviewing :) | 06:16 |
openstackgerrit | gongysh proposed openstack/tacker: Increase vim password column length https://review.openstack.org/422531 | 06:23 |
openstackgerrit | Merged openstack/tacker: _80_nfv.py file is moved to enabled folder in tacker_horizon folder https://review.openstack.org/423044 | 06:23 |
*** manikanta_tadi has quit IRC | 06:50 | |
*** Que74 has joined #tacker | 06:55 | |
openstackgerrit | Janki Chhatbar proposed openstack/python-tackerclient: Support VNF creation from inline VNF template https://review.openstack.org/414602 | 06:58 |
*** AndChat|323049 has quit IRC | 06:58 | |
*** saju_m has quit IRC | 06:59 | |
*** priya__ has quit IRC | 07:33 | |
*** priya__ has joined #tacker | 07:34 | |
janki | gongysh, ping | 07:35 |
gongysh | hi | 07:35 |
janki | gongysh, in reply to your comment on server patch, https://github.com/openstack/tacker/blob/master/tacker/vnfm/plugin.py#L323 should do the job of deleting vnfd | 07:36 |
janki | I have treid creating a vnf with incorrect network name, vnf is not created and the corresponding vnfd too is not created | 07:37 |
janki | $ tacker vnf-create vnf-error1 --vnfd-template ~/error-template.yaml | 07:37 |
janki | ERROR: Property error: : resources.CP3.properties.network: : Error validating value 'unknown_net_blah': Unable to find network with name or id 'unknown_net_blah' | 07:37 |
janki | $ tacker vnfd-list --template-source -> empty | 07:38 |
*** janki is now known as janki|afk | 07:38 | |
janki|afk | gongysh, need to go. Will read your messages once I am back. thanks | 07:38 |
gongysh | see you | 07:38 |
openstackgerrit | zhangyanxian proposed openstack/tacker: Fix typos in vnfm_db.py & scale_usage_guide.rst https://review.openstack.org/423104 | 07:39 |
openstackgerrit | zhangyanxian proposed openstack/tacker: Fix typos in vnfm_db.py & scale_usage_guide.rst https://review.openstack.org/423104 | 07:40 |
openstackgerrit | zhangyanxian proposed openstack/tacker: Fix typos in vnfm_db.py & scale_usage_guide.rst https://review.openstack.org/423104 | 07:41 |
openstackgerrit | zhangyanxian proposed openstack/tacker: Fix typos in scale_usage_guide.rst https://review.openstack.org/423104 | 07:41 |
*** afranc has joined #tacker | 07:44 | |
*** Aju has quit IRC | 07:51 | |
openstackgerrit | gongysh proposed openstack/tacker: Increase vim password column length https://review.openstack.org/422531 | 07:51 |
*** janki|afk is now known as janki | 08:39 | |
janki | gongysh, hi | 08:40 |
gongysh | janki, are you sure the vnfd is created? | 08:40 |
janki | gongysh, not sure if it is created or not, but if vnf creation fails (like in case mentioned above) vnfd wont be in db | 08:42 |
janki | However, from the code, vnfd has to be created and only then vnf creation happens | 08:42 |
janki | so I am believing the flow would be create_vnf -> create_vnfd -> create_vnf -> vnf_fails -> delete_vnf -> delete_vnfd | 08:43 |
janki | gongysh, yes vnfd is created. checked in db | 08:44 |
gongysh | janki, the vnfd will be there for ever, right? | 08:45 |
janki | gongysh, if you check from mysql cli, then yes. on tacker nfd-list it wont be | 08:46 |
janki | but then even the deleted vnfs and vnfds are seen from mysql cli and not tacker vli | 08:46 |
gongysh | janki, tacker vnfd-list --template-source all? | 08:46 |
gongysh | don't forget your --template-source parameter. | 08:47 |
janki | gongysh, not there | 08:47 |
janki | i am using --template source inline flag. | 08:47 |
janki | gongysh, ^ | 08:57 |
*** flyspace15 has joined #tacker | 09:01 | |
*** openstackgerrit has quit IRC | 09:02 | |
*** flyspace15 has quit IRC | 09:05 | |
*** saju_m has joined #tacker | 09:11 | |
*** Vijayendra has quit IRC | 09:20 | |
*** priya__ has quit IRC | 09:20 | |
*** saju_m has quit IRC | 09:24 | |
*** priya_ has joined #tacker | 09:26 | |
*** Vijayendra has joined #tacker | 09:26 | |
*** yifei has quit IRC | 09:28 | |
*** saju_m has joined #tacker | 09:36 | |
*** gongysh has quit IRC | 10:22 | |
*** gongysh has joined #tacker | 10:28 | |
*** amotoki_ has quit IRC | 10:28 | |
*** gongysh has quit IRC | 10:37 | |
*** amotoki has joined #tacker | 10:38 | |
*** hanwei has quit IRC | 10:39 | |
*** openstackgerrit has joined #tacker | 11:43 | |
openstackgerrit | gongysh proposed openstack/python-tackerclient: Use mock instead of mox in python-tackerclient https://review.openstack.org/359132 | 11:43 |
*** amotoki has quit IRC | 11:44 | |
*** hanwei has joined #tacker | 11:49 | |
*** hanwei_ has joined #tacker | 11:56 | |
*** hanwei has quit IRC | 11:58 | |
*** hanwei has joined #tacker | 11:59 | |
*** hanwei_ has quit IRC | 12:03 | |
*** janki has quit IRC | 12:19 | |
*** janki has joined #tacker | 12:19 | |
*** janki has left #tacker | 12:39 | |
*** janki has joined #tacker | 12:39 | |
*** links has quit IRC | 12:55 | |
*** amotoki has joined #tacker | 12:56 | |
openstackgerrit | Janki Chhatbar proposed openstack/tacker: Support VNF create from inline template https://review.openstack.org/416215 | 12:57 |
*** janki has quit IRC | 13:09 | |
*** bobh has joined #tacker | 13:19 | |
*** bobh has quit IRC | 13:19 | |
*** kbaegis has joined #tacker | 13:25 | |
*** KanagarajM has quit IRC | 13:27 | |
*** diga has quit IRC | 13:34 | |
*** bobh has joined #tacker | 14:02 | |
*** kbaegis has quit IRC | 14:34 | |
*** kbaegis has joined #tacker | 14:35 | |
*** kbaegis has quit IRC | 14:38 | |
*** zeih has joined #tacker | 14:40 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Implement NSD Support part 2 https://review.openstack.org/414937 | 14:42 |
bryan_att | sridhar_ram or sripraya - ping I need your help to resolve inconsistencies in the tacker docs and newton install behavior as noted above | 14:47 |
bryan_att | sripriya: ping I need your help to resolve inconsistencies in the tacker docs and newton install behavior as noted above | 14:48 |
*** zeih has quit IRC | 14:53 | |
*** amotoki has quit IRC | 15:24 | |
*** AndChat|323049 has joined #tacker | 15:47 | |
*** Que74 has quit IRC | 15:47 | |
*** Vijayendra has quit IRC | 15:59 | |
*** amotoki has joined #tacker | 16:05 | |
*** amotoki has quit IRC | 16:06 | |
*** bobh has quit IRC | 16:22 | |
*** Que74 has joined #tacker | 16:40 | |
*** bobh has joined #tacker | 16:42 | |
*** AndChat|323049 has quit IRC | 16:43 | |
*** Que74 has quit IRC | 16:44 | |
*** tbh has joined #tacker | 17:01 | |
*** bobh has quit IRC | 17:10 | |
*** Que74 has joined #tacker | 18:20 | |
*** AndChat|323049 has joined #tacker | 18:25 | |
*** Que74 has quit IRC | 18:25 | |
*** Que74 has joined #tacker | 18:26 | |
*** AndChat|323049 has quit IRC | 18:26 | |
*** AndChat|323049 has joined #tacker | 18:27 | |
*** vishnoianil has quit IRC | 18:28 | |
*** Que74 has quit IRC | 18:30 | |
*** tbh has quit IRC | 18:36 | |
*** bobh has joined #tacker | 18:42 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker-horizon: Add Panel for NSD https://review.openstack.org/414216 | 18:52 |
*** bobh has quit IRC | 19:00 | |
*** vishnoianil has joined #tacker | 19:26 | |
sridhar_ram | bryan_att: apologies, will be available in 30mins | 19:32 |
*** s3wong has joined #tacker | 19:37 | |
openstackgerrit | Merged openstack/python-tackerclient: Support VNF creation from inline VNF template https://review.openstack.org/414602 | 20:00 |
*** bobh has joined #tacker | 20:23 | |
*** bobh has quit IRC | 20:26 | |
*** bobh has joined #tacker | 20:27 | |
*** bobh has quit IRC | 20:31 | |
openstackgerrit | Sridhar Ramaswamy proposed openstack/python-tackerclient: Remove client side yaml string deprecation warning https://review.openstack.org/423534 | 22:24 |
openstackgerrit | Sridhar Ramaswamy proposed openstack/python-tackerclient: Remove client side yaml string deprecation warning https://review.openstack.org/423534 | 22:25 |
openstackgerrit | Sridhar Ramaswamy proposed openstack/tacker: Remove yaml string deprecation warning https://review.openstack.org/423538 | 22:27 |
sridhar_ram | bryan_att: ping | 22:27 |
bryan_att | sridhar_ram: hi | 22:34 |
sridhar_ram | bryan_att: you might be hitting https://bugs.launchpad.net/python-tackerclient/+bug/1618756 | 22:45 |
openstack | Launchpad bug 1618756 in python-tackerclient "vim register does not support auth url without port" [Undecided,Fix released] - Assigned to yong sheng gong (gongysh) | 22:45 |
bryan_att | sridhar_ram: is that related to Newton? | 22:45 |
sridhar_ram | bryan_att: checking if this fix made it to newton | 22:45 |
bryan_att | sridhar_ram: I think the problem is more fundamental. The tacker.conf as generated by Tox file does not match the install docs. | 22:46 |
bryan_att | sridhar_ram: as noted above, I'm finding that for example the [keystone_authtoken] section is missing in the sample conf file generated | 22:47 |
bryan_att | sridhar_ram: again this is on stable/newton | 22:47 |
sridhar_ram | bryan_att: are you using http://docs.openstack.org/developer/tacker/install/manual_installation.html ? | 22:49 |
bryan_att | I'm using the install manual on the github for stable/newton | 22:49 |
sridhar_ram | bryan_att: this doc is based of the "master" code base... and it is always a moving doc | 22:50 |
sridhar_ram | bryan_att: oh okay.. specifically this one here - https://github.com/openstack/tacker/blob/stable/newton/doc/source/install/manual_installation.rst ? | 22:50 |
bryan_att | yes https://github.com/openstack/tacker/blob/stable/newton/doc/source/install/manual_installation.rst | 22:51 |
openstackgerrit | Sridhar Ramaswamy proposed openstack/python-tackerclient: Allow auth url without port for vim registration https://review.openstack.org/423545 | 22:56 |
*** s3wong has quit IRC | 22:56 | |
bryan_att | sridhar_ram: specifically, I need to know why the tacker.conf file as generated in stable/newton is different (substantially) from mitaka and ocata (which seem the same at first glance).\ | 22:59 |
saju_m | sridhar_ram, getting attribute error neutron 'Client' object has no attribute 'create_flow_classifie | 23:04 |
saju_m | https://github.com/openstack/tacker/blob/master/tacker/nfvo/drivers/vim/openstack_driver.py#L467 | 23:04 |
saju_m | I have searched in neutronclient (master), that func create_flow_classifie not defined in neutronclient | 23:06 |
saju_m | should i use a specific version of python-neutronclient ? | 23:07 |
saju_m | I have seen this issue while debugging https://bugs.launchpad.net/tacker/+bug/1653865 | 23:11 |
openstack | Launchpad bug 1653865 in tacker "VNFFG Manager Tab not working properly" [High,New] - Assigned to sajuptpm (sajuptpm) | 23:11 |
sridhar_ram | bryan_att: In mitaka the tacker.conf was "hand made". starting newton tacker.conf is auto-generated .. so depending on the components in the code, there will be some changes in generated tacker.conf (for e.g. in master/ocata you will see entried related keystone_authtoken). | 23:12 |
sridhar_ram | saju_m: you need to install networking-sfc for the neutronclient to pick the sfc extensions | 23:13 |
saju_m | sridhar_ram, ok | 23:14 |
bryan_att | sridhar_ram: do you mean that there is no section keystone_authtoken generated in newton? if so, am I supposed to just add that section manually, as it is ref'd in the install doc ? | 23:14 |
bryan_att | sridhar_ram: were there any conf file changes between mitaka and newton? or do you have a complete example from newton that I can use as a base? | 23:16 |
sridhar_ram | bryan_att: here is a newton based tacker.conf from our gate tests .. http://logs.openstack.org/77/411577/2/check/gate-tacker-dsvm-functional-ubuntu-xenial-nv/ed8d298/logs/etc/tacker/tacker.conf.txt.gz | 23:23 |
bryan_att | thanks, I will try to use that and not auto-generate the file | 23:24 |
sridhar_ram | bryan_att: on keystone_authtoken, you still need that in newton .. but in master we moved to a different (keystone_auth library) instead of the python-keystoneclient to keystone auth component, this indirectly caused some changes to tacker.conf | 23:25 |
bryan_att | ok, good to know for ocata, thanksw | 23:25 |
sridhar_ram | bryan_att: you are welcome | 23:26 |
openstackgerrit | Sridhar Ramaswamy proposed openstack/python-tackerclient: Remove client side yaml string deprecation warning https://review.openstack.org/423534 | 23:33 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!