Friday, 2016-05-27

openstackgerritMerged openstack/senlin: ovo - switch cluster lock and node lock calls  https://review.openstack.org/32144100:05
openstackgerritMerged openstack/senlin: Add negative tempest API test for http conflict cases  https://review.openstack.org/32133000:05
*** Qiming has quit IRC00:29
*** Drago1 has joined #senlin01:09
*** Drago1 has quit IRC01:09
*** Drago1 has joined #senlin01:10
*** Drago1 has quit IRC01:11
*** yanyanhu has joined #senlin01:38
*** Qiming has joined #senlin01:38
openstackgerritMerged openstack/senlin: Updated from global requirements  https://review.openstack.org/32174201:48
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch health registry calls  https://review.openstack.org/32193002:21
*** elynn has joined #senlin02:23
*** elynn_ has joined #senlin02:29
elynn_morning02:30
*** elynn has quit IRC02:31
yanyanhumorning02:31
yanyanhuquick so fast...02:31
yanyanhuquit02:31
elynn_haha~02:31
yanyanhu...02:31
yanyanhu换了个马甲 :)02:31
elynn_That was the account before I connect to VPN.02:32
yanyanhuyea02:32
yanyanhunetwork is terrible02:32
elynn_Some hypervisor tuning stuff are blocking me these days, need to learn a lot after my team change its goal.02:34
yanyanhu...02:35
yanyanhuyou guys are working on hypervisor level now?02:36
*** openstackgerrit has quit IRC02:36
yanyanhulooks like gerrit mets some problems02:36
yanyanhuI can refresh the gerrit web page now02:36
yanyanhus/can/can't02:37
elynn_Yes, we shift from community to hypervisor safety and reliability , though we all know nothing about it :(02:37
elynn_Let me have a try02:38
elynn_me neither...02:38
elynn_The page says Server Error02:38
yanyanhuyes...02:38
*** openstackgerrit has joined #senlin02:43
yanyanhugerrit is back02:43
elynn_welcome back openstackgerrit :)02:45
*** yuanying has quit IRC02:50
yanyanhulooks like gerrit is still malfunctional02:50
*** openstackgerrit has quit IRC02:56
yanyanhu... looks like gerrit met filesystem corruption...02:59
yanyanhuhope it can be back soon02:59
elynn_RIP...03:00
-openstackstatus- NOTICE: Gerrit is going offline briefly to check possible filesystem corruption03:03
*** ChanServ changes topic to "Gerrit is going offline briefly to check possible filesystem corruption"03:03
*** openstackgerrit has joined #senlin03:19
*** ChanServ changes topic to "IRCLog: http://eavesdrop.openstack.org/irclogs/%23senlin/ | Bugs: bugs.launchpad.net/senlin | Review: https://review.openstack.org/#/q/project:openstack/senlin,n,z"03:22
-openstackstatus- NOTICE: after a quick check, gerrit and its filesystem have been brought back online and should be working again03:22
*** elynn_ has quit IRC03:47
*** yuanying has joined #senlin03:48
flwanghi Qiming, maybe you're interested in this https://review.openstack.org/#/c/318202/04:10
flwangi'm wondering if senlin can add a plugin in zaqar to trigger senlin to do the autoscaling04:10
flwanggiven now zaqar can receive alarms from aodh04:10
flwangand we can use trust to resolve the auth issue04:11
Qimingya, will check04:12
Qimingsenlin has two requirements on zaqar in near future04:12
flwangQiming: ping me and i will help :)04:13
Qiming1. senlin want to receive notifications from zaqar queue, so that many different cluster operations can be triggered remotely04:13
Qiming2. senlin want to be able to dump its notifications to zaqar queue, so that any resource state changes or operations can be notified to 3rd party software04:14
Qimingcurrently, I'm working on versioned objects04:14
Qimingideally, we will use versioned objects to do requests versioning and validation, notification body versioning and live upgrade support04:15
Qimingwhen we have the foundations laid out, will seek for your help on how to get queues created and the hook points connected to 3rd parth via zaqar04:15
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch event calls  https://review.openstack.org/32194604:23
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch dependency calls  https://review.openstack.org/32194704:23
flwangfor #1, it's easy because we have figured out most of the issues with the mistal spec04:30
flwangfor #2, senlin just need to create a zaqar client and post messages04:31
Qimingcool04:31
flwangthe only tricky part is how to keep the tenant isolation04:31
Qimingyes, that is one of the key design decisions of zaqar04:32
flwangcool, then all good04:32
flwangcan those info be seen by tenant user?04:33
flwangi mean the messages in zaqar queue04:33
Qimingnot sure yet04:36
QimingI think there are requests in both ends04:36
Qimingfor one instance, if the downstream consumer is a monitoring software which has no knowledge of tenants, the monitoring software is trusted ... then tenant isolation may be not that relevant04:37
Qimingif the downstream consumer is from user land, e.g. from inside a VM, then definitely tenant isolation would be necessary04:38
Qimingthe first case ... sounds not a use case of zaqar ... maybe we should just post to the oslo.message because it is a control plane talk04:39
flwangI think so, or you can create the queue in service tenant04:45
flwangthen tenant user wont' see it04:45
Qimingwow, never thought of a use case of service tenant like that04:45
Qiminggood suggestion04:45
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch credential calls  https://review.openstack.org/32194904:51
*** flwang1 has quit IRC04:56
*** shu-mutou-AFK is now known as shu-mutou05:02
openstackgerritxu-haiwei proposed openstack/senlin: Add 'host_node' and 'host_cluster' properties to container profile  https://review.openstack.org/32195305:05
*** elynn_ has joined #senlin05:44
*** elynn_ has quit IRC05:49
*** elynn_ has joined #senlin05:49
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch cluster calls  https://review.openstack.org/32197206:07
openstackgerritQiming Teng proposed openstack/senlin: ovo - swith cluster-policy calls  https://review.openstack.org/32197406:38
Qiming Merged openstack-infra/project-config: Add Senlin support to rally-gate  https://review.openstack.org/31845307:03
-openstackstatus- NOTICE: zuul required a restart due to network outages. If your change is not listed on http://status.openstack.org/zuul/ and is missing results, please issue a 'recheck'.07:14
openstackgerritYanyan Hu proposed openstack/senlin: [WIP]Add Rally jobs for Senlin  https://review.openstack.org/30717007:19
openstackgerritEthan Lynn proposed openstack/senlin: Add tempest test for API event show  https://review.openstack.org/32022707:20
*** elynn_ has quit IRC07:46
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch action calls  https://review.openstack.org/32199207:50
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch action calls  https://review.openstack.org/32199208:04
openstackgerritMerged openstack/senlin: Add tempest test for API event show  https://review.openstack.org/32022708:23
*** yuanying has quit IRC08:47
*** yuanying has joined #senlin08:53
*** yanyanhu has quit IRC08:54
*** yanyanhu has joined #senlin08:54
*** yuanying has quit IRC08:54
*** yanyanhu has quit IRC08:55
*** Qiming has quit IRC08:57
openstackgerritMerged openstack/senlin: ovo - switch health registry calls  https://review.openstack.org/32193008:59
*** flwang1 has joined #senlin09:01
*** yuanying has joined #senlin09:10
*** yuanying has quit IRC09:15
*** Qiming has joined #senlin09:46
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch action calls  https://review.openstack.org/32199209:54
*** yuanying has joined #senlin10:11
*** openstackgerrit has quit IRC10:47
*** openstackgerrit has joined #senlin10:49
*** shu-mutou is now known as shu-mutou-AFK11:07
*** openstackgerrit has quit IRC11:47
*** openstackgerrit has joined #senlin11:49
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch event calls  https://review.openstack.org/32194611:54
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch event calls  https://review.openstack.org/32194612:39
*** openstackgerrit has quit IRC12:48
*** openstackgerrit has joined #senlin12:49
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch dependency calls  https://review.openstack.org/32194713:57
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch credential calls  https://review.openstack.org/32194913:58
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch cluster calls  https://review.openstack.org/32197213:58
openstackgerritQiming Teng proposed openstack/senlin: ovo - swith cluster-policy calls  https://review.openstack.org/32197413:58
openstackgerritQiming Teng proposed openstack/senlin: ovo - switch action calls  https://review.openstack.org/32199213:58
*** openstackgerrit has quit IRC14:18
*** openstackgerrit has joined #senlin14:19
*** jdandrea has quit IRC14:36
*** jdandrea has joined #senlin14:36
*** Drago has joined #senlin14:48
*** Drago has quit IRC14:48
*** Drago has joined #senlin14:48
*** jdandrea has quit IRC14:53
*** jdandrea has joined #senlin14:54
openstackgerritMerged openstack/senlin: ovo - switch dependency calls  https://review.openstack.org/32194715:06
openstackgerritMerged openstack/senlin: ovo - switch credential calls  https://review.openstack.org/32194915:07
openstackgerritMerged openstack/senlin: ovo - switch cluster calls  https://review.openstack.org/32197215:07
openstackgerritMerged openstack/senlin: ovo - swith cluster-policy calls  https://review.openstack.org/32197415:08
openstackgerritMerged openstack/senlin: ovo - switch action calls  https://review.openstack.org/32199215:08
openstackgerritQiming Teng proposed openstack/senlin: Minor revise cluster_delete engine service call  https://review.openstack.org/32138215:11
*** Qiming has quit IRC15:26
*** Drago has quit IRC17:12
*** Drago has joined #senlin18:11
*** openstack has joined #senlin21:46

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