*** spzala has joined #tacker | 00:02 | |
*** spzala has quit IRC | 00:12 | |
*** bobh has joined #tacker | 00:52 | |
*** Dinesh_Bhor has joined #tacker | 01:01 | |
*** bobh has quit IRC | 01:17 | |
*** bobh has joined #tacker | 01:23 | |
*** bobh has quit IRC | 01:35 | |
*** uck has quit IRC | 01:54 | |
*** gongysh has joined #tacker | 01:59 | |
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 | 02:24 |
---|---|---|
*** Dinesh_Bhor has quit IRC | 02:44 | |
*** Dinesh_Bhor has joined #tacker | 02:47 | |
*** gongysh has quit IRC | 02:51 | |
*** gongysh has joined #tacker | 03:00 | |
*** Dinesh_Bhor has quit IRC | 03:02 | |
*** Dinesh_Bhor has joined #tacker | 03:56 | |
*** Dinesh_Bhor has quit IRC | 03:58 | |
openstackgerrit | Merged openstack/tacker master: Remove unused constants https://review.openstack.org/530306 | 04:14 |
*** gongysh has quit IRC | 04:25 | |
*** links has joined #tacker | 04:31 | |
*** gongysh has joined #tacker | 05:30 | |
*** Dinesh_Bhor has joined #tacker | 05:39 | |
*** Dinesh_Bhor has quit IRC | 05:52 | |
*** Dinesh_Bhor has joined #tacker | 05:52 | |
*** Dinesh_Bhor has quit IRC | 06:07 | |
*** Dinesh_Bhor has joined #tacker | 06:08 | |
*** Dinesh_Bhor has quit IRC | 06:12 | |
*** Dinesh_Bhor has joined #tacker | 06:18 | |
*** Dinesh_Bhor has quit IRC | 06:54 | |
*** Dinesh_Bhor has joined #tacker | 06:55 | |
*** Dinesh_Bhor has quit IRC | 06:56 | |
*** daidv has quit IRC | 06:57 | |
*** daidv has joined #tacker | 06:58 | |
*** Dinesh_Bhor has joined #tacker | 07:01 | |
*** Dinesh_Bhor has quit IRC | 07:35 | |
*** Dinesh_Bhor has joined #tacker | 07:37 | |
*** Dinesh_Bhor has quit IRC | 07:41 | |
*** egonzalez has joined #tacker | 07:44 | |
*** Dinesh_Bhor has joined #tacker | 07:46 | |
*** uck has joined #tacker | 07:53 | |
*** mbuil has joined #tacker | 08:17 | |
mbuil | phuoc: ping | 08:17 |
phuoc | mbuil, hi | 08:18 |
mbuil | phuoc: hello :) | 08:18 |
mbuil | phuoc I was testing your changes but I cannot register vim :( ==> https://hastebin.com/erozumecad.sql | 08:18 |
phuoc | I will check it | 08:20 |
phuoc | Ahh, in your patch in sfc | 08:21 |
phuoc | https://gerrit.opnfv.org/gerrit/#/c/50445/1/sfc/tests/functest/register-vim.json | 08:21 |
phuoc | It should be: cert_verify: False | 08:21 |
phuoc | because in my patch set, I set it as boolean value | 08:22 |
mbuil | phuoc: I am passing these values ==> {"auth_cred": {"username": "admin", "user_domain_name": "Default", "password": "opnfv-secret-password", "user_id": "", "cert_verify": "False"}, | 08:25 |
mbuil | phuoc: how to pass a boolean in a json format? | 08:29 |
mbuil | phuoc: "cert_verify": False throws an Econded Error | 08:30 |
*** uck has quit IRC | 08:31 | |
phuoc | mbuild, in Tacker side, it is okie | 08:32 |
phuoc | I will check and find other way | 08:35 |
*** Dinesh_Bhor has quit IRC | 08:45 | |
*** Dinesh_Bhor has joined #tacker | 08:47 | |
mbuil | phuoc: ok, thanks a lot! | 08:52 |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: Implement the vnf-mapping update functionality https://review.openstack.org/513720 | 08:53 |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: Implement the vnf-mapping update functionality https://review.openstack.org/513720 | 08:59 |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: [WIP] Naming classifiers https://review.openstack.org/532203 | 08:59 |
*** Dinesh_Bhor has quit IRC | 09:25 | |
*** Dinesh_Bhor has joined #tacker | 09:28 | |
*** Dinesh_Bhor has quit IRC | 09:40 | |
*** daidv has quit IRC | 10:10 | |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: [WIP] Naming classifiers https://review.openstack.org/532203 | 10:21 |
*** gongysh has quit IRC | 10:50 | |
mbuil | phuoc: ping | 11:40 |
mbuil | phuoc: do you understand why I need a TLS CA certificate in /etc/tacker/vim/fernet_keys? | 11:40 |
phuoc | I think it is used to encrypt vim authentication | 11:46 |
mbuil | but I have nothing in /etc/tacker/vim/fernet_keys | 11:51 |
mbuil | should tacker server create one for me? | 11:51 |
phuoc | I checked the code, Tacker will create a new file if this file doest not exist | 11:53 |
mbuil | can you show me where? Because that is what is happening to me | 11:54 |
mbuil | Tacker does not create that file | 11:54 |
mbuil | create failed: No details.: IOError: Could not find a suitable TLS CA certificate bundle, invalid path: False | 11:54 |
phuoc | mbuil, sorry, I have just went out | 12:29 |
phuoc | You can find it here, https://github.com/openstack/tacker/blob/master/tacker/vnfm/keystone.py#L71 | 12:30 |
*** janki has joined #tacker | 12:41 | |
mbuil | phuoc: I don't know why we get that problem :(. Can you reproduce it? | 13:24 |
phuoc | If you enable barbican, Tacker won't store fernet key in file anymore | 13:29 |
phuoc | and can you send me some logs | 13:29 |
mbuil | https://hastebin.com/efoboniwiy.sql | 13:30 |
mbuil | phuoc the problem appears here ==> keystone_client = client.Client(auth_url=base_url, verify=verify) | 13:30 |
mbuil | https://github.com/openstack/tacker/blob/master/tacker/vnfm/keystone.py#L41 | 13:31 |
mbuil | phuoc: the problem is that verify at that point has a unicode value instead of boolean | 13:33 |
phuoc | mbuil, I also think that is the problem | 13:33 |
phuoc | because Tacker can not validate the vim, so that causes other issues with fernet key | 13:34 |
mbuil | phuoc: does tacker validate vim parameters here? --> https://github.com/openstack/tacker/blob/master/tacker/extensions/nfvo.py#L258 | 13:34 |
phuoc | mbuil, yes | 13:36 |
phuoc | but cert_verify is inside auth_cred | 13:36 |
phuoc | how about encode error, that happens in Tacker side? | 13:37 |
*** mardim has quit IRC | 13:38 | |
mbuil | phuoc: I wrote in the code of keystone.py verify = False, and then the vim register correctly without any encode error | 13:38 |
mbuil | phuoc: do the problem is that one. Do you know any solution for that? | 13:39 |
phuoc | I think that is the problem | 13:39 |
phuoc | I will add something to process boolean value | 13:40 |
mbuil | phuoc ok thanks | 13:42 |
*** egonzalez has quit IRC | 13:49 | |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: Add names to classifiers in the vnffgd template https://review.openstack.org/532203 | 14:05 |
*** mardim has joined #tacker | 14:06 | |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: [WIP] Update VNFFG as a whole https://review.openstack.org/531817 | 14:36 |
*** janki has quit IRC | 14:36 | |
*** bobh has joined #tacker | 14:39 | |
*** uck has joined #tacker | 15:02 | |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: Add names to classifiers in the vnffgd template https://review.openstack.org/532203 | 15:04 |
*** uck has quit IRC | 15:11 | |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: [WIP] Update VNFFG as a whole https://review.openstack.org/531817 | 15:11 |
openstackgerrit | Cong Phuoc Hoang proposed openstack/python-tackerclient master: Add "cert_verify" in vim_config file to support insecure VIM https://review.openstack.org/532525 | 15:35 |
openstackgerrit | Cong Phuoc Hoang proposed openstack/python-tackerclient master: Add "cert_verify" in vim_config file to support insecure VIM https://review.openstack.org/532525 | 15:37 |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Check if certificates must be verified in the vim https://review.openstack.org/529374 | 15:59 |
mbuil | phuoc: I think your last change fixes everything | 16:32 |
mbuil | I tested and things work | 16:32 |
mbuil | there is one thing though which is broken when creating the vnffg, but I think it is not related to your patch | 16:33 |
mbuil | phuoc: https://hastebin.com/kevuqepofa.sql | 16:33 |
*** links has quit IRC | 16:38 | |
phuoc | mbuil, thank | 16:41 |
phuoc | your log show there are error in networking-sfc | 16:41 |
phuoc | :) | 16:41 |
*** links has joined #tacker | 16:42 | |
mbuil | phuoc I will ask mardim on Monday, he probably knows what is going on | 16:45 |
-openstackstatus- NOTICE: Zuul has been restarted and lost queue information; changes in progress will need to be rechecked. | 16:46 | |
phuoc | mbuil, that's good | 16:47 |
phuoc | Have a nice weekend :) | 16:47 |
mbuil | phuoc same to you and thanks for the help :) | 16:49 |
*** mbuil has quit IRC | 16:49 | |
openstackgerrit | LongKB proposed openstack/tacker master: Add --vim-az support to vnf-create function in Tacker Server https://review.openstack.org/533252 | 17:22 |
*** links has quit IRC | 17:24 | |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker-specs master: Implement containerized VNF in Kubernetes VIM https://review.openstack.org/511991 | 17:25 |
openstackgerrit | LongKB proposed openstack/tacker master: Add --vim-az support to vnf-create function in Tacker Server https://review.openstack.org/533252 | 17:27 |
*** spzala has joined #tacker | 17:28 | |
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 | 17:53 |
openstackgerrit | Cong Phuoc Hoang proposed openstack/tacker master: Implementation containerized VNF in Kubernetes type https://review.openstack.org/529116 | 18:00 |
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 | 18:02 |
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 | 18:33 |
*** uck has joined #tacker | 20:29 | |
*** openstackstatus has quit IRC | 20:46 | |
*** openstack has joined #tacker | 20:50 | |
*** ChanServ sets mode: +o openstack | 20:50 | |
*** Jeffrey4l has quit IRC | 21:03 | |
*** Jeffrey4l has joined #tacker | 21:11 | |
*** spzala has quit IRC | 21:18 | |
*** spzala has joined #tacker | 21:19 | |
*** spzala has quit IRC | 21:23 | |
*** Jeffrey4l has quit IRC | 21:24 | |
*** spzala has joined #tacker | 21:24 | |
*** spzala has quit IRC | 21:30 | |
*** spzala has joined #tacker | 21:34 | |
*** Jeffrey4l has joined #tacker | 21:37 | |
*** spzala has quit IRC | 21:39 | |
*** spzala has joined #tacker | 21:56 | |
*** spzala has quit IRC | 22:04 | |
*** spzala has joined #tacker | 22:05 | |
*** Jeffrey4l has quit IRC | 22:11 | |
*** Jeffrey4l has joined #tacker | 22:14 | |
*** spzala has quit IRC | 22:17 | |
*** spzala has joined #tacker | 22:37 | |
*** uck has quit IRC | 22:40 | |
*** spzala has quit IRC | 22:42 | |
*** bobh has quit IRC | 22:54 | |
*** bobh has joined #tacker | 22:55 | |
*** bobh has quit IRC | 23:00 | |
*** spzala has joined #tacker | 23:01 | |
*** spzala has quit IRC | 23:10 | |
*** spzala has joined #tacker | 23:13 | |
*** uck has joined #tacker | 23:19 | |
*** spzala has quit IRC | 23:20 | |
*** spzala has joined #tacker | 23:25 | |
*** spzala has quit IRC | 23:30 | |
*** bobh has joined #tacker | 23:34 | |
*** spzala has joined #tacker | 23:37 | |
*** bobh has quit IRC | 23:39 | |
*** spzala has quit IRC | 23:46 | |
*** spzala has joined #tacker | 23:57 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!