*** guoshan has joined #senlin | 00:09 | |
*** guoshan has quit IRC | 00:14 | |
*** Drago has quit IRC | 00:39 | |
*** zhurong has joined #senlin | 00:55 | |
*** Drago has joined #senlin | 01:00 | |
*** guoshan has joined #senlin | 01:34 | |
*** yanyanhu has joined #senlin | 01:37 | |
*** guoshan has quit IRC | 01:39 | |
*** guoshan has joined #senlin | 01:40 | |
*** yanyanhu has quit IRC | 01:53 | |
*** yanyanhu has joined #senlin | 01:54 | |
*** wllabs has joined #senlin | 02:05 | |
wllabs | Qiming | 02:30 |
---|---|---|
wllabs | | spec | { | | 02:30 |
wllabs | | | "version": 1.0, | | 02:30 |
wllabs | | | "type": "senlin.policy.health", | | 02:30 |
wllabs | | | "description": "A policy for maintaining node health from a cluster.", | | 02:30 |
wllabs | | | "properties": { | | 02:30 |
wllabs | | | "detection": { | | 02:30 |
wllabs | | | "type": "NODE_STATUS_POLLING", | | 02:30 |
wllabs | | | "options": { | | 02:30 |
wllabs | | | "interval": 30 | | 02:30 |
wllabs | | | } | | 02:30 |
wllabs | | | }, | | 02:30 |
wllabs | | | "recovery": { | | 02:30 |
wllabs | | | "fencing": [ | | 02:30 |
wllabs | | | "COMPUTE", | | 02:30 |
wllabs | | | "STORAGE", | | 02:30 |
wllabs | | | "NETWORK" | | 02:30 |
wllabs | | | ], | | 02:30 |
wllabs | | | "actions": [ | | 02:30 |
wllabs | | | "RECREATE", | | 02:30 |
*** Jeffrey4l_ has joined #senlin | 02:30 | |
wllabs | | | "REBOOT", | | 02:30 |
wllabs | | | "REBUILD", | | 02:30 |
wllabs | | | "MIGRATE", | | 02:30 |
wllabs | | | "EVACUATE" | | 02:31 |
wllabs | | | ] | | 02:31 |
wllabs | | | } | | 02:31 |
wllabs | | | } | | 02:31 |
wllabs | | | } | 02:31 |
wllabs | this is my health policy | 02:31 |
wllabs | i am delete cluster's node or shuddown node, but It seems there is no react | 02:32 |
Qiming | only compute fencing is supported | 02:33 |
Qiming | only one action can be specified | 02:33 |
Qiming | the definition of action list has been changed | 02:33 |
Qiming | even if the list of actions is supported, your list doesn't make sense | 02:34 |
*** Jeffrey4l has quit IRC | 02:34 | |
Qiming | recreate should be the last resort when you cannot do any other recovery actions | 02:34 |
Qiming | back to the problem you described | 02:35 |
Qiming | you'd better check if you can still do 'nova show <server-uuid>' after your operation | 02:35 |
Qiming | if that still works, it means your delete was a soft delete | 02:35 |
Qiming | also you will need to check senlin logs and/or events | 02:37 |
Qiming | those are the tools provided you for debugging | 02:37 |
wllabs | only one action can be specified ? | 02:38 |
wllabs | don't list ? | 02:38 |
wllabs | list have only one action? | 02:39 |
wllabs | i try it, == | 02:39 |
*** openstackgerrit has joined #senlin | 02:48 | |
*** ChanServ sets mode: +v openstackgerrit | 02:48 | |
openstackgerrit | Jeremy Liu proposed openstack/python-senlinclient: Enable coverage report in console output https://review.openstack.org/419726 | 02:48 |
Qiming | you are not using the lastest code | 02:50 |
Qiming | we are still adding more features for extension | 02:51 |
*** yuanying has quit IRC | 02:52 | |
*** guoshan has quit IRC | 02:55 | |
*** guoshan has joined #senlin | 03:02 | |
wllabs | i use newton verion of senlin | 03:02 |
wllabs | whether support health policy ? | 03:03 |
Qiming | it was experimental | 03:03 |
Qiming | and it is still experimental | 03:03 |
Qiming | we are explicitly stating that after the support status for profile types and policy types are added | 03:04 |
wllabs | newton load balance whether stable ? | 03:04 |
Qiming | LB was tested | 03:04 |
Qiming | but I cannot speak for the load balancing service itself | 03:04 |
wllabs | i want use senlin, What features can be used? | 03:06 |
wllabs | What policy can be used? | 03:06 |
*** guoshan has quit IRC | 03:07 | |
*** guoshan has joined #senlin | 03:07 | |
Qiming | except for health policy, which is still under development, all policy types are supported | 03:11 |
*** x00350071_ has joined #senlin | 03:15 | |
*** edisonxiang has quit IRC | 03:18 | |
*** Jeffrey4l_ has quit IRC | 03:19 | |
wllabs | type: senlin.policy.health | 03:20 |
wllabs | version: 1.0 | 03:20 |
wllabs | description: A policy for maintaining node health from a cluster. | 03:20 |
wllabs | properties: | 03:20 |
wllabs | detection: | 03:21 |
wllabs | type: NODE_STATUS_POLLING | 03:21 |
wllabs | options: | 03:21 |
wllabs | interval: 30 | 03:21 |
wllabs | recovery: | 03:21 |
wllabs | actions: | 03:21 |
wllabs | - RECREATE | 03:21 |
wllabs | fencing: | 03:21 |
wllabs | - COMPUTE | 03:21 |
wllabs | this is my current health policy | 03:21 |
*** Jeffrey4l_ has joined #senlin | 03:21 | |
wllabs | it also seem don't react | 03:21 |
Qiming | this should work | 03:21 |
Qiming | did you check senlin-engine log? | 03:22 |
wllabs | this is log | 03:23 |
wllabs | mycluster [1584fa3c] CLUSTER_ATTACH_POLICY - SUCCEEDED: Policy attached. | 03:23 |
wllabs | senlin cluster-policy-list mycluster also can print the policy | 03:23 |
Qiming | ... | 03:24 |
Qiming | I mean the log you get after deleting a nova server | 03:24 |
openstackgerrit | Jeremy Liu proposed openstack/senlin: Remove unused pylintrc https://review.openstack.org/419741 | 03:29 |
wllabs | after deleteing nova server, no log print | 03:36 |
*** zhurong has quit IRC | 03:39 | |
*** XueFeng has quit IRC | 03:46 | |
*** yuanying has joined #senlin | 03:52 | |
*** guoshan has quit IRC | 03:55 | |
*** guoshan has joined #senlin | 04:27 | |
*** guoshan has quit IRC | 04:31 | |
*** guoshan has joined #senlin | 04:32 | |
*** guoshan has quit IRC | 04:37 | |
yanyanhu | hi, ruijie, around? | 04:44 |
*** Drago has quit IRC | 04:51 | |
ruijie | yes yanyanhu | 05:32 |
ruijie | sorry, just come back | 05:32 |
yanyanhu | hi, ruijie, just want to discuss tomorrow's agenda with you | 05:32 |
yanyanhu | ruijie, no problem, sorry I'm now in a meeting | 05:33 |
ruijie | sure | 05:33 |
yanyanhu | will ping you later :) | 05:33 |
ruijie | okay yanyanhu :) | 05:33 |
*** guoshan has joined #senlin | 05:37 | |
*** guoshan has quit IRC | 05:42 | |
wllabs | Load-balancing policy is the role of the node in the cluster changes, the lb member will update? | 05:44 |
Qiming | no | 05:44 |
wllabs | What to do the lb policy ? | 05:45 |
wllabs | Lb policy is used to do what? | 05:46 |
Qiming | ... | 05:46 |
Qiming | load balancing | 05:46 |
wllabs | if delete node the lb will change member ? | 05:47 |
wllabs | If delete node, lb will change the member ? | 05:47 |
Qiming | yes | 05:48 |
wllabs | Load-balancing policy to do this ? | 05:48 |
wllabs | auto ? | 05:48 |
Qiming | senlin does this for you | 05:51 |
wllabs | thank a lot for you | 05:51 |
wllabs | if one node shutdown, lb will change the member ? | 05:54 |
wllabs | lb will aoto change the member ? | 05:54 |
Qiming | not yet | 05:58 |
Qiming | you have to remove the node from the cluster manually | 05:58 |
wllabs | only support scale in and scale out ? | 05:58 |
Qiming | lb policy is triggered by senlin actions | 05:58 |
Qiming | not by events in other services | 05:59 |
wllabs | ok, understand | 05:59 |
Qiming | though it can be improved | 05:59 |
*** yuanying has quit IRC | 06:06 | |
*** yuanying has joined #senlin | 06:07 | |
*** guoshan has joined #senlin | 06:09 | |
*** yuanying has quit IRC | 06:11 | |
*** yuanying_ has joined #senlin | 06:11 | |
*** yuanying_ has quit IRC | 06:12 | |
*** yuanying has joined #senlin | 06:12 | |
*** yuanying has quit IRC | 06:17 | |
*** guoshan has quit IRC | 06:24 | |
*** guoshan has joined #senlin | 06:24 | |
yanyanhu | hi, ruijie, are you there? | 06:37 |
yanyanhu | I'm back :) | 06:37 |
wllabs | Qiming | 06:45 |
wllabs | heat seem like can automate lb | 06:46 |
wllabs | The first resource you will provision is the health monitor configuration that will check the VMs under the load balancer. If the VM is down, the load balancer will not send traffic to it | 06:46 |
Qiming | that is not heat's capability | 06:47 |
Qiming | it is the load balancers | 06:47 |
Qiming | if a load balancer is capable of doing health monitoring, senlin LB policy automatically gets that capability | 06:48 |
wllabs | heat can create monitor | 07:03 |
wllabs | can senlin create monitor ? | 07:03 |
Qiming | what do you mean by monitor? | 07:04 |
*** zhurong has joined #senlin | 07:05 | |
wllabs | OS::Neutron:: LBaaS ::HealthMonitor | 07:05 |
wllabs | 定义健康监视器,根据自定的协议,比如 TCP 来监控资源的状态,并提供给 OS::Neutron::Pool 来调整请求分发 | 07:05 |
wllabs | lb是会根据 monitor来调整流量分发 | 07:07 |
wllabs | senlin现在不能创建 monitor吧 | 07:07 |
*** fabian4 has quit IRC | 07:12 | |
yanyanhu | hi, wllabs, senlin will create healthmonitor when a lb policy is attached to a cluster | 07:12 |
*** fabian4 has joined #senlin | 07:12 | |
wllabs | 谢谢 | 07:12 |
wllabs | 理解 了 | 07:13 |
yanyanhu | http://git.openstack.org/cgit/openstack/senlin/tree/senlin/drivers/openstack/lbaas.py#n163 | 07:13 |
yanyanhu | here | 07:13 |
ruijie | lalala | 07:14 |
ruijie | was writing slides .. | 07:14 |
ruijie | hi yanyanhu, still there? :) | 07:15 |
yanyanhu | yes :) | 07:16 |
yanyanhu | just want to confirm the agenda with U | 07:16 |
ruijie | yes yanyan, I saw the agenda | 07:16 |
yanyanhu | yes, not sure whether that is appropriate for u | 07:17 |
yanyanhu | for you could bring us some use case sharing, I think maybe you need more time | 07:17 |
ruijie | em, let me see | 07:18 |
yanyanhu | and if you need adjustment on the time slot allocation, we can make a change | 07:18 |
yanyanhu | ruijie, thanks :) | 07:18 |
ruijie | I think I can finish it in 40 min, since I can put some questions to open discussion | 07:19 |
*** yuanying has joined #senlin | 07:19 | |
yanyanhu | ruijie, sure. and we can also extend that slot if you need more time. We hope the sharing and following discussion can be more continuous :) | 07:20 |
yanyanhu | anyway, please feel free to revise the agenda | 07:20 |
yanyanhu | to adjust the time allocation :) | 07:20 |
ruijie | thanks yanyanhu. In fact, I indeed have a lot of questions | 07:21 |
ruijie | But I think some of them could be answered before mine slot | 07:21 |
yanyanhu | great. question is always welcome :) | 07:21 |
yanyanhu | I guess you may have more question after some slots :) | 07:22 |
ruijie | then that will be awesome too, will have an deep understanding, haha | 07:23 |
yanyanhu | absolutely :) | 07:23 |
yanyanhu | oh, btw, you can also add links to those content you want to discuss | 07:23 |
yanyanhu | to the etherpad | 07:24 |
yanyanhu | if needed | 07:24 |
ruijie | After I finish the slides, will estimate it | 07:24 |
ruijie | sure yanyanhu, will find a way to upload it | 07:24 |
yanyanhu | great, thanks | 07:25 |
ruijie | my pleasure :) | 07:25 |
yanyanhu | hi, Qiming, could you please help to check the agenda to see whether it is ok? I have put those topics into different time slot | 07:26 |
Qiming | alright | 07:26 |
yanyanhu | since eldon will not be able to join, I will hold the discussion about scaling to existing nodes | 07:27 |
yanyanhu | and have talked with xinhui about the topics of HA and NFV integration | 07:27 |
Qiming | anyone else from china mobile can join? | 07:27 |
yanyanhu | guess no | 07:27 |
yanyanhu | eldon respond our call in the wechat group, but he said he can't join us this time | 07:28 |
yanyanhu | responded | 07:28 |
Qiming | didn't see that | 07:29 |
Qiming | he was asking for the schedule previously | 07:29 |
yanyanhu | yes, he ping me that he can't join us in wechat | 07:30 |
yanyanhu | yesterday | 07:30 |
*** AlexeyAbashkin has joined #senlin | 07:39 | |
*** wllabs has quit IRC | 07:44 | |
*** wllabs has joined #senlin | 07:48 | |
yanyanhu | hi, wllabs, sorry missed you msg | 07:48 |
yanyanhu | about lb member operation, you can refer to this document I think | 07:49 |
yanyanhu | http://developer.openstack.org/api-ref/networking/v2/index.html#lbaas-2-0-stable | 07:49 |
openstackgerrit | Jeremy Liu proposed openstack/python-senlinclient: Add missing requirements https://review.openstack.org/419797 | 07:50 |
*** guoshan has quit IRC | 07:55 | |
*** guoshan has joined #senlin | 07:56 | |
*** wllabs has quit IRC | 08:00 | |
*** guoshan has quit IRC | 08:21 | |
*** guoshan has joined #senlin | 08:21 | |
*** x00350071_ is now known as edisonxiang | 08:23 | |
Qiming | I see | 08:49 |
Qiming | just introduced myself to daisy cloud team by asking a question ... do you have a IRC channel | 09:04 |
Qiming | and the answer ... was no | 09:04 |
Qiming | not sure how we can contact them | 09:05 |
Qiming | the reason I showed up was that they were discussing about clusters | 09:05 |
Qiming | my irc client reported it | 09:05 |
Qiming | looks like they are building their own version of clusters ... | 09:06 |
Qiming | what a world, full of craziness | 09:06 |
*** wllabs has joined #senlin | 09:12 | |
*** zhurong has quit IRC | 09:16 | |
yanyanhu | Qiming, sigh... | 09:32 |
*** XueFeng has joined #senlin | 09:36 | |
yanyanhu | hi, XueFeng | 09:37 |
yanyanhu | so you have arrived in Beijing? | 09:37 |
XueFeng | not yet | 09:37 |
yanyanhu | ok, I tried to reach to you through our senlin group. But finally reached to another people I don't know :) | 09:38 |
yanyanhu | senlin wechat group | 09:38 |
yanyanhu | XueFeng, I have prepared an agenda here | 09:39 |
yanyanhu | https://etherpad.openstack.org/p/senlin-ocata-meetup | 09:39 |
*** XueFeng has quit IRC | 09:39 | |
*** XueFeng has joined #senlin | 09:41 | |
yanyanhu | hi, XueFeng, I have assigned the "Nova Server Adoption" session to you. Please feel free to add more content or revise it. | 09:42 |
yanyanhu | https://etherpad.openstack.org/p/senlin-ocata-meetup | 09:42 |
*** XueFeng has quit IRC | 09:43 | |
*** XueFeng has joined #senlin | 09:44 | |
*** XueFeng has quit IRC | 09:45 | |
*** XueFeng has joined #senlin | 09:46 | |
*** XueFeng has quit IRC | 09:48 | |
*** XueFeng has joined #senlin | 09:48 | |
wllabs | https://blogs.vmware.com/vsphere/2015/09/big-data-on-vsphere-with-hbase.html | 09:48 |
wllabs | the woman strong | 09:49 |
yanyanhu | :) | 09:52 |
XueFeng | hi, yanyan. Got it. | 09:57 |
*** XueFeng has quit IRC | 10:00 | |
*** XueFeng has joined #senlin | 10:01 | |
*** XueFeng has quit IRC | 10:06 | |
*** openstackgerrit has quit IRC | 10:18 | |
*** yanyanhu has quit IRC | 10:19 | |
*** guoshan has quit IRC | 10:31 | |
*** XueFeng has joined #senlin | 10:55 | |
*** wllabs has quit IRC | 11:07 | |
*** openstackgerrit has joined #senlin | 11:47 | |
*** ChanServ sets mode: +v openstackgerrit | 11:47 | |
openstackgerrit | Merged openstack/python-senlinclient: Add missing requirements https://review.openstack.org/419797 | 11:47 |
*** openstackgerrit has quit IRC | 11:47 | |
*** catintheroof has joined #senlin | 12:30 | |
*** catintheroof has quit IRC | 12:31 | |
*** catintheroof has joined #senlin | 12:32 | |
*** openstackgerrit has joined #senlin | 12:51 | |
*** ChanServ sets mode: +v openstackgerrit | 12:51 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin: Updated from global requirements https://review.openstack.org/419941 | 12:51 |
*** AlexeyAbashkin has quit IRC | 13:37 | |
*** AlexeyAbashkin has joined #senlin | 13:40 | |
*** Drago has joined #senlin | 15:54 | |
*** AlexeyAbashkin has quit IRC | 16:49 | |
*** openstack has joined #senlin | 19:02 | |
*** openstackstatus has quit IRC | 19:57 | |
*** openstack has joined #senlin | 20:02 | |
*** openstackstatus has quit IRC | 20:27 | |
*** openstack has joined #senlin | 20:32 | |
*** edisonxiang has quit IRC | 20:45 | |
*** edisonxiang has joined #senlin | 20:46 | |
*** Jeffrey4l__ has joined #senlin | 21:34 | |
*** Jeffrey4l_ has quit IRC | 21:35 | |
*** catintheroof has quit IRC | 22:38 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!