Thursday, 2015-11-12

*** lkarm has quit IRC00:15
*** lixinhui has joined #senlin00:16
*** lvdongbing has joined #senlin00:37
*** lixinhui has quit IRC00:48
*** zhenguo has joined #senlin01:18
*** lixinhui has joined #senlin01:24
openstackgerritxu-haiwei proposed openstack/senlin: Fix SDK exception message parse  https://review.openstack.org/24395901:27
openstackgerritMerged openstack/senlin: Add a FEATURE item  https://review.openstack.org/24396201:35
*** Yanyanhu has joined #senlin01:47
openstackgerritMerged openstack/senlin: Updated from global requirements  https://review.openstack.org/24418901:59
*** elynn has joined #senlin02:03
*** lixinhui has quit IRC02:06
*** lixinhui has joined #senlin02:12
elynnMorning02:14
xuhaiweimorning02:15
Yanyanhumorning02:21
*** lkarm has joined #senlin02:27
openstackgerritYanyan Hu proposed openstack/senlin: [WIP]Enable initiative action selecting in start_action  https://review.openstack.org/24402602:29
*** lixinhui has quit IRC02:30
*** lkarm has quit IRC02:32
*** lixinhui has joined #senlin02:33
*** rebase has quit IRC02:41
*** lixinhui has quit IRC02:42
xuhaiweiYanyanhu02:47
Yanyanhuhi02:47
xuhaiweijust saw the TODO.rst, we will use monisca instead of aodh?02:47
Yanyanhuxuhaiwei, I don't think so. We will just add a new trigger type which is based on Monasca02:48
Yanyanhucurrently, we have implemented a trigger type based on ceilometer(Aodh)02:48
xuhaiweialso an alarm?02:49
Yanyanhuumm, this depends on how Monasca define this concept :)02:49
xuhaiweicurrently we are using ceilometer-alarm, right? aodh is not ready yet02:49
Yanyanhubut I guess so02:49
Yanyanhuyes02:49
Yanyanhuwe haven't migrated to Aodh yet02:50
xuhaiweiso we will choose from monisca and aodh?? not support both of them I think02:50
xuhaiweireally don't know what the difference of them02:50
Yanyanhuhi, xuhaiwei, I think user will choose which one to use. We just need to provide those options for them.02:50
Yanyanhuif this is really Senlin's work02:51
xuhaiweiok02:51
Yanyanhualso not very clear about the difference...02:52
xuhaiweione should be better than the other, we should support the better one maybe02:54
*** Liuqing has joined #senlin02:59
Yanyanhui guess we should let user to decide which one is better :) We support ceilometer alarm first since it's the only one availabe at that time02:59
Yanyanhuactually I talked with Qiming about trigger support before, we actually not very sure we should support it in Senlin03:00
Yanyanhuwe added trigger because we need it to complete the loop of autoscaling workflow03:02
xuhaiweiyap, let user choose, it's not bad03:02
Yanyanhubut maybe it's a little bit out of Senlin's scope03:02
Yanyanhuxuhaiwei, yes so they won't have chance to blame us on this :)03:03
Yanyanhuso maybe it's not an urgent work need to be done03:04
xuhaiweianyway, that is a low priority03:04
xuhaiweiyes :)03:05
Yanyanhuyes, that's why we give it low priority03:05
Yanyanhuanyway, need further discussion on this issue. But it's a doable job I think.03:05
*** lvdongbing has quit IRC03:07
*** shu has quit IRC03:08
*** lvdongbing has joined #senlin03:11
*** jdandrea has quit IRC03:18
openstackgerritMerged openstack/senlin-dashboard: Add profile link in profile column of cluster table  https://review.openstack.org/24280703:32
*** Liuqing has quit IRC04:31
*** elynn has quit IRC04:48
*** rebase has joined #senlin04:50
*** Liuqing has joined #senlin05:16
*** lkarm has joined #senlin05:17
*** lkarm has quit IRC05:22
openstackgerritEthan Lynn proposed openstack/senlin: Add extract_kwargs functions to utils.py  https://review.openstack.org/24445205:40
*** elynn has joined #senlin05:40
*** Liuqing_ has joined #senlin05:50
*** Liuqing has quit IRC05:52
*** elynn has quit IRC05:55
*** elynn has joined #senlin05:56
Yanyanhuhi, elynn, are you around?05:59
elynnHi05:59
Yanyanhujust want to ask a question about devstack screen :)06:00
Yanyanhudo you know how can I restart a service, e.g. heat-engine without entering into the screen?06:00
elynnctrl+c06:01
Yanyanhuusing screen -x stack06:01
elynnto stop service06:01
elynnwithout ?06:01
Yanyanhuyes06:01
Yanyanhufrom other window06:01
Yanyanhuis that possible06:01
elynnI don't know...06:02
elynnJust know how to kill them...06:02
elynnSo you want to restart heat service on senlin window?06:02
Yanyanhuactually I want to restart senlin-engine which is installed by devstack06:03
Yanyanhubut in CI-gate side06:03
YanyanhuI need to perform this operation in a shell script which will be executed automatically after devstack test environment is built in gate06:04
Yanyanhubut didn't find a method to do so06:04
elynnLet me google it :)06:05
Yanyanhuthanks :) I'm also searching it06:05
YanyanhuI know using 'kill -1' can restart the service in backend, but seems this 'restart' will just make the service reload part of the configures06:06
elynnWhy we need to do that on CI-gate?06:11
YanyanhuI tried to enable multi-engine environment for functional test. But I don't want to change the default num_engine_worker value which is 1 now :)06:13
Yanyanhuso I need to reconfigure the senlin-engine and restart it after gate provides us a devstack environment for test06:14
elynnWe can set this value on local.conf06:14
Yanyanhuoh? you mean a specific configure option06:14
elynnyes, let me find an example for you.06:14
Yanyanhuok, many thanks06:15
elynnhttps://github.com/lynic/config/blob/master/vagrant/devstack/local.conf#L104-L12206:15
Yanyanhuoh, we may need a patch to project-configure using this way06:16
elynnheat set these values for functiontests before start devstack06:16
Yanyanhuok06:17
elynnSo add it ;)06:17
Yanyanhuok, seems I need to propose a patch to change this file http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/senlin.yaml06:18
elynnhttps://github.com/openstack-dev/devstack/blob/master/lib/heat#L53-L5406:20
elynnIs it enough?06:20
Yanyanhuhmm, seems not that easy06:21
Yanyanhuif we install senlin as devstack plugin06:21
*** gongysh has joined #senlin06:22
Yanyanhuhi, elynn, so I guess we need support from devstack project as well if we want to use the same way Heat is using now?06:24
elynnlet me have a try06:24
Yanyanhuok06:24
Yanyanhuhi, elynn, I guess I just need to add the following lines http://paste.openstack.org/show/478632/06:44
Yanyanhuafter here http://git.openstack.org/cgit/openstack-infra/project-config/tree/jenkins/jobs/senlin.yaml#n2106:45
Yanyanhuumm, just don't want to put these customization into senlin's jenkins job configure since if we don't use it in future, we need to propose patch to remove them again...06:46
elynnheat use a pre-test-hook.sh to do that.06:46
elynnhttps://github.com/openstack/heat/blob/master/heat_integrationtests/pre_test_hook.sh06:46
Yanyanhucool06:47
Yanyanhuwe haven't enabled pre-test-hook.sh yet06:47
Yanyanhuwill try it.06:47
Yanyanhumany thanks :)06:47
elynnI actually don't know how it works.06:48
elynnSeems this file will be executed before jenkins start devstack.06:49
Yanyanhuyes, that's true06:51
Yanyanhuit will be exported as pre_test_hook which will be invoked by gate before starting devstack installation06:52
YanyanhuI'm also not very clear about the detail, but seems it works like this :)06:52
elynnHaha, you know more than me06:54
*** Liuqing_ has quit IRC06:55
Yanyanhualmost the same :p06:55
openstackgerritEthan Lynn proposed openstack/senlin: Pick up Lock Break from TODO items  https://review.openstack.org/24447106:59
openstackgerritEthan Lynn proposed openstack/senlin: Add extract_kwargs functions to utils.py  https://review.openstack.org/24445207:04
elynnYanyanhu:  just setup a devstack env, '[[post-config|$SENLIN_CONF]]' works fine.07:15
Yanyanhucool!07:15
Yanyanhuwill propose the patch, thanks :)07:16
elynnnp07:16
*** Liuqing has joined #senlin07:22
*** Liuqing has quit IRC07:26
openstackgerritYanyan Hu proposed openstack/senlin: Enable pre_test_hook for functional test  https://review.openstack.org/24448007:39
*** Liuqing has joined #senlin07:44
*** lkarm has joined #senlin07:44
openstackgerritYanyan Hu proposed openstack/senlin: Enable pre_test_hook for functional test  https://review.openstack.org/24448007:46
*** lkarm has quit IRC07:49
*** Liuqing has quit IRC08:06
*** rebase has quit IRC08:28
*** rebase has joined #senlin08:28
*** rebase has quit IRC08:29
*** Liuqing has joined #senlin09:03
*** elynn has quit IRC09:08
*** Liuqing has quit IRC09:23
*** openstackgerrit has quit IRC09:46
*** openstackgerrit has joined #senlin09:47
*** lvdongbing has quit IRC09:49
*** Liuqing has joined #senlin09:57
*** lkarm has joined #senlin10:00
*** Yanyanhu has quit IRC10:04
*** lkarm has quit IRC10:05
*** openstackgerrit has quit IRC10:16
*** openstackgerrit has joined #senlin10:17
*** zhenguo has quit IRC11:07
*** Liuqing has quit IRC12:03
*** Jezogwza has joined #senlin12:26
*** Jezogwza_ has joined #senlin12:31
*** Jezogwza has quit IRC12:33
*** Jezogwza_ is now known as Jezogwza12:33
*** lkarm has joined #senlin13:13
*** Jezogwza has quit IRC13:15
*** lvdongbing has joined #senlin14:22
*** pm90_ has joined #senlin14:24
*** lvdongbing has quit IRC14:32
*** pm90_ is now known as pratikmallya14:58
*** jdandrea has joined #senlin15:49
*** pratikmallya has quit IRC16:06
*** pratikmallya has joined #senlin16:41
*** pratikmallya has quit IRC16:45
*** pratikmallya has joined #senlin16:46
*** lkarm has quit IRC17:31
*** lkarm has joined #senlin17:31
*** lkarm has quit IRC17:36
*** lkarm has joined #senlin17:36
*** Qiming has joined #senlin19:10
*** Qiming_ has joined #senlin19:14
*** Qiming has quit IRC19:17
*** Qiming_ has quit IRC19:25
*** pratikmallya has quit IRC19:35
*** pm90_ has joined #senlin19:40
*** Qiming_ has joined #senlin20:06
*** Qiming_ has quit IRC20:12
*** pm90__ has joined #senlin21:08
*** pm90__ has quit IRC21:08
*** pm90_ has quit IRC21:11
*** pm90_ has joined #senlin21:39
*** pm90__ has joined #senlin21:42
*** pm90_ has quit IRC21:44
*** lkarm has quit IRC22:40
*** lkarm has joined #senlin22:40
*** lkarm has quit IRC22:40
*** lkarm has joined #senlin22:41
*** pm90_ has joined #senlin22:44
*** lkarm has quit IRC22:46
*** pm90__ has quit IRC22:47
*** pm90_ has quit IRC23:57

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!