*** bobh has joined #tacker | 00:55 | |
*** daidv has quit IRC | 01:57 | |
*** daidv has joined #tacker | 01:57 | |
*** Dinesh_Bhor has joined #tacker | 02:36 | |
*** gongysh has joined #tacker | 02:38 | |
*** spzala has quit IRC | 02:47 | |
*** spzala has joined #tacker | 03:06 | |
*** Dinesh_Bhor has quit IRC | 03:12 | |
*** spzala has quit IRC | 03:12 | |
*** gongysh has quit IRC | 03:24 | |
*** links has joined #tacker | 03:29 | |
*** Dinesh_Bhor has joined #tacker | 03:32 | |
*** links has quit IRC | 03:34 | |
*** spzala has joined #tacker | 03:51 | |
*** spzala has quit IRC | 03:55 | |
*** links has joined #tacker | 03:56 | |
*** bobh has quit IRC | 03:57 | |
*** Dinesh_Bhor has quit IRC | 04:14 | |
*** Dinesh_Bhor has joined #tacker | 04:17 | |
phuoc | hi mardim | 04:25 |
---|---|---|
phuoc | when creating vnffgd, there is no --template-source | 04:26 |
phuoc | if user create vnffg directly from vnffg template, 'template-source' is set as 'inline' | 04:29 |
phuoc | https://github.com/openstack/tacker/blob/master/tacker/nfvo/nfvo_plugin.py#L317 | 04:29 |
*** gongysh has joined #tacker | 05:04 | |
*** phuoc has quit IRC | 05:10 | |
*** phuoc has joined #tacker | 05:12 | |
*** janki has joined #tacker | 05:24 | |
*** phuoc_ has joined #tacker | 05:48 | |
*** Dinesh_Bhor has quit IRC | 05:49 | |
*** phuoc has quit IRC | 05:51 | |
*** Dinesh_Bhor has joined #tacker | 06:03 | |
*** Dinesh_Bhor has quit IRC | 06:04 | |
*** egonzalez has joined #tacker | 06:56 | |
mardim | phuoc_, hello | 07:03 |
mardim | yes I agree but if there is no template source parameter in the tacker client side when you create a vnffgd | 07:04 |
mardim | how this template_source ends up in the vnffgd dict inside the create_vnffgd function ? | 07:04 |
mardim | https://github.com/openstack/tacker/blob/master/tacker/nfvo/nfvo_plugin.py#L287 | 07:05 |
mardim | https://github.com/openstack/tacker/blob/master/tacker/nfvo/nfvo_plugin.py#L289 | 07:05 |
phuoc_ | mardim, good afternoon | 07:07 |
phuoc_ | tacker client don't have template_source parameter | 07:08 |
phuoc_ | template_source is inserted when creating vnffgd | 07:09 |
phuoc_ | we have 2 ways to create vnffg | 07:10 |
phuoc_ | 1. tacker vnffg-create --vnffgd-name <vnffgd name> | 07:11 |
phuoc_ | in this case, template_source is inserted as 'onboarded' in vnffgd | 07: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 #tacker | 07:32 | |
mardim | phuoc_, AH ok now I got it thanks | 07:34 |
mardim | phuoc_, I didn;t see this line of code https://github.com/openstack/tacker/blob/master/tacker/nfvo/nfvo_plugin.py#L320 | 07:35 |
mardim | phuoc_, Thanks :) | 07:35 |
phuoc_ | mardim, great :) | 07:47 |
*** Dinesh_Bhor has quit IRC | 07:47 | |
*** Dinesh_Bhor has joined #tacker | 07:52 | |
egonzalez | Hi, im facing some weird issues with keystone versioning | 08:04 |
egonzalez | i dont have v2.0 keystone endpoints, only v3. but some tackerclient connections are using v2.0 (failing) | 08:04 |
egonzalez | here's the log http://paste.openstack.org/show/631250/ | 08:05 |
egonzalez | keystone token api v2 was already removed in keystone during queens | 08:06 |
*** nguyentrihai has joined #tacker | 08:06 | |
*** spzala has joined #tacker | 08:07 | |
mardim | egonzalez, hello | 08:09 |
mardim | can you send me your openrc that you are using | 08:10 |
mardim | ? | 08:10 |
mardim | I think you need to export this | 08:10 |
mardim | export OS_IDENTITY_API_VERSION=3 | 08:10 |
mardim | export OS_AUTH_VERSION=3 | 08:10 |
*** spzala has quit IRC | 08:11 | |
egonzalez | mardim, http://paste.openstack.org/show/638946/ | 08:12 |
egonzalez | actually tackerclient first connect with v3, but during token request use v2.0 | 08:12 |
egonzalez | failing because there is not v2.0/token | 08:13 |
mardim | weird | 08:15 |
mardim | I am using keystone endpoints v3 and it's working fine | 08:15 |
mardim | what tacker client command you are trying to execute | 08:15 |
mardim | ? | 08:15 |
egonzalez | with master for all openstack? | 08:15 |
phuoc_ | egonzalez, https://github.com/openstack/python-tackerclient/blob/bd3294415e99e73f682d08fd6638d0bdc8acf617/tackerclient/shell.py#L822 | 08:16 |
phuoc_ | I think tacker client still uses v2.0 | 08:16 |
egonzalez | yeah, 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 |
egonzalez | i'm going to deploy with fresh code and see if still failing or was a random issue | 08:19 |
mardim | egonzalez, my deployment is four weeks old so I think I am biat outdated that;s why is working on me :P | 08:20 |
mardim | egonzalez, Never though that to be outdated is actually a good thing sometimes :P | 08:20 |
phuoc_ | keystone v2 is high order than v3 | 08:20 |
mardim | thought* | 08:20 |
phuoc_ | I think we can change the order, check if keystone v3 exists first, if not use v2 | 08:22 |
egonzalez | makes sense, to maintain backward compatibility with older openstack versions using latest python client | 08:23 |
openstackgerrit | gongysh proposed openstack/tacker master: remove tacker horizon during unstack https://review.openstack.org/531335 | 08:34 |
*** Dinesh_Bhor has quit IRC | 08:36 | |
openstackgerrit | gongysh proposed openstack/tacker master: remove tacker horizon during unstack https://review.openstack.org/531335 | 08:37 |
*** gongysh has quit IRC | 08:39 | |
*** Dinesh_Bhor has joined #tacker | 08:47 | |
*** n0isyn0ise has joined #tacker | 09:31 | |
egonzalez | also v3 auth is wrong, misses auth part of v3/auth | 09:36 |
egonzalez | but have it working locally | 09:36 |
egonzalez | :) | 09:36 |
*** Dinesh_Bhor has quit IRC | 10:09 | |
n0isyn0ise | hi 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 found | 10:17 |
n0isyn0ise | did anyone meet this problem too ? seems like a pb with keystone version ? | 10:18 |
*** daidv has quit IRC | 10:22 | |
egonzalez | n0isyn0ise, is key_manager in the openstack catalog list | 10:27 |
n0isyn0ise | egonzalez: yes it is | 10:28 |
egonzalez | key-manager with -, name barbican | 10:28 |
n0isyn0ise | yep | 10:29 |
n0isyn0ise | barbican | key-manager | 10:29 |
egonzalez | whats the exact error? | 10:30 |
n0isyn0ise | Error creating Barbican client: (http://192.168.130.200:35357/v2.0/tokens): The resource could not be found. (HTTP 404) | 10:32 |
n0isyn0ise | i paste complete log here : https://pastebin.com/kynwBTCJ | 10:33 |
egonzalez | n0isyn0ise, using master branch? | 10:33 |
egonzalez | same issue i'm having | 10:33 |
n0isyn0ise | yes | 10:33 |
egonzalez | i'm trying to fix it, v2 token api was removed in keystone during queens | 10:34 |
n0isyn0ise | ha oki, i didn't get this | 10:35 |
n0isyn0ise | egonzalez: btw i was trying tacker following your example on your blog, very helpful ^^ | 10:36 |
egonzalez | n0isyn0ise, use pike which perfectly works | 10:36 |
n0isyn0ise | egonzalez: ok i'll do that, thx for yr help | 10:37 |
egonzalez | *or at least for keystone, can add keystone_tag: "pike" to your globals and only use pike for keystone | 10:38 |
n0isyn0ise | oki thx for the tip ! | 10:45 |
openstackgerrit | gongysh proposed openstack/python-tackerclient master: Base OpenStackClient(OSC) plugin support https://review.openstack.org/460483 | 10:54 |
openstackgerrit | gongysh proposed openstack/python-tackerclient master: Base OpenStackClient(OSC) plugin support https://review.openstack.org/460483 | 11:00 |
openstackgerrit | gongysh proposed openstack/python-tackerclient master: Base OpenStackClient(OSC) plugin support https://review.openstack.org/460483 | 11:09 |
openstackgerrit | gongysh proposed openstack/python-tackerclient master: Base OpenStackClient(OSC) plugin support https://review.openstack.org/460483 | 11:11 |
*** egonzalez has quit IRC | 11:36 | |
*** egonzalez has joined #tacker | 11:58 | |
*** spzala has joined #tacker | 12:07 | |
*** egonzalez90 has joined #tacker | 12:07 | |
*** egonzalez has quit IRC | 12:09 | |
*** egonzalez90 has quit IRC | 12:12 | |
*** spzala has quit IRC | 12:12 | |
*** spzala has joined #tacker | 12:25 | |
*** spzala has quit IRC | 12:29 | |
*** janki has quit IRC | 12:50 | |
*** egonzalez has joined #tacker | 13:00 | |
openstackgerrit | Dimitrios Markou proposed openstack/tacker master: Implement the vnf-mapping update functionality https://review.openstack.org/513720 | 13:23 |
egonzalez | n0isyn0ise , pushed a change to kolla ansible, a workaround is to set v3 on keystone_authtoken section in tacker.conf | 13:28 |
egonzalez | Seems the keymanager reads the auth_url from tacker.conf and not discover version | 13:38 |
*** links has quit IRC | 13:47 | |
n0isyn0ise | egonzalez: 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 #tacker | 13:56 | |
*** spzala has quit IRC | 14:03 | |
*** bobh has joined #tacker | 14:14 | |
*** bobh has quit IRC | 14:29 | |
*** spzala has joined #tacker | 14:30 | |
*** egonzalez90 has joined #tacker | 14:32 | |
*** spzala has quit IRC | 14:35 | |
*** egonzalez has quit IRC | 14:35 | |
*** spzala has joined #tacker | 15:43 | |
*** openstackstatus has quit IRC | 16:40 | |
*** openstackstatus has joined #tacker | 16:43 | |
*** ChanServ sets mode: +v openstackstatus | 16:43 | |
*** bobh has joined #tacker | 17:20 | |
*** egonzalez90 has quit IRC | 17:45 | |
*** egonzalez has joined #tacker | 17:45 | |
*** egonzalez90 has joined #tacker | 18:41 | |
*** egonzalez has quit IRC | 18:44 | |
*** openstack has joined #tacker | 21:17 | |
*** ChanServ sets mode: +o openstack | 21:17 | |
*** egonzalez90 has quit IRC | 21:39 | |
*** spzala has quit IRC | 22:00 | |
*** bobh has quit IRC | 22:08 | |
*** bobh has joined #tacker | 22:17 | |
*** vishwanathj_ has joined #tacker | 22:21 | |
*** bobh has quit IRC | 22:23 | |
*** bobh has joined #tacker | 22:30 | |
*** bobh has quit IRC | 22:34 | |
*** spzala has joined #tacker | 22:35 | |
*** bobh has joined #tacker | 22:43 | |
*** bobh has quit IRC | 22:47 | |
*** bobh has joined #tacker | 22:49 | |
*** bobh has quit IRC | 22:53 | |
*** vishwanathj has quit IRC | 22:59 | |
*** bobh has joined #tacker | 23:00 | |
*** bobh has quit IRC | 23:04 | |
*** bobh has joined #tacker | 23:18 | |
*** bobh has quit IRC | 23:19 | |
*** vishwanathj has joined #tacker | 23:31 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!