*** manjong has joined #tacker | 00:01 | |
*** manjong has quit IRC | 00:06 | |
*** KanagarajM has joined #tacker | 00:08 | |
*** zerick has quit IRC | 00:12 | |
*** manjong has joined #tacker | 00:12 | |
*** afranc has quit IRC | 00:12 | |
*** zerick has joined #tacker | 00:13 | |
*** bobmel has joined #tacker | 00:14 | |
*** manjong has quit IRC | 00:17 | |
*** afranc has joined #tacker | 00:18 | |
*** bobmel has quit IRC | 00:19 | |
*** manjong has joined #tacker | 00:22 | |
*** KanagarajM has quit IRC | 00:26 | |
*** KanagarajM has joined #tacker | 00:26 | |
*** manjong has quit IRC | 00:27 | |
*** manjong has joined #tacker | 00:33 | |
*** bobmel has joined #tacker | 00:35 | |
*** manjong has quit IRC | 00:37 | |
*** bobmel has quit IRC | 00:40 | |
*** arturt__ has joined #tacker | 00:45 | |
openstackgerrit | Merged openstack/tacker: Remove useless requirements https://review.openstack.org/417816 | 00:49 |
---|---|---|
*** arturt__ has quit IRC | 00:51 | |
openstackgerrit | Merged openstack/tacker: Remove deprecated heat infra_driver https://review.openstack.org/387240 | 00:55 |
*** bobmel has joined #tacker | 00:56 | |
*** manjong has joined #tacker | 00:56 | |
*** yifei has joined #tacker | 00:59 | |
*** manjong has quit IRC | 01:00 | |
*** bobmel has quit IRC | 01:00 | |
*** KanagarajM has quit IRC | 01:03 | |
*** KanagarajM has joined #tacker | 01:03 | |
*** manjong has joined #tacker | 01:07 | |
*** manjong has quit IRC | 01:11 | |
*** KanagarajM has quit IRC | 01:12 | |
*** bobmel has joined #tacker | 01:17 | |
*** bobmel has quit IRC | 01:21 | |
*** bobmel has joined #tacker | 01:38 | |
*** arturt__ has joined #tacker | 01:39 | |
*** bobmel has quit IRC | 01:42 | |
*** arturt__ has quit IRC | 01:44 | |
*** bobmel has joined #tacker | 01:59 | |
*** bobmel has quit IRC | 02:03 | |
*** s3wong has quit IRC | 02:08 | |
*** bobmel has joined #tacker | 02:19 | |
*** bobmel has quit IRC | 02:24 | |
*** arturt__ has joined #tacker | 02:33 | |
*** arturt__ has quit IRC | 02:38 | |
*** bobmel has joined #tacker | 03:01 | |
*** bobmel has quit IRC | 03:06 | |
*** amotoki has quit IRC | 03:21 | |
*** diga has joined #tacker | 03:27 | |
*** arturt__ has joined #tacker | 03:27 | |
*** amotoki has joined #tacker | 03:29 | |
*** arturt__ has quit IRC | 03:32 | |
*** amotoki has quit IRC | 03:33 | |
*** KanagarajM has joined #tacker | 03:41 | |
*** bobmel has joined #tacker | 03:43 | |
*** links has joined #tacker | 03:47 | |
*** gongysh has joined #tacker | 03:47 | |
*** KanagarajM has quit IRC | 03:47 | |
*** bobmel has quit IRC | 03:47 | |
gongysh | sridhar_ram, hi | 03:48 |
gongysh | sridhar_ram, I am afraid I will be absent from today's meeting. | 03:48 |
sridhar_ram | gongysh: okay, thanks for the heads up | 03:57 |
sridhar_ram | gongysh: can u merge janki's infra/mgmt driver removal | 03:58 |
gongysh | ok | 03:59 |
*** bobmel has joined #tacker | 04:04 | |
openstackgerrit | Merged openstack/tacker: Remove infra and mgmt parsing logic from API https://review.openstack.org/405943 | 04:07 |
*** janki has joined #tacker | 04:08 | |
*** bobmel has quit IRC | 04:08 | |
diga | sridhar_ram: Hi | 04:17 |
diga | sridhar_ram: I have answered to all queries - https://review.openstack.org/#/c/368511/15, please go through it before the meeting | 04:20 |
*** arturt__ has joined #tacker | 04:22 | |
*** bobmel has joined #tacker | 04:25 | |
*** arturt__ has quit IRC | 04:27 | |
*** bobmel has quit IRC | 04:29 | |
*** moiz has quit IRC | 04:32 | |
*** moiz_ has joined #tacker | 04:32 | |
janki | gongysh, ping | 04:32 |
gongysh | hi | 04:33 |
janki | gongysh, How are you? | 04:33 |
gongysh | janki, good. | 04:33 |
janki | Do you have any further queries on the oatch that remoes infra and mgmt driver passing? | 04:33 |
janki | We can talk here and clear those, gongysh | 04:33 |
gongysh | janki, I have given on review. | 04:34 |
gongysh | janki, I think we can remove mgmt in db too. | 04:34 |
janki | gongysh, I have replied to your comments on review. The patch is merged as of now. | 04:34 |
janki | But can edit in the follow ups | 04:34 |
gongysh | janki, yes. that is at request of sridhar_ram, so I merged it. | 04:35 |
janki | gongysh, mgmt_driver value needs to be stored because it is used in create_vnf | 04:35 |
gongysh | janki, we can get it from vnfd. | 04:35 |
janki | the value is derived from template [1] and stored in VNFD DB because it is again required while VNF creation [2], the sequence of functions being called | 04:35 |
janki | create_vnf -> _create_vnf -> mgmt_create_pre -> _invoke -> _mgmt_driver_name in plugin.py | 04:35 |
janki | [1]. https://github.com/openstack/tacker/blob/master/tacker/vnfm/plugin.py#L210 | 04:35 |
janki | [2]. https://github.com/openstack/tacker/blob/master/tacker/db/vnfm/vnfm_db.py#L214 | 04:35 |
gongysh | janki, I know that. we can fix it. | 04:36 |
janki | gongysh, getting it from vnfd would then mean refactoring few functions | 04:36 |
gongysh | janki, yes. we have refactor it before to deprecate the API of mgmt_driver. | 04:37 |
gongysh | janki, now we can do the next part of it. | 04:38 |
gongysh | janki, thanks for the all patches you have done. | 04:38 |
janki | gongysh, sounds good. I can take it up if you are not taking | 04:38 |
janki | gongysh, thanks for reviewing them :) | 04:38 |
gongysh | janki, you got it. my main work is to review, not to code. | 04:39 |
gongysh | janki, core reviewer, not core developer. | 04:39 |
janki | gongysh, hahahha... sure will take it up. thanks :) | 04:40 |
*** bobmel has joined #tacker | 04:46 | |
*** bobmel has quit IRC | 04:50 | |
*** bobmel has joined #tacker | 05:07 | |
*** dkushwaha has joined #tacker | 05:11 | |
*** bobmel has quit IRC | 05:11 | |
*** Yanxingan has joined #tacker | 05:14 | |
*** arturt__ has joined #tacker | 05:16 | |
*** arturt__ has quit IRC | 05:21 | |
gongysh | sridhar_ram, https://wiki.openstack.org/wiki/Meetings/Tacker | 05:23 |
gongysh | sridhar_ram, you are obviously missing 2017. | 05:23 |
gongysh | sridhar_ram, you are obviously missing 20176 | 05:23 |
gongysh | sridhar_ram, you are obviously missing 2016 | 05:23 |
*** priya__ has quit IRC | 05:23 | |
*** bobmel has joined #tacker | 05:28 | |
*** Yanxingan has quit IRC | 05:29 | |
*** Yanxing_an has joined #tacker | 05:29 | |
*** bobmel has quit IRC | 05:32 | |
*** tbh has joined #tacker | 05:43 | |
*** KanagarajM has joined #tacker | 05:45 | |
*** bobmel has joined #tacker | 05:49 | |
*** s3wong has joined #tacker | 05:52 | |
*** bobmel has quit IRC | 05:53 | |
*** gongysh has quit IRC | 05:54 | |
openstackgerrit | Ukesh Kumar proposed openstack/tacker: Wrong value set when passing param to VNFD https://review.openstack.org/417752 | 06:00 |
*** bobmel has joined #tacker | 06:09 | |
*** arturt__ has joined #tacker | 06:10 | |
*** bobmel has quit IRC | 06:14 | |
*** arturt__ has quit IRC | 06:15 | |
*** gongysh has joined #tacker | 06:21 | |
*** bobmel has joined #tacker | 06:30 | |
*** s3wong has quit IRC | 06:30 | |
sridhar_ram | gongysh: thanks for fixing the wiki | 06:30 |
sridhar_ram | Yanxing_an: hi | 06:31 |
Yanxing_an | hi | 06:31 |
tbh | sridhar_ram, it is a typo, I meant it is not optional in https://review.openstack.org/#/c/417488/ | 06:31 |
sridhar_ram | Yanxing_an: what you mean by "vnf-trigger" command | 06:31 |
gongysh | to trigger scaling, I think. | 06:31 |
openstackgerrit | wei zhang proposed openstack/tacker: Replaces uuid.uuid4 with uuidutils.generate_uuid() https://review.openstack.org/395993 | 06:31 |
Yanxing_an | sridhar_ram: the VNFMPlugin support create_vnf_trigger function, but the cli not have this command | 06:33 |
Yanxing_an | and the vnfm extension supports triggers for vnf too. | 06:33 |
*** bobmel has quit IRC | 06:35 | |
KanagarajM | tbh, pls refer https://github.com/openstack/heat/blob/master/heat_integrationtests/prepare_test_env.sh for your test case | 06:37 |
sridhar_ram | Yanxing_an: i think this is for ceilometer alarm callback that triggers scaling action | 06:37 |
sridhar_ram | tung_doan: would know more about this | 06:38 |
*** gongysh has quit IRC | 06:39 | |
tbh | KanagarajM, thanks for the link, I will look into this | 06:39 |
KanagarajM | tbh, sure | 06:41 |
openstackgerrit | bharaththiruveedula proposed openstack/python-tackerclient: Remove unwanted 'required' parameters https://review.openstack.org/417488 | 06:43 |
Yanxing_an | sridhar_ram: Thanks. but I have not find where to call the create_vnf_trigger function. | 06:44 |
sridhar_ram | Yanxing_an: it puzzles me as well, tung_doan do you know ? | 06:48 |
*** yifei has quit IRC | 06:51 | |
*** bobmel has joined #tacker | 06:51 | |
*** bobmel has quit IRC | 06:56 | |
*** yifei has joined #tacker | 06:57 | |
*** arturt__ has joined #tacker | 07:04 | |
*** arturt__ has quit IRC | 07:09 | |
*** bobmel has joined #tacker | 07:12 | |
*** tbh has quit IRC | 07:13 | |
tung_doan | Yangxing_an: hello | 07:16 |
*** bobmel has quit IRC | 07:17 | |
tung_doan | Yanxing_an: hello | 07:24 |
*** amotoki has joined #tacker | 07:28 | |
*** bobmel has joined #tacker | 07:33 | |
*** bobmel has quit IRC | 07:38 | |
Yanxing_an | tung_doam: I am here | 07:46 |
Yanxing_an | tung_doan: howdy. I'm back | 07:49 |
tung_doan | Yanxing_an: I heard you have question in alarm monitor. please shoot it | 07:50 |
Yanxing_an | tung_doan: VNFMPlugin has function: create_vnf_trigger, here/how to use it? | 07:51 |
tung_doan | Yanxing_an: ok.. when alarm request come, alarm_receiver will catch it: https://github.com/openstack/tacker/blob/master/tacker/alarm_receiver.py#L75 | 07:52 |
tung_doan | Yanxing_an: create_vnf_trigger automatically execute alarm request | 07:53 |
*** arturt__ has joined #tacker | 07:58 | |
*** arturt__ has quit IRC | 08:00 | |
Yanxing_an | tung_doan: I see, the create_vnf_trigger function is just called when a alarm is triggered. the function name is puzzling :) | 08:00 |
tung_doan | Yanxing_an: you're right. thanks for looking into this | 08:02 |
tung_doan | Yanxing_an: just for your info. , create_vnf_trigger will trigger backend actions like auto-scaling or respawning :) | 08:08 |
*** amotoki has quit IRC | 08:16 | |
Yanxing_an | tung_doan: Thanks a lot! i have seen the vnfd alarm templates in codes, but donot known the workflow of trigger before your explain. | 08:21 |
*** arturt__ has joined #tacker | 08:29 | |
*** bobmel has joined #tacker | 08:35 | |
*** bobmel has quit IRC | 08:40 | |
*** priya_ has joined #tacker | 08:43 | |
*** arturt__ has quit IRC | 08:52 | |
*** bobmel has joined #tacker | 08:57 | |
*** bobmel has quit IRC | 09:01 | |
*** arturt__ has joined #tacker | 09:14 | |
*** amotoki has joined #tacker | 09:22 | |
*** saju_m has joined #tacker | 09:35 | |
*** dkushwaha has quit IRC | 09:43 | |
*** bobmel has joined #tacker | 09:59 | |
*** arturt__ has quit IRC | 09:59 | |
*** arturt__ has joined #tacker | 10:01 | |
*** bobmel has quit IRC | 10:04 | |
*** bobmel has joined #tacker | 10:20 | |
*** bobmel has quit IRC | 10:25 | |
*** tbh has joined #tacker | 10:38 | |
*** bobmel has joined #tacker | 10:41 | |
*** bobmel has quit IRC | 10:46 | |
tbh | KanagarajM, can you review https://review.openstack.org/#/c/417488/ ? | 10:48 |
*** Yanxing_an has quit IRC | 10:51 | |
*** priya_ has quit IRC | 10:53 | |
*** bobmel has joined #tacker | 11:02 | |
*** bobmel has quit IRC | 11:06 | |
openstackgerrit | Merged openstack/tacker: _80_nfv.py file is moved to enabled folder in tacker_horizon folder https://review.openstack.org/418173 | 11:14 |
*** bobmel has joined #tacker | 11:23 | |
moiz_ | Hello everyone | 11:26 |
moiz_ | When i install tacker through fuel. The openstack horizon UI does not the nfv dashboard | 11:27 |
moiz_ | when I looked into the /usr/share/openstack-dashboard/openstack_dashboard/enabled/ directory it did not have the _80_nfv.py file | 11:27 |
moiz_ | i had to manually clone the code and copy the file in the above directory. | 11:28 |
moiz_ | is this a known issue ? or just come config problem at my end? | 11:28 |
*** priya_ has joined #tacker | 11:31 | |
moiz_ | another issue i faced is as follows: after successful installation of Tacker through fuel. The NFV dashboard throws out the error that nfv-orchestration service type for tacker user is not defined | 11:34 |
moiz_ | when i checked the service type of tacker it showed type: | type | servicevm | | 11:35 |
moiz_ | the manual installation guide of tacker mentions that the type should be nfv-orchestration (link: http://tacker-docs.readthedocs.io/en/latest/install/manual_installation.html) | 11:35 |
moiz_ | i deleted the user, endpoint and service. dropped the tacker database and created everything again with service type nfv-orchestration removed this error for me. Is this a bug too? | 11:36 |
*** bobmel_ has joined #tacker | 11:39 | |
*** bobmel has quit IRC | 11:41 | |
openstackgerrit | Merged openstack/python-tackerclient: Remove unwanted 'required' parameters https://review.openstack.org/417488 | 11:54 |
KanagarajM | tbh, done ! | 11:58 |
*** amotoki has quit IRC | 12:14 | |
*** arturt__ has quit IRC | 12:16 | |
*** arturt__ has joined #tacker | 12:16 | |
*** amotoki has joined #tacker | 12:26 | |
*** arturt__ has quit IRC | 12:30 | |
*** arturt__ has joined #tacker | 12:31 | |
*** janki has quit IRC | 12:35 | |
*** janki has joined #tacker | 12:37 | |
*** yifei has quit IRC | 12:38 | |
*** veena_ has joined #tacker | 12:46 | |
*** amotoki has quit IRC | 12:50 | |
*** tbh has quit IRC | 12:51 | |
*** amotoki has joined #tacker | 13:00 | |
*** amotoki has quit IRC | 13:02 | |
*** amotoki has joined #tacker | 13:05 | |
*** yifei has joined #tacker | 13:07 | |
*** arturt__ has quit IRC | 13:15 | |
*** arturt__ has joined #tacker | 13:16 | |
*** yifei has quit IRC | 13:17 | |
*** amotoki has quit IRC | 13:28 | |
*** yifei has joined #tacker | 13:32 | |
*** amotoki has joined #tacker | 13:39 | |
*** arturt__ has quit IRC | 13:46 | |
*** arturt__ has joined #tacker | 13:47 | |
*** yifei has quit IRC | 13:54 | |
*** yifei has joined #tacker | 13:56 | |
*** amotoki has quit IRC | 13:59 | |
*** arturt__ has quit IRC | 14:01 | |
*** lamt has joined #tacker | 14:01 | |
*** links has quit IRC | 14:02 | |
*** arturt__ has joined #tacker | 14:03 | |
*** diga has quit IRC | 14:06 | |
*** bobmel_ has quit IRC | 14:06 | |
*** KanagarajM has quit IRC | 14:20 | |
*** tbh has joined #tacker | 14:32 | |
*** arturt__ has quit IRC | 14:36 | |
*** arturt__ has joined #tacker | 14:37 | |
*** KanagarajM has joined #tacker | 14:37 | |
*** amotoki has joined #tacker | 14:39 | |
*** lamt has quit IRC | 14:40 | |
*** bobmel has joined #tacker | 14:48 | |
*** bobmel has quit IRC | 14:54 | |
*** bobmel has joined #tacker | 14:59 | |
*** arturt__ has quit IRC | 15:02 | |
*** bobh has joined #tacker | 15:02 | |
*** arturt__ has joined #tacker | 15:03 | |
*** bobmel_ has joined #tacker | 15:08 | |
*** bobmel has quit IRC | 15:10 | |
*** janki has quit IRC | 15:12 | |
*** KanagarajM has quit IRC | 15:15 | |
*** KanagarajM has joined #tacker | 15:15 | |
tbh | KanagarajM, ping | 15:21 |
*** KanagarajM has quit IRC | 15:22 | |
*** KanagarajM has joined #tacker | 15:22 | |
tbh | sridhar_ram, ping | 15:23 |
*** bobmel has joined #tacker | 15:28 | |
*** bobmel_ has quit IRC | 15:31 | |
*** KanagarajM has quit IRC | 15:32 | |
*** yifei has quit IRC | 15:35 | |
*** spzala has joined #tacker | 15:45 | |
*** saju_m has quit IRC | 15:51 | |
*** manjong has joined #tacker | 15:54 | |
*** bobmel_ has joined #tacker | 16:02 | |
*** bobmel has quit IRC | 16:02 | |
*** bobmel_ has quit IRC | 16:03 | |
*** lamt has joined #tacker | 16:03 | |
*** bobmel has joined #tacker | 16:03 | |
*** arturt__ has quit IRC | 16:06 | |
*** arturt has joined #tacker | 16:06 | |
*** bobmel has quit IRC | 16:09 | |
*** bobmel has joined #tacker | 16:10 | |
*** tbh has quit IRC | 16:33 | |
*** tbh has joined #tacker | 16:39 | |
*** arturt has quit IRC | 16:44 | |
*** bobmel_ has joined #tacker | 16:48 | |
*** bobmel has quit IRC | 16:51 | |
*** arturt has joined #tacker | 17:02 | |
*** bobmel_ has quit IRC | 17:22 | |
*** bobmel has joined #tacker | 17:24 | |
*** bobmel has quit IRC | 17:27 | |
*** bobmel has joined #tacker | 17:27 | |
*** bobmel has quit IRC | 17:28 | |
*** bobmel has joined #tacker | 17:31 | |
*** veena_ has quit IRC | 17:42 | |
*** tung_doan has quit IRC | 17:53 | |
*** veena_ has joined #tacker | 17:57 | |
*** arturt has quit IRC | 18:02 | |
*** arturt has joined #tacker | 18:03 | |
*** veena_ has quit IRC | 18:04 | |
*** bobmel_ has joined #tacker | 18:08 | |
*** bobmel has quit IRC | 18:12 | |
*** bobh has quit IRC | 18:12 | |
*** tbh has quit IRC | 18:14 | |
*** tung_doan has joined #tacker | 18:15 | |
*** manjong has quit IRC | 18:16 | |
*** arturt has quit IRC | 18:17 | |
*** arturt has joined #tacker | 18:24 | |
*** arturt has quit IRC | 18:30 | |
*** amotoki has quit IRC | 18:32 | |
*** s3wong has joined #tacker | 18:42 | |
*** manjong has joined #tacker | 18:50 | |
*** manjong has quit IRC | 18:55 | |
openstackgerrit | bharaththiruveedula proposed openstack/tacker: Implement NSD Support https://review.openstack.org/412177 | 19:03 |
*** spzala has quit IRC | 19:07 | |
*** spzala has joined #tacker | 19:07 | |
*** spzala has quit IRC | 19:12 | |
*** arturt has joined #tacker | 19:17 | |
*** s3wong has quit IRC | 19:32 | |
*** amotoki has joined #tacker | 19:32 | |
*** manjong has joined #tacker | 19:45 | |
*** manjong has quit IRC | 19:49 | |
*** spzala_ has joined #tacker | 20:15 | |
*** spzala_ has quit IRC | 20:20 | |
*** spzala has joined #tacker | 20:21 | |
*** bobh has joined #tacker | 20:32 | |
*** bobh has quit IRC | 20:32 | |
*** manjong has joined #tacker | 20:39 | |
*** manjong has quit IRC | 20:44 | |
*** manjong has joined #tacker | 21:33 | |
*** manjong has quit IRC | 21:37 | |
sridhar_ram | moiz_: tacker-horizon issue you reported just got fixed in the master branch.. see https://review.openstack.org/#/c/417657/ | 21:46 |
sridhar_ram | moiz_: next tacker-horizon pypi release will have this | 21:46 |
sridhar_ram | moiz_: the link you used for manual installation is not the correct one.. please use the latest official install doc at http://docs.openstack.org/developer/tacker/install/manual_installation.html | 21:47 |
*** manjong has joined #tacker | 21:55 | |
*** manjong has quit IRC | 21:59 | |
*** spzala has quit IRC | 22:09 | |
*** spzala has joined #tacker | 22:16 | |
*** spzala has quit IRC | 22:20 | |
*** arturt has quit IRC | 22:21 | |
*** s3wong has joined #tacker | 22:24 | |
*** spzala has joined #tacker | 22:28 | |
*** manjong has joined #tacker | 22:29 | |
*** manjong has quit IRC | 22:34 | |
*** arturt has joined #tacker | 22:42 | |
*** spzala has joined #tacker | 23:01 | |
*** bobmel_ has quit IRC | 23:02 | |
*** spzala has quit IRC | 23:09 | |
*** spzala has joined #tacker | 23:09 | |
*** lamt has quit IRC | 23:11 | |
*** spzala has quit IRC | 23:18 | |
*** manjong has joined #tacker | 23:23 | |
*** manjong has quit IRC | 23:28 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!