*** amotoki has joined #tacker | 00:00 | |
*** amotoki has quit IRC | 00:04 | |
*** uck has joined #tacker | 00:17 | |
*** uck has quit IRC | 00:29 | |
*** zeih has joined #tacker | 00:29 | |
*** uck has joined #tacker | 00:30 | |
openstackgerrit | vishwanath jayaraman proposed openstack/tacker-specs: Tacker management resource audit/event support https://review.openstack.org/321370 | 00:30 |
---|---|---|
*** zeih has quit IRC | 00:34 | |
*** uck has quit IRC | 00:34 | |
*** amotoki has joined #tacker | 00:40 | |
*** bobh has joined #tacker | 00:40 | |
*** vishwanathj has quit IRC | 00:41 | |
*** amotoki has quit IRC | 00:48 | |
*** amotoki has joined #tacker | 00:52 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/tacker: Sample tacker.conf generator https://review.openstack.org/327661 | 00:53 |
*** amotoki has quit IRC | 01:09 | |
openstackgerrit | xu-haiwei proposed openstack/python-tackerclient: Fix ext-show command error https://review.openstack.org/332620 | 01:14 |
*** sripriya has joined #tacker | 01:15 | |
sripriya | KanagarajM_: ping | 01:17 |
*** bobh has quit IRC | 01:22 | |
*** prashantD has quit IRC | 01:24 | |
dkushwaha | sripriya, KanagarajM_ , Kindly review the patch-set: https://review.openstack.org/#/c/292932/ Thanks in advance. | 01:29 |
*** KanagarajM_ has quit IRC | 01:29 | |
*** zeih has joined #tacker | 01:30 | |
*** bobh has joined #tacker | 01:31 | |
*** sripriya has quit IRC | 01:32 | |
*** bobh has quit IRC | 01:32 | |
*** zeih has quit IRC | 01:35 | |
*** s3wong has quit IRC | 01:36 | |
*** sripriya has joined #tacker | 01:46 | |
*** bobh has joined #tacker | 01:54 | |
*** amotoki has joined #tacker | 02:01 | |
*** dkushwaha has quit IRC | 02:20 | |
*** dkushwaha has joined #tacker | 02:26 | |
*** zeih has joined #tacker | 02:32 | |
*** gongysh has joined #tacker | 02:33 | |
openstackgerrit | Bin Zhou proposed openstack/tacker: Correct reraising of exception https://review.openstack.org/339316 | 02:34 |
gongysh | sripriya, hi | 02:36 |
*** zeih has quit IRC | 02:37 | |
*** amotoki has quit IRC | 02:39 | |
sripriya | gongysh: hello | 02:42 |
gongysh | sripriya, can u help to review https://review.openstack.org/#/c/328584/ | 02:44 |
gongysh | sripriya, and where is the "vish' who cooperates with me? | 02:45 |
gongysh | sripriya, I haven't seen him for some time. | 02:45 |
sripriya | gongysh: :-) i think he is online usually around CST zone. | 02:46 |
gongysh | sripriya, ok. | 02:46 |
*** amotoki has joined #tacker | 02:48 | |
*** amotoki has quit IRC | 03:00 | |
*** sripriya has quit IRC | 03:03 | |
*** amotoki has joined #tacker | 03:12 | |
*** zeih has joined #tacker | 03:32 | |
*** bobh has quit IRC | 03:33 | |
*** zeih has quit IRC | 03:38 | |
*** vishnoianil has quit IRC | 03:40 | |
*** sripriya has joined #tacker | 03:44 | |
*** KanagarajM_ has joined #tacker | 03:44 | |
KanagarajM_ | sripriya, pong | 03:45 |
sripriya | KanagarajM_: not sure if my comment on the previous patch of events spec was caught regarding the REST api definition for events resource | 03:46 |
KanagarajM_ | sripriya, for event rest api, there are two URI, /events & /events/<event-id> | 03:50 |
KanagarajM_ | first one helps for extensive filtering while 2nd one serves for getting complete deatils of event | 03:51 |
sripriya | KanagarajM_: right, but the events is always associated as a sub resource under tacker’s other resources | 03:51 |
sripriya | KanagarajM_: shouldn’t the events be part of resource’s REST api for ex: /vnfs/<uuid>/events?filters | 03:51 |
KanagarajM_ | if we look at closely, in event model, we just keep the resource id and not with foreign key, reason is, event is supported for more than one type (table) . today its VIM, VNFD and VNF and it might grow tomorrow | 03:52 |
sripriya | KanagarajM_: i’m fine with the db model, i’m talking about the rest api construction | 03:53 |
KanagarajM_ | so it' not an good idea to associate with every type | 03:54 |
sripriya | KanagarajM_: i’m not sure how /events/<event-id> would ever be useful of its own until and unless it is associated with every resource since events are always associated to a resource | 03:55 |
KanagarajM_ | sripriya, this will help is event show to provide complete deatils (includes extra) and it align with REST API, to get any details of resource | 03:56 |
sripriya | KanagarajM_: but then you are going to have multiple commans for each resource right, liek vnf-event-show , vnfd-event-show, vim-event-show etc | 03:57 |
sripriya | commands* | 03:57 |
KanagarajM_ | sripriya, i tried to insist that event is associated multiple types so, its better to flaten the REST API, which is simple by design | 03:57 |
*** amotoki has quit IRC | 03:58 | |
KanagarajM_ | sripriya, for events, event-list and event-show are the main commands, and we are trying to provide additional commands to make the user life easier. | 03:58 |
sripriya | KanagarajM_: so you do have dedicated commands event-list and event-show which takes event-id right? | 03:59 |
sripriya | KanagarajM_: ^^ | 04:05 |
*** amotoki has joined #tacker | 04:06 | |
KanagarajM_ | sripriya, yes | 04:06 |
KanagarajM_ | its captured in the latest patch-set, and it was there in earlier patch set too (only in patch-set 7 got missed :() | 04:07 |
sripriya | KanagarajM_: sure will take a look at the latest | 04:08 |
*** neel has joined #tacker | 04:11 | |
KanagarajM_ | sripriya, thanks a much. kindly help to get the spec in. as spec is in very good shape to reach its destination :) | 04:20 |
sripriya | KanagarajM_: my comments are clarified, thank you. i will +2 once vishwanathj addresses the minor comments on the latest patch. | 04:22 |
*** amotoki has quit IRC | 04:23 | |
*** links has joined #tacker | 04:24 | |
*** prashantD has joined #tacker | 04:29 | |
*** amotoki has joined #tacker | 04:29 | |
*** tbh has joined #tacker | 04:31 | |
openstackgerrit | Anshu Kumar proposed openstack/tacker: Masks hashed password in VIM CRUD responses https://review.openstack.org/333751 | 04:31 |
*** zeih has joined #tacker | 04:33 | |
*** vishnoianil has joined #tacker | 04:35 | |
*** zeih has quit IRC | 04:38 | |
*** amotoki has quit IRC | 04:38 | |
KanagarajM_ | sripriya, thank you :) | 04:40 |
*** prashantD has quit IRC | 04:44 | |
*** amotoki has joined #tacker | 04:49 | |
*** sripriya has quit IRC | 04:52 | |
*** sripriya has joined #tacker | 05:17 | |
openstackgerrit | Anshu Kumar proposed openstack/tacker: Masks hashed password in VIM CRUD responses https://review.openstack.org/333751 | 05:24 |
*** amotoki_ has joined #tacker | 05:29 | |
*** KanagarajM_ has quit IRC | 05:29 | |
*** amotoki has quit IRC | 05:32 | |
*** zeih has joined #tacker | 05:34 | |
*** zeih has quit IRC | 05:38 | |
*** sripriya has left #tacker | 06:12 | |
sridhar_ram | dkushwaha: pls review https://review.openstack.org/#/c/333751 when u get a chance | 06:17 |
*** zeih has joined #tacker | 06:22 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Add monitor feature to the VIM https://review.openstack.org/315475 | 06:30 |
*** anshukch has joined #tacker | 06:30 | |
*** anshukch has quit IRC | 06:51 | |
dkushwaha | sridhar_ram, yes, sure. | 07:00 |
*** neel has quit IRC | 07:15 | |
*** diga has joined #tacker | 07:22 | |
openstackgerrit | vishwanath jayaraman proposed openstack/tacker-specs: Tacker management resource audit/event support https://review.openstack.org/321370 | 07:23 |
*** Ravikiran_K has joined #tacker | 07:25 | |
*** anshukch has joined #tacker | 07:52 | |
*** Ravikiran_K has quit IRC | 08:06 | |
diga | sridhar_ram: priya_ : Hi | 08:17 |
*** neel has joined #tacker | 08:18 | |
*** janki has joined #tacker | 08:24 | |
*** anshukch has quit IRC | 08:39 | |
*** KanagarajM has joined #tacker | 08:45 | |
*** anshukch has joined #tacker | 09:15 | |
*** diga has quit IRC | 09:54 | |
*** diga has joined #tacker | 10:01 | |
*** neel has quit IRC | 10:40 | |
*** prashantD has joined #tacker | 10:40 | |
*** amotoki_ has quit IRC | 10:42 | |
*** prashantD has quit IRC | 10:44 | |
*** neel has joined #tacker | 10:56 | |
*** Ravikiran_K has joined #tacker | 10:59 | |
*** diga has quit IRC | 11:01 | |
*** KanagarajM has quit IRC | 11:03 | |
openstackgerrit | Anshu Kumar proposed openstack/tacker: Masks hashed password in VIM CRUD responses https://review.openstack.org/333751 | 11:22 |
*** fxpester has quit IRC | 11:52 | |
*** fxpester has joined #tacker | 11:57 | |
*** gongysh has quit IRC | 11:57 | |
*** anshukch has quit IRC | 12:07 | |
*** anshukch has joined #tacker | 12:10 | |
*** amotoki has joined #tacker | 12:12 | |
openstackgerrit | Martin Oemke proposed openstack/tacker: Add .idea/ to .gitignore https://review.openstack.org/339496 | 12:26 |
*** neel has quit IRC | 12:42 | |
*** bobh has joined #tacker | 13:00 | |
*** bobh has quit IRC | 13:11 | |
*** lamt has joined #tacker | 13:12 | |
*** links has quit IRC | 13:15 | |
*** gongysh has joined #tacker | 13:35 | |
*** aasmith has joined #tacker | 13:40 | |
*** janki has quit IRC | 13:48 | |
*** mbound has joined #tacker | 14:11 | |
*** diga has joined #tacker | 14:19 | |
*** neel has joined #tacker | 14:19 | |
*** tbh has quit IRC | 14:39 | |
*** links has joined #tacker | 14:45 | |
sridhar_ram | diga: pong | 14:46 |
*** links has quit IRC | 14:54 | |
diga | sridhar_ram: Hi | 15:03 |
diga | sridhar_ram: my setup is ready with devstack | 15:04 |
diga | do we have any low hanging fruit bugs ? | 15:04 |
*** vishwanathj has joined #tacker | 15:10 | |
sridhar_ram | diga: yes, I just opened one yesterday...let me find it | 15:14 |
diga | sridhar_ram: sure | 15:14 |
sridhar_ram | diga: oops, it already got picked up :( | 15:16 |
sridhar_ram | diga: https://bugs.launchpad.net/tacker/+bug/1600111 | 15:16 |
openstack | Launchpad bug 1600111 in tacker "Tacker extension alias and name are swapped" [Low,New] - Assigned to Manikantha Srinivas Tadi (manikantha-tadi) | 15:16 |
sridhar_ram | diga: please check with Mani if he is okay to have you take this one | 15:17 |
*** bobh has joined #tacker | 15:21 | |
openstackgerrit | Merged openstack/tacker: Add .idea/ to .gitignore https://review.openstack.org/339496 | 15:36 |
neel | Hi sridhar_ram, I think it would be wise to add .idea/ in even python-tackerclient and tacker-horizon .gitignore. I'm adding that. | 15:48 |
openstackgerrit | Neeldhwaj Pathak proposed openstack/python-tackerclient: Add .idea/ to python-tackerclient .gitignore https://review.openstack.org/339644 | 15:53 |
*** sripriya has joined #tacker | 15:54 | |
sridhar_ram | neel: sure | 15:56 |
openstackgerrit | Neeldhwaj Pathak proposed openstack/tacker-horizon: Add .idea/ to tacker-horizon .gitignore https://review.openstack.org/339645 | 15:58 |
*** uck has joined #tacker | 16:11 | |
diga | sridhar_ram: thank yyou | 16:15 |
diga | sridhar_ram: what is the nickname of Mani | 16:16 |
*** uck_ has joined #tacker | 16:16 | |
diga | sridhar_ram: I think he is not there now, do you have any other I can take that up | 16:17 |
*** amotoki has quit IRC | 16:18 | |
*** uck has quit IRC | 16:18 | |
diga | sridhar_ram: sorry for that, but I want to start my contribution | 16:18 |
*** gongysh has quit IRC | 16:21 | |
*** egonzalez has joined #tacker | 16:21 | |
*** egonzalez has left #tacker | 16:22 | |
sripriya | anshukch: ping | 16:22 |
anshukch | sripriya: ping | 16:22 |
sripriya | anshukch_: needed more context on the oslo bug in mask_dict_password patch. what is the error and where do you see it | 16:23 |
sripriya | anshukch: ^ | 16:24 |
anshukch | mask_dict_password after this patch https://review.openstack.org/#/c/332438/ strips None, boolean valued keys. | 16:24 |
anshukch | So the test of vim creation was getting placement_attr stripped from it. | 16:25 |
*** uck has joined #tacker | 16:25 | |
anshukch | and was failing. | 16:25 |
anshukch | dkushwaha and I too, unknowingly, raised a bug in oslo_utils and he proposed a patch as well. Meanwhile, I have shifted focus of masking from entire dict input to just auth credentials inp dict. | 16:26 |
sridhar_ram | diga: I've reached out to Manikantha has he as many assigned bugs that is not in-progress. Will find something for you :) | 16:26 |
*** uck_ has quit IRC | 16:26 | |
sripriya | anshukch: you mean the py27 job on patchset5 was failing? | 16:27 |
anshukch | yes. | 16:27 |
anshukch | sripriya: do I make sense? | 16:28 |
*** uck_ has joined #tacker | 16:30 | |
*** vishwanathj has quit IRC | 16:30 | |
sridhar_ram | sripriya: https://review.openstack.org/#/c/338109/ is not merging because the parent (https://review.openstack.org/#/c/338087/) hasn't merged ... | 16:31 |
*** uck has quit IRC | 16:32 | |
*** janki has joined #tacker | 16:32 | |
sridhar_ram | sripriya: can u review https://review.openstack.org/#/c/338087 (the parent) and merge if a-ok ? | 16:32 |
diga | sridhar_ram: great! | 16:40 |
diga | thanks! | 16:40 |
sripriya | anshukch: got it thanks. | 16:46 |
sripriya | sridhar_ram: noted | 16:46 |
anshukch | sripriya: thanks | 16:47 |
*** tbh has joined #tacker | 16:49 | |
openstackgerrit | Merged openstack/tacker: Masks hashed password in VIM CRUD responses https://review.openstack.org/333751 | 16:54 |
*** anshukch has quit IRC | 17:08 | |
*** Ravikiran_K has quit IRC | 17:15 | |
*** bobh has quit IRC | 17:16 | |
*** amotoki has joined #tacker | 17:18 | |
janki | how to call server api for "tacker vnf-show --show_details" command | 17:21 |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Add monitor feature to the VIM https://review.openstack.org/315475 | 17:21 |
*** amotoki has quit IRC | 17:24 | |
*** uck has joined #tacker | 17:26 | |
*** uck_ has quit IRC | 17:26 | |
*** sripriya has quit IRC | 17:31 | |
*** s3wong has joined #tacker | 17:35 | |
openstackgerrit | vishwanath jayaraman proposed openstack/tacker: Adds event plugin for audit support https://review.openstack.org/326102 | 17:39 |
*** sripriya has joined #tacker | 17:41 | |
*** prashantD has joined #tacker | 17:44 | |
*** mbound has quit IRC | 17:59 | |
*** uck_ has joined #tacker | 18:04 | |
*** uck has quit IRC | 18:06 | |
*** anshukch has joined #tacker | 18:15 | |
*** sripriya has quit IRC | 18:24 | |
*** uck_ has quit IRC | 18:32 | |
*** neel has quit IRC | 18:44 | |
*** mbound has joined #tacker | 18:59 | |
*** uck has joined #tacker | 19:03 | |
*** mbound has quit IRC | 19:04 | |
*** amotoki has joined #tacker | 19:22 | |
*** uck_ has joined #tacker | 19:26 | |
*** amotoki has quit IRC | 19:27 | |
*** uck has quit IRC | 19:28 | |
*** uck has joined #tacker | 19:31 | |
*** uck_ has quit IRC | 19:33 | |
*** sripriya has joined #tacker | 19:37 | |
*** aasmith has quit IRC | 19:47 | |
openstackgerrit | Martin Oemke proposed openstack/tacker: Fix E128 in tacker server https://review.openstack.org/339794 | 19:48 |
openstackgerrit | bharaththiruveedula proposed openstack/tacker-specs: Tacker VNFC support https://review.openstack.org/339798 | 20:05 |
*** tbh has quit IRC | 20:07 | |
*** bobh has joined #tacker | 20:07 | |
*** mbound has joined #tacker | 20:11 | |
*** mbound has quit IRC | 20:15 | |
*** janki has quit IRC | 20:20 | |
*** amotoki has joined #tacker | 20:23 | |
*** amotoki has quit IRC | 20:27 | |
*** bobh has quit IRC | 20:35 | |
*** bobh has joined #tacker | 20:37 | |
*** amotoki has joined #tacker | 21:24 | |
*** bobh has quit IRC | 21:28 | |
*** amotoki has quit IRC | 21:28 | |
*** neel has joined #tacker | 21:34 | |
*** neel has quit IRC | 21:34 | |
*** sripriya has quit IRC | 21:35 | |
*** uck_ has joined #tacker | 22:03 | |
*** uck has quit IRC | 22:03 | |
*** amotoki has joined #tacker | 22:24 | |
*** zeih has quit IRC | 22:27 | |
*** amotoki has quit IRC | 22:29 | |
*** uck_ has quit IRC | 23:09 | |
*** amotoki has joined #tacker | 23:25 | |
*** zeih has joined #tacker | 23:27 | |
*** amotoki has quit IRC | 23:30 | |
*** zeih has quit IRC | 23:32 | |
*** sripriya has joined #tacker | 23:47 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!