*** daidv has joined #tacker | 00:58 | |
*** masaito has joined #tacker | 01:06 | |
*** masaito has quit IRC | 01:44 | |
*** masaito has joined #tacker | 02:34 | |
*** masaito has quit IRC | 03:53 | |
*** links has joined #tacker | 04:30 | |
*** janki has joined #tacker | 05:27 | |
*** masaito has joined #tacker | 06:07 | |
*** openstackgerrit has joined #tacker | 06:12 | |
openstackgerrit | Trinh Nguyen proposed openstack/tacker master: Do not have to mention ssl_ca_cert in vim config file (server) https://review.openstack.org/546580 | 06:12 |
---|---|---|
dangtrinhnt | Hi dkushwaha, May I ask what is not implemented on this specs? https://review.openstack.org/#/c/448109/3/specs/pike/vnffg-ns.rst | 06:41 |
haint | What I found is only the "sample template" in review: https://review.openstack.org/#/q/topic:bp/vnffg-ns | 06:51 |
*** mardim has joined #tacker | 07:03 | |
*** egonzalez has joined #tacker | 07:18 | |
dangtrinhnt | Thanks, haint. phuoc, The VNF deployment to an OpenStack VI stucks in "CREATE_IN_PROCESS" state and then ERROR in a devstack env with K8S VIM enabled, https://bugs.launchpad.net/tacker/+bug/1750975 | 07:19 |
openstack | Launchpad bug 1750975 in tacker "VNF OpenStack VIM creation error when enable K8S VIM" [Undecided,New] | 07:19 |
*** joxyuki has joined #tacker | 07:23 | |
egonzalez | Is there anyone using tacker to create vnffg? | 07:51 |
egonzalez | It says the information is missing the protocol | 07:52 |
egonzalez | in neutron-server side | 07:52 |
dangtrinhnt | egonzlez, Do you have any logs? vnffgd template? | 07:53 |
openstackgerrit | Nguyen Hai proposed openstack/tacker-horizon master: Update README.rst https://review.openstack.org/546904 | 07:57 |
openstackgerrit | Nguyen Hai proposed openstack/tacker-horizon master: Update README.rst https://review.openstack.org/546904 | 08:01 |
egonzalez | dangtrinhnt, https://github.com/openstack/kolla-ansible/blob/master/contrib/demos/tacker/deploy-tacker-demo-sfc#L19 | 08:07 |
egonzalez | this is the vnffgd | 08:07 |
egonzalez | btw, code is master | 08:07 |
egonzalez | so maybe changed something in neutron or smthg | 08:08 |
egonzalez | and no idea why, but classifiers name doesnt work, it was implemented a couple weeks ago | 08:08 |
egonzalez | *named classifiers | 08:08 |
dangtrinhnt | ok, let me test it out. | 08:09 |
egonzalez | my environment was an upgrade from pike | 08:09 |
dangtrinhnt | Are you on devstack or kolla's production? Also, can you show me the result of this command "pip freeze | grep tacker" | 08:13 |
openstackgerrit | Nguyen Hai proposed openstack/python-tackerclient master: Update README.rst and add CONTRIBUTING.rst to repo https://review.openstack.org/546911 | 08:16 |
openstackgerrit | Nguyen Hai proposed openstack/tacker-horizon master: Update README.rst https://review.openstack.org/546904 | 08:16 |
egonzalez | with kolla | 08:23 |
egonzalez | im testing live upgrades | 08:23 |
egonzalez | i've not an environment running atm | 08:23 |
egonzalez | let find the versions | 08:23 |
phuoc | egonzalez, https://github.com/openstack/tacker/blob/master/samples/tosca-templates/vnffgd/tosca-vnffgd-legacy-sample.yaml#L18 | 08:28 |
phuoc | criteria of Tacker was changed few moths ago | 08:28 |
phuoc | I suggest to using newest version of VNFFGD, https://github.com/openstack/tacker/blob/master/samples/tosca-templates/vnffgd/tosca-vnffgd-sample.yaml#L11 | 08:28 |
phuoc | with tosca.nodes.nfv.FP.TackerV2 | 08:29 |
haint | so, should we remove the old vnffgd(s)? | 08:31 |
dangtrinhnt | ah, only one '-' per classifier | 08:31 |
egonzalez | ohh, i missed the v2 :/ | 08:32 |
egonzalez | images built 2 hours ago, tacker==0.9.1.dev6 | 08:32 |
egonzalez | are not supported the legacy version? | 08:33 |
egonzalez | i'll move to v2, but cannot change that during feature freeze | 08:33 |
egonzalez | networking-sfc==6.0.0.0rc2.dev1 | 08:34 |
dangtrinhnt | egonzalex, no, I think it still support but you have to change the criteria with only one '-' per classifier | 08:35 |
dangtrinhnt | *egonzalez | 08:36 |
dangtrinhnt | The current vnffd template (https://github.com/openstack/kolla-ansible/blob/master/contrib/demos/tacker/deploy-tacker-demo-sfc#L19) is still using multiple '-' for one classifier. | 08:37 |
egonzalez | gotcha, so is not compatible with previous versions | 08:37 |
egonzalez | will deploy a test it | 08:37 |
*** masaito has quit IRC | 08:38 | |
egonzalez | other thing, when the vnffg failed to create, sfc chains were created in neutron but not removed | 08:38 |
egonzalez | maybe was an problem with the previous issue | 08:39 |
egonzalez | is the criteria change advised in the upgrade release notes? | 08:40 |
*** tbh_ has joined #tacker | 08:41 | |
dangtrinhnt | I'm not aware of that until phuoc told me when I'm working on kolla couple months ago. | 08:43 |
phuoc | egonzalez, you're right | 08:45 |
phuoc | if creating vnffg is failed, sfc or other things will not deleted | 08:46 |
phuoc | so, I try to fix it with this patch, ì | 08:46 |
phuoc | https://review.openstack.org/#/c/540209 | 08:46 |
egonzalez | nice, i'll use kolla's dev mode to test your patch | 08:47 |
dangtrinhnt | phuoc, That's the same behavior when the vnf creation process is fail. When you delete the vnf, the vm instance will not be removed. | 08:51 |
*** masaito has joined #tacker | 08:54 | |
phuoc | dangtrinhnt, I will take a look at it | 08:59 |
joxyuki | Hi tacker team, | 09:13 |
*** daidv has quit IRC | 09:14 | |
joxyuki | I would like to propose a new function relating reservation to tacker. Can I register a new blueprint? | 09:14 |
*** daidv has joined #tacker | 09:14 | |
dkushwaha | joxyuki, +1. Yes please. | 09:20 |
joxyuki | dkushwaha, thanks | 09:21 |
dkushwaha | dangtrinhnt, haint regarding bp/vnffg-ns, this bp still needs work on spec and implementation. | 09:24 |
joxyuki | and also can I also add it on etherpad of virtual PTG? | 09:24 |
*** tbh has joined #tacker | 09:26 | |
dkushwaha | joxyuki, sure. https://etherpad.openstack.org/p/Tacker-PTG-Rocky | 09:27 |
dangtrinhnt | dkushwaha, got it. I and haint will work on it if you don't mind. | 09:28 |
dkushwaha | dangtrinhnt, Thanks for taking it up. | 09:29 |
joxyuki | thanks for sharing the link! | 09:30 |
*** masaito has quit IRC | 09:37 | |
*** joxyuki has quit IRC | 09:53 | |
*** masaito has joined #tacker | 09:54 | |
*** links has quit IRC | 10:09 | |
*** links has joined #tacker | 10:10 | |
egonzalez | will the ptg be in dublin or virtual? | 10:10 |
*** masaito has quit IRC | 10:27 | |
dkushwaha | egonzalez, virtual | 10:40 |
egonzalez | dkushwaha, when? during same ptg dates? | 10:42 |
*** hyunsikyang has joined #tacker | 10:45 | |
dkushwaha | egonzalez, We will decide it in next weekly meeting. https://etherpad.openstack.org/p/Tacker-PTG-Rocky | 10:47 |
*** egonzalez has quit IRC | 10:49 | |
*** egonzalez has joined #tacker | 10:50 | |
egonzalez | dkushwaha, thanks, tacker meetings are so early for my timezone, i cannot attend it | 10:53 |
*** links has quit IRC | 10:59 | |
*** links has joined #tacker | 10:59 | |
dkushwaha | egonzalez, no problem, you can follow the IRC log and can come on the Tacker channel if you find anything to discuss. | 10:59 |
*** dangtrinhnt_ has joined #tacker | 11:50 | |
*** dangtrinhnt_ has quit IRC | 11:51 | |
*** dangtrinhnt_ has joined #tacker | 11:52 | |
*** dangtrinhnt_ has quit IRC | 12:02 | |
openstackgerrit | Nguyen Hai proposed openstack/tacker-specs master: Update python-openstackclient spec https://review.openstack.org/546964 | 12:20 |
*** janki has quit IRC | 12:27 | |
*** links has quit IRC | 12:29 | |
*** links has joined #tacker | 12:41 | |
*** dangtrinhnt_ has joined #tacker | 13:12 | |
*** dangtrinhnt_ has quit IRC | 13:19 | |
openstackgerrit | Nguyen Hai proposed openstack/python-tackerclient master: Add --tenant-id in VIM & VNFD osc commands https://review.openstack.org/546718 | 14:03 |
openstackgerrit | Nguyen Hai proposed openstack/python-tackerclient master: Complete VNFFGD osc commands https://review.openstack.org/546757 | 14:08 |
openstackgerrit | Nguyen Hai proposed openstack/python-tackerclient master: Complete NSD osc commands https://review.openstack.org/546654 | 14:10 |
*** tbh_ has quit IRC | 14:50 | |
openstackgerrit | Trinh Nguyen proposed openstack/tacker-horizon master: [WIP] Web studio for designing TOSCA templates for VNFD, VNFFGD, NSD https://review.openstack.org/547018 | 14:56 |
openstackgerrit | Trinh Nguyen proposed openstack/tacker-horizon master: [WIP] Web studio for designing TOSCA templates https://review.openstack.org/547018 | 14:58 |
*** links has quit IRC | 15:20 | |
*** mardim has quit IRC | 15:34 | |
*** mardim has joined #tacker | 15:53 | |
*** egonzalez has quit IRC | 15:54 | |
*** YanXing_an has joined #tacker | 16:14 | |
openstackgerrit | Nguyen Hai proposed openstack/python-tackerclient master: Complete NS osc commands https://review.openstack.org/547059 | 16:28 |
*** links has joined #tacker | 17:04 | |
openstackgerrit | Nguyen Hai proposed openstack/python-tackerclient master: Complete NS osc commands https://review.openstack.org/547059 | 17:17 |
openstackgerrit | Nguyen Hai proposed openstack/python-tackerclient master: Complete NS osc commands https://review.openstack.org/547059 | 17:46 |
openstackgerrit | Nguyen Hai proposed openstack/python-tackerclient master: Complete NS osc commands https://review.openstack.org/547059 | 18:26 |
*** openstackgerrit has quit IRC | 18:33 | |
*** links has quit IRC | 19:11 | |
*** YanXing_an has quit IRC | 23:47 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!