Friday, 2016-11-04

*** harlowja has joined #openstack-watcher00:11
*** thorst has joined #openstack-watcher00:14
*** thorst_ has joined #openstack-watcher00:18
*** thorst has quit IRC00:18
*** thorst_ has quit IRC00:22
*** thorst has joined #openstack-watcher00:43
*** thorst has quit IRC00:44
*** khamtamtun has joined #openstack-watcher02:59
*** hidekazu has joined #openstack-watcher03:51
*** khamtamtun has quit IRC03:58
*** khamtamtun has joined #openstack-watcher03:59
*** khamtamtun has quit IRC04:00
*** michaelgugino has quit IRC04:01
*** ishant has joined #openstack-watcher04:19
*** ishant is now known as exploreshaifali04:34
*** khamtamtun has joined #openstack-watcher04:36
*** khamtamtun has quit IRC04:45
*** khamtamtun has joined #openstack-watcher04:50
hidekazuhi, i checked summit etherpad, what is HPM (for energy optimization)?04:56
*** khamtam25 has joined #openstack-watcher05:14
*** khamtamtun has quit IRC05:14
*** exploreshaifali has quit IRC05:15
*** khamtam25 has quit IRC05:40
*** exploreshaifali has joined #openstack-watcher05:42
*** khamtamtun has joined #openstack-watcher05:52
*** khamtamtun has quit IRC06:00
*** khamtamtun has joined #openstack-watcher06:05
*** khamtamtun has quit IRC06:12
openstackgerritCarl proposed openstack/python-watcherclient: Remove unnecessary ')'  https://review.openstack.org/39360806:12
openstackgerritHidekazu Nakamura proposed openstack/watcher: [Doc] Fix strategy list optional argument  https://review.openstack.org/39362507:31
*** danpawlik has quit IRC07:41
*** khamtamtun has joined #openstack-watcher07:41
*** khamtamtun has quit IRC07:43
*** exploreshaifali has quit IRC07:57
*** exploreshaifali has joined #openstack-watcher08:12
*** khamtamtun has joined #openstack-watcher08:17
*** danpawlik has joined #openstack-watcher08:17
*** khamtamtun has quit IRC08:21
openstackgerritVincent Françoise proposed openstack/watcher: Added audit & strategy ObjectField for ActionPlan  https://review.openstack.org/38225708:23
openstackgerritVincent Françoise proposed openstack/watcher: Added goal & strategy ObjectField for Audit  https://review.openstack.org/38225608:23
openstackgerritVincent Françoise proposed openstack/watcher: Added action_plan ObjectField for Action  https://review.openstack.org/38225808:23
openstackgerritVincent Françoise proposed openstack/watcher: Refactored Watcher objects to use OVO  https://review.openstack.org/35906508:23
openstackgerritVincent Françoise proposed openstack/watcher: Eager loading on One-to-X foreign keys  https://review.openstack.org/38225208:23
openstackgerritVincent Françoise proposed openstack/watcher: Removed deadline, version, extra & host_aggregate  https://review.openstack.org/38225308:23
openstackgerritVincent Françoise proposed openstack/watcher: Added 'goal' ObjectField for Strategy object  https://review.openstack.org/38225408:23
openstackgerritVincent Françoise proposed openstack/watcher: Added goal+strategy ObjectField for AuditTemplate  https://review.openstack.org/38225508:23
danpawlikhello folks!08:23
danpawliknice Vincent :D08:23
openstackgerritVincent Françoise proposed openstack/watcher: Added notifications documentation page  https://review.openstack.org/38754308:24
openstackgerritVincent Françoise proposed openstack/watcher: Added support for versioned notifications  https://review.openstack.org/38754208:24
openstackgerritVincent Françoise proposed openstack/watcher: Implemented audit.create notification  https://review.openstack.org/38976508:26
openstackgerritVincent Françoise proposed openstack/watcher: Implemented audit.update notification  https://review.openstack.org/36000808:26
*** vincentfrancoise has joined #openstack-watcher08:29
vincentfrancoisehidekazu: hi08:30
*** khamtamtun has joined #openstack-watcher08:33
hidekazuvincentfrancoise: hi08:35
*** khamtamtun has quit IRC08:35
hidekazuvincentfrancoise: sorry not be here yesterday. yesterday was national holiday in japan.08:35
vincentfrancoisehidekazu: no worries :)08:36
vincentfrancoisehidekazu: did you manage to run the workload_stabilization strategy?08:36
*** khamtamtun has joined #openstack-watcher08:37
hidekazuvincentfrancoise: still not work. i am trying :(08:37
vincentfrancoisehidekazu: ok08:38
vincentfrancoisehidekazu: I spent some time yesterday trying to make it work again08:38
vincentfrancoisehidekazu: https://review.openstack.org/#/c/393355/ should make it work08:39
vincentfrancoisehidekazu: I created a quick tempest test with it but it seems that the gate does not provide any "cpu_util" metric, although it works for me locally08:39
hidekazuvincentfrancoise: this patch changed hardware.cpu.util to compute.node.cpu.percent.08:42
*** khamtamtun has quit IRC08:44
vincentfrancoiseyes because I do not have SNMP set up on my machine so I used compute.node.cpu.percent instead since it seems to return the same information08:44
vincentfrancoisebut this is a parameter so you can change it08:44
hidekazuvincentfrancoise: i will take your patch and try.08:47
hidekazuvincentfrancoise: AttributeError occured. http://paste.openstack.org/show/587872/09:07
vincentfrancoisehidekazu: ah sorry it seems I forgot to push this error :/09:08
vincentfrancoisehidekazu: it's self.get_available_nodes() instead of "self.compute_model.get_available_nodes()"09:09
openstackgerritVincent Françoise proposed openstack/watcher: Added tempest test for workload_balance  https://review.openstack.org/39335609:12
openstackgerritVincent Françoise proposed openstack/watcher: Added tempest test for workload_stabilization  https://review.openstack.org/39335509:12
vincentfrancoisehidekazu: just pushed a new patchset that includes this fix09:12
hidekazuvincentfrancoise: i changed manually and retried. AttributeError improved, but remains failed. audit parameter remains hardware.cpu.util.09:18
hidekazuvincentfrancoise:  ah, i can change parameter.09:19
*** exploreshaifali has quit IRC09:31
vincentfrancoisehidekazu: yes you can09:32
hidekazuvincentfrancoise: could you teach me how to change paramters? I tried but facing type error .09:48
hidekazuvincentfrancoise: i executed following: watcher audit create -a dce3e86a-3e37-4576-b49f-97a5aca7b666 -p instance_metrics="{cpu_util: compute.node.cpu.percent}"09:49
vincentfrancoisehidekazu: ok, but can you first tell me what piece of documentation you read to try it? This is for me to improve it along the way09:50
hidekazuvincentfrancoise: http://docs.openstack.org/developer/watcher/deploy/user-guide.html#how-do-i-run-an-audit-of-my-cluster09:51
vincentfrancoisehidekazu: let me try it as well first09:51
hidekazuand 'watcher help audit create'09:52
vincentfrancoisewatcher audit create -a dce3e86a-3e37-4576-b49f-97a5aca7b666 -p instance_metrics='{"cpu_util": "compute.node.cpu.percent"}' worked for me09:54
vincentfrancoisehidekazu: your parameter wasn't a valid JSON object09:55
hidekazuvincentfrancoise: oh, thanks, sorry for trivial mistake.10:03
*** exploreshaifali has joined #openstack-watcher10:05
vincentfrancoisehidekazu: no problem :)10:09
hidekazuvincentfrancoise: audit create succeeded!10:14
vincentfrancoisehidekazu: やった!:)10:16
hidekazuvincentfrancoise: おかげさまです10:17
*** kamtamtun has joined #openstack-watcher10:18
vincentfrancoisehidekazu:  どういたしまして10:18
*** hidekazu has quit IRC10:44
*** openstackgerrit has quit IRC10:47
*** openstackgerrit has joined #openstack-watcher10:47
openstackgerritVincent Françoise proposed openstack/watcher: Implemented audit.create notification  https://review.openstack.org/38976511:00
openstackgerritVincent Françoise proposed openstack/watcher: Implemented audit.update notification  https://review.openstack.org/36000811:00
openstackgerritVincent Françoise proposed openstack/watcher: Implemented audit.delete notification  https://review.openstack.org/39370311:00
*** thorst has joined #openstack-watcher11:52
*** thorst has joined #openstack-watcher11:53
*** lamt has joined #openstack-watcher12:28
*** lamt has quit IRC12:35
*** lamt has joined #openstack-watcher13:42
*** kamtamtun has quit IRC13:54
*** khamtamtun has joined #openstack-watcher14:00
*** michaelgugino has joined #openstack-watcher14:02
*** khamtamtun has quit IRC14:12
*** khamtamtun has joined #openstack-watcher14:12
*** khamtamtun has quit IRC14:18
*** dtardivel has joined #openstack-watcher14:19
*** khamtamtun has joined #openstack-watcher14:27
*** khamtamtun has quit IRC14:28
*** khamtamtun has joined #openstack-watcher14:29
*** khamtamtun has quit IRC14:36
*** ishant_ has joined #openstack-watcher15:17
*** grumpycatt has quit IRC15:18
*** exploreshaifali has quit IRC15:19
*** grumpycatt has joined #openstack-watcher15:23
*** absubram has joined #openstack-watcher15:32
*** khamtamtun has joined #openstack-watcher15:35
*** khamtamtun has quit IRC15:38
openstackgerritAntoine Cabot proposed openstack/watcher-specs: Add team priorities for Ocata  https://review.openstack.org/37252816:05
*** ishant_ has quit IRC16:07
*** lamt has quit IRC16:26
openstackgerritMerged openstack/watcher-specs: Remove project priority section  https://review.openstack.org/38859816:37
openstackgerritVincent Françoise proposed openstack/watcher-dashboard: Added the audit scope field in dashboard  https://review.openstack.org/39384616:43
*** danpawlik has quit IRC17:03
openstackgerritVincent Françoise proposed openstack/watcher: Implemented audit.create notification  https://review.openstack.org/38976517:29
openstackgerritVincent Françoise proposed openstack/watcher: Implemented audit.update notification  https://review.openstack.org/36000817:29
openstackgerritVincent Françoise proposed openstack/watcher: Implemented audit.delete notification  https://review.openstack.org/39370317:29
*** vincentfrancoise has quit IRC17:34
*** harlowja has quit IRC18:00
*** harlowja has joined #openstack-watcher18:03
*** harlowja has quit IRC18:18
*** harlowja has joined #openstack-watcher18:30
*** wootehfoot has joined #openstack-watcher18:39
*** wootehfoot has quit IRC18:40
*** wootehfoot has joined #openstack-watcher18:41
*** eil397 has joined #openstack-watcher18:50
eil397Hi18:50
eil397everyone : )18:51
*** dtardivel has quit IRC19:34
*** michaelgugino has quit IRC20:24
*** thorst has quit IRC20:58
*** thorst has joined #openstack-watcher21:06
*** thorst has quit IRC21:10
*** absubram has quit IRC21:13
*** wootehfoot has quit IRC21:17
*** thorst has joined #openstack-watcher21:24
*** thorst has quit IRC21:26
*** thorst has joined #openstack-watcher21:35
*** thorst has quit IRC21:40

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