*** zhurong has joined #senlin | 00:29 | |
*** yuanying has quit IRC | 00:58 | |
*** yuanying has joined #senlin | 01:10 | |
*** fabian_ has joined #senlin | 01:31 | |
*** dixiaoli has joined #senlin | 01:58 | |
*** fabian_ has quit IRC | 02:18 | |
*** yuanbing has joined #senlin | 02:21 | |
*** guoshan has joined #senlin | 03:02 | |
*** yuanying has quit IRC | 03:11 | |
*** yuanying has joined #senlin | 03:14 | |
openstackgerrit | Merged openstack/senlin master: fix cluster action update node function pause_time repeat https://review.openstack.org/451371 | 03:16 |
---|---|---|
openstackgerrit | Merged openstack/senlin master: Revise the default max value of cluster check https://review.openstack.org/435998 | 03:19 |
openstackgerrit | Merged openstack/senlin master: 60 seconds for a cluster check seems too short https://review.openstack.org/451856 | 03:19 |
*** dixiaoli has quit IRC | 03:48 | |
*** dixiaoli has joined #senlin | 03:52 | |
*** dixiaoli has quit IRC | 04:00 | |
*** guoshan has quit IRC | 04:02 | |
*** Qiming has quit IRC | 04:04 | |
*** Qiming has joined #senlin | 04:06 | |
*** zhurong has quit IRC | 04:09 | |
*** dixiaoli has joined #senlin | 04:24 | |
*** dixiaoli has quit IRC | 04:25 | |
*** zhurong has joined #senlin | 04:30 | |
*** xuhaiwei has joined #senlin | 04:54 | |
xuhaiwei | Hi Qiming, are you around? | 04:58 |
*** elynn has joined #senlin | 05:25 | |
xuhaiwei | elynn: hi | 05:32 |
elynn | Hi xuhaiwei | 05:34 |
xuhaiwei | elynn, still have a question about senlin heat resource | 05:34 |
*** dixiaoli has joined #senlin | 05:35 | |
xuhaiwei | elynn, I want to know if using senlin heat resource, senlin profile can only be nova.server type? heat.stack type is not supported? | 05:35 |
xuhaiwei | because I tried it in Tacker, got a 'Circular reference detected' error | 05:36 |
elynn | circular reference detected? | 05:39 |
elynn | What is the template you use? | 05:40 |
elynn | Sounds like template A reference B and B also reference A? | 05:40 |
*** zhurong has quit IRC | 05:41 | |
*** dixiaoli has quit IRC | 05:43 | |
xuhaiwei | I just created a heat template like https://docs.openstack.org/developer/senlin/scenarios/autoscaling_heat.html , in this template the senlin profile resource is not using nova.server type, but heat.stack type, and attacked another heat template in the profile resource's property | 05:43 |
xuhaiwei | elynn, when this template is used by heat to create senlin resources, the error happened. Since the nested heat template is not used at all at this stage, the error should not happened | 05:51 |
elynn | It's hard to say what happened | 05:53 |
elynn | xuhaiwei: Can you paste the all templates you use? | 05:53 |
xuhaiwei | elynn: yes, just a minite | 05:53 |
elynn | Still curious why do you need to use heat stack as senlin profile. | 05:56 |
*** dixiaoli has joined #senlin | 05:59 | |
xuhaiwei | elynn: in fact nova.server type is also ok, but the template is created from a TOSCA template which has a Tacker format, Tacker will translate part of the template to HOT format, I am adding the translation part for senlin resources, so I want to use the HOT template which is already translated by tacker source | 06:00 |
*** dixiaoli has quit IRC | 06:00 | |
elynn | No push, just curious :) | 06:01 |
elynn | That sounds okay. | 06:01 |
xuhaiwei | Since Senlin will deprecate heat stack type profile, maybe I should not using it in tacker | 06:02 |
xuhaiwei | elynn: the template is translated by source code, so it is not a good json format, maybe difficult to read :) http://paste.openstack.org/show/604997/ | 06:03 |
elynn | When using heat stack type of profile, many senlin features can't be supported. But for the first step , using heat template is okay. | 06:03 |
*** zhurong has joined #senlin | 06:05 | |
xuhaiwei | elynn, that is the point I think | 06:05 |
elynn | I will check the template first | 06:05 |
elynn | Is that error throw by heat or senlin? | 06:06 |
elynn | I mean when does this error throw and by which component | 06:06 |
xuhaiwei | seems by heatclient | 06:07 |
xuhaiwei | will show you the log | 06:07 |
xuhaiwei | elynn: look http://paste.openstack.org/show/604999/ | 06:08 |
elynn | seems pretty simple | 06:12 |
elynn | This create_stack is call by heat or call by senlin? | 06:12 |
elynn | Do you know ? xuhaiwei ^ | 06:12 |
xuhaiwei | elynn: by tacker :) | 06:13 |
*** dixiaoli has joined #senlin | 06:14 | |
elynn | No... I mean | 06:14 |
elynn | here you actually have two templates, and One is nested | 06:15 |
xuhaiwei | elynn: so it's by heat | 06:15 |
elynn | Does this error happened when heat received this template | 06:15 |
elynn | Or it happened when senlin tries to create a heat stack? | 06:16 |
chohoor | Hi XueFeng, around? | 06:16 |
xuhaiwei | elynn: from the log I think yes, it seems heatclient is checking the template and then raise this error, there is no error log in heat engine | 06:16 |
elynn | So actually no stacks in heat, right? | 06:17 |
xuhaiwei | elynn: yes, no stack is created yet | 06:18 |
elynn | One way to debug it is save the template you send to me | 06:24 |
xuhaiwei | elynn, create stack by heat directly? | 06:24 |
elynn | and remove resources one by one and see what resources cause that problem | 06:24 |
elynn | use stack-preview | 06:24 |
elynn | is enough | 06:25 |
xuhaiwei | ok, thanke | 06:25 |
elynn | it is a dry-run of stack-create | 06:25 |
xuhaiwei | you | 06:25 |
elynn | No need to create a actually stack. | 06:25 |
xuhaiwei | I will try | 06:25 |
elynn | I don't have much time for this debuging now, I could arrange some time tonight if you still don't know what cause this. | 06:26 |
xuhaiwei | elynn: never mind about that, I will ask you for help if I couldn't find the reason | 06:27 |
elynn | xuhaiwei: you are welcome. | 06:27 |
elynn | xuhaiwei: http://paste.openstack.org/show/605000/ | 06:43 |
elynn | the format of senlin profile resource is not correct. | 06:44 |
xuhaiwei | elynn: oh, thank you | 06:51 |
xuhaiwei | didnt notice that | 06:51 |
elynn | I'm not sure if that can solve your problem. | 06:52 |
xuhaiwei | elynn: I will try it now | 06:52 |
elynn | also bindings in policy resource is not correct | 06:55 |
elynn | use bindings [ {'cluster': xxx}] | 06:55 |
elynn | xuhaiwei: ^ | 06:56 |
xuhaiwei | elynn: bingdings should be {'binding': [{'cluster': xxx}]} ? | 06:59 |
elynn | xuhaiwei: https://docs.openstack.org/developer/heat/template_guide/openstack.html#OS::Senlin::Policy-prop-bindings | 07:00 |
xuhaiwei | elynn: thanks, I will check the template again | 07:05 |
elynn | xuhaiwei: np | 07:06 |
*** Qiming has quit IRC | 07:26 | |
*** dixiaoli has quit IRC | 07:29 | |
*** dixiaoli has joined #senlin | 07:32 | |
*** Qiming has joined #senlin | 07:32 | |
-openstackstatus- NOTICE: Jobs in gate are failing with POST_FAILURE. Infra roots are investigating | 07:46 | |
*** ChanServ changes topic to "Jobs in gate are failing with POST_FAILURE. Infra roots are investigating" | 07:46 | |
*** dixiaoli has quit IRC | 08:05 | |
*** dixiaoli has joined #senlin | 08:05 | |
-openstackstatus- NOTICE: logs.openstack.org has corrupted disks, it's being repaired. Please avoid rechecking until this is fixed | 08:26 | |
*** ChanServ changes topic to "logs.openstack.org has corrupted disks, it's being repaired. Please avoid rechecking until this is fixed" | 08:26 | |
XueFeng | quit | 08:33 |
*** XueFeng has quit IRC | 08:33 | |
*** XueFeng has joined #senlin | 08:34 | |
*** dixiaoli has quit IRC | 08:45 | |
*** dixiaoli has joined #senlin | 09:05 | |
*** yanyanhu has joined #senlin | 09:37 | |
*** yanyanhu has quit IRC | 09:48 | |
*** elynn has quit IRC | 10:10 | |
*** zhurong has quit IRC | 10:18 | |
*** zhurong has joined #senlin | 10:41 | |
*** dixiaoli has quit IRC | 10:49 | |
*** dixiaoli has joined #senlin | 10:51 | |
*** yanyanhu has joined #senlin | 11:21 | |
*** yanyanhu has quit IRC | 11:26 | |
*** dixiaoli has quit IRC | 11:54 | |
*** zhurong has quit IRC | 11:59 | |
*** catintheroof has joined #senlin | 12:36 | |
*** XueFeng has quit IRC | 13:40 | |
*** XueFeng has joined #senlin | 13:41 | |
openstackgerrit | XueFeng Liu proposed openstack/senlin master: Fix parameter checking in api _do_resize https://review.openstack.org/451849 | 13:49 |
openstackgerrit | XueFeng Liu proposed openstack/python-senlinclient master: Revise command reminder when we run `openstack cluster resize` https://review.openstack.org/451768 | 14:00 |
*** guoshan has joined #senlin | 14:32 | |
openstackgerrit | XueFeng Liu proposed openstack/python-senlinclient master: Revise command reminder when we run `senlin cluster-resize` https://review.openstack.org/451766 | 14:33 |
*** guoshan has quit IRC | 14:49 | |
*** elynn has joined #senlin | 16:36 | |
*** elynn has quit IRC | 16:42 | |
*** XueFeng has quit IRC | 17:24 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/senlin master: Updated from global requirements https://review.openstack.org/451411 | 17:50 |
*** sweeneyb has joined #senlin | 19:01 | |
-openstackstatus- NOTICE: lists.openstack.org will be offline from 20:00 to 23:00 UTC for planned upgrade maintenance | 19:59 | |
*** Qiming has quit IRC | 20:12 | |
*** Qiming has joined #senlin | 20:16 | |
*** Qiming has quit IRC | 21:01 | |
*** Qiming has joined #senlin | 21:02 | |
-openstackstatus- NOTICE: The upgrade maintenance for lists.openstack.org has been completed and it is back online. | 21:51 | |
*** catintheroof has quit IRC | 22:36 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!