*** uck has quit IRC | 00:00 | |
*** uck has joined #tacker | 00:02 | |
*** prashantD_ has quit IRC | 00:03 | |
*** bobh has quit IRC | 00:04 | |
*** uck has quit IRC | 00:06 | |
*** amotoki has quit IRC | 00:17 | |
*** prashantD__ has quit IRC | 00:31 | |
*** santoshk has quit IRC | 00:39 | |
*** prashantD has joined #tacker | 00:49 | |
*** sripriya has quit IRC | 00:53 | |
*** aasmith has joined #tacker | 00:58 | |
*** mbound has joined #tacker | 01:00 | |
*** mbound has quit IRC | 01:05 | |
*** KanagarajM has joined #tacker | 01:09 | |
openstackgerrit | Merged openstack/tacker: Delete device when instance_id is null https://review.openstack.org/329757 | 01:19 |
---|---|---|
*** KanagarajM has quit IRC | 01:27 | |
*** prashantD has quit IRC | 01:59 | |
*** s3wong has quit IRC | 02:23 | |
*** amotoki has joined #tacker | 03:07 | |
*** amotoki has quit IRC | 03:09 | |
*** aasmith has quit IRC | 03:16 | |
*** KanagarajM has joined #tacker | 03:17 | |
*** sripriya has joined #tacker | 03:20 | |
*** sripriya_ has joined #tacker | 03:21 | |
*** sripriya has quit IRC | 03:25 | |
*** vishnoianil has quit IRC | 03:35 | |
*** sripriya_ is now known as sripriya | 03:43 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/tacker: TOSCA definitions and sample template for scaling support https://review.openstack.org/329528 | 03:57 |
openstackgerrit | Kanagaraj Manickam proposed openstack/tacker: Refactor heat driver create() handler https://review.openstack.org/330664 | 03:57 |
openstackgerrit | Kanagaraj Manickam proposed openstack/tacker: Correct the reference and actual position in assertEqual https://review.openstack.org/330665 | 03:57 |
openstackgerrit | Kanagaraj Manickam proposed openstack/tacker: Heat driver update for scaling support https://review.openstack.org/330666 | 03:57 |
openstackgerrit | Kanagaraj Manickam proposed openstack/tacker: Scaling policy API https://review.openstack.org/330667 | 03:57 |
openstackgerrit | Kanagaraj Manickam proposed openstack/tacker: Heat driver config updates https://review.openstack.org/329527 | 03:57 |
*** amotoki has joined #tacker | 04:00 | |
*** lamt has quit IRC | 04:11 | |
dkushwaha_ | sripriya, hi | 04:17 |
*** amotoki has quit IRC | 04:18 | |
sripriya | dkushwaha_: hello | 04:19 |
dkushwaha_ | sripriya, Regarding patch-set https://review.openstack.org/#/c/269424/ | 04:19 |
dkushwaha_ | sripriya, please check the comments on line # 233 of https://review.openstack.org/#/c/269424/15/tacker/vm/plugin.py | 04:20 |
sripriya | dkushwaha_: you are addressing the concern in MgmtDriverException itself which has the exact same behavior as the generic exception | 04:23 |
sripriya | dkushwaha_: so the generic exception is not required | 04:24 |
dkushwaha_ | sripriya, currently I were testing the updated patch-set after incorporating your comments . As mentioned in comments in line # 233 of https://review.openstack.org/#/c/269424/15/tacker/vm/plugin.py, I have set new_status = constants.ERROR there | 04:24 |
sripriya | dkushwaha_: yes | 04:25 |
dkushwaha_ | but now, while testing, i observed a behavior like: when cmd_executer failed to connect, it set it as new_status = constants.ERROR even if everythings are fine | 04:26 |
openstackgerrit | Sripriya Seetharam proposed openstack/tacker: Refactor heat stack name to use device name https://review.openstack.org/330882 | 04:26 |
openstackgerrit | Kanagaraj Manickam proposed openstack/tacker-specs: VNF manual and auto scaling https://review.openstack.org/318577 | 04:27 |
sripriya | dkushwaha_: yes, i observed that as well. so basically EOD configuration did not happen | 04:28 |
sripriya | dkushwaha_: it may be a conneciton failure or the config itself failed | 04:28 |
dkushwaha_ | sripriya, right | 04:29 |
sripriya | dkushwaha_: configuring a VNF and its status is imp. to user. IMO i think it is fine to set the error state and also populate the error reason | 04:29 |
dkushwaha_ | sripriya, but monitoring driver will still keep it monitoring | 04:29 |
dkushwaha_ | sripriya, even its status is ERROR | 04:30 |
sripriya | dkushwaha_: lol, :-) | 04:30 |
sripriya | dkushwaha_: we need to stop monitoring that resource then. it servers no purpose | 04:30 |
sripriya | serves* | 04:31 |
dkushwaha_ | sripriya, exactly | 04:31 |
dkushwaha_ | sripriya, So do we needs to log a bug for this and handle separately ? | 04:32 |
sripriya | dkushwaha_: yes, let us fix this separately and not mix with the current patch. good catch on monitoring thing. pl raise a bug. | 04:33 |
dkushwaha_ | sripriya, ok, thanks for confirmation | 04:33 |
openstackgerrit | Sripriya Seetharam proposed openstack/tacker: Refactor heat stack name to use device name https://review.openstack.org/330882 | 04:34 |
dkushwaha_ | sripriya, one more thing. in vm/mgmt_drivers/openwrt/openwrt.py, MgmtDriverException can be raised by _config_service() only. So IMO we should keep generic Exception too ( your comment in line #244 in tacker/vm/plugin.py) | 04:40 |
dkushwaha_ | sripriya, kindly suggest your opinion | 04:41 |
*** tbh has joined #tacker | 04:44 | |
tbh | sridhar_ram, ping | 04:45 |
*** amotoki has joined #tacker | 04:45 | |
sridhar_ram | tbh: pong | 05:05 |
tbh | sridhar_ram, we already have novaclient in requirements.txt, do we still require in test-requirements.txt? | 05:07 |
sridhar_ram | tbh: ah, i didn't realize it was in requirements.txt... it can't be in both, i agree | 05:07 |
sridhar_ram | however, we shd not have novaclient in requirements.txt, but we can remove only after we remove nova infra driver | 05:08 |
*** neel has joined #tacker | 05:09 | |
tbh | sridhar_ram, okay can we add novaclient in test-requirements.txt after remove nova infra driver? | 05:09 |
sridhar_ram | tbh: yep | 05:09 |
tbh | *removing | 05:09 |
tbh | sridhar_ram, okay | 05:11 |
sridhar_ram | tbh: +2'd the patchset | 05:12 |
tbh | sridhar_ram, thanks! | 05:12 |
openstackgerrit | dharmendra kushwaha proposed openstack/tacker: Use python package instead of sshpass to execute remote commands. https://review.openstack.org/269424 | 05:28 |
*** manikanta_ has joined #tacker | 05:29 | |
tbh | KanagarajM, ping | 05:34 |
sripriya | dkushwaha_: responsed to your question on gerrit. | 05:36 |
dkushwaha_ | sripriya, Thanks. Checking | 05:39 |
*** mbound has joined #tacker | 05:55 | |
*** amotoki has quit IRC | 05:56 | |
openstackgerrit | dharmendra kushwaha proposed openstack/tacker: Use python package instead of sshpass to execute remote commands. https://review.openstack.org/269424 | 05:58 |
KanagarajM | tbh, hi | 05:59 |
*** mbound has quit IRC | 06:00 | |
*** sripriya has quit IRC | 06:02 | |
*** amotoki has joined #tacker | 06:02 | |
*** zeih has joined #tacker | 06:28 | |
*** vishnoianil has joined #tacker | 06:55 | |
*** amotoki has quit IRC | 07:03 | |
*** dmk0202 has joined #tacker | 07:32 | |
*** dmk0202 has quit IRC | 07:33 | |
*** neel has quit IRC | 08:23 | |
*** neel has joined #tacker | 08:23 | |
*** dmk0202 has joined #tacker | 08:27 | |
*** igordcard has quit IRC | 08:43 | |
*** igordcard has joined #tacker | 08:49 | |
*** manikanta_ has quit IRC | 09:01 | |
*** neel has quit IRC | 09:07 | |
openstackgerrit | bharaththiruveedula proposed openstack/python-tackerclient: Add client side support for error_reason https://review.openstack.org/256314 | 09:12 |
*** openstackgerrit has quit IRC | 09:18 | |
*** openstackgerrit has joined #tacker | 09:19 | |
*** neel has joined #tacker | 09:19 | |
*** neel has quit IRC | 09:26 | |
*** neel has joined #tacker | 09:26 | |
openstackgerrit | Manikantha Srinivas Tadi proposed openstack/tacker: Make VNFD/VNF/VIM Name Mandatory in Tacker API's https://review.openstack.org/318980 | 09:41 |
*** zeih has quit IRC | 10:03 | |
*** openstackgerrit has quit IRC | 10:03 | |
*** openstackgerrit has joined #tacker | 10:04 | |
*** zeih has joined #tacker | 10:09 | |
openstackgerrit | Kanagaraj Manickam proposed openstack/tacker: TOSCA definitions and sample template for scaling support https://review.openstack.org/329528 | 10:11 |
openstackgerrit | Kanagaraj Manickam proposed openstack/tacker: Heat driver update for scaling support https://review.openstack.org/330666 | 10:11 |
openstackgerrit | Kanagaraj Manickam proposed openstack/tacker: Scaling policy API https://review.openstack.org/330667 | 10:11 |
*** vishnoianil has quit IRC | 10:11 | |
*** vishnoianil has joined #tacker | 10:12 | |
*** KanagarajM has quit IRC | 10:16 | |
openstackgerrit | gongysh proposed openstack/tacker: Use importutils and service from oslo https://review.openstack.org/327458 | 10:17 |
*** vishnoianil has quit IRC | 10:28 | |
*** vishnoianil has joined #tacker | 10:29 | |
*** janki has joined #tacker | 10:37 | |
*** vishnoianil has quit IRC | 10:46 | |
*** vishnoianil has joined #tacker | 10:47 | |
openstackgerrit | Manikantha Srinivas Tadi proposed openstack/tacker: Store the right description of VNF given from Horizon/CLI. https://review.openstack.org/331039 | 10:52 |
openstackgerrit | Manikantha Srinivas Tadi proposed openstack/python-tackerclient: Add "Description" parameter while creating VNF with CLI. https://review.openstack.org/330318 | 10:57 |
*** vishnoianil has quit IRC | 11:03 | |
*** vishnoianil has joined #tacker | 11:04 | |
*** tbh has quit IRC | 11:52 | |
*** neel has quit IRC | 11:58 | |
*** dmk0202 has quit IRC | 12:05 | |
*** aasmith has joined #tacker | 12:32 | |
*** lamt has joined #tacker | 12:39 | |
openstackgerrit | Manikantha Srinivas Tadi proposed openstack/python-tackerclient: Make VNFD/VNF/VIM Name Mandatory in Tacker CLI's https://review.openstack.org/331130 | 12:46 |
*** manikanta_tadi has joined #tacker | 12:48 | |
*** manikanta_tadi has quit IRC | 12:53 | |
openstackgerrit | Janki Chhatbar proposed openstack/tacker: Devref explaining VNFD template https://review.openstack.org/331141 | 13:41 |
*** janki has quit IRC | 13:45 | |
*** bobh has joined #tacker | 13:45 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tacker: Updated from global requirements https://review.openstack.org/331147 | 13:51 |
*** vishnoianil has quit IRC | 14:06 | |
*** amotoki has joined #tacker | 15:09 | |
*** zeih has quit IRC | 15:25 | |
*** aasmith has quit IRC | 15:31 | |
*** manikanta_tadi has joined #tacker | 15:38 | |
*** aasmith has joined #tacker | 15:46 | |
*** dmk0202 has joined #tacker | 16:09 | |
*** vishnoianil has joined #tacker | 16:12 | |
*** hannibal has joined #tacker | 16:15 | |
*** aasmith has quit IRC | 16:17 | |
*** uck has joined #tacker | 16:21 | |
*** mbound has joined #tacker | 16:25 | |
-openstackstatus- NOTICE: zuul was restarted for a software upgrade; events between 16:08 and 16:30 were missed, please recheck any changes uploaded during that time | 16:34 | |
*** prashantD has joined #tacker | 16:39 | |
*** uck_ has joined #tacker | 16:56 | |
*** uck has quit IRC | 16:58 | |
*** amotoki has quit IRC | 17:13 | |
*** manikanta_tadi has quit IRC | 17:21 | |
*** prashantD_ has joined #tacker | 17:29 | |
*** prashantD has quit IRC | 17:32 | |
*** manikanta_tadi has joined #tacker | 17:37 | |
*** mbound has quit IRC | 17:49 | |
*** sripriya has joined #tacker | 17:50 | |
*** uck has joined #tacker | 18:01 | |
*** uck_ has quit IRC | 18:03 | |
*** tbh has joined #tacker | 18:06 | |
*** prashantD__ has joined #tacker | 18:30 | |
*** prashantD_ has quit IRC | 18:32 | |
openstackgerrit | Bob Haddleton proposed openstack/tacker: Convert parameters to dict before passing to TOSCA parser https://review.openstack.org/331304 | 18:34 |
*** uck_ has joined #tacker | 18:36 | |
*** uck has quit IRC | 18:38 | |
sripriya | manikanta_tadi: ping | 18:41 |
*** mbound has joined #tacker | 18:50 | |
*** mbound has quit IRC | 18:54 | |
*** uck_ has quit IRC | 19:07 | |
*** tbh has quit IRC | 19:09 | |
*** manikanta_tadi has quit IRC | 19:38 | |
*** mbound has joined #tacker | 19:51 | |
*** mbound has quit IRC | 19:56 | |
*** uck has joined #tacker | 20:07 | |
*** uck has quit IRC | 20:08 | |
*** uck has joined #tacker | 20:08 | |
*** prashantD_ has joined #tacker | 20:47 | |
*** prashantD__ has quit IRC | 20:50 | |
*** hannibal has quit IRC | 21:04 | |
*** prashantD_ has quit IRC | 21:04 | |
*** prashantD has joined #tacker | 21:27 | |
*** dmk0202 has quit IRC | 21:33 | |
*** dmk0202 has joined #tacker | 21:34 | |
*** mbound has joined #tacker | 21:49 | |
*** dmk0202 has quit IRC | 21:50 | |
*** prashantD has quit IRC | 21:58 | |
*** bobh has quit IRC | 22:29 | |
*** mbound has quit IRC | 22:36 | |
*** uck has quit IRC | 22:50 | |
*** mbound has joined #tacker | 23:36 | |
*** mbound has quit IRC | 23:42 | |
*** lamt has quit IRC | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!