*** bobh has joined #tacker | 00:02 | |
*** s3wong has quit IRC | 01:08 | |
*** avishnoi has quit IRC | 01:40 | |
*** bobmel has quit IRC | 02:04 | |
*** gongysh has joined #tacker | 02:09 | |
openstackgerrit | Zhou Zhihong proposed openstack/tacker-specs master: Support block storage https://review.openstack.org/453442 | 02:33 |
---|---|---|
*** bobh has quit IRC | 03:11 | |
gongysh | tung_doan, hi | 03:14 |
*** gongysh has quit IRC | 03:21 | |
*** gongysh has joined #tacker | 03:35 | |
*** KanagarajM has joined #tacker | 03:54 | |
tung_doan | gongysh: hi | 03:57 |
gongysh | tung_doan, hi | 03:57 |
gongysh | tung_doan, do you have any progress to use mistral workflow for vnf policy? | 03:58 |
tung_doan | gongysh: jus want to ping you because of this patch: https://review.openstack.org/#/c/453964/ | 03:58 |
tung_doan | gongysh: not yet. I got busy this week. Sorry. will look into that part this week | 03:59 |
gongysh | tung_doan, I think that patch need to make clear what is policy, what is policy action | 03:59 |
tung_doan | gongysh: we also call auto-scaling as a policy | 04:00 |
gongysh | tung_doan, please do more thinks about it. | 04:01 |
tung_doan | gongysh: it seems actions are coupled with monitoring. if it is separated, it should be called as policy IMO | 04:02 |
tung_doan | gongysh: ok. i will think about it. | 04:03 |
*** links has joined #tacker | 04:03 | |
gongysh | tung_doan, http://docs.oasis-open.org/tosca/TOSCA-Simple-Profile-YAML/v1.0/csprd01/TOSCA-Simple-Profile-YAML-v1.0-csprd01.html#_Toc430015836 | 04:05 |
gongysh | please look at that doc's section about policy | 04:06 |
gongysh | hope it will help us to clarify our tacker policy. | 04:06 |
*** trinaths has joined #tacker | 04:18 | |
trinaths | gongysh: Hello | 04:20 |
tung_doan | gongysh: i know policy and policy action make us confused. We also have custom types such as respawning and logging. "Actions" should be used when coupling with monitoring. In senlin, they also have some kinds of policies like deletion policy, load-balancing policy, scaling policy and health policy: https://wiki.openstack.org/wiki/Senlin | 04:20 |
tung_doan | gongysh: i will think abt it again :) | 04:21 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tacker master: Updated from global requirements https://review.openstack.org/456024 | 04:23 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/tacker-horizon master: Updated from global requirements https://review.openstack.org/456025 | 04:23 |
trinaths | gongysh: w.r.t the command names, we are following how the other modules are doing. https://review.openstack.org/#/c/455188/ .. For example, Heat https://specs.openstack.org/openstack/heat-specs/specs/mitaka/python-openstackclient.html | 04:24 |
*** Zhou_Zhihong has joined #tacker | 04:58 | |
*** diga has joined #tacker | 05:08 | |
*** YanXing_an has joined #tacker | 05:23 | |
*** janki has joined #tacker | 05:32 | |
gongysh | KanagarajM, hi | 05:32 |
*** hyunsikyang has joined #tacker | 05:55 | |
hyunsikyang | . | 05:59 |
*** Aqsa has joined #tacker | 06:00 | |
*** hyunsikyang has left #tacker | 06:06 | |
*** hyunsikYang_ has joined #tacker | 06:08 | |
*** hyunsikYang_ has left #tacker | 06:10 | |
openstackgerrit | XueFeng Liu proposed openstack/tacker-specs master: TrivialFix:Revise a typo and a link error https://review.openstack.org/451187 | 06:17 |
*** mohankumar has joined #tacker | 06:21 | |
*** diga has quit IRC | 06:23 | |
*** diga has joined #tacker | 06:24 | |
openstackgerrit | Trinath Somanchi proposed openstack/tacker-specs master: Tacker support in python-openstackclient https://review.openstack.org/455188 | 06:32 |
trinaths | sridhar_ram, gongysh: I have reviewed OSC commands for other projects and improved the spec. the intension is readability of the command for the end user. please review the spec. https://review.openstack.org/455188 | 06:33 |
openstackgerrit | Trinath Somanchi proposed openstack/tacker-specs master: Tacker support in python-openstackclient https://review.openstack.org/455188 | 06:38 |
gongysh | trinaths, I thought osc command does not like hyphen connected command name | 06:38 |
gongysh | if I am wrong, do you have any reference in other projects? | 06:38 |
gongysh | trinaths, perhaps we should send out an email on openstack-dev mail list to ask for opinion from OSC team. | 06:39 |
trinaths | gongysh: okay. | 06:44 |
*** Zhou_Zhihong has quit IRC | 06:47 | |
trinaths | gongysh: agree, https://docs.openstack.org/developer/python-openstackclient/specs/commands.html | 06:49 |
trinaths | gongysh: detailed list of OSC commands : https://docs.openstack.org/developer/python-openstackclient/command-list.html | 06:49 |
*** diga has quit IRC | 07:01 | |
openstackgerrit | Tung Doan proposed openstack/tacker master: Temporarily use root node type until monitoring node is supported https://review.openstack.org/421056 | 07:03 |
gongysh | trinaths, it seems there is no short-cut terms used | 07:04 |
gongysh | for example we can use 'openstack vitrualized network function create' | 07:05 |
gongysh | for openstack vnf create. | 07:05 |
trinaths | gongysh: it will be a lengthy name when it is VNFFGD | 07:09 |
gongysh | trinaths, en | 07:09 |
trinaths | openstack virtual network function forwarding graph descriptor show | 07:09 |
trinaths | $> openstack virtual network function forwarding graph descriptor show <id> | 07:10 |
trinaths | gongysh: but how far its meaningful and readable | 07:10 |
gongysh | so use the whole short name is a way. | 07:11 |
trinaths | gongysh: I believe users know full form of VNF so, I added $> openstack nfv vnf forwarding graph descriptor show | 07:13 |
gongysh | trinaths, no, I think use the short format from start to end. | 07:14 |
trinaths | if you see, $> openstack nfv vnf-forwarding-graph descriptor show is more readable | 07:14 |
gongysh | to use tacker, to know the terms is important. | 07:14 |
gongysh | and mandatory. | 07:14 |
trinaths | gongysh: okay, like $> openstack nfv vnffgd create ?? | 07:14 |
gongysh | right | 07:14 |
trinaths | gongysh: but existsing OSC commands are not in this way | 07:14 |
trinaths | gongysh: http://paste.openstack.org/show/606214/ see the list of commands | 07:15 |
gongysh | trinaths, we can make us the first one. | 07:15 |
trinaths | gongysh: 'openstack vitrualized network function create' ?? | 07:15 |
gongysh | but please add description for each terms | 07:16 |
trinaths | gongysh: agreed, its paste link is an output to $> openstack --help | 07:17 |
tung_doan | gongysh: ping | 07:18 |
gongysh | tung_doan, hi | 07:19 |
gongysh | tung_doan, can we start the mistral workflow way for long live task? | 07:19 |
tung_doan | gongysh: it seems we are facing with the bug from tosca-parser. Because tosca-parser is released yesterday | 07:19 |
trinaths | gongysh: as suggested, I have mailed OSC team. https://www.mail-archive.com/openstack-dev@lists.openstack.org/msg103887.html | 07:19 |
tung_doan | gongysh: that will break other patches I think | 07:20 |
tung_doan | gongysh: http://logs.openstack.org/23/352123/8/check/gate-tacker-python27-ubuntu-xenial/39ec837/console.html#_2017-04-12_04_10_45_898109 | 07:21 |
tung_doan | gongysh: the reason is I updated monitoring node in tosca-parser before: https://review.openstack.org/#/c/431920/ | 07:22 |
tung_doan | sridhar_ram: ping ^^ | 07:25 |
*** trinaths has left #tacker | 07:47 | |
gongysh | tung_doan, hi | 08:02 |
gongysh | what is the issue? | 08:02 |
gongysh | tung_doan, what do we need to do to fix it? | 08:03 |
tung_doan | gongysh: i believe this patch will fix temporarily: https://review.openstack.org/#/c/421056/ | 08:04 |
*** YanXing_an has quit IRC | 08:04 | |
gongysh | tung_doan, what we need to fix it formally? | 08:05 |
tung_doan | gongysh: i need to refactor alarm monitoring to support tosca.policies.monitoring node in the future | 08:05 |
gongysh | https://review.openstack.org/#/c/431920/ is bugy or not? | 08:06 |
tung_doan | gongysh: no, it is not the bug. That is a first step to formally support tosca.policies.monitoring node in Tacker | 08:07 |
*** dkushwaha has quit IRC | 08:07 | |
gongysh | tung_doan, then come up a quick fix to fit with the tosca_parser. | 08:08 |
tung_doan | gongysh: absolutely right | 08:08 |
*** trinaths has joined #tacker | 08:09 | |
openstackgerrit | dharmendra kushwaha proposed openstack/tacker master: Adds unique constraint on deleted_at https://review.openstack.org/455421 | 08:17 |
*** dkushwaha has joined #tacker | 08:21 | |
*** radez has quit IRC | 08:26 | |
*** links has quit IRC | 08:35 | |
*** trinaths1 has joined #tacker | 08:37 | |
*** trinaths has quit IRC | 08:38 | |
*** links has joined #tacker | 08:51 | |
*** giuseppe1992 has joined #tacker | 08:55 | |
*** jchhatbar has joined #tacker | 09:14 | |
*** janki has quit IRC | 09:14 | |
*** links has quit IRC | 09:20 | |
*** dkushwaha has left #tacker | 09:25 | |
*** trinaths1 has left #tacker | 09:26 | |
*** links has joined #tacker | 09:32 | |
*** giuseppe1992 has quit IRC | 09:33 | |
*** arturt_ has joined #tacker | 09:44 | |
*** janki has joined #tacker | 10:15 | |
*** jchhatbar has quit IRC | 10:16 | |
*** bobmel has joined #tacker | 10:25 | |
*** bobmel has quit IRC | 10:25 | |
*** bobmel has joined #tacker | 10:30 | |
*** trinaths has joined #tacker | 10:44 | |
openstackgerrit | Trinath Somanchi proposed openstack/tacker master: Tacker Server side changes for UPDATE VIM operation. https://review.openstack.org/449956 | 10:53 |
*** trinaths has left #tacker | 11:01 | |
*** jchhatbar has joined #tacker | 11:05 | |
*** janki has quit IRC | 11:08 | |
*** arturt_ has quit IRC | 11:51 | |
*** arturt_ has joined #tacker | 11:53 | |
*** radez has joined #tacker | 11:56 | |
*** arturt_ has quit IRC | 12:00 | |
*** arturt_ has joined #tacker | 12:00 | |
*** Aqsa has quit IRC | 12:07 | |
openstackgerrit | Tung Doan proposed openstack/tacker master: Temporarily bypass unit tests for scaling and monitoring https://review.openstack.org/456195 | 12:11 |
*** gongysh has quit IRC | 12:15 | |
openstackgerrit | Tung Doan proposed openstack/tacker master: Temporarily bypass unit tests for scaling and monitoring https://review.openstack.org/456195 | 12:15 |
*** gongysh has joined #tacker | 12:17 | |
*** Aqsa has joined #tacker | 12:21 | |
*** arturt_ has quit IRC | 12:44 | |
*** arturt_ has joined #tacker | 12:45 | |
*** arturt_ has quit IRC | 12:46 | |
*** arturt_ has joined #tacker | 12:46 | |
*** Vijayendra has quit IRC | 12:53 | |
*** arturt__ has joined #tacker | 12:56 | |
*** arturt_ has quit IRC | 12:56 | |
*** arturt___ has joined #tacker | 13:02 | |
*** arturt__ has quit IRC | 13:02 | |
*** trinaths has joined #tacker | 13:03 | |
trinaths | gongysh: ping | 13:07 |
trinaths | gongysh: regarding, https://review.openstack.org/#/c/449956/26 I have updated the test-case test_vim. The test cases proposed by dkushwaha was successful. http://logs.openstack.org/56/449956/26/check/gate-tacker-dsvm-functional-ubuntu-xenial-nv/1ac91c1/testr_results.html.gz | 13:11 |
trinaths | gongysh: comments ? | 13:11 |
trinaths | gongysh: while update itself there is a duplicate exception raised | 13:12 |
*** links has quit IRC | 13:17 | |
*** arturt____ has joined #tacker | 13:24 | |
*** arturt___ has quit IRC | 13:24 | |
*** arturt____ has quit IRC | 13:31 | |
*** arturt____ has joined #tacker | 13:32 | |
*** arturt_____ has joined #tacker | 13:36 | |
*** arturt____ has quit IRC | 13:36 | |
*** jchhatbar has quit IRC | 13:39 | |
*** arturt_____ has quit IRC | 13:53 | |
*** arturt_____ has joined #tacker | 13:53 | |
*** amotoki has joined #tacker | 13:54 | |
*** bobh has joined #tacker | 14:04 | |
*** janki has joined #tacker | 14:05 | |
*** bobh has quit IRC | 14:08 | |
*** bobh has joined #tacker | 14:08 | |
*** KanagarajM has quit IRC | 14:13 | |
*** Vijayendra has joined #tacker | 14:18 | |
*** links has joined #tacker | 14:33 | |
*** links has quit IRC | 14:36 | |
openstackgerrit | Tung Doan proposed openstack/tacker master: Temporarily bypass Unit tests and Func. tests for scaling and monitoring policcies https://review.openstack.org/456195 | 14:36 |
*** Vijayendra has quit IRC | 14:39 | |
*** janki has quit IRC | 14:50 | |
*** arturt______ has joined #tacker | 14:59 | |
*** arturt_____ has quit IRC | 14:59 | |
*** arturt_______ has joined #tacker | 15:00 | |
*** arturt______ has quit IRC | 15:00 | |
*** arturt_______ has quit IRC | 15:00 | |
*** arturt_______ has joined #tacker | 15:01 | |
*** KanagarajM has joined #tacker | 15:24 | |
*** trinaths has left #tacker | 15:40 | |
*** KanagarajM has quit IRC | 15:41 | |
*** trinaths has joined #tacker | 15:50 | |
trinaths | tung_doan: hi | 15:51 |
trinaths | tung_doan: I get this error for tosca parser, UnknownFieldError: Triggers "vdu_hcpu_usage_respawning" contains unknown field "metrics". | 15:52 |
trinaths | tung_doan: is there any tosca update ? | 15:52 |
tung_doan | trinaths: Hi. yes, the new release in tosca-parser broke CI test in Tacker | 15:54 |
tung_doan | trinaths: I am fixing this issue | 15:54 |
trinaths | tung_doan: okay. I have seen a commit with unittest.skip fix. | 15:56 |
trinaths | tung_doan: are you working on fixing the real bug ? | 15:56 |
tung_doan | trinaths: yep. it seem not easy to fix. Actually, both scaling & monitoring policies got failed. | 15:58 |
tung_doan | sridhar_ram: ping | 15:58 |
trinaths | tung_doan: agree. | 15:59 |
*** janki has joined #tacker | 16:21 | |
*** trinaths1 has joined #tacker | 16:22 | |
*** trinaths has quit IRC | 16:23 | |
*** gongysh has quit IRC | 16:29 | |
*** trinaths has joined #tacker | 16:36 | |
*** trinaths has quit IRC | 16:37 | |
*** mohankumar has quit IRC | 17:14 | |
*** vishnoianil has joined #tacker | 17:45 | |
*** arturt________ has joined #tacker | 17:56 | |
*** arturt_______ has quit IRC | 17:56 | |
*** s3wong has joined #tacker | 18:06 | |
*** Aqsa has quit IRC | 18:34 | |
*** janki has quit IRC | 19:27 | |
*** trinaths1 has quit IRC | 19:35 | |
*** Aqsa has joined #tacker | 19:43 | |
*** Aqsa has quit IRC | 20:37 | |
*** saju_m has joined #tacker | 20:54 | |
*** arturt________ has quit IRC | 20:54 | |
*** arturt________ has joined #tacker | 20:54 | |
*** arturt_________ has joined #tacker | 20:56 | |
*** arturt________ has quit IRC | 20:56 | |
-openstackstatus- NOTICE: Restarting Gerrit for our weekly memory leak cleanup. | 21:27 | |
*** saju_m has quit IRC | 21:29 | |
*** arturt_________ has quit IRC | 21:29 | |
*** arturt_________ has joined #tacker | 21:29 | |
*** Qiming has quit IRC | 21:41 | |
*** Qiming has joined #tacker | 21:46 | |
*** arturt_________ has quit IRC | 22:14 | |
*** bobh has quit IRC | 22:57 | |
*** trinaths has joined #tacker | 23:07 | |
*** arturt_________ has joined #tacker | 23:15 | |
*** trinaths has left #tacker | 23:26 | |
*** arturt_________ has quit IRC | 23:29 | |
*** gongysh has joined #tacker | 23:40 | |
*** bobh has joined #tacker | 23:46 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!