Thursday, 2016-06-30

*** thorst has joined #openstack-watcher00:05
*** thorst has quit IRC00:12
*** thorst has joined #openstack-watcher00:16
*** thorst has quit IRC00:17
openstackgerritMerged openstack/watcher-specs: Cluster model objects wrapper  https://review.openstack.org/28701901:06
*** thorst has joined #openstack-watcher01:17
*** thorst has quit IRC01:26
*** thorst has joined #openstack-watcher01:33
*** thorst has joined #openstack-watcher01:33
*** thorst has quit IRC01:38
*** thorst has joined #openstack-watcher01:56
*** thorst has joined #openstack-watcher01:57
*** thorst has quit IRC02:05
openstackgerritIury Gregory Melo Ferreira proposed openstack/puppet-watcher: Update metadata  https://review.openstack.org/33577202:12
*** thorst has joined #openstack-watcher03:03
*** thorst has quit IRC03:10
*** jwcroppe has quit IRC03:30
*** thorst has joined #openstack-watcher04:08
*** thorst has quit IRC04:15
*** jwcroppe has joined #openstack-watcher04:28
*** jwcroppe has quit IRC04:30
*** diga has joined #openstack-watcher04:30
*** jwcroppe has joined #openstack-watcher04:33
*** jwcroppe has quit IRC04:44
*** cbouscal_ has joined #openstack-watcher04:57
cbouscal_hey channel, I'm looking to get started with watcher and have found the installation docs. Are we only installing watcher on the controllers or does a component need to be installed on the compute nodes as well?04:59
*** jwcroppe has joined #openstack-watcher05:01
*** jwcroppe has quit IRC05:05
*** cbouscal_ has quit IRC05:13
*** thorst has joined #openstack-watcher05:13
*** thorst has quit IRC05:21
*** vtech has joined #openstack-watcher05:30
*** jwcroppe has joined #openstack-watcher05:30
*** vtech has quit IRC05:58
*** diga has quit IRC06:05
*** vtech has joined #openstack-watcher06:20
*** jwcroppe has quit IRC06:59
*** diga has joined #openstack-watcher07:03
*** thorst has joined #openstack-watcher07:11
openstackgerritMerged openstack/watcher: add dependency for 3rd-party plugins  https://review.openstack.org/33480007:18
*** thorst has quit IRC07:20
*** dtardivel has joined #openstack-watcher07:20
*** vincentfrancoise has joined #openstack-watcher07:28
*** vtech has quit IRC07:41
*** danpawlik has joined #openstack-watcher07:42
*** jwcroppe has joined #openstack-watcher07:48
*** thorst has joined #openstack-watcher08:18
*** vincentfrancoise has left #openstack-watcher08:25
*** thorst has quit IRC08:25
*** vincentfrancoise has joined #openstack-watcher08:26
*** jwcroppe has quit IRC08:32
digajed56: Hi08:48
jed56hi diga08:48
digalooking bug link08:49
digagive me a min08:49
digajed56: https://bugs.launchpad.net/watcher/+bug/153339208:50
openstackLaunchpad bug 1533392 in watcher "Fields should not be named the built-in type keyword" [Low,Triaged] - Assigned to Digambar (digambarpatil15)08:50
digaabout above bug08:50
digacan i rename "type" to field_type08:50
jed56hmm let me think about :)08:51
digaokay08:52
digajed56: this is where = https://github.com/openstack/watcher/blob/master/watcher/objects/audit.py#L8108:53
digafor ref08:53
jed56for this is I think audit_type08:54
jed56one08:54
jed56I want to figure out for the others08:54
jed56diga: I think you can you push a patchset with some propositions08:55
jed56do you best :)08:56
jed56r08:56
digayes, its will become audit_Type08:56
digaokay08:56
*** jwcroppe has joined #openstack-watcher08:56
digajed56: do we require to configure anything extra after installing watcher using devstack08:59
digajed56: just for confirmation before starting the code09:00
jed56what do you mean by extra ?09:00
jed56I think everything you need is explain in the watcher documentation09:00
digajed56: extra configuration required after installing watcher with devstack09:01
*** jwcroppe has quit IRC09:01
jed56diga: if you plan to test some strategies you need to configure nova in order to pull computes and instances measurement09:02
jed56but this is explain in the docs :)09:02
digaokay09:02
digayeah, I thought normally devstack configures everything for other services09:03
digagot it09:03
vincentfrancoiseyou can use the following command to find most of them09:03
vincentfrancoiseegrep -r watcher/ -e " (abs|divmod|input|open|staticmethod|all|enumerate|int|ord|str|any|eval|isinstance|pow|sum|basestring|execfile|issubclass|print|super|bin|file|iter|property|tuple|bool|filter|len|range|type|bytearray|float|list|raw_input|unichr|callable|format|locals|reduce|unicode|chr|frozenset|long|reload|vars|classmethod|getattr|map|repr|xrange|cmp|globals|max|reversed|zip|compile|hasattr|memoryview|round|__import__|complex|has09:03
digaokay09:03
digavincentfrancoise: sure09:03
digavincentfrancoise: your command is missing something09:04
jed56coffee time09:06
vincentfrancoisediga: btw, my command was output results for other builtin instead of 'type' only09:07
vincentfrancoiseso you can ignore the rest I guess09:08
digaok09:08
*** jinquan has quit IRC09:08
*** jinquan has joined #openstack-watcher09:15
*** thorst has joined #openstack-watcher09:24
*** jinquan has quit IRC09:29
*** thorst has quit IRC09:30
*** thorst has joined #openstack-watcher10:28
*** thorst has quit IRC10:35
*** jinquan has joined #openstack-watcher10:47
*** vtech has joined #openstack-watcher10:50
*** vtech has quit IRC10:56
*** jinquan has quit IRC11:40
*** jinquan has joined #openstack-watcher11:42
*** jed56 has quit IRC11:45
*** thorst has joined #openstack-watcher11:52
*** thorst has quit IRC11:53
*** thorst_ has joined #openstack-watcher11:53
*** diga has quit IRC11:55
*** jwcroppe has joined #openstack-watcher12:03
tkaczynskihi guys. I'm trying to see the test coverage, but it fails :(12:38
tkaczynskirunning this command: tox -e cover12:38
tkaczynskigetting:12:38
tkaczynskihttps://www.irccloud.com/pastebin/i5EzrSlx/12:38
tkaczynskido you have any ideas why this fails? when I run the same on master, it passes12:39
tkaczynskiI just don't see any relationship between my code and this test which is failing12:39
tkaczynskiI'm testing this change: https://review.openstack.org/#/c/33038212:40
tkaczynskiwhen I run "tox -e py34" for example, all is green12:41
vincentfrancoisetkaczynski: hi12:46
vincentfrancoisedo you have the same error when running 'tox -e py27' ?12:47
tkaczynskino12:47
vincentfrancoisebecause 'tox -e cover' is also running with python2.712:47
vincentfrancoiseyou can try to recreate your tox environment using the 'tox -e cover --recreate' command and see if it works12:48
tkaczynskitried already, same result12:48
vincentfrancoisethen it's probably code related12:49
tkaczynskibut right now I just deleted all coverage related folders and files (cover/, .cover*). and it started to work. is it possible that some older run could affect it?12:50
vincentfrancoiseit could be, not too sure about it12:51
tkaczynskianyway, it works now. at least I have a work-around. thanks!12:52
vincentfrancoisealthough I regularly delete the same files you indicating just because it was flooding my project tree12:52
*** jed56 has joined #openstack-watcher12:59
*** hvprash has joined #openstack-watcher13:09
openstackgerritVincent Françoise proposed openstack/watcher: Loadable Cluster Data Model Collectors  https://review.openstack.org/33398713:57
openstackgerritVincent Françoise proposed openstack/watcher: Cluster data model collector plugin documentation  https://review.openstack.org/33454713:57
openstackgerritVincent Françoise proposed openstack/watcher: Added DE Background Scheduler w/ model sync jobs  https://review.openstack.org/33603213:57
openstackgerritVincent Françoise proposed openstack/watcher: Updated DE architecture doc + 'period' param  https://review.openstack.org/33603313:57
*** diga has joined #openstack-watcher14:04
*** dronshaw has joined #openstack-watcher14:33
openstackgerritMerged openstack/watcher: Update Docs links to docs.openstack.org  https://review.openstack.org/33424114:36
openstackgerritMerged openstack/watcher-dashboard: Replaced UUID of goal with name  https://review.openstack.org/33182914:36
*** diga has quit IRC14:53
*** diga has joined #openstack-watcher14:53
*** michaelgugino has joined #openstack-watcher15:47
*** Zucan has joined #openstack-watcher16:01
*** thorst_ has quit IRC16:13
*** thorst_ has joined #openstack-watcher16:14
*** thorst__ has joined #openstack-watcher16:15
*** thorst_ has quit IRC16:18
*** thorst__ has quit IRC16:20
*** vincentfrancoise has quit IRC16:26
*** vtech has joined #openstack-watcher16:37
*** diga has quit IRC16:50
*** diga has joined #openstack-watcher16:57
*** hvprash_ has joined #openstack-watcher17:01
*** vtech has quit IRC17:04
*** hvprash has quit IRC17:04
*** thorst_ has joined #openstack-watcher17:05
*** thorst_ has quit IRC17:07
*** thorst_ has joined #openstack-watcher17:07
*** wootehfoot has joined #openstack-watcher17:15
*** michaelgugino has quit IRC17:49
*** Zucan has quit IRC17:54
*** michaelgugino has joined #openstack-watcher17:56
*** hvprash_ has quit IRC18:21
*** hvprash has joined #openstack-watcher18:22
*** esberglu has joined #openstack-watcher18:37
*** dtardivel has quit IRC18:47
*** jed56 has quit IRC19:15
*** hvprash has quit IRC19:32
*** hvprash has joined #openstack-watcher19:32
*** hvprash has quit IRC19:35
*** vtech has joined #openstack-watcher20:01
openstackgerritMichael Gugino proposed openstack/watcher: WIP: Implement goal_id, strategy_id and host_aggregate into Audit api  https://review.openstack.org/33016520:50
openstackgerritMichael Gugino proposed openstack/watcher: WIP: Implement goal_id, strategy_id and host_aggregate into Audit api  https://review.openstack.org/33016520:51
*** brunograz has quit IRC21:06
*** brunograz has joined #openstack-watcher21:08
*** esberglu has quit IRC21:16
*** pkoniszewski_ has joined #openstack-watcher21:28
*** pkoniszewski has quit IRC21:29
*** thorst_ has quit IRC21:42
openstackgerritMerged openstack/puppet-watcher: Update metadata  https://review.openstack.org/33577221:45
*** jinquan has quit IRC21:45
*** thorst_ has joined #openstack-watcher22:16
*** thorst_ has quit IRC22:20
*** thorst_ has joined #openstack-watcher22:21
*** thorst_ has quit IRC22:29
*** wootehfoot has quit IRC23:03
*** thorst_ has joined #openstack-watcher23:08
*** thorst_ has quit IRC23:08
*** thorst_ has joined #openstack-watcher23:09
*** thorst_ has quit IRC23:18
*** vtech has quit IRC23:27
*** thorst_ has joined #openstack-watcher23:44
*** thorst_ has quit IRC23:54
*** thorst_ has joined #openstack-watcher23:55

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