openstackgerrit | Merged openstack/senlin: ovo - switch cluster lock and node lock calls https://review.openstack.org/321441 | 00:05 |
---|---|---|
openstackgerrit | Merged openstack/senlin: Add negative tempest API test for http conflict cases https://review.openstack.org/321330 | 00:05 |
*** Qiming has quit IRC | 00:29 | |
*** Drago1 has joined #senlin | 01:09 | |
*** Drago1 has quit IRC | 01:09 | |
*** Drago1 has joined #senlin | 01:10 | |
*** Drago1 has quit IRC | 01:11 | |
*** yanyanhu has joined #senlin | 01:38 | |
*** Qiming has joined #senlin | 01:38 | |
openstackgerrit | Merged openstack/senlin: Updated from global requirements https://review.openstack.org/321742 | 01:48 |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch health registry calls https://review.openstack.org/321930 | 02:21 |
*** elynn has joined #senlin | 02:23 | |
*** elynn_ has joined #senlin | 02:29 | |
elynn_ | morning | 02:30 |
*** elynn has quit IRC | 02:31 | |
yanyanhu | morning | 02:31 |
yanyanhu | quick so fast... | 02:31 |
yanyanhu | quit | 02:31 |
elynn_ | haha~ | 02:31 |
yanyanhu | ... | 02:31 |
yanyanhu | 换了个马甲 :) | 02:31 |
elynn_ | That was the account before I connect to VPN. | 02:32 |
yanyanhu | yea | 02:32 |
yanyanhu | network is terrible | 02: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 |
yanyanhu | you guys are working on hypervisor level now? | 02:36 |
*** openstackgerrit has quit IRC | 02:36 | |
yanyanhu | looks like gerrit mets some problems | 02:36 |
yanyanhu | I can refresh the gerrit web page now | 02:36 |
yanyanhu | s/can/can't | 02: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 try | 02:38 |
elynn_ | me neither... | 02:38 |
elynn_ | The page says Server Error | 02:38 |
yanyanhu | yes... | 02:38 |
*** openstackgerrit has joined #senlin | 02:43 | |
yanyanhu | gerrit is back | 02:43 |
elynn_ | welcome back openstackgerrit :) | 02:45 |
*** yuanying has quit IRC | 02:50 | |
yanyanhu | looks like gerrit is still malfunctional | 02:50 |
*** openstackgerrit has quit IRC | 02:56 | |
yanyanhu | ... looks like gerrit met filesystem corruption... | 02:59 |
yanyanhu | hope it can be back soon | 02:59 |
elynn_ | RIP... | 03:00 |
-openstackstatus- NOTICE: Gerrit is going offline briefly to check possible filesystem corruption | 03:03 | |
*** ChanServ changes topic to "Gerrit is going offline briefly to check possible filesystem corruption" | 03:03 | |
*** openstackgerrit has joined #senlin | 03: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 again | 03:22 | |
*** elynn_ has quit IRC | 03:47 | |
*** yuanying has joined #senlin | 03:48 | |
flwang | hi Qiming, maybe you're interested in this https://review.openstack.org/#/c/318202/ | 04:10 |
flwang | i'm wondering if senlin can add a plugin in zaqar to trigger senlin to do the autoscaling | 04:10 |
flwang | given now zaqar can receive alarms from aodh | 04:10 |
flwang | and we can use trust to resolve the auth issue | 04:11 |
Qiming | ya, will check | 04:12 |
Qiming | senlin has two requirements on zaqar in near future | 04:12 |
flwang | Qiming: ping me and i will help :) | 04:13 |
Qiming | 1. senlin want to receive notifications from zaqar queue, so that many different cluster operations can be triggered remotely | 04:13 |
Qiming | 2. 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 software | 04:14 |
Qiming | currently, I'm working on versioned objects | 04:14 |
Qiming | ideally, we will use versioned objects to do requests versioning and validation, notification body versioning and live upgrade support | 04:15 |
Qiming | when 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 zaqar | 04:15 |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch event calls https://review.openstack.org/321946 | 04:23 |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch dependency calls https://review.openstack.org/321947 | 04:23 |
flwang | for #1, it's easy because we have figured out most of the issues with the mistal spec | 04:30 |
flwang | for #2, senlin just need to create a zaqar client and post messages | 04:31 |
Qiming | cool | 04:31 |
flwang | the only tricky part is how to keep the tenant isolation | 04:31 |
Qiming | yes, that is one of the key design decisions of zaqar | 04:32 |
flwang | cool, then all good | 04:32 |
flwang | can those info be seen by tenant user? | 04:33 |
flwang | i mean the messages in zaqar queue | 04:33 |
Qiming | not sure yet | 04:36 |
Qiming | I think there are requests in both ends | 04:36 |
Qiming | for 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 relevant | 04:37 |
Qiming | if the downstream consumer is from user land, e.g. from inside a VM, then definitely tenant isolation would be necessary | 04:38 |
Qiming | the first case ... sounds not a use case of zaqar ... maybe we should just post to the oslo.message because it is a control plane talk | 04:39 |
flwang | I think so, or you can create the queue in service tenant | 04:45 |
flwang | then tenant user wont' see it | 04:45 |
Qiming | wow, never thought of a use case of service tenant like that | 04:45 |
Qiming | good suggestion | 04:45 |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch credential calls https://review.openstack.org/321949 | 04:51 |
*** flwang1 has quit IRC | 04:56 | |
*** shu-mutou-AFK is now known as shu-mutou | 05:02 | |
openstackgerrit | xu-haiwei proposed openstack/senlin: Add 'host_node' and 'host_cluster' properties to container profile https://review.openstack.org/321953 | 05:05 |
*** elynn_ has joined #senlin | 05:44 | |
*** elynn_ has quit IRC | 05:49 | |
*** elynn_ has joined #senlin | 05:49 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch cluster calls https://review.openstack.org/321972 | 06:07 |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - swith cluster-policy calls https://review.openstack.org/321974 | 06:38 |
Qiming | Merged openstack-infra/project-config: Add Senlin support to rally-gate https://review.openstack.org/318453 | 07: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 | |
openstackgerrit | Yanyan Hu proposed openstack/senlin: [WIP]Add Rally jobs for Senlin https://review.openstack.org/307170 | 07:19 |
openstackgerrit | Ethan Lynn proposed openstack/senlin: Add tempest test for API event show https://review.openstack.org/320227 | 07:20 |
*** elynn_ has quit IRC | 07:46 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch action calls https://review.openstack.org/321992 | 07:50 |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch action calls https://review.openstack.org/321992 | 08:04 |
openstackgerrit | Merged openstack/senlin: Add tempest test for API event show https://review.openstack.org/320227 | 08:23 |
*** yuanying has quit IRC | 08:47 | |
*** yuanying has joined #senlin | 08:53 | |
*** yanyanhu has quit IRC | 08:54 | |
*** yanyanhu has joined #senlin | 08:54 | |
*** yuanying has quit IRC | 08:54 | |
*** yanyanhu has quit IRC | 08:55 | |
*** Qiming has quit IRC | 08:57 | |
openstackgerrit | Merged openstack/senlin: ovo - switch health registry calls https://review.openstack.org/321930 | 08:59 |
*** flwang1 has joined #senlin | 09:01 | |
*** yuanying has joined #senlin | 09:10 | |
*** yuanying has quit IRC | 09:15 | |
*** Qiming has joined #senlin | 09:46 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch action calls https://review.openstack.org/321992 | 09:54 |
*** yuanying has joined #senlin | 10:11 | |
*** openstackgerrit has quit IRC | 10:47 | |
*** openstackgerrit has joined #senlin | 10:49 | |
*** shu-mutou is now known as shu-mutou-AFK | 11:07 | |
*** openstackgerrit has quit IRC | 11:47 | |
*** openstackgerrit has joined #senlin | 11:49 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch event calls https://review.openstack.org/321946 | 11:54 |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch event calls https://review.openstack.org/321946 | 12:39 |
*** openstackgerrit has quit IRC | 12:48 | |
*** openstackgerrit has joined #senlin | 12:49 | |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch dependency calls https://review.openstack.org/321947 | 13:57 |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch credential calls https://review.openstack.org/321949 | 13:58 |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch cluster calls https://review.openstack.org/321972 | 13:58 |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - swith cluster-policy calls https://review.openstack.org/321974 | 13:58 |
openstackgerrit | Qiming Teng proposed openstack/senlin: ovo - switch action calls https://review.openstack.org/321992 | 13:58 |
*** openstackgerrit has quit IRC | 14:18 | |
*** openstackgerrit has joined #senlin | 14:19 | |
*** jdandrea has quit IRC | 14:36 | |
*** jdandrea has joined #senlin | 14:36 | |
*** Drago has joined #senlin | 14:48 | |
*** Drago has quit IRC | 14:48 | |
*** Drago has joined #senlin | 14:48 | |
*** jdandrea has quit IRC | 14:53 | |
*** jdandrea has joined #senlin | 14:54 | |
openstackgerrit | Merged openstack/senlin: ovo - switch dependency calls https://review.openstack.org/321947 | 15:06 |
openstackgerrit | Merged openstack/senlin: ovo - switch credential calls https://review.openstack.org/321949 | 15:07 |
openstackgerrit | Merged openstack/senlin: ovo - switch cluster calls https://review.openstack.org/321972 | 15:07 |
openstackgerrit | Merged openstack/senlin: ovo - swith cluster-policy calls https://review.openstack.org/321974 | 15:08 |
openstackgerrit | Merged openstack/senlin: ovo - switch action calls https://review.openstack.org/321992 | 15:08 |
openstackgerrit | Qiming Teng proposed openstack/senlin: Minor revise cluster_delete engine service call https://review.openstack.org/321382 | 15:11 |
*** Qiming has quit IRC | 15:26 | |
*** Drago has quit IRC | 17:12 | |
*** Drago has joined #senlin | 18:11 | |
*** openstack has joined #senlin | 21:46 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!