Thursday, 2016-04-07

*** thorst has quit IRC00:02
*** thorst has joined #openstack-watcher00:25
*** vtech has quit IRC00:33
*** wootehfoot has quit IRC00:38
*** thorst has quit IRC00:45
*** thorst has joined #openstack-watcher00:46
*** wootehfoot has joined #openstack-watcher00:50
*** thorst has quit IRC00:54
*** harlowja has quit IRC01:00
*** harlowja has joined #openstack-watcher01:03
*** esberglu has quit IRC01:13
openstackgerritjunjie.huang proposed openstack/watcher: Workload balance migration strategy implementation  https://review.openstack.org/29218801:31
*** thorst has joined #openstack-watcher01:51
*** thorst has quit IRC01:59
*** wootehfoot has quit IRC02:35
*** thorst has joined #openstack-watcher02:56
*** thorst has quit IRC03:04
*** vtech has joined #openstack-watcher03:33
*** vtech has quit IRC03:41
*** thorst has joined #openstack-watcher04:01
*** thorst has quit IRC04:09
*** brunograz has quit IRC04:23
*** thorst has joined #openstack-watcher05:06
*** thorst has quit IRC05:13
*** jwcroppe has joined #openstack-watcher05:50
*** jwcroppe has quit IRC05:57
*** thorst has joined #openstack-watcher06:11
*** thorst has quit IRC06:18
*** apoorv has joined #openstack-watcher06:38
*** vtech has joined #openstack-watcher06:40
*** vtech has quit IRC06:40
*** apoorv_ has joined #openstack-watcher07:00
*** vtech has joined #openstack-watcher07:04
*** brunograz has joined #openstack-watcher07:07
*** thorst has joined #openstack-watcher07:16
openstackgerritMerged openstack/watcher: Remove unused logging import and LOG global var  https://review.openstack.org/30199407:20
*** thorst has quit IRC07:24
*** vincentfrancoise has joined #openstack-watcher07:28
*** jwcroppe has joined #openstack-watcher07:54
*** jwcroppe has quit IRC07:58
*** apoorv_ has quit IRC08:08
*** apoorv has quit IRC08:08
*** thorst has joined #openstack-watcher08:21
openstackgerritAlexander Chadin proposed openstack/watcher: Fix for deleting audit template  https://review.openstack.org/30119008:28
*** thorst has quit IRC08:30
*** apoorv_ has joined #openstack-watcher08:36
*** apoorv has joined #openstack-watcher08:36
*** alexchadin has joined #openstack-watcher08:39
*** alexchadin has quit IRC08:45
*** alexchadin has joined #openstack-watcher08:45
alexchadinhi09:14
vincentfrancoisehi09:15
alexchadinmade minor change here: https://review.openstack.org/#/c/301190/09:15
alexchadincould you review it, pls?09:15
vincentfrancoiseyeah will do ;)09:16
alexchadinoh, and i want to discuss with you about this patch:https://review.openstack.org/#/c/302293/09:16
vincentfrancoiseah yes, did you have a look at the way i did it for audits?09:17
alexchadinyes, i did09:17
alexchadinlook09:17
vincentfrancoisewhat do you think then?09:18
alexchadinas i see, in create_audit process we have 2 main part: writing to db and activate decision engine to run strategy09:18
alexchadinright?09:18
vincentfrancoiseyes09:19
alexchadini looked through it:https://review.openstack.org/#/c/282395/4/watcher/decision_engine/audit/default.py09:20
alexchadin"if audit.state != audit_objects.State.PENDING:" - here you have check of valid state09:21
alexchadinbut i think, at this part we already have audit has been written to db09:22
alexchadinIt seems that you validate the state after the audit is written to DB. I agree we should move all data validation logic outside of the post() method. Maybe, DB layer?09:23
alexchadinif i'm not right, correct me, pls09:24
vincentfrancoisewell09:24
vincentfrancoisethat's the point of me doing the validation using the AuditPostType (see https://review.openstack.org/#/c/282395/4/watcher/api/controllers/v1/audit.py)09:25
vincentfrancoiseThis is an actual intermediate object where the DB insert has not been done yet09:25
alexchadinokay, i got it09:26
alexchadinwhat does @wsme.validate(types.uuid, AuditPostType) do?09:26
vincentfrancoisebasically09:26
vincentfrancoiseit takes the wsexpose() body09:27
vincentfrancoiseand runs the validate() method it implements09:27
vincentfrancoisewhich by default09:27
vincentfrancoisedoes a type verification09:27
vincentfrancoiseso for AuditPostType09:27
*** thorst has joined #openstack-watcher09:27
vincentfrancoiseit will check that the UUID is correctly formatted ans so on09:29
vincentfrancoiseso that's why if you look at the comments on https://bugs.launchpad.net/watcher/+bug/153284309:31
openstackLaunchpad bug 1532843 in watcher "Can create Audit with invalid parameters" [Low,Triaged] - Assigned to Alexander Chadin (joker946)09:31
vincentfrancoiseI was already pointing at my PS when talking to Hristo (https://bugs.launchpad.net/watcher/+bug/1532843/comments/3)09:31
alexchadini saw it, thx09:32
alexchadingood, i will think how my patch may be refactored09:32
vincentfrancoise1 more thing09:32
alexchadinthere is always one more thing...09:32
vincentfrancoiseif you decide you want to use my changeset as a basis09:33
vincentfrancoiseyou can actually re-assign it to you since I currently don't have much time to work on it09:33
alexchadinto kill two bug at once?09:34
*** thorst has quit IRC09:34
alexchadinbugs*09:34
vincentfrancoiseexactly09:35
alexchadingreat;)09:35
*** alexchadin has quit IRC09:41
apoorv_getting this error on running stack.sh http://pastebin.com/download/A2j1XFqy09:46
vincentfrancoiseapoorv_: are you installing on a VM or directly on bare metal?09:48
*** brunograz has quit IRC09:56
*** thorst has joined #openstack-watcher10:32
*** thorst has quit IRC10:39
apoorv_on a vm10:41
vincentfrancoiseapoorv_: which version of devstack are you using?10:51
apoorv_how do i check the version11:00
vincentfrancoiseinside the devstack/ folder, just do a "git status"11:02
vincentfrancoiseif you are on master then I would suggest you work with the stable/liberty or stable/mitaka branch11:03
apoorv_how can i prevent installing watcher-dashboard11:06
vincentfrancoiseapoorv_: watcher-dashboard is not enabled by default if I'm not mistaken11:09
vincentfrancoiseapoorv_: Sorry for not being not so helpful, I do not have any spare VM to re-install Watcher at the moment11:10
*** thorst has joined #openstack-watcher11:11
*** thorst_ has joined #openstack-watcher11:11
*** thorst has quit IRC11:15
vincentfrancoiseapoorv_: did you actually https://factory.b-com.com/www/watcher/doc/watcher/dev/devstack.html  to build your devstack?11:23
*** vtech has quit IRC11:34
*** vtech has joined #openstack-watcher11:35
apoorv_yes11:51
apoorv_i dont know why its installing watcher-dashboard11:56
vincentfrancoisedon't know either12:02
*** apoorv_ has quit IRC12:27
*** apoorv has quit IRC12:27
*** vtech has quit IRC13:04
*** vtech has joined #openstack-watcher13:05
*** thorst_ has quit IRC14:21
*** thorst_ has joined #openstack-watcher14:22
*** thorst__ has joined #openstack-watcher14:26
*** thorst_ has quit IRC14:27
*** thorst__ has quit IRC14:37
*** thorst_ has joined #openstack-watcher14:41
*** thorst__ has joined #openstack-watcher14:54
*** thorst_ has quit IRC14:58
*** esberglu has joined #openstack-watcher14:59
*** thorst__ is now known as thorst________15:00
*** jwcroppe has joined #openstack-watcher15:04
*** thorst________ is now known as thorst_15:08
*** jwcroppe has quit IRC15:10
*** jwcroppe has joined #openstack-watcher15:23
*** jwcroppe has quit IRC15:31
*** vtech has quit IRC16:07
*** vtech has joined #openstack-watcher16:08
*** vtech has quit IRC16:10
*** vincentfrancoise has quit IRC16:50
*** jwcroppe has joined #openstack-watcher16:58
*** jwcroppe has quit IRC17:02
*** jwcroppe has joined #openstack-watcher17:13
openstackgerritOpenStack Proposal Bot proposed openstack/watcher: Updated from global requirements  https://review.openstack.org/30293717:25
*** vtech has joined #openstack-watcher17:41
*** vtech has quit IRC17:41
*** vtech has joined #openstack-watcher17:42
*** vtech has quit IRC18:51
*** wootehfoot has joined #openstack-watcher19:04
*** vtech has joined #openstack-watcher19:14
*** jed56 has quit IRC20:13
*** vtech has quit IRC20:36
*** vtech has joined #openstack-watcher20:38
*** thorst_ has quit IRC21:12
*** thorst_ has joined #openstack-watcher21:18
*** thorst__ has joined #openstack-watcher21:21
*** thorst_ has quit IRC21:22
*** thorst__ has quit IRC21:25
*** thorst_ has joined #openstack-watcher21:44
*** thorst_ has quit IRC21:48
*** tpeoplesvacation has left #openstack-watcher22:19
*** tpeoplesvacation has joined #openstack-watcher22:19
*** jwcroppe has quit IRC22:30
*** esberglu has quit IRC23:20
*** vtech has quit IRC23:37

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