Friday, 2018-01-12

*** spzala has joined #tacker00:02
*** spzala has quit IRC00:12
*** bobh has joined #tacker00:52
*** Dinesh_Bhor has joined #tacker01:01
*** bobh has quit IRC01:17
*** bobh has joined #tacker01:23
*** bobh has quit IRC01:35
*** uck has quit IRC01:54
*** gongysh has joined #tacker01:59
openstackgerritLongKB 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/53294902:24
*** Dinesh_Bhor has quit IRC02:44
*** Dinesh_Bhor has joined #tacker02:47
*** gongysh has quit IRC02:51
*** gongysh has joined #tacker03:00
*** Dinesh_Bhor has quit IRC03:02
*** Dinesh_Bhor has joined #tacker03:56
*** Dinesh_Bhor has quit IRC03:58
openstackgerritMerged openstack/tacker master: Remove unused constants  https://review.openstack.org/53030604:14
*** gongysh has quit IRC04:25
*** links has joined #tacker04:31
*** gongysh has joined #tacker05:30
*** Dinesh_Bhor has joined #tacker05:39
*** Dinesh_Bhor has quit IRC05:52
*** Dinesh_Bhor has joined #tacker05:52
*** Dinesh_Bhor has quit IRC06:07
*** Dinesh_Bhor has joined #tacker06:08
*** Dinesh_Bhor has quit IRC06:12
*** Dinesh_Bhor has joined #tacker06:18
*** Dinesh_Bhor has quit IRC06:54
*** Dinesh_Bhor has joined #tacker06:55
*** Dinesh_Bhor has quit IRC06:56
*** daidv has quit IRC06:57
*** daidv has joined #tacker06:58
*** Dinesh_Bhor has joined #tacker07:01
*** Dinesh_Bhor has quit IRC07:35
*** Dinesh_Bhor has joined #tacker07:37
*** Dinesh_Bhor has quit IRC07:41
*** egonzalez has joined #tacker07:44
*** Dinesh_Bhor has joined #tacker07:46
*** uck has joined #tacker07:53
*** mbuil has joined #tacker08:17
mbuilphuoc: ping08:17
phuocmbuil, hi08:18
mbuilphuoc: hello :)08:18
mbuilphuoc I was testing your changes but I cannot register vim :( ==> https://hastebin.com/erozumecad.sql08:18
phuocI will check it08:20
phuocAhh, in your patch in sfc08:21
phuochttps://gerrit.opnfv.org/gerrit/#/c/50445/1/sfc/tests/functest/register-vim.json08:21
phuocIt should be: cert_verify: False08:21
phuocbecause in my patch set, I set it as boolean value08:22
mbuilphuoc: I am passing these values ==> {"auth_cred": {"username": "admin", "user_domain_name": "Default", "password": "opnfv-secret-password", "user_id": "", "cert_verify": "False"},08:25
mbuilphuoc: how to pass a boolean in a json format?08:29
mbuilphuoc: "cert_verify": False throws an Econded Error08:30
*** uck has quit IRC08:31
phuocmbuild, in Tacker side, it is okie08:32
phuocI will check and find other way08:35
*** Dinesh_Bhor has quit IRC08:45
*** Dinesh_Bhor has joined #tacker08:47
mbuilphuoc: ok, thanks a lot!08:52
openstackgerritDimitrios Markou proposed openstack/tacker master: Implement the vnf-mapping update functionality  https://review.openstack.org/51372008:53
openstackgerritDimitrios Markou proposed openstack/tacker master: Implement the vnf-mapping update functionality  https://review.openstack.org/51372008:59
openstackgerritDimitrios Markou proposed openstack/tacker master: [WIP] Naming classifiers  https://review.openstack.org/53220308:59
*** Dinesh_Bhor has quit IRC09:25
*** Dinesh_Bhor has joined #tacker09:28
*** Dinesh_Bhor has quit IRC09:40
*** daidv has quit IRC10:10
openstackgerritDimitrios Markou proposed openstack/tacker master: [WIP] Naming classifiers  https://review.openstack.org/53220310:21
*** gongysh has quit IRC10:50
mbuilphuoc: ping11:40
mbuilphuoc: do you understand why I need a TLS CA certificate in /etc/tacker/vim/fernet_keys?11:40
phuocI think it is used to encrypt vim authentication11:46
mbuilbut I have nothing in /etc/tacker/vim/fernet_keys11:51
mbuilshould tacker server create one for me?11:51
phuocI checked the code, Tacker will create a new file if this file doest not exist11:53
mbuilcan you show me where? Because that is what is happening to me11:54
mbuilTacker does not create that file11:54
mbuilcreate failed: No details.: IOError: Could not find a suitable TLS CA certificate bundle, invalid path: False11:54
phuocmbuil, sorry, I have just went out12:29
phuocYou can find it here, https://github.com/openstack/tacker/blob/master/tacker/vnfm/keystone.py#L7112:30
*** janki has joined #tacker12:41
mbuilphuoc: I don't know why we get that problem :(. Can you reproduce it?13:24
phuocIf you enable barbican, Tacker won't store fernet key in file anymore13:29
phuocand can you send me some logs13:29
mbuilhttps://hastebin.com/efoboniwiy.sql13:30
mbuilphuoc the problem appears here ==>             keystone_client = client.Client(auth_url=base_url, verify=verify)13:30
mbuilhttps://github.com/openstack/tacker/blob/master/tacker/vnfm/keystone.py#L4113:31
mbuilphuoc: the problem is that verify at that point has a unicode value instead of boolean13:33
phuocmbuil, I also think that is the problem13:33
phuocbecause Tacker can not validate the vim, so that causes other issues with fernet key13:34
mbuilphuoc: does tacker validate vim parameters here? --> https://github.com/openstack/tacker/blob/master/tacker/extensions/nfvo.py#L25813:34
phuocmbuil, yes13:36
phuocbut cert_verify is inside auth_cred13:36
phuochow about encode error, that happens in Tacker side?13:37
*** mardim has quit IRC13:38
mbuilphuoc: I wrote in the code of keystone.py verify = False, and then the vim register correctly without any encode error13:38
mbuilphuoc: do the problem is that one. Do you know any solution for that?13:39
phuocI think that is the problem13:39
phuocI will add something to process boolean value13:40
mbuilphuoc ok thanks13:42
*** egonzalez has quit IRC13:49
openstackgerritDimitrios Markou proposed openstack/tacker master: Add names to classifiers in the vnffgd template  https://review.openstack.org/53220314:05
*** mardim has joined #tacker14:06
openstackgerritDimitrios Markou proposed openstack/tacker master: [WIP] Update VNFFG as a whole  https://review.openstack.org/53181714:36
*** janki has quit IRC14:36
*** bobh has joined #tacker14:39
*** uck has joined #tacker15:02
openstackgerritDimitrios Markou proposed openstack/tacker master: Add names to classifiers in the vnffgd template  https://review.openstack.org/53220315:04
*** uck has quit IRC15:11
openstackgerritDimitrios Markou proposed openstack/tacker master: [WIP] Update VNFFG as a whole  https://review.openstack.org/53181715:11
openstackgerritCong Phuoc Hoang proposed openstack/python-tackerclient master: Add "cert_verify" in vim_config file to support insecure VIM  https://review.openstack.org/53252515:35
openstackgerritCong Phuoc Hoang proposed openstack/python-tackerclient master: Add "cert_verify" in vim_config file to support insecure VIM  https://review.openstack.org/53252515:37
openstackgerritCong Phuoc Hoang proposed openstack/tacker master: Check if certificates must be verified in the vim  https://review.openstack.org/52937415:59
mbuilphuoc: I think your last change fixes everything16:32
mbuilI tested and things work16:32
mbuilthere is one thing though which is broken when creating the vnffg, but I think it is not related to your patch16:33
mbuilphuoc: https://hastebin.com/kevuqepofa.sql16:33
*** links has quit IRC16:38
phuoc mbuil, thank16:41
phuocyour log show there are error in networking-sfc16:41
phuoc:)16:41
*** links has joined #tacker16:42
mbuilphuoc I will ask mardim on Monday, he probably knows what is going on16:45
-openstackstatus- NOTICE: Zuul has been restarted and lost queue information; changes in progress will need to be rechecked.16:46
phuocmbuil, that's good16:47
phuocHave a nice weekend :)16:47
mbuilphuoc same to you and thanks for the help :)16:49
*** mbuil has quit IRC16:49
openstackgerritLongKB proposed openstack/tacker master: Add --vim-az support to vnf-create function in Tacker Server  https://review.openstack.org/53325217:22
*** links has quit IRC17:24
openstackgerritCong Phuoc Hoang proposed openstack/tacker-specs master: Implement containerized VNF in Kubernetes VIM  https://review.openstack.org/51199117:25
openstackgerritLongKB proposed openstack/tacker master: Add --vim-az support to vnf-create function in Tacker Server  https://review.openstack.org/53325217:27
*** spzala has joined #tacker17:28
openstackgerritLongKB 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/53294917:53
openstackgerritCong Phuoc Hoang proposed openstack/tacker master: Implementation containerized VNF in Kubernetes type  https://review.openstack.org/52911618:00
openstackgerritLongKB 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/53294918:02
openstackgerritLongKB 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/53294918:33
*** uck has joined #tacker20:29
*** openstackstatus has quit IRC20:46
*** openstack has joined #tacker20:50
*** ChanServ sets mode: +o openstack20:50
*** Jeffrey4l has quit IRC21:03
*** Jeffrey4l has joined #tacker21:11
*** spzala has quit IRC21:18
*** spzala has joined #tacker21:19
*** spzala has quit IRC21:23
*** Jeffrey4l has quit IRC21:24
*** spzala has joined #tacker21:24
*** spzala has quit IRC21:30
*** spzala has joined #tacker21:34
*** Jeffrey4l has joined #tacker21:37
*** spzala has quit IRC21:39
*** spzala has joined #tacker21:56
*** spzala has quit IRC22:04
*** spzala has joined #tacker22:05
*** Jeffrey4l has quit IRC22:11
*** Jeffrey4l has joined #tacker22:14
*** spzala has quit IRC22:17
*** spzala has joined #tacker22:37
*** uck has quit IRC22:40
*** spzala has quit IRC22:42
*** bobh has quit IRC22:54
*** bobh has joined #tacker22:55
*** bobh has quit IRC23:00
*** spzala has joined #tacker23:01
*** spzala has quit IRC23:10
*** spzala has joined #tacker23:13
*** uck has joined #tacker23:19
*** spzala has quit IRC23:20
*** spzala has joined #tacker23:25
*** spzala has quit IRC23:30
*** bobh has joined #tacker23:34
*** spzala has joined #tacker23:37
*** bobh has quit IRC23:39
*** spzala has quit IRC23:46
*** spzala has joined #tacker23:57

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!