Thursday, 2014-09-18

*** mdragon has quit IRC00:06
*** cindyo has quit IRC00:28
*** jodah has quit IRC00:42
*** cindyo has joined #openstack-monasca01:24
*** openstackgerrit has quit IRC02:01
*** cindyo has quit IRC02:15
*** craigbr has joined #openstack-monasca02:16
*** craigbr has quit IRC02:17
*** openstackgerrit has joined #openstack-monasca02:20
*** cindyo has joined #openstack-monasca03:06
*** bklei has joined #openstack-monasca03:13
sandywalshcindyo: real time is just that. 1 minute = 1 minute. Instead of now = g.move_to_next_tick(), you would do time.sleep() and now = datetime.datetime.utcnow()03:16
sandywalshbut it's more realistic for load testing03:16
sandywalshespecially if you fire up N notigens03:16
*** sandywalsh has quit IRC03:17
*** bklei has quit IRC03:18
*** craigbr has joined #openstack-monasca03:30
*** jodah has joined #openstack-monasca03:50
*** craigbr has quit IRC04:04
*** craigbr has joined #openstack-monasca04:04
*** garyh has quit IRC04:09
*** cindyo has quit IRC04:17
*** craigbr has quit IRC04:31
*** jodah has quit IRC04:52
*** bklei has joined #openstack-monasca05:36
*** bklei has quit IRC05:40
*** kuhlmant has quit IRC06:59
*** kuhlmant has joined #openstack-monasca07:15
*** bklei has joined #openstack-monasca08:18
*** bklei has quit IRC08:23
*** kaliya has joined #openstack-monasca09:55
kaliyahi09:55
*** krtaylor has quit IRC10:53
*** bklei has joined #openstack-monasca11:01
*** bklei has quit IRC11:05
*** krtaylor has joined #openstack-monasca11:39
*** sandywalsh has joined #openstack-monasca12:39
*** bklei has joined #openstack-monasca12:49
*** bklei has quit IRC12:54
*** eglynn__ has quit IRC13:08
*** eglynn__ has joined #openstack-monasca13:12
*** eglynn-regus has joined #openstack-monasca13:33
*** eglynn__ has quit IRC13:33
*** bklei has joined #openstack-monasca13:50
*** craigbr has joined #openstack-monasca13:50
*** rbak has joined #openstack-monasca14:06
*** craigbr has quit IRC14:06
*** craigbr has joined #openstack-monasca14:19
*** garyh has joined #openstack-monasca14:21
*** tongli has joined #openstack-monasca14:28
*** cindyo has joined #openstack-monasca14:40
*** craigbr has quit IRC14:49
*** dschroeder has joined #openstack-monasca15:00
*** nemros has joined #openstack-monasca15:14
nemroshi guys, can someone give me some pointers about changing the vagrant configuration file for monasca as it's not working properly for me?15:30
*** Guest89545 has joined #openstack-monasca15:32
*** openstackgerrit has quit IRC15:33
dschroederHey, nemros.  What sort of vagrant trouble are you having?15:34
*** Guest89545 is now known as dragondm15:35
nemrosrunning vagrant up creates the two vms but the devstack one is not working properly15:35
dschroederAny errors?15:35
nemrosaparently there's a problem with neutron as it gives "nice" erros in it''s log (api v1.3 not found)15:35
nemrosso i've tried disabling neutron from the local.conf file in the monasca-vagrant and destroy & recreate but i'm a bit lost because it still doesn't upload the correct local.conf on the devstack image15:37
dschroederDid you happen to make any changes to Vagrantfile prior to 'vagrant up' (for example, changing IP addresses?)15:41
nemrosno, i did it per the instructions in the readme15:42
kaliyahi, where could I find a screencast, video or a live demo of Monasca? Does exist? :)15:43
nemrosthe ips are correct as i can connect to the openstack backend & the influxdb endpoint15:43
dschroederOK.  Do you remember which /var/log/neutron/ log file contained the errors?15:43
nemrosgive me 5 minutes to run vagrant up again and give you the exact output15:44
cindyosandywalsh: I have the notigen_to_kafka.py tool ready here:  https://github.com/hpcloud-mon/monasca-event15:50
cindyoit works with monasca-vagrant mini-mon15:51
nemros ok, so it's neutron-server.log15:53
nemrosthe error i get is Returning exception Endpoint does not support RPC version 1.3 to caller15:53
*** openstackgerrit has joined #openstack-monasca16:02
dschroederOK, I see the same error on my devstack VMs.  It shouldn't affect monasca functionality, but I'll try to track down the cause.  It may or may not be related to https://bugs.launchpad.net/neutron/+bug/135330916:02
nemrosit does affect monasca functionality as you can not start vms on devstack and thus no monitoring information16:03
cindyokaliya: we don’t have a live demo video yet, but will definitlely be filming our Paris Openstack summit demo16:07
nemrosi know it's a long shot, but can you share some documentation on properly installing monasca without vagrant? I've noticed some hardcoded urls and ips in monasca-ui (in the latest version it has changed) but I guess you guys know better than me the code…16:07
*** jodah has joined #openstack-monasca16:10
*** craigbr has joined #openstack-monasca16:13
openstackgerritDeklan Dieterly proposed a change to stackforge/monasca-persister: Initial Python Persister  https://review.openstack.org/12200916:19
*** nemros has quit IRC16:22
*** nemros has joined #openstack-monasca16:23
sandywalshcindyo: that's awesome!16:24
sandywalshcindyo: is there a reason you copied notigen vs. putting it in requirements.txt?16:25
sandywalshcindyo: oh16:25
sandywalshcindyo: I'm not installing the templates am I :)16:25
cindyosandywalsh: I did copy the templates into this repo, I could delete that since it’s in notigen repo.  What do  you think?16:26
sandywalshcindyo: yeah, I see why you did it now. That's fine until I can find a way to install them via pip. Carry on :)16:27
cindyoI wasn’t sure the templates get installed if you just pip install notigen.  Do they?16:27
cindyohaha IRC lag :)16:28
sandywalshnot currently ... my bad. I'll try and fix that at some point16:28
cindyosandywalsh: did you ever get monasca-vagrant to work?  With monasca-vagrant running we can plug in our pieces for the demo via kafka communication16:29
cindyosandywalsh: now I’ll see if I can plug in roland’s transform engine (which uses stackdistiller)16:30
sandywalshcindyo: not yet, been tied up on some winchester/stackforge things. Going to look at getting it going next week on some dedicated hardware I have here.16:30
sandywalshcindyo: I'm sure I'll have lots of questions again :)16:30
sandywalshcindyo: it's looking pretty slick!16:30
cindyosandywalsh: I’m glad you are getting other hardware. Windows will not be a good dev env.  running vagrant inside of vagrant would be so slow it’s un-usable - even if you got it working16:32
cindyotks :)16:32
sandywalshcindyo: well, I don't dev on windows, but at this will be outside of a virtual machine, so it should work better with virtualbox (I hope)16:32
cindyoyah, got ya, I bet you spin up your own nova instance16:35
sandywalshgenerally :)16:36
cindyosandywalsh: I should add notigen to requirements.txt16:39
sandywalshcindyo: yeah, I suspect16:39
sandywalshI think I have the latest on PyPi, let me know if it needs to get freshened up16:39
cindyosandywalsh: it’s all current except I need to add the setup.cfg and requirements.txt is not updated.16:42
*** rygyfly has joined #openstack-monasca16:43
cindyosandywalsh: this is still informal, we will add it to our stackforge repo when we make more progress on events.  I believe we hope to have events in helion around March timeframe, but there is still negotiation going on16:44
*** rygyfly has quit IRC16:51
*** rygyfly has joined #openstack-monasca16:52
*** jodah has quit IRC16:54
sandywalshcindyo: certainly16:55
*** jodah has joined #openstack-monasca16:56
*** nemros has left #openstack-monasca17:03
*** stravis has joined #openstack-monasca17:05
*** ddieterly has joined #openstack-monasca17:05
*** tongli has quit IRC17:22
openstackgerritDeklan Dieterly proposed a change to stackforge/monasca-persister: Initial Python Persister  https://review.openstack.org/12200917:24
*** openstackgerrit has quit IRC17:31
*** openstackgerrit has joined #openstack-monasca17:32
*** ddieterly has quit IRC17:37
*** ddieterly has joined #openstack-monasca17:39
*** bklei has quit IRC17:56
*** theresa_ has joined #openstack-monasca17:58
*** eglynn has joined #openstack-monasca17:59
*** eglynn-regus has quit IRC17:59
*** bklei has joined #openstack-monasca18:15
*** eglynn_ has joined #openstack-monasca18:18
*** eglynn has quit IRC18:18
*** cindyo has quit IRC18:27
*** aviau has joined #openstack-monasca18:55
*** bklei has quit IRC19:03
*** bklei has joined #openstack-monasca19:04
*** cindyo has joined #openstack-monasca19:28
*** jodah has quit IRC19:37
*** theresa_ has quit IRC19:37
*** theresa_ has joined #openstack-monasca19:37
*** openstackgerrit has quit IRC19:45
*** jodah has joined #openstack-monasca19:48
*** craigbr has quit IRC20:13
*** theresa_ has quit IRC20:14
*** jodah has quit IRC20:19
*** rygyfly has quit IRC20:33
*** jodah has joined #openstack-monasca20:55
*** theresa_ has joined #openstack-monasca21:02
*** th_ has joined #openstack-monasca21:04
cindyodragondm: Hey, should I make sure I name the event type and id ‘event_type’ ‘message_id’?  Looked like maybe stackdistiller needs those names?21:04
cindyo def to_event(self, notification_body, condenser=None):21:04
cindyo        if condenser is None:21:04
cindyo            condenser = DictionaryCondenser()21:04
cindyo        event_type = notification_body['event_type']21:04
cindyo        message_id = notification_body['message_id']21:04
cindyoi might have old code, the timestamp is still called ‘now’21:07
*** openstackgerrit has joined #openstack-monasca21:07
*** theresa_ has quit IRC21:08
cindyogot latest stackdistiller, timestamp is ‘when’21:17
*** bklei has quit IRC21:27
dragondmcindyo: yes, it needs event_type and message_id21:33
dragondmheh, yah, we still nee to make our terminology consistant for that :P  Really, it's just the default DictionaryCondenser that names it that.21:35
dragondmA workaround if the naming inconsistancy is a problem: https://gist.github.com/DragonDM/65068aa3aa52afdb372021:42
dragondmpas an instance of that to distiller's to_event() as the condenser, and that will fix it. I'll change stackdistiller to be consistant w/ everything else once our stackforge repo migration is sorted out.21:45
*** craigbr has joined #openstack-monasca21:59
*** cindyo has quit IRC22:02
*** ddieterly has quit IRC22:05
*** th_ has quit IRC22:13
*** stravis has quit IRC23:02
*** rbak has quit IRC23:02
*** theresa_ has joined #openstack-monasca23:24
*** craigbr has quit IRC23:29
openstackgerritJonathan Halterman proposed a change to stackforge/monasca-common: WIP - Event changes for alarmed-metrics support  https://review.openstack.org/12165223:45
*** jodah has quit IRC23:57

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