Friday, 2018-01-05

*** bobh has joined #tacker00:55
*** daidv has quit IRC01:57
*** daidv has joined #tacker01:57
*** Dinesh_Bhor has joined #tacker02:36
*** gongysh has joined #tacker02:38
*** spzala has quit IRC02:47
*** spzala has joined #tacker03:06
*** Dinesh_Bhor has quit IRC03:12
*** spzala has quit IRC03:12
*** gongysh has quit IRC03:24
*** links has joined #tacker03:29
*** Dinesh_Bhor has joined #tacker03:32
*** links has quit IRC03:34
*** spzala has joined #tacker03:51
*** spzala has quit IRC03:55
*** links has joined #tacker03:56
*** bobh has quit IRC03:57
*** Dinesh_Bhor has quit IRC04:14
*** Dinesh_Bhor has joined #tacker04:17
phuochi mardim04:25
phuocwhen creating vnffgd, there is no --template-source04:26
phuocif user create vnffg directly from vnffg template, 'template-source' is set as 'inline'04:29
phuochttps://github.com/openstack/tacker/blob/master/tacker/nfvo/nfvo_plugin.py#L31704:29
*** gongysh has joined #tacker05:04
*** phuoc has quit IRC05:10
*** phuoc has joined #tacker05:12
*** janki has joined #tacker05:24
*** phuoc_ has joined #tacker05:48
*** Dinesh_Bhor has quit IRC05:49
*** phuoc has quit IRC05:51
*** Dinesh_Bhor has joined #tacker06:03
*** Dinesh_Bhor has quit IRC06:04
*** egonzalez has joined #tacker06:56
mardimphuoc_, hello07:03
mardimyes I agree but if there is no template source parameter in the tacker client side when you create a vnffgd07:04
mardimhow this template_source ends up in the vnffgd dict inside the create_vnffgd function ?07:04
mardimhttps://github.com/openstack/tacker/blob/master/tacker/nfvo/nfvo_plugin.py#L28707:05
mardimhttps://github.com/openstack/tacker/blob/master/tacker/nfvo/nfvo_plugin.py#L28907:05
phuoc_mardim, good afternoon07:07
phuoc_tacker client don't have template_source parameter07:08
phuoc_template_source is inserted when creating vnffgd07:09
phuoc_we have 2 ways to create vnffg07:10
phuoc_1. tacker vnffg-create --vnffgd-name <vnffgd name>07:11
phuoc_in this case, template_source is inserted as 'onboarded' in vnffgd07:11
phuoc_2. tacker vnffg-create --vnffgd-template <vnffgd file>07:13
phuoc_in the second case, tacker create vnffgd first with template_source is 'inline'07:14
*** Dinesh_Bhor has joined #tacker07:32
mardimphuoc_, AH ok now I got it thanks07:34
mardimphuoc_, I didn;t see this line of code https://github.com/openstack/tacker/blob/master/tacker/nfvo/nfvo_plugin.py#L32007:35
mardimphuoc_, Thanks :)07:35
phuoc_mardim, great :)07:47
*** Dinesh_Bhor has quit IRC07:47
*** Dinesh_Bhor has joined #tacker07:52
egonzalezHi, im facing some weird issues with keystone versioning08:04
egonzalezi dont have v2.0 keystone endpoints, only v3. but some tackerclient connections are using v2.0 (failing)08:04
egonzalezhere's the log http://paste.openstack.org/show/631250/08:05
egonzalezkeystone token api v2 was already removed in keystone during queens08:06
*** nguyentrihai has joined #tacker08:06
*** spzala has joined #tacker08:07
mardimegonzalez, hello08:09
mardimcan you send me your openrc that you are using08:10
mardim?08:10
mardimI think you need to export this08:10
mardimexport OS_IDENTITY_API_VERSION=308:10
mardimexport OS_AUTH_VERSION=308:10
*** spzala has quit IRC08:11
egonzalezmardim, http://paste.openstack.org/show/638946/08:12
egonzalezactually tackerclient first connect with v3, but during token request use v2.008:12
egonzalezfailing because there is not v2.0/token08:13
mardimweird08:15
mardimI am using keystone endpoints v3 and it's working fine08:15
mardimwhat tacker client command you are trying to execute08:15
mardim?08:15
egonzalezwith master for all openstack?08:15
phuoc_egonzalez, https://github.com/openstack/python-tackerclient/blob/bd3294415e99e73f682d08fd6638d0bdc8acf617/tackerclient/shell.py#L82208:16
phuoc_I think tacker client still uses v2.008:16
egonzalezyeah, is weird because for catalog get uses v3 but for token v2 (some keystone v2 APIs were removed during last weeks, others remains)08:19
egonzalezi'm going to deploy with fresh code and see if still failing or was a random issue08:19
mardimegonzalez, my deployment is four weeks old so I think I am biat outdated that;s why is working on me :P08:20
mardimegonzalez, Never though that to be outdated is actually a good thing sometimes :P08:20
phuoc_keystone v2 is high order than v308:20
mardimthought*08:20
phuoc_I think we can change the order, check if keystone v3 exists first, if not use v208:22
egonzalezmakes sense, to maintain backward compatibility with older openstack versions using latest python client08:23
openstackgerritgongysh proposed openstack/tacker master: remove tacker horizon during unstack  https://review.openstack.org/53133508:34
*** Dinesh_Bhor has quit IRC08:36
openstackgerritgongysh proposed openstack/tacker master: remove tacker horizon during unstack  https://review.openstack.org/53133508:37
*** gongysh has quit IRC08:39
*** Dinesh_Bhor has joined #tacker08:47
*** n0isyn0ise has joined #tacker09:31
egonzalezalso v3 auth is wrong, misses auth part of v3/auth09:36
egonzalezbut have it working locally09:36
egonzalez:)09:36
*** Dinesh_Bhor has quit IRC10:09
n0isyn0isehi tacker guys, i'm testing tacker with barbican key manager, but i end on an error with tacker.keymgr.barbican_key_manager, seems that barbican endpoint is not found10:17
n0isyn0isedid anyone meet this problem too ? seems like a pb with keystone version ?10:18
*** daidv has quit IRC10:22
egonzalezn0isyn0ise, is key_manager in the openstack catalog list10:27
n0isyn0iseegonzalez: yes it is10:28
egonzalezkey-manager with -, name barbican10:28
n0isyn0iseyep10:29
n0isyn0isebarbican    | key-manager10:29
egonzalezwhats the exact error?10:30
n0isyn0iseError creating Barbican client: (http://192.168.130.200:35357/v2.0/tokens): The resource could not be found. (HTTP 404)10:32
n0isyn0isei paste complete log here : https://pastebin.com/kynwBTCJ10:33
egonzalezn0isyn0ise, using master branch?10:33
egonzalezsame issue i'm having10:33
n0isyn0iseyes10:33
egonzalezi'm trying to fix it, v2 token api was removed in keystone during queens10:34
n0isyn0iseha oki, i didn't get this10:35
n0isyn0iseegonzalez: btw i was trying tacker following your example on your blog, very helpful ^^10:36
egonzalezn0isyn0ise, use pike which perfectly works10:36
n0isyn0iseegonzalez: ok i'll do that, thx for yr help10:37
egonzalez*or at least for keystone, can add keystone_tag: "pike" to your globals and only use pike for keystone10:38
n0isyn0iseoki thx for the tip !10:45
openstackgerritgongysh proposed openstack/python-tackerclient master: Base OpenStackClient(OSC) plugin support  https://review.openstack.org/46048310:54
openstackgerritgongysh proposed openstack/python-tackerclient master: Base OpenStackClient(OSC) plugin support  https://review.openstack.org/46048311:00
openstackgerritgongysh proposed openstack/python-tackerclient master: Base OpenStackClient(OSC) plugin support  https://review.openstack.org/46048311:09
openstackgerritgongysh proposed openstack/python-tackerclient master: Base OpenStackClient(OSC) plugin support  https://review.openstack.org/46048311:11
*** egonzalez has quit IRC11:36
*** egonzalez has joined #tacker11:58
*** spzala has joined #tacker12:07
*** egonzalez90 has joined #tacker12:07
*** egonzalez has quit IRC12:09
*** egonzalez90 has quit IRC12:12
*** spzala has quit IRC12:12
*** spzala has joined #tacker12:25
*** spzala has quit IRC12:29
*** janki has quit IRC12:50
*** egonzalez has joined #tacker13:00
openstackgerritDimitrios Markou proposed openstack/tacker master: Implement the vnf-mapping update functionality  https://review.openstack.org/51372013:23
egonzalezn0isyn0ise , pushed a change to kolla ansible, a workaround is to set v3 on keystone_authtoken section in tacker.conf13:28
egonzalezSeems the keymanager reads the auth_url from tacker.conf and not discover version13:38
*** links has quit IRC13:47
n0isyn0iseegonzalez: oki thx i will retry on master. Currently I switched to pike as you adviced me and it works nice :)13:47
*** spzala has joined #tacker13:56
*** spzala has quit IRC14:03
*** bobh has joined #tacker14:14
*** bobh has quit IRC14:29
*** spzala has joined #tacker14:30
*** egonzalez90 has joined #tacker14:32
*** spzala has quit IRC14:35
*** egonzalez has quit IRC14:35
*** spzala has joined #tacker15:43
*** openstackstatus has quit IRC16:40
*** openstackstatus has joined #tacker16:43
*** ChanServ sets mode: +v openstackstatus16:43
*** bobh has joined #tacker17:20
*** egonzalez90 has quit IRC17:45
*** egonzalez has joined #tacker17:45
*** egonzalez90 has joined #tacker18:41
*** egonzalez has quit IRC18:44
*** openstack has joined #tacker21:17
*** ChanServ sets mode: +o openstack21:17
*** egonzalez90 has quit IRC21:39
*** spzala has quit IRC22:00
*** bobh has quit IRC22:08
*** bobh has joined #tacker22:17
*** vishwanathj_ has joined #tacker22:21
*** bobh has quit IRC22:23
*** bobh has joined #tacker22:30
*** bobh has quit IRC22:34
*** spzala has joined #tacker22:35
*** bobh has joined #tacker22:43
*** bobh has quit IRC22:47
*** bobh has joined #tacker22:49
*** bobh has quit IRC22:53
*** vishwanathj has quit IRC22:59
*** bobh has joined #tacker23:00
*** bobh has quit IRC23:04
*** bobh has joined #tacker23:18
*** bobh has quit IRC23:19
*** vishwanathj has joined #tacker23:31

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