*** uck has joined #tacker | 00:00 | |
*** jamesdenton has quit IRC | 00:01 | |
*** jamesdenton has joined #tacker | 00:03 | |
*** uck has quit IRC | 00:04 | |
*** diga has joined #tacker | 00:05 | |
*** jamesdenton has quit IRC | 00:13 | |
*** jamesdenton has joined #tacker | 00:15 | |
*** jamesdenton has quit IRC | 00:19 | |
*** jamesdenton has joined #tacker | 00:23 | |
*** Guest908 has joined #tacker | 00:26 | |
*** jamesdenton has quit IRC | 00:34 | |
*** Guest908 has quit IRC | 00:41 | |
*** jamesdenton has joined #tacker | 00:49 | |
*** trinaths has joined #tacker | 01:19 | |
trinaths | sridhar_ram: placement attribute update every time during update_vim gives keystone unauthorised user exceptions | 01:22 |
---|---|---|
*** jamesdenton has quit IRC | 01:22 | |
trinaths | sridhar_ram: what is the requirement for register_vim? | 01:23 |
*** trinaths has quit IRC | 01:30 | |
*** trinaths has joined #tacker | 01:41 | |
*** jamesdenton has joined #tacker | 01:42 | |
*** trinaths has quit IRC | 01:43 | |
*** s3wong has quit IRC | 01:47 | |
*** jamesdenton has quit IRC | 01:54 | |
*** vishwanathj has joined #tacker | 01:56 | |
*** vishwanathj has quit IRC | 01:58 | |
*** vishwanathj has joined #tacker | 01:58 | |
*** vishwanathj has quit IRC | 02:03 | |
*** vishwanathj has joined #tacker | 02:04 | |
*** bobh has joined #tacker | 02:12 | |
*** jamesdenton has joined #tacker | 02:14 | |
*** jamesdenton has quit IRC | 02:16 | |
*** vishnoianil has quit IRC | 02:19 | |
*** jamesdenton has joined #tacker | 02:21 | |
*** jamesdenton has quit IRC | 02:46 | |
*** diga has quit IRC | 02:55 | |
*** diga has joined #tacker | 02:55 | |
*** tonyb has quit IRC | 03:04 | |
*** amotoki has joined #tacker | 03:22 | |
*** links has joined #tacker | 03:40 | |
*** KanagarajM has joined #tacker | 03:47 | |
*** trinaths has joined #tacker | 03:53 | |
trinaths | sridhar_ram: ping | 04:03 |
openstackgerrit | Trinath Somanchi proposed openstack/tacker-specs master: Tacker support in python-openstackclient https://review.openstack.org/455188 | 04:21 |
*** diga has quit IRC | 04:40 | |
sridhar_ram | trinaths: register-vim job is to validate auth_url using user/pw and to get region list. I think encrypted pssswd is getting sent to register-vim on a vim-update causing unauthorized user exception. | 04:48 |
trinaths | sridhar_ram: then, is it not normal to send encrypted passcode to register-vim ? | 04:50 |
sridhar_ram | trinaths: yes, we need to rework the logic to decrypt the passwd in vim- update / vim_obj dict and then use to validate | 04:53 |
trinaths | sridhar_ram: I have replied your review comments in detail. can you kindly provide your suggestions on review.openstack.org/#/c/449956/ | 04:53 |
trinaths | sridhar_ram: then, create-vim works well.. There too the passcode is encrypted. | 04:54 |
*** bobh has quit IRC | 04:54 | |
sridhar_ram | trinaths: create-vim calls register-vim method in openstack_driver. That method expects unencrypted password | 04:55 |
trinaths | sridhar_ram: update-vim also the same. http://git.openstack.org/cgit/openstack/tacker/tree/tacker/nfvo/nfvo_plugin.py#n147 | 04:56 |
trinaths | sridhar_ram: for create-vim, http://git.openstack.org/cgit/openstack/tacker/tree/tacker/nfvo/nfvo_plugin.py#n125 | 04:57 |
sridhar_ram | trinaths: ah, yes ... U r correct.. | 04:59 |
sridhar_ram | trinaths: I think, the user / pw is also in vim-update .. hence register-vim shd work as designed... with deep_update() | 05:00 |
trinaths | sridhar_ram: then for create-vim and update-vim "_vim_driver" invoke is being done the same way. But for update-vim the keystone auth fails. | 05:00 |
trinaths | sridhar_ram: deep_update is another issue. gongysh proposed to remove that, since its complicating the logic. | 05:01 |
sridhar_ram | trinaths: what r u passing in vim_config.yaml in vim-update | 05:02 |
sridhar_ram | trinaths: expect auth_url everything else need to be passed | 05:02 |
trinaths | sridhar_ram: i'm using samples provided yaml. | 05:03 |
trinaths | sridhar_ram: so for every update to VIM, we always require vim-config.yaml ? | 05:03 |
sridhar_ram | trinaths: YES ! | 05:04 |
trinaths | sridhar_ram: but if you see this, https://review.openstack.org/#/c/450100/2/tackerclient/tacker/v1_0/nfvo/vim.py | 05:04 |
trinaths | sridhar_ram: its not mandatory while update. | 05:04 |
trinaths | sridhar_ram: this complete change client and server change is to fix this issue. https://bugs.launchpad.net/python-tackerclient/+bug/1674906 | 05:05 |
openstack | Launchpad bug 1674906 in python-tackerclient "failed to update is-default attribute of vim" [Undecided,In progress] - Assigned to Trinath Somanchi (trinath-somanchi-m) | 05:05 |
trinaths | sridhar_ram: since w.r.t the bug, https://bugs.launchpad.net/python-tackerclient/+bug/1674906 config.yaml is optional while update-vim, how to deal with all the logic present there ? | 05:12 |
openstack | Launchpad bug 1674906 in python-tackerclient "failed to update is-default attribute of vim" [Undecided,In progress] - Assigned to Trinath Somanchi (trinath-somanchi-m) | 05:12 |
sridhar_ram | trinaths: okay, then in the server we can make is conditional based on if vim_config.yaml is sent ... | 05:16 |
sridhar_ram | name/desc/is_default update without vim_config.yaml... in this case don't call register-vim | 05:17 |
trinaths | sridhar_ram: okay. But as register_vim check for region allocation of VIM. while 'name' change does where VNF is dependant we need handle this | 05:27 |
trinaths | sridhar_ram: any thoughts ? | 05:38 |
*** janki has joined #tacker | 05:48 | |
*** jchhatbar has joined #tacker | 06:11 | |
*** janki has quit IRC | 06:11 | |
*** janki has joined #tacker | 06:17 | |
*** jchhatbar has quit IRC | 06:18 | |
*** vishnoianil has joined #tacker | 06:20 | |
*** vishwanathj has quit IRC | 06:34 | |
*** vishwana_ has joined #tacker | 06:34 | |
*** yifei has quit IRC | 06:36 | |
*** yifei has joined #tacker | 06:36 | |
*** dmk0202 has joined #tacker | 08:22 | |
*** openstackgerrit has quit IRC | 08:33 | |
*** janki has quit IRC | 08:59 | |
*** derekjhyang has quit IRC | 09:03 | |
*** Aqsa has joined #tacker | 09:04 | |
*** janki has joined #tacker | 09:12 | |
*** dkushwaha has joined #tacker | 09:26 | |
*** gongysh has joined #tacker | 09:37 | |
*** vishnoianil has quit IRC | 09:51 | |
*** trinaths has left #tacker | 10:03 | |
*** openstackgerrit has joined #tacker | 10:14 | |
openstackgerrit | Merged openstack/tacker master: Use HostAddressOpt for opts that accept IP and hostnames https://review.openstack.org/453960 | 10:14 |
openstackgerrit | Merged openstack/tacker-specs master: TrivialFix:Revise a typo and a link error https://review.openstack.org/451187 | 10:18 |
*** gongysh has quit IRC | 10:31 | |
*** vishnoianil has joined #tacker | 10:39 | |
*** jchhatbar has joined #tacker | 10:56 | |
*** janki has quit IRC | 10:59 | |
*** janki has joined #tacker | 11:23 | |
*** jchhatbar has quit IRC | 11:25 | |
*** trinaths has joined #tacker | 11:52 | |
*** bobmel_ has joined #tacker | 11:59 | |
*** bobmel has quit IRC | 12:02 | |
*** trinaths has left #tacker | 12:11 | |
*** Aqsa has quit IRC | 12:15 | |
*** Aqsa has joined #tacker | 12:16 | |
*** bobmel has joined #tacker | 12:18 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tacker master: Updated from global requirements https://review.openstack.org/456024 | 12:19 |
*** bobmel_ has quit IRC | 12:21 | |
openstackgerrit | dharmendra kushwaha proposed openstack/tacker master: Optimize the link address https://review.openstack.org/457606 | 12:34 |
*** gongysh has joined #tacker | 12:37 | |
*** gongysh has quit IRC | 12:38 | |
*** gongysh has joined #tacker | 12:39 | |
*** gongysh has quit IRC | 12:40 | |
*** mohankumar has quit IRC | 12:48 | |
*** jamesdenton has joined #tacker | 13:10 | |
*** links has quit IRC | 13:35 | |
*** KanagarajM has quit IRC | 13:57 | |
*** dandruta has joined #tacker | 14:16 | |
*** janki has quit IRC | 14:35 | |
*** mohankumar has joined #tacker | 15:08 | |
*** bobmel_ has joined #tacker | 15:16 | |
*** bobmel has quit IRC | 15:19 | |
*** vishwana_ has quit IRC | 15:56 | |
*** uck has joined #tacker | 15:57 | |
openstackgerrit | Yan Xing an proposed openstack/tacker-specs master: encrypt vim credentials with barbican https://review.openstack.org/445543 | 16:03 |
openstackgerrit | Yan Xing an proposed openstack/tacker-specs master: encrypt vim credentials with barbican https://review.openstack.org/445543 | 16:06 |
*** Aqsa has quit IRC | 16:13 | |
*** dandruta has quit IRC | 16:20 | |
*** bobh has joined #tacker | 16:29 | |
*** dmk0202 has quit IRC | 16:52 | |
*** amotoki has quit IRC | 16:57 | |
*** mohankumar has quit IRC | 17:07 | |
*** Aqsa has joined #tacker | 17:18 | |
*** mohankumar has joined #tacker | 17:19 | |
*** s3wong has joined #tacker | 17:41 | |
*** uck has quit IRC | 18:09 | |
*** tung_doan has quit IRC | 18:23 | |
*** uck has joined #tacker | 18:27 | |
*** uck_ has joined #tacker | 18:36 | |
*** uck has quit IRC | 18:36 | |
*** mohankumar has quit IRC | 18:54 | |
*** jamesdenton has quit IRC | 19:25 | |
*** jamesdenton has joined #tacker | 19:29 | |
*** jamesdenton has quit IRC | 19:35 | |
*** uck_ has quit IRC | 19:42 | |
*** ildikov is now known as hypothermic_cat | 20:22 | |
*** openstackgerrit has quit IRC | 20:33 | |
*** uck has joined #tacker | 20:43 | |
*** uck has quit IRC | 20:48 | |
*** dmk0202 has joined #tacker | 21:11 | |
*** jamesdenton has joined #tacker | 21:19 | |
*** jamesdenton has quit IRC | 21:23 | |
*** Aqsa has quit IRC | 21:28 | |
*** dmk0202 has quit IRC | 21:59 | |
*** amotoki has joined #tacker | 22:13 | |
*** bobh has quit IRC | 22:17 | |
*** vishnoianil has quit IRC | 22:23 | |
*** vishnoianil has joined #tacker | 22:34 | |
*** uck has joined #tacker | 22:45 | |
*** uck has quit IRC | 22:50 | |
*** vishnoianil has quit IRC | 22:50 | |
*** vishnoianil has joined #tacker | 23:03 | |
*** Aqsa has joined #tacker | 23:11 | |
*** amotoki has quit IRC | 23:37 | |
*** amotoki has joined #tacker | 23:50 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!