| *** gongysh has joined #tacker | 00:31 | |
| *** KanagarajM has joined #tacker | 00:37 | |
| *** KanagarajM has quit IRC | 00:49 | |
| *** KanagarajM has joined #tacker | 00:49 | |
| *** KanagarajM has quit IRC | 00:51 | |
| *** KanagarajM has joined #tacker | 00:51 | |
| *** KanagarajM has quit IRC | 00:53 | |
| *** KanagarajM has joined #tacker | 00:53 | |
| *** KanagarajM has quit IRC | 00:54 | |
| *** KanagarajM has joined #tacker | 00:54 | |
| *** KanagarajM has quit IRC | 00:55 | |
| *** KanagarajM has joined #tacker | 00:55 | |
| *** KanagarajM has quit IRC | 00:56 | |
| *** KanagarajM has joined #tacker | 00:56 | |
| *** trinaths2 has left #tacker | 01:12 | |
| openstackgerrit | Merged openstack/tacker master: Updated from global requirements https://review.openstack.org/453901 | 01:22 |
|---|---|---|
| openstackgerrit | Merged openstack/tacker master: by pass to run workflow if there is no tasks at all https://review.openstack.org/448844 | 01:31 |
| *** KanagarajM has quit IRC | 01:39 | |
| *** KanagarajM has joined #tacker | 01:39 | |
| *** KanagarajM has quit IRC | 01:52 | |
| *** KanagarajM has joined #tacker | 01:53 | |
| *** s3wong has quit IRC | 01:59 | |
| *** jiahui has joined #tacker | 02:00 | |
| gongysh | KanagarajM, hi | 02:01 |
| gongysh | https://review.openstack.org/#/c/448466/ | 02:01 |
| gongysh | I want to merge it in p1 cycle | 02:01 |
| *** jiahui has left #tacker | 02:02 | |
| *** KanagarajM has quit IRC | 02:19 | |
| *** KanagarajM has joined #tacker | 02:23 | |
| *** KanagarajM has quit IRC | 02:45 | |
| *** mohankumar has joined #tacker | 03:01 | |
| openstackgerrit | Merged openstack/tacker master: fix Dictionary nss contains duplicate keys https://review.openstack.org/451841 | 03:02 |
| openstackgerrit | shihanzhang proposed openstack/tacker master: Remove log translations https://review.openstack.org/447818 | 03:08 |
| openstackgerrit | Lingyong Xu proposed openstack/tacker master: Use HostAddressOpt for opts that accept IP and hostnames https://review.openstack.org/453960 | 03:08 |
| openstackgerrit | Tung Doan proposed openstack/tacker master: [WIP] Refactor: separating backend actions out from monitor https://review.openstack.org/453964 | 03:14 |
| *** KanagarajM has joined #tacker | 03:39 | |
| *** links has joined #tacker | 03:45 | |
| KanagarajM | gongysh, had a comment on the review https://review.openstack.org/#/c/448466/5. pls have a look | 03:56 |
| *** KanagarajM_ has joined #tacker | 04:01 | |
| *** bobmel_ has joined #tacker | 04:02 | |
| *** diga has joined #tacker | 04:04 | |
| *** KanagarajM has quit IRC | 04:10 | |
| *** bobmel has quit IRC | 04:10 | |
| *** gongysh has quit IRC | 04:17 | |
| *** mohankumar has quit IRC | 04:19 | |
| *** trinaths has joined #tacker | 04:22 | |
| *** amotoki has joined #tacker | 04:37 | |
| *** janki has joined #tacker | 05:05 | |
| *** Vijayendra has joined #tacker | 05:09 | |
| *** jchhatbar has joined #tacker | 05:24 | |
| *** janki has quit IRC | 05:26 | |
| openstackgerrit | Trinath Somanchi proposed openstack/tacker master: Tacker Server side changes for UPDATE VIM operation. https://review.openstack.org/449956 | 05:28 |
| *** mohankumar has joined #tacker | 05:32 | |
| openstackgerrit | shihanzhang proposed openstack/tacker master: Remove log translations https://review.openstack.org/447818 | 05:52 |
| openstackgerrit | Lingyong Xu proposed openstack/tacker master: Use HostAddressOpt for opts that accept IP and hostnames https://review.openstack.org/453960 | 05:52 |
| *** trinaths has left #tacker | 06:12 | |
| *** jchhatbar is now known as janki | 06:39 | |
| *** mohankumar has quit IRC | 06:40 | |
| *** mohankumar has joined #tacker | 06:54 | |
| openstackgerrit | Lingyong Xu proposed openstack/tacker master: Use HostAddressOpt for opts that accept IP and hostnames https://review.openstack.org/453960 | 07:15 |
| *** gongysh has joined #tacker | 07:56 | |
| *** trinaths has joined #tacker | 08:03 | |
| trinaths | dkushwaha: Hi | 08:03 |
| trinaths | dkushwaha: where can I fit that test case, https://review.openstack.org/#/c/449956/21/tacker/tests/functional/nfvo/test_vim.py | 08:04 |
| trinaths | dkushwaha: at test_vnf or test_vim? | 08:05 |
| *** Guest95548 has joined #tacker | 08:53 | |
| trinaths | dkushwaha: ping | 09:07 |
| *** Guest95548 has quit IRC | 09:09 | |
| dkushwaha | trinaths, IMO, we can place it in vim test. | 09:12 |
| dkushwaha | trinaths, btw, It was a query only. Have you tried that on your local env? | 09:15 |
| *** nmathew has joined #tacker | 09:20 | |
| trinaths | dkushwaha: ok. | 09:25 |
| trinaths | dkushwaha: yes. I get this error. | 09:26 |
| trinaths | InternalServerError: VIM 9432a9dd-5316-4b85-b923-e9f3f9d8b40e is still in use by VNF | 09:26 |
| trinaths | dkushwaha: how to make a vnf be spawned on a specific VIM? | 09:29 |
| trinaths | dkushwaha: we use vim_id, so I belive the test sequence must be like this. create fake vim -> create fake vnfd -> create fake vnf on fake vim -> change the name attr in fake vim -> assert the exception. | 09:31 |
| trinaths | dkushwaha: is there any better way for this? | 09:31 |
| openstackgerrit | Jimmy.Ye proposed openstack/tacker master: fix create vnffg instance not support param input (1) update and add unit test yaml files (2) update and add unit test fuctions https://review.openstack.org/451827 | 09:35 |
| dkushwaha | trinaths, raising the error "still in use" make sense. I believe VIM should not be updated while it is in use, so it looks fine to me. gongysh any comment on this? | 09:47 |
| *** gongysh has quit IRC | 09:52 | |
| trinaths | dkushwaha: agree. but in the test case, I need to create fake vnfd and create fake-vnf and then assert this. right ? | 09:57 |
| openstackgerrit | Jimmy.Ye proposed openstack/tacker master: fix create vnffg instance not support param input (1) update and add unit test yaml files (2) update and add unit test fuctions https://review.openstack.org/451827 | 10:00 |
| *** nmathew has quit IRC | 10:07 | |
| *** nmathew- has joined #tacker | 10:08 | |
| dkushwaha | trinaths, yes, It will be good | 10:19 |
| *** nmathew- has quit IRC | 10:23 | |
| openstackgerrit | xu-haiwei proposed openstack/tacker master: Integrate senlin to Tacker for autoscaling management https://review.openstack.org/449471 | 10:38 |
| *** links has quit IRC | 10:39 | |
| trinaths | dkushwaha: okay. thanks for the suggestions | 10:49 |
| *** links has joined #tacker | 10:54 | |
| trinaths | dkushwaha: this is the one created by gongysh https://bugs.launchpad.net/python-tackerclient/+bug/1674906 | 11:06 |
| 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) | 11:06 |
| trinaths | dkushwaha: and this is the one created by other guy. https://bugs.launchpad.net/tacker/+bug/1637360 | 11:07 |
| openstack | Launchpad bug 1637360 in tacker "Make VIM name/description/is_default updatable" [Medium,In progress] - Assigned to Naoya Harada (n-harada) | 11:07 |
| trinaths | dkushwaha: now which one I need to work. ? | 11:07 |
| dkushwaha | trinaths, right. You need to mention 1637360 as closses bug in your commit message. | 11:08 |
| dkushwaha | trinaths, you can assign it to yourself | 11:09 |
| trinaths | dkushwaha: oh okay. | 11:10 |
| *** trinaths has left #tacker | 11:52 | |
| *** diga has quit IRC | 12:05 | |
| *** KanagarajM_ has quit IRC | 12:05 | |
| openstackgerrit | Jimmy.Ye proposed openstack/tacker master: fix create vnffg instance not support param input (1) update and add unit test yaml files (2) update and add unit test fuctions https://review.openstack.org/451827 | 12:12 |
| *** jchhatbar has joined #tacker | 12:16 | |
| *** janki has quit IRC | 12:19 | |
| *** Aqsa has joined #tacker | 12:25 | |
| *** arturt___ has joined #tacker | 13:00 | |
| *** arturt___ has quit IRC | 13:04 | |
| *** gongysh has joined #tacker | 13:08 | |
| *** links has quit IRC | 13:09 | |
| *** spzala has joined #tacker | 13:30 | |
| *** nmathew has joined #tacker | 13:30 | |
| *** nmathew has quit IRC | 13:59 | |
| openstackgerrit | Yan Xing an proposed openstack/tacker-specs master: encrypt vim credentials with barbican https://review.openstack.org/445543 | 14:01 |
| *** spzala has quit IRC | 14:07 | |
| *** bobh has joined #tacker | 14:10 | |
| *** gongysh has quit IRC | 14:10 | |
| *** jchhatbar has quit IRC | 14:42 | |
| *** spzala has joined #tacker | 14:51 | |
| *** arturt____ has joined #tacker | 14:57 | |
| openstackgerrit | Tung Doan proposed openstack/tacker master: [WIP] Refactor: separating backend actions out from monitor https://review.openstack.org/453964 | 15:18 |
| *** arturt____ has quit IRC | 15:40 | |
| *** arturt____ has joined #tacker | 15:48 | |
| *** uck has joined #tacker | 15:51 | |
| *** Aqsa has quit IRC | 15:52 | |
| *** arturt____ has quit IRC | 16:16 | |
| *** Vijayendra has quit IRC | 17:12 | |
| *** radez is now known as radez_afk | 17:41 | |
| *** uck has quit IRC | 17:44 | |
| *** uck has joined #tacker | 17:56 | |
| *** uck has quit IRC | 18:01 | |
| *** s3wong has joined #tacker | 18:08 | |
| *** vishnoianil has joined #tacker | 19:13 | |
| *** radez_afk is now known as radez | 19:32 | |
| *** openstack has joined #tacker | 19:48 | |
| *** zerick has quit IRC | 20:21 | |
| *** zerick has joined #tacker | 20:21 | |
| *** arturt has joined #tacker | 20:26 | |
| *** arturt has quit IRC | 20:31 | |
| *** openstackstatus has quit IRC | 20:59 | |
| *** openstackstatus has joined #tacker | 21:02 | |
| *** ChanServ sets mode: +v openstackstatus | 21:02 | |
| *** openstackgerrit has quit IRC | 21:07 | |
| *** spzala has quit IRC | 21:26 | |
| *** spzala has joined #tacker | 21:26 | |
| *** spzala has quit IRC | 21:31 | |
| *** openstack has joined #tacker | 22:04 | |
| *** bobh has quit IRC | 22:15 | |
| *** vishwana_ has quit IRC | 22:17 | |
| *** uck has joined #tacker | 23:03 | |
| *** uck has quit IRC | 23:13 | |
| *** gongysh has joined #tacker | 23:18 | |
| *** spzala has joined #tacker | 23:22 | |
| *** bobh has joined #tacker | 23:24 | |
| *** pava_ has quit IRC | 23:38 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!