Wednesday, 2016-04-20

*** jwcroppe has quit IRC00:06
*** thorst has quit IRC00:07
*** jwcroppe has joined #openstack-watcher00:07
*** thorst has joined #openstack-watcher00:15
*** maestro2 has quit IRC00:46
openstackgerritjunjie.huang proposed openstack/watcher-specs: Airflow event based migration strategy spec  https://review.openstack.org/27547401:26
*** jwcroppe_ has joined #openstack-watcher02:22
*** jwcroppe has quit IRC02:25
*** thorst has quit IRC02:31
*** thorst has joined #openstack-watcher03:32
*** thorst has quit IRC03:40
*** vtech has joined #openstack-watcher03:58
*** vtech has quit IRC04:30
*** thorst has joined #openstack-watcher04:37
*** maestro1 has joined #openstack-watcher04:45
*** thorst has quit IRC04:46
*** vtech has joined #openstack-watcher05:41
*** thorst has joined #openstack-watcher05:44
*** thorst has quit IRC05:50
*** apoorv has joined #openstack-watcher05:51
*** vtech has quit IRC05:51
*** maestro2 has joined #openstack-watcher06:14
*** maestro1 has quit IRC06:14
*** apoorv has quit IRC06:22
*** vtech has joined #openstack-watcher06:29
*** apoorv has joined #openstack-watcher06:34
*** vtech has quit IRC06:38
*** thorst has joined #openstack-watcher06:48
*** thorst has quit IRC06:55
*** vtech has joined #openstack-watcher07:06
*** vtech has quit IRC07:07
*** alexchadin has joined #openstack-watcher07:07
*** vtech has joined #openstack-watcher07:07
apoorvwhere does watcher actually decide which metric to use07:21
jed56apoorv: in the strategy07:23
jed56it is up to the strategy developer07:23
*** vincentfrancoise has joined #openstack-watcher07:31
alexchadinhi07:40
vincentfrancoisehi07:40
jed56alexchadin: hello07:40
alexchadinhow do we use continuous type of audit?07:41
alexchadinwhat does it mean in context of audit?07:41
jed56this is not available for the moment07:42
jed56I'm going to check if we have a blueprint07:42
alexchadinokay07:42
jed56alexchadin: this is the blueprint https://blueprints.launchpad.net/watcher/+spec/continuously-optimization07:43
jed56this is an "essential" feature.07:44
alexchadinI had a project which runs different types of algorithms (strategy in watcher) regulary07:44
jed56alexchadin: great!07:44
alexchadinin example once every 10 minutes07:45
jed56acabot: we need to prioritize this blueprint  continuously-optimization07:45
alexchadindon't you think to integrate something like this?07:45
jed56yes07:46
jed56we plan to have07:46
jed56Reactive:07:46
jed56    React to a customer / admin request (can be periodic as well )07:46
jed56    React to a critical situations and changes in system (how is this different than periodic? react to a threshold and if we compare to periodic it take a look to system  - could potentially be implemented by periodic optimizations, but preferably would be more async than periodic)07:46
jed56Proactive( data processing):07:46
jed56    Predict system evolution (workload, resource utilization) to avoid critical situations07:46
alexchadini may take care of this07:46
alexchadindo we need spec for this?07:47
jed56alexchadin: awesome07:47
jed56alexchadin: yes definitely07:47
jed56alexchadin: I will add this blueprint to the agenda of the  today meeting07:48
alexchadinyes, great07:48
jed56today's07:48
alexchadinand could someone please review my very old spec?;)07:48
vincentfrancoisealexchadin: I already +1'd it07:49
vincentfrancoisewaiting for other people to review it07:49
alexchadini've seen it, thank you!07:50
*** thorst has joined #openstack-watcher07:53
*** alexchadin has quit IRC07:58
*** thorst has quit IRC08:01
*** maestro2 has quit IRC08:05
*** dtardivel has joined #openstack-watcher08:23
*** maestro1 has joined #openstack-watcher08:24
*** thorst has joined #openstack-watcher08:58
*** thorst has quit IRC09:05
*** alexchadin has joined #openstack-watcher09:42
alexchadinvincentfrancoise: I added a question of uuid field to agenda09:44
vincentfrancoisealexchadin: ah nice!09:46
*** alexchadin has quit IRC09:47
*** thorst has joined #openstack-watcher10:03
*** thorst has quit IRC10:11
*** maestro1 has quit IRC10:39
*** thorst has joined #openstack-watcher11:08
*** thorst has quit IRC11:16
*** thorst has joined #openstack-watcher11:45
*** vtech has quit IRC11:46
*** vtech has joined #openstack-watcher11:47
apoorvhow does watcher get metric values from ceilometer11:47
vincentfrancoisehi apoorv11:55
apoorvhi11:56
vincentfrancoiseSo in your strategy11:57
vincentfrancoisethere is a ceilometer property (CeilometerClusterHistory instance) that helps you query any metric you need to write your strategy11:58
apoorvbut in strategy file there is no difference in its parameter for different categories...i mean where is the meter name specified12:02
vincentfrancoiseOh, the metric names are the same as the ones you have on Ceilometer. Not sure I understand what you meant by category though.12:04
apoorvby category i meant strategies12:05
apoorvbut in strategy file where is the metric specified12:05
vincentfrancoiseIf I take the example of basic_consolidation.py, the metrics names are specified as constants (see https://github.com/openstack/watcher/blob/master/watcher/decision_engine/strategy/strategies/basic_consolidation.py#L71-L72)12:07
vincentfrancoisebut that's actually up to the strategy developer to look out on ceilometer the metric names to use.12:07
apoorvokay so if create a new metric in ceilometer i would specify its name here in my new strategy12:08
vincentfrancoiseyes exactly12:08
apoorvok thanks a lot12:09
*** apoorv has quit IRC12:38
*** vtech has quit IRC12:49
*** vtech has joined #openstack-watcher12:50
*** vtech_ has joined #openstack-watcher12:52
*** vtech has quit IRC12:52
*** lrensing has joined #openstack-watcher13:21
*** maestro1 has joined #openstack-watcher13:23
*** alexchadin has joined #openstack-watcher13:50
*** hvprash has joined #openstack-watcher14:02
*** jwcroppe_ is now known as jwcroppe14:04
openstackgerritVincent Françoise proposed openstack/watcher: Documentation update for get-goal-from-strategy  https://review.openstack.org/29990014:26
openstackgerritVincent Françoise proposed openstack/watcher: Add Goal in BaseStrategy + Goal API reads from DB  https://review.openstack.org/29663514:26
openstackgerritVincent Françoise proposed openstack/watcher: Remove [watcher_goals] config section  https://review.openstack.org/30648514:26
openstackgerritVincent Françoise proposed openstack/watcher: Remove watcher_goals section from devstack plugin  https://review.openstack.org/29990214:26
openstackgerritVincent Françoise proposed openstack/watcher: Added .pot file  https://review.openstack.org/30714414:26
openstackgerritVincent Françoise proposed openstack/watcher: Add strategy_id & goal_id fields in audit template  https://review.openstack.org/29663614:26
openstackgerritVincent Françoise proposed openstack/watcher: Added Strategy model  https://review.openstack.org/29880714:26
openstackgerritVincent Françoise proposed openstack/watcher: Syncer now syncs stale audit templates  https://review.openstack.org/30596514:26
openstackgerritVincent Françoise proposed openstack/watcher: Added /strategies endpoint in Watcher API  https://review.openstack.org/29989914:26
openstackgerritVincent Françoise proposed openstack/watcher: DB sync for Strategies  https://review.openstack.org/29880814:26
openstackgerritVincent Françoise proposed openstack/watcher: Updated purge to now include goals and strategies  https://review.openstack.org/29953914:26
openstackgerritVincent Françoise proposed openstack/watcher: Refactored Strategy selector to select from DB  https://review.openstack.org/30475114:26
*** srwilkers has joined #openstack-watcher14:32
*** jwcroppe has quit IRC14:39
*** jwcroppe has joined #openstack-watcher14:41
acabotsballe_ jwcroppe : we talk about the presentation ?14:58
jwcroppehere15:01
acabotme too :-)15:02
acabotsballe_ is with Intel's kids15:02
jwcroppeheh15:02
*** hvprash_ has joined #openstack-watcher15:03
jwcroppeOk, so I think we need to divvy up the slides15:03
acabotyes15:03
acabotXavier will not talk15:03
acabotso the best would be to divide it in 315:03
jwcroppeok, let me pull up the deck15:04
acabotI can start with the intro (mission, contributors and interaction with other components)15:05
acabotslide 1 to 515:05
jwcroppeis .5 the latest?15:05
acabotyes15:05
*** hvprash has quit IRC15:06
jwcroppeok, opening15:06
jwcroppehmm, I noticed b-com is different on the intro15:06
jwcroppeyou want to make the same for you and Xavier?15:06
acabotI will remove Xavier in the 1st slide15:07
acabothttps://drive.google.com/open?id=0B_h5gjY7WQPMOHBOSXJ5WVNLcTg15:08
sballe_acabot: jwcroppe I can meet a little later today or tomorrow morning15:08
jwcroppeI have a few other nit updates I'm making and will send out new version without Xavier15:09
acabotin 1h ?15:09
acabotjwcroppe : ok15:09
sballe_ok yeah I should be available in 1 hr15:09
jwcroppewhat is 'maturity level' on slide 6?15:10
acabotok lets be back in 1h then15:10
sballe_those are Openstack metrics15:10
acabotjwcroppe : I took the scale from http://www.openstack.org/software/project-navigator/15:10
acabotlevel of maturity from 1 to 915:11
acabotwith color code15:11
jwcroppeunfortunately I can't make 1h ... hosting another call during that slot.    acabot: ahh ok - cool15:11
sballe_tomorrow I am vailable all day even early in the morning15:12
jwcroppeI can do slides 5-9 ?15:13
sballe_let me check before I agree15:13
acabotyes and sballe_ can do 10-14 with Mitaka achievements and Newton priorities15:13
acabot;-)15:13
jwcroppeproposal:  acabot: slides 1-4, jwcroppe: 5-9, sballe: 10-finish  ?15:14
acabotI agree :-)15:14
sballe_ok I am fine with that15:14
sballe_I guess that was easy15:14
acabotperfect, we will refine the speech next week ;-)15:15
jwcroppeI'll send my nit updates in a few mins15:15
sballe_ok we can meet Mon Tues to discuss.15:15
jwcroppecan someone throw a meeting on our calendar for monday ?15:15
sballe_I am coming on Sun and will go and see bats in the evening15:15
sballe_I am bringing my whole family15:16
jwcroppesballe_: cool, and yikes.  :)15:16
sballe_lol15:16
acabotok I can send you a meeting request at lunch time on monday15:17
sballe_+115:17
*** alexchadin has quit IRC15:18
jwcroppeexcellent15:18
*** maestro1 has quit IRC16:00
*** vtech_ has quit IRC16:07
jwcroppeacabot, sballe_: sent updated slides16:23
openstackgerritVincent Françoise proposed openstack/python-watcherclient: Support for refactored /audit_templates endpoint  https://review.openstack.org/30475916:31
openstackgerritVincent Françoise proposed openstack/python-watcherclient: Added Strategy support in Watcher CLI  https://review.openstack.org/29993016:31
openstackgerritVincent Françoise proposed openstack/python-watcherclient: Updated CLI for new /goals API  https://review.openstack.org/29863116:32
*** vtech has joined #openstack-watcher16:45
*** vincentfrancoise has quit IRC16:51
*** maestro1 has joined #openstack-watcher17:09
*** maestro1 has quit IRC17:15
*** maestro1 has joined #openstack-watcher17:32
*** jed56 has quit IRC17:53
*** jwcroppe_ has joined #openstack-watcher18:02
*** jwcroppe has quit IRC18:04
*** wootehfoot has joined #openstack-watcher18:11
*** lrensing has quit IRC18:26
*** maestro1 has quit IRC18:40
*** hvprash_ has quit IRC19:05
*** srwilkers has quit IRC19:10
*** hvprash has joined #openstack-watcher19:30
*** hvprash_ has joined #openstack-watcher19:38
*** hvprash has quit IRC19:42
*** dtardivel has quit IRC19:48
*** hvprash has joined #openstack-watcher19:48
*** hvprash_ has quit IRC19:51
*** jwcroppe has joined #openstack-watcher20:41
*** jwcroppe_ has quit IRC20:43
*** wootehfoot has quit IRC21:07
*** thorst has quit IRC21:09
*** hvprash has quit IRC21:14
*** thorst has joined #openstack-watcher21:41
*** thorst has quit IRC21:46
sballe_jwcroppe: thx They look good22:03
*** hvprash has joined #openstack-watcher22:16
*** thorst has joined #openstack-watcher22:39
*** hvprash has quit IRC23:01
*** thorst has quit IRC23:01
*** vtech has quit IRC23:17
*** jwcroppe has quit IRC23:28
*** jwcroppe has joined #openstack-watcher23:29
*** hvprash has joined #openstack-watcher23:31

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