| *** thorst has joined #openstack-watcher | 00:22 | |
| *** thorst has quit IRC | 00:27 | |
| *** adisky has joined #openstack-watcher | 00:33 | |
| *** thorst has joined #openstack-watcher | 01:59 | |
| *** thorst has quit IRC | 02:03 | |
| *** thorst has joined #openstack-watcher | 02:15 | |
| *** thorst has quit IRC | 02:16 | |
| *** thorst has joined #openstack-watcher | 02:33 | |
| *** thorst has quit IRC | 02:34 | |
| openstackgerrit | YumengBao proposed openstack/watcher master: Add documentation about saving energy strategy https://review.openstack.org/501203 | 03:24 |
|---|---|---|
| *** nicolasbock has quit IRC | 03:40 | |
| *** AdamSpiers[m] is now known as AdamSpiers[m]2 | 03:58 | |
| AdamSpiers[m]2 | if anyone is at the PTG, please could they join this session tomorrow morning? https://etherpad.openstack.org/p/self-healing-queens-ptg | 04:26 |
| *** AdamSpiers[m]2 is now known as AdamSpiers | 04:27 | |
| *** hidekazu has joined #openstack-watcher | 04:39 | |
| adisky | AdamSpiers: hi Adam, hidekazu is there in PTG | 05:00 |
| hidekazu | adisky: what ? | 05:01 |
| adisky | hidekazu: Adam requesting you to attend above session | 05:01 |
| hidekazu | yes i am in denver now. | 05:01 |
| hidekazu | above? which session? | 05:02 |
| adisky | https://etherpad.openstack.org/p/self-healing-queens-ptg | 05:02 |
| hidekazu | Adamspiers: ok, i will go. i have never seen this community. | 05:05 |
| adisky | hidekazu: I think it has some sort of collaboration and integration goals between various projects | 05:07 |
| hidekazu | i feel that user should use those project for their purpose rather than collaboration of those project. | 05:09 |
| adisky | ok | 05:09 |
| hidekazu | project may persuade user to use other project if the project is not meet. | 05:09 |
| hidekazu | anyway, i will go. | 05:09 |
| hidekazu | adisky: you know gate corrupted now? | 05:10 |
| adisky | ya i checked errors | 05:10 |
| hidekazu | i reported bug for it | 05:10 |
| hidekazu | https://bugs.launchpad.net/watcher/+bug/1716476 | 05:10 |
| openstack | Launchpad bug 1716476 in watcher "Watcher.tests.common.test_service.TestService unit tests failed" [Undecided,New] | 05:10 |
| hidekazu | designate also corrupted and fixing now. i do not know their fixing is correct though. | 05:11 |
| adisky | ya i checked, but target is correctly defined in watcher] | 05:11 |
| adisky | for designate they have skipped the testcase | 05:12 |
| hidekazu | yeah, so i am not sure that is correct way. | 05:13 |
| adisky | https://github.com/openstack/watcher/blob/master/watcher/common/service.py#L240 | 05:15 |
| adisky | for watcher we are using correct Target object | 05:15 |
| hidekazu | in test case? | 05:15 |
| hidekazu | designate says they can not use mock object. | 05:16 |
| hidekazu | so test failed. if that is true, surely skipping those test is final solution. | 05:17 |
| adisky | we are not mocking also | 05:20 |
| adisky | https://github.com/openstack/watcher/blob/master/watcher/tests/common/test_service.py#L97 | 05:20 |
| adisky | ok got it now | 05:29 |
| adisky | will fiox | 05:29 |
| adisky | *will fix | 05:30 |
| hidekazu | adisky: thanks. | 05:34 |
| *** hidekazu has left #openstack-watcher | 05:36 | |
| openstackgerrit | aditi sharma proposed openstack/watcher master: Fix Gate Failure https://review.openstack.org/502902 | 07:29 |
| *** nicolasbock has joined #openstack-watcher | 10:02 | |
| *** nicolasbock has quit IRC | 10:07 | |
| *** nicolasbock has joined #openstack-watcher | 10:20 | |
| *** alexchadin has joined #openstack-watcher | 10:43 | |
| *** brunograz has joined #openstack-watcher | 10:58 | |
| *** Yumeng has joined #openstack-watcher | 11:15 | |
| *** thorst has joined #openstack-watcher | 11:25 | |
| *** suzhengwei has joined #openstack-watcher | 11:45 | |
| suzhengwei | alexchadin:ping | 11:46 |
| alexchadin | suzhengwei: pong | 11:46 |
| suzhengwei | You knows the reason why watcher listen to nova notifications to update compute CDM? Is it helpful to watcher, while every auidt we will re-collect compute resources from nova APIs? | 11:47 |
| alexchadin | suzhengwei: yeap, we have background job that updates compute CDM | 11:48 |
| alexchadin | suzhengwei: that's because we don't need to call nova API every time audit is executed | 11:49 |
| alexchadin | watcher have updated cdm all the time | 11:50 |
| suzhengwei | If it is useful, we should listen to more events than current. Like resize/rebuild event. | 11:51 |
| alexchadin | suzhengwei: we have appropriate blueprint: https://blueprints.launchpad.net/watcher/+spec/event-driven-optimization-based | 11:52 |
| alexchadin | suzhengwei: take a look | 11:52 |
| suzhengwei | It didn't mention resize/rebuild event. And I did't find the relevant code in watcher. | 11:55 |
| suzhengwei | But that would really change the compute CDM. | 11:56 |
| suzhengwei | How do you think about? | 11:56 |
| alexchadin | suzhengwei: this blueprint represents some sort of concept of event-driven optimization. What do you want to do with resize/rebuild events? | 11:57 |
| suzhengwei | We need to listen to resize/rebuild events and update the compute CDM. | 11:58 |
| suzhengwei | not only create/delete/update/live-migration events, but also resize/rebuild events. | 12:00 |
| *** Yumeng has quit IRC | 12:02 | |
| *** alexchadin has quit IRC | 12:07 | |
| *** alexchadin has joined #openstack-watcher | 12:19 | |
| *** alexchadin has quit IRC | 12:19 | |
| *** alexchadin has joined #openstack-watcher | 12:19 | |
| alexchadin | suzhengwei: submit appropriate blueprint and I will review it | 12:19 |
| suzhengwei | ok, it's sample. I would like to give a commit. | 12:22 |
| *** alexchadin has quit IRC | 12:33 | |
| *** alexchadin has joined #openstack-watcher | 12:33 | |
| *** suzhengwei has quit IRC | 13:18 | |
| *** AdamSpiers is now known as aspiers[m] | 13:30 | |
| *** alexchadin has quit IRC | 14:00 | |
| *** hidekazu has joined #openstack-watcher | 14:10 | |
| *** alexchadin has joined #openstack-watcher | 14:11 | |
| alexchadin | hidekazu: ping | 14:43 |
| alexchadin | aspiers: ping | 14:43 |
| aspiers[m] | Pong | 14:44 |
| hidekazu | alexchadin: pong | 14:44 |
| alexchadin | aspiers[m]: hidekazu is on PTG, could you please contact him to invite to self-healing discussion? | 14:44 |
| alexchadin | aspiers[m], hidekazu morning :) | 14:45 |
| hidekazu | i checked self-healing will have meeting from 10:10 | 14:45 |
| hidekazu | 10 am?? | 14:45 |
| hidekazu | alexchadin: morning | 14:45 |
| *** hidekazu has left #openstack-watcher | 14:52 | |
| aspiers[m] | Yes the meeting is 10am | 14:54 |
| *** hidekazu has joined #openstack-watcher | 15:05 | |
| *** zhurong has joined #openstack-watcher | 15:20 | |
| *** alexchadin has quit IRC | 15:40 | |
| *** hidekazu has quit IRC | 16:05 | |
| *** hidekazu has joined #openstack-watcher | 16:05 | |
| *** zhurong has quit IRC | 16:06 | |
| *** zhurong has joined #openstack-watcher | 16:18 | |
| *** thorst has quit IRC | 16:47 | |
| *** thorst has joined #openstack-watcher | 17:19 | |
| *** vvargaszte has joined #openstack-watcher | 17:28 | |
| *** vvargaszte has quit IRC | 17:34 | |
| *** zhurong has quit IRC | 17:42 | |
| *** hidekazu has quit IRC | 17:45 | |
| *** thorst has quit IRC | 18:06 | |
| *** hidekazu has joined #openstack-watcher | 18:52 | |
| *** zhurong has joined #openstack-watcher | 19:52 | |
| *** hidekazu has quit IRC | 19:53 | |
| *** hidekazu has joined #openstack-watcher | 19:56 | |
| openstackgerrit | Hidekazu Nakamura proposed openstack/watcher master: [WIP] Add cdm-scoping https://review.openstack.org/503171 | 20:21 |
| *** zhurong has quit IRC | 21:35 | |
| *** thorst has joined #openstack-watcher | 21:36 | |
| *** thorst has quit IRC | 22:07 | |
| *** thorst has joined #openstack-watcher | 22:08 | |
| *** thorst has quit IRC | 22:12 | |
| *** thorst has joined #openstack-watcher | 22:19 | |
| *** thorst has quit IRC | 22:31 | |
| openstackgerrit | Hidekazu Nakamura proposed openstack/watcher master: Remove installation guide for openSUSE and SLES https://review.openstack.org/503449 | 22:50 |
| *** hidekazu has quit IRC | 23:15 | |
| *** ianychoi_ has joined #openstack-watcher | 23:47 | |
| *** ianychoi has quit IRC | 23:48 | |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!